Index: ossp-pkg/sio/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/sio/ChangeLog,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/sio/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/06/30 10:36:52 1.4 +++ ChangeLog 2004/02/11 08:34:46 1.5 @@ -11,6 +11,14 @@ This is a list of all changes to OSSP sio. For a more brief summary please have a look at the NEWS file. + Changes between 0.9.2 and 0.9.3 (30-Jun-2003 to xx-Feb-2004) + + ... + + *) Fixed OSSP ex support by internally using a non-conflicting + namespace for the OSSP ex API. + [Kimura Fuyuki ] + Changes between 0.9.1 and 0.9.2 (17-Jun-2003 to 30-Jun-2003) *) Correctly check the "status" return value of waitpid(3) Index: ossp-pkg/sio/sio.c RCS File: /v/ossp/cvs/ossp-pkg/sio/sio.c,v rcsdiff -q -kk '-r1.24' '-r1.25' -u '/v/ossp/cvs/ossp-pkg/sio/sio.c,v' 2>/dev/null --- sio.c 2003/02/06 10:59:18 1.24 +++ sio.c 2004/02/11 08:34:46 1.25 @@ -47,6 +47,7 @@ /* support for OSSP ex based exception throwing */ #ifdef WITH_EX +#define __EX_NS_UCCXX__ #include "ex.h" #define SIO_RC(rv) \ ( (rv) != SIO_OK && (ex_catching && !ex_shielding) \