cvs commit: apache-2.0/src/lib/apr/include apr_errno.h

1999-10-21 Thread fielding
fielding99/10/21 09:13:25 Modified:src/lib/apr/include apr_errno.h Log: Sorry to butt-in, but all these magic offsets make me itch. Add APR_OS_START_STATUS, APR_OS_START_SYSERR, and APR_OS_START_USEERR. Revision ChangesPath 1.8 +114 -94 apache-2.0/src/lib/apr/in

cvs commit: apache-2.0/src/lib/apr/include apr_errno.h

1999-10-21 Thread rbb
rbb 99/10/21 08:16:11 Modified:src/lib/apr/include apr_errno.h Log: We no longer want to use 3000 for errno values not defined on the platform. I think 1000 should do. This gives us 500 APR error codes, and 500 APR status codes. Revision ChangesPath 1.7 +52

cvs commit: apache-2.0/src/lib/apr/include apr_errno.h

1999-10-21 Thread rbb
rbb 99/10/21 04:38:47 Modified:src/lib/apr/include apr_errno.h Log: Protect OS_START_ERROR from other namespaces, by making it APR_OS_START_ERROR. Also use APR_OS_START_ERROR for ALL error values, including those that are immitating errno values. Revision ChangesPat

cvs commit: apache-2.0/src/lib/apr/include apr_errno.h

1999-10-20 Thread gstein
gstein 99/10/20 16:14:14 Modified:src/lib/apr/include apr_errno.h Log: add parens so the macros bind properly in whatever context they're used. Revision ChangesPath 1.5 +31 -31apache-2.0/src/lib/apr/include/apr_errno.h Index: apr_errno.h

cvs commit: apache-2.0/src/lib/apr/include apr_errno.h

1999-10-20 Thread rbb
rbb 99/10/20 12:30:00 Modified:src/lib/apr/include apr_errno.h Log: Fix the error codes so they are more portable. Each OS can now define their own starting error value for APR extensions. Revision ChangesPath 1.4 +37 -36apache-2.0/src/lib/apr/include/apr