OSSP CVS Repository

ossp - Check-in [3104]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3104
Date: 2003-Jan-30 12:04:42 (local)
2003-Jan-30 11:04:42 (UTC)
User:rse
Branch:
Comment: final polishing
Tickets:
Inspections:
Files:
ossp-pkg/ex/Makefile.in      1.7 -> 1.8     1 inserted, 1 deleted
ossp-pkg/ex/README      1.10 -> 1.11     4 inserted, 4 deleted
ossp-pkg/ex/aclocal.m4      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/ex/configure.ac      1.6 -> 1.7     1 inserted, 1 deleted
ossp-pkg/ex/ex-config.in      1.4 -> 1.5     1 inserted, 1 deleted
ossp-pkg/ex/ex.c      1.8 -> 1.9     1 inserted, 1 deleted
ossp-pkg/ex/ex.h      1.20 -> 1.21     1 inserted, 1 deleted
ossp-pkg/ex/ex.pod      1.27 -> 1.28     1 inserted, 1 deleted
ossp-pkg/ex/ex_test.c      1.11 -> 1.12     1 inserted, 1 deleted
ossp-pkg/ex/ts.c      1.2 -> 1.3     1 inserted, 1 deleted
ossp-pkg/ex/ts.h      1.1 -> 1.2     1 inserted, 1 deleted

ossp-pkg/ex/Makefile.in 1.7 -> 1.8

--- Makefile.in  2003/01/06 15:31:24     1.7
+++ Makefile.in  2003/01/30 11:04:42     1.8
@@ -2,7 +2,7 @@
 ##  OSSP ex - Exception Handling
 ##  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/.


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/.


ossp-pkg/ex/aclocal.m4 1.3 -> 1.4

--- aclocal.m4   2003/01/06 15:31:24     1.3
+++ aclocal.m4   2003/01/30 11:04:42     1.4
@@ -2,7 +2,7 @@
 dnl ##  OSSP ex - Exception Handling
 dnl ##  Copyright (c) 2002-2003 Ralf S. Engelschall <rse@engelschall.com>
 dnl ##  Copyright (c) 2002-2003 The OSSP Project <http://www.ossp.org/>
-dnl ##  Copyright (c) 2002-2003 Cable & Wireless Deutschland <http://www.cw.com/de/>
+dnl ##  Copyright (c) 2002-2003 Cable & Wireless Germany <http://www.cw.com/de/>
 dnl ##
 dnl ##  This file is part of OSSP ex, an exception handling library
 dnl ##  which can be found at http://www.ossp.org/pkg/lib/ex/.


ossp-pkg/ex/configure.ac 1.6 -> 1.7

--- configure.ac 2003/01/06 15:31:24     1.6
+++ configure.ac 2003/01/30 11:04:42     1.7
@@ -2,7 +2,7 @@
 dnl ##  OSSP ex - Exception Handling
 dnl ##  Copyright (c) 2002-2003 Ralf S. Engelschall <rse@engelschall.com>
 dnl ##  Copyright (c) 2002-2003 The OSSP Project <http://www.ossp.org/>
-dnl ##  Copyright (c) 2002-2003 Cable & Wireless Deutschland <http://www.cw.com/de/>
+dnl ##  Copyright (c) 2002-2003 Cable & Wireless Germany <http://www.cw.com/de/>
 dnl ##
 dnl ##  This file is part of OSSP ex, an exception handling library
 dnl ##  which can be found at http://www.ossp.org/pkg/lib/ex/.


ossp-pkg/ex/ex-config.in 1.4 -> 1.5

--- ex-config.in 2003/01/06 15:31:24     1.4
+++ ex-config.in 2003/01/30 11:04:42     1.5
@@ -3,7 +3,7 @@
 ##  OSSP ex - Exception Handling
 ##  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/.


ossp-pkg/ex/ex.c 1.8 -> 1.9

--- ex.c 2003/01/06 15:31:24     1.8
+++ ex.c 2003/01/30 11:04:42     1.9
@@ -2,7 +2,7 @@
 **  OSSP ex - Exception Handling
 **  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/.


ossp-pkg/ex/ex.h 1.20 -> 1.21

--- ex.h 2003/01/30 10:59:34     1.20
+++ ex.h 2003/01/30 11:04:42     1.21
@@ -2,7 +2,7 @@
 **  OSSP ex - Exception Handling
 **  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/.


ossp-pkg/ex/ex.pod 1.27 -> 1.28

--- ex.pod       2003/01/30 10:23:12     1.27
+++ ex.pod       2003/01/30 11:04:42     1.28
@@ -2,7 +2,7 @@
 ##  OSSP ex - Exception Handling
 ##  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 library
 ##  which can be found at http://www.ossp.org/pkg/lib/ex/.


ossp-pkg/ex/ex_test.c 1.11 -> 1.12

--- ex_test.c    2003/01/06 15:31:24     1.11
+++ ex_test.c    2003/01/30 11:04:42     1.12
@@ -2,7 +2,7 @@
 **  OSSP ex - Exception Handling
 **  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/.


ossp-pkg/ex/ts.c 1.2 -> 1.3

--- ts.c 2002/03/08 22:54:28     1.2
+++ ts.c 2003/01/30 11:04:42     1.3
@@ -2,7 +2,7 @@
 **  TS - OSSP Test Suite Library
 **  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
 **  Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>
-**  Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
+**  Copyright (c) 2001-2002 Cable & Wireless Germany <http://www.cw.com/de/>
 **
 **  This file is part of OSSP TS, a small test suite library which
 **  can be found at http://www.ossp.org/pkg/ts/.


ossp-pkg/ex/ts.h 1.1 -> 1.2

--- ts.h 2002/01/26 20:12:19     1.1
+++ ts.h 2003/01/30 11:04:42     1.2
@@ -2,7 +2,7 @@
 **  TS - OSSP Test Suite Library
 **  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
 **  Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>
-**  Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
+**  Copyright (c) 2001-2002 Cable & Wireless Germany <http://www.cw.com/de/>
 **
 **  This file is part of OSSP TS, a small test suite library which
 **  can be found at http://www.ossp.org/pkg/ts/.

CVSTrac 2.0.1