ossp-pkg/ex/README 1.10 -> 1.11
--- README 2003/01/30 11:03:06 1.10
+++ README 2003/01/30 11:04:42 1.11
@@ -25,15 +25,15 @@
The OSSP ex facility also provides advanced exception handling
features like shielded and deferred exceptions. Additionally, OSSP ex
allows you to choose the used underlying machine context switching
- facility (jmp_buf(3), sigjmp_buf(3), ucontext(3), etc) and optionally
- support multi-threading environments by allowing you to store the
- exception catching stack in a thread-safe way.
+ facility and optionally support multi-threading environments by
+ allowing you to store the exception catching stack in a thread-safe
+ way.
COPYRIGHT AND LICENSE
Copyright (c) 2002-2003 Ralf S. Engelschall <rse@engelschall.com>
Copyright (c) 2002-2003 The OSSP Project <http://www.ossp.org/>
- Copyright (c) 2002-2003 Cable & Wireless Deutschland <http://www.cw.com/de/>
+ Copyright (c) 2002-2003 Cable & Wireless Germany <http://www.cw.com/de/>
This file is part of OSSP ex, an exception handling library which
can be found at http://www.ossp.org/pkg/lib/ex/.
|
|