2007-Oct-12 21:59 |
1.34
|
Check-in
[5974]:
prepare for release By rse.
(diff)
|
2007-Oct-12 21:57 |
1.33
|
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)
|
2006-Aug-10 21:49 |
1.32
|
Check-in
[5647]:
cleanup source tree By rse.
(diff)
|
2005-Jan-30 14:58 |
1.31
|
Check-in
[4996]:
some cleanups to the manual page By rse.
|
2005-Jan-30 14:39 |
1.30
|
Check-in
[4993]:
Adjusted copyright messages to include new year 2005. By rse.
(diff)
|
2004-Mar-25 20:01 |
1.29
|
Check-in
[4460]:
bump and adjust copyright By rse.
(diff)
|
2003-Jan-30 12:04 |
1.28
|
Check-in
[3104]:
final polishing By rse.
(diff)
|
2003-Jan-30 11:23 |
1.27
|
Check-in
[3100]:
Polished and enhanced the manual page ex(3) By rse.
(diff)
|
2003-Jan-06 16:31 |
1.26
|
Check-in
[3069]:
- consistently use "Exception Handling"
- strip trailing whitespaces
- adjust copyright for new year 2003
- consistently use OSSP ASCII-art By rse.
(diff)
|
2002-Apr-02 19:54 |
1.25
|
Check-in
[2055]:
if we use printf(3), better to also use free(3) for consitency By rse.
(diff)
|
2002-Apr-02 08:36 |
1.24
|
Check-in
[2054]:
typo By thl.
(diff)
|
2002-Mar-30 19:55 |
1.23
|
Check-in
[2037]:
Incorporate Thomas pitfall documentation into ex.pod and
this way remove the last item from OSSP ex' TODO list. By rse.
(diff)
|
2002-Mar-30 19:15 |
1.22
|
Check-in
[2036]:
fix manual page layouting By rse.
(diff)
|
2002-Mar-07 22:30 |
1.21
|
Check-in
[1972]:
Implement one of the coolest things since sliced bread: deferred
exceptions. This allows one to more conviniently program the allocation
(and the freeing in case of an error) of multiple (independent)
resources. By rse.
(diff)
|
2002-Feb-25 11:30 |
1.20
|
Check-in
[1896]:
Allow ex_shield clauses to be dynamically nested. Without
this the whole functionality would be useless in practice. By rse.
(diff)
|
2002-Jan-31 21:48 |
1.19
|
Check-in
[1770]:
add ex.3 generation By rse.
(diff)
|
2002-Jan-31 21:23 |
1.18
|
Check-in
[1766]:
fix copyright By rse.
(diff)
|
2002-Jan-31 21:22 |
1.17
|
Check-in
[1765]:
final polishing By rse.
(diff)
|
2002-Jan-30 14:39 |
1.16
|
Check-in
[1711]:
mention C++ and Java By rse.
(diff)
|
2002-Jan-30 13:34 |
1.15
|
Check-in
[1702]:
be correct and mention version number of Pth By rse.
(diff)
|
2002-Jan-30 13:28 |
1.14
|
Check-in
[1701]:
remember the volatile situation By rse.
(diff)
|
2002-Jan-30 13:17 |
1.13
|
Check-in
[1700]:
replace MT stuff By rse.
(diff)
|
2002-Jan-30 12:55 |
1.12
|
Check-in
[1699]:
forget to mention 'cleanup' in namespace mapping By rse.
(diff)
|
2002-Jan-30 12:11 |
1.11
|
Check-in
[1698]:
polishing after ex_cleanup introduction By rse.
(diff)
|
2002-Jan-30 11:33 |
1.10
|
Check-in
[1695]:
add ex_cleanup clause to ex_try/ex_catch, modelled after Java's "finally" By rse.
(diff)
|
2002-Jan-29 21:10 |
1.9
|
Check-in
[1687]:
make defaults useable from outside to reset library By rse.
(diff)
|
2002-Jan-29 12:05 |
1.8
|
Check-in
[1682]:
overhaul __ex_ctx and __ex_terminate stuff By rse.
(diff)
|
2002-Jan-26 23:43 |
1.7
|
Check-in
[1650]:
these are boolean flags By rse.
(diff)
|
2002-Jan-26 23:42 |
1.6
|
Check-in
[1649]:
- rename ex_shielded to ex_shielding
- do not provide namespace mapping for ex_shielding
- add ex_catching for testing whether someone is trying to catch exceptions By rse.
(diff)
|
2002-Jan-26 23:35 |
1.5
|
Check-in
[1648]:
fix license messages By rse.
(diff)
|
2002-Jan-25 23:23 |
1.4
|
Check-in
[1642]:
typo By rse.
(diff)
|
2002-Jan-25 23:23 |
1.3
|
Check-in
[1641]:
many many polishing and extending By rse.
(diff)
|
2002-Jan-25 16:30 |
1.2
|
Check-in
[1634]:
notice that nesting is ok, of course By rse.
(diff)
|
2002-Jan-25 16:25 |
1.1
|
Check-in
[1633]:
Welcome OSSP ex, another new-born OSSP library.
This is the first cut for a C exception handling library.
Read ex.pod for details... By rse.
|