Index: ossp-pkg/ex/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/ex/Makefile.in,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/ex/Makefile.in,v' 2>/dev/null --- 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 ## Copyright (c) 2002-2003 The OSSP Project -## Copyright (c) 2002-2003 Cable & Wireless Deutschland +## Copyright (c) 2002-2003 Cable & Wireless Germany ## ## This file is part of OSSP ex, an exception handling library ## which can be found at http://www.ossp.org/pkg/lib/ex/. Index: ossp-pkg/ex/README RCS File: /v/ossp/cvs/ossp-pkg/ex/README,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/ex/README,v' 2>/dev/null --- 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 Copyright (c) 2002-2003 The OSSP Project - Copyright (c) 2002-2003 Cable & Wireless Deutschland + Copyright (c) 2002-2003 Cable & Wireless Germany This file is part of OSSP ex, an exception handling library which can be found at http://www.ossp.org/pkg/lib/ex/. Index: ossp-pkg/ex/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/ex/aclocal.m4,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/ex/aclocal.m4,v' 2>/dev/null --- 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 dnl ## Copyright (c) 2002-2003 The OSSP Project -dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland +dnl ## Copyright (c) 2002-2003 Cable & Wireless Germany 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/. Index: ossp-pkg/ex/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/ex/configure.ac,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/ex/configure.ac,v' 2>/dev/null --- 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 dnl ## Copyright (c) 2002-2003 The OSSP Project -dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland +dnl ## Copyright (c) 2002-2003 Cable & Wireless Germany 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/. Index: ossp-pkg/ex/ex-config.in RCS File: /v/ossp/cvs/ossp-pkg/ex/ex-config.in,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/ex/ex-config.in,v' 2>/dev/null --- 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 ## Copyright (c) 2002-2003 The OSSP Project -## Copyright (c) 2002-2003 Cable & Wireless Deutschland +## Copyright (c) 2002-2003 Cable & Wireless Germany ## ## This file is part of OSSP ex, an exception handling library ## which can be found at http://www.ossp.org/pkg/lib/ex/. Index: ossp-pkg/ex/ex.c RCS File: /v/ossp/cvs/ossp-pkg/ex/ex.c,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/ex/ex.c,v' 2>/dev/null --- 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 ** Copyright (c) 2002-2003 The OSSP Project -** Copyright (c) 2002-2003 Cable & Wireless Deutschland +** Copyright (c) 2002-2003 Cable & Wireless Germany ** ** This file is part of OSSP ex, an exception handling library ** which can be found at http://www.ossp.org/pkg/lib/ex/. Index: ossp-pkg/ex/ex.h RCS File: /v/ossp/cvs/ossp-pkg/ex/ex.h,v rcsdiff -q -kk '-r1.20' '-r1.21' -u '/v/ossp/cvs/ossp-pkg/ex/ex.h,v' 2>/dev/null --- 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 ** Copyright (c) 2002-2003 The OSSP Project -** Copyright (c) 2002-2003 Cable & Wireless Deutschland +** Copyright (c) 2002-2003 Cable & Wireless Germany ** ** This file is part of OSSP ex, an exception handling library ** which can be found at http://www.ossp.org/pkg/lib/ex/. Index: ossp-pkg/ex/ex.pod RCS File: /v/ossp/cvs/ossp-pkg/ex/ex.pod,v rcsdiff -q -kk '-r1.27' '-r1.28' -u '/v/ossp/cvs/ossp-pkg/ex/ex.pod,v' 2>/dev/null --- 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 ## Copyright (c) 2002-2003 The OSSP Project -## Copyright (c) 2002-2003 Cable & Wireless Deutschland +## Copyright (c) 2002-2003 Cable & Wireless Germany ## ## This file is part of OSSP ex, an exception library ## which can be found at http://www.ossp.org/pkg/lib/ex/. Index: ossp-pkg/ex/ex_test.c RCS File: /v/ossp/cvs/ossp-pkg/ex/ex_test.c,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/ex/ex_test.c,v' 2>/dev/null --- 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 ** Copyright (c) 2002-2003 The OSSP Project -** Copyright (c) 2002-2003 Cable & Wireless Deutschland +** Copyright (c) 2002-2003 Cable & Wireless Germany ** ** This file is part of OSSP ex, an exception handling library ** which can be found at http://www.ossp.org/pkg/lib/ex/. Index: ossp-pkg/ex/ts.c RCS File: /v/ossp/cvs/ossp-pkg/ex/ts.c,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/ex/ts.c,v' 2>/dev/null --- 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 ** Copyright (c) 2001-2002 The OSSP Project -** Copyright (c) 2001-2002 Cable & Wireless Deutschland +** Copyright (c) 2001-2002 Cable & Wireless Germany ** ** This file is part of OSSP TS, a small test suite library which ** can be found at http://www.ossp.org/pkg/ts/. Index: ossp-pkg/ex/ts.h RCS File: /v/ossp/cvs/ossp-pkg/ex/ts.h,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/ex/ts.h,v' 2>/dev/null --- 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 ** Copyright (c) 2001-2002 The OSSP Project -** Copyright (c) 2001-2002 Cable & Wireless Deutschland +** Copyright (c) 2001-2002 Cable & Wireless Germany ** ** This file is part of OSSP TS, a small test suite library which ** can be found at http://www.ossp.org/pkg/ts/.