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

2000-11-11 Thread rbb
rbb 00/11/10 16:12:40 Modified:src/lib/apr/include apr_errno.h Log: Fix the rest of the APR_STATUS_IS_SUCCESS definitions. Submitted by: Karl Fogel <[EMAIL PROTECTED]> Revision ChangesPath 1.43 +2 -2 apache-2.0/src/lib/apr/include/apr_errno.h Index: a

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

2000-11-11 Thread rbb
rbb 00/11/10 16:08:03 Modified:src/lib/apr/include apr_errno.h Log: Add a missing variable is APR_IS_SUCCESS macro Submitted by: Karl Fogel <[EMAIL PROTECTED]> Revision ChangesPath 1.42 +1 -1 apache-2.0/src/lib/apr/include/apr_errno.h Index: apr_errno

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

2000-10-06 Thread wrowe
wrowe 00/10/06 10:08:27 Modified:src/lib/apr/include apr_errno.h Log: The precursor to the win32 cannonical errors patch Moved the unix APR_IS_STATUS... block to the end (a fallthrough, rather than a nasty condition list.) Added some GetLastError/WSAGetLastError

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

2000-10-05 Thread wrowe
wrowe 00/10/05 10:28:24 Modified:src/lib/apr/include apr_errno.h Log: The big one... APR_IS_STATUS_condition(rv) conditional macros. Revision ChangesPath 1.39 +210 -10 apache-2.0/src/lib/apr/include/apr_errno.h Index: apr_errno.h