2007-Oct-12 21:59 |
1.28
|
Check-in
[5974]:
prepare for release By rse.
(diff)
|
2006-Aug-10 21:49 |
1.27
|
Check-in
[5647]:
cleanup source tree By rse.
(diff)
|
2005-Jan-30 14:39 |
1.26
|
Check-in
[4993]:
Adjusted copyright messages to include new year 2005. By rse.
(diff)
|
2004-Mar-25 20:01 |
1.25
|
Check-in
[4460]:
bump and adjust copyright By rse.
(diff)
|
2004-Mar-18 16:50 |
1.24
|
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)
|
2004-Feb-17 10:14 |
1.22
|
Check-in
[4432]:
correct spelling: privileges, convenient; By thl.
(diff)
|
2004-Feb-17 10:14 |
1.23
|
Check-in
[4432]:
correct spelling: privileges, convenient; By thl.
(diff)
|
2003-Jan-30 12:04 |
1.21
|
Check-in
[3104]:
final polishing By rse.
(diff)
|
2003-Jan-30 11:59 |
1.20
|
Check-in
[3101]:
Fixed the implementation of the ex_cleanup clause.
Submitted by: A Makarov <makarov@tecon.ru> By rse.
(diff)
|
2003-Jan-06 16:31 |
1.19
|
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-Mar-30 19:56 |
1.18
|
Check-in
[2038]:
bump version and fix URLs By rse.
(diff)
|
2002-Mar-07 22:30 |
1.17
|
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:33 |
1.16
|
Check-in
[1897]:
be pedantic in style By rse.
(diff)
|
2002-Feb-25 11:30 |
1.15
|
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 20:54 |
1.14
|
Check-in
[1763]:
remove USE in macro names. It is already clear without this. By rse.
(diff)
|
2002-Jan-30 11:37 |
1.13
|
Check-in
[1696]:
added namespace mapping for cleanup By rse.
(diff)
|
2002-Jan-30 11:33 |
1.12
|
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.11
|
Check-in
[1687]:
make defaults useable from outside to reset library By rse.
(diff)
|
2002-Jan-29 12:05 |
1.10
|
Check-in
[1682]:
overhaul __ex_ctx and __ex_terminate stuff By rse.
(diff)
|
2002-Jan-27 20:38 |
1.9
|
Check-in
[1667]:
reduce referencing amount (important in MT environments) By rse.
(diff)
|
2002-Jan-26 23:50 |
1.8
|
Check-in
[1652]:
fix typo By rse.
(diff)
|
2002-Jan-26 23:42 |
1.7
|
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.6
|
Check-in
[1648]:
fix license messages By rse.
(diff)
|
2002-Jan-26 21:12 |
1.5
|
Check-in
[1643]:
switch to our standard build environment By rse.
(diff)
|
2002-Jan-25 23:23 |
1.4
|
Check-in
[1641]:
many many polishing and extending By rse.
(diff)
|
2002-Jan-25 19:36 |
1.3
|
Check-in
[1640]:
cleanups By rse.
(diff)
|
2002-Jan-25 19:31 |
1.2
|
Check-in
[1638]:
Allow overriding of machine context switching approach. 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.
|