OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.20 | Check-in
[5979]:
Fix __VA_COPY_USE_{CSP,CPP} fallback macros for va_copy.
Submitted by: Mark A. Lindner <mark.a.lindner@gmail.com> By rse. (diff) | |
1.19 | Check-in [5974]: prepare for release By rse. (diff) | |
1.18 | Check-in
[5973]:
Fix example given under "MULTITHREADING ENVIRONMENTS"
in the manual page. The problem is that the context
can be still not associated and hence be NULL.
Submitted by: Frank Hempel <red_socks@gmx.de> By rse. (diff) | |
1.17 | Check-in [5972]: upgrade build environment again By rse. (diff) | |
1.16 | Check-in [5647]: cleanup source tree By rse. (diff) | |
1.15 | Check-in [5189]: flush pending changes and adjust for release By rse. (diff) | |
1.14 | Check-in [4995]: remove trailing whitespaces By rse. (diff) | |
1.13 | Check-in [4994]: Upgrade build environment to GNU libtool 1.5.10 and GNU shtool 2.0.1 By rse. (diff) | |
1.12 | Check-in [4993]: Adjusted copyright messages to include new year 2005. By rse. (diff) | |
1.11 | Check-in [4498]: flush all my pending changes for release of 1.0.4 By rse. (diff) | |
1.10 | Check-in [4484]: prepare for release By rse. (diff) | |
1.9 | Check-in [4449]: Upgrade build environment to GNU autoconf 2.59 and GNU libtool 1.5.2 By rse. (diff) | |
1.8 | Check-in
[4448]:
Constifiy the ex_file and ex_func fields of the exception context
structure because __FUNCTION__ and __FILE__ are usually (especially
under strict C99 environments) constant values.
Submitted by: <me@davidyu.org> By rse. (diff) | |
1.7 | Check-in [3183]: Fixed test suite library (ts.c): the ts_suite_free() function performed an illegal iteration for freeing elements (they were freed but still references for traversing to next element). This is now solved by a look-ahead traversion. By rse. (diff) | |
1.6 | Check-in
[3101]:
Fixed the implementation of the ex_cleanup clause.
Submitted by: A Makarov <makarov@tecon.ru> By rse. (diff) | |
1.5 | Check-in [3100]: Polished and enhanced the manual page ex(3) By rse. (diff) | |
1.4 | Check-in [3069]: - consistently use "Exception Handling" - strip trailing whitespaces - adjust copyright for new year 2003 - consistently use OSSP ASCII-art By rse. (diff) | |
1.3 | Check-in [2040]: annotate with more details By rse. (diff) | |
1.2 | Check-in [2039]: polishing By rse. (diff) | |
1.1 | Check-in [2038]: bump version and fix URLs By rse. |