cvs commit: apache-2.0/src/lib/apr/inc apr_macro.h

1999-10-16 Thread dreid
dreid 99/10/16 05:48:00 Modified:src/lib/apr/inc apr_macro.h Log: This fixes a small problem with the macro due to the line length. Revision ChangesPath 1.2 +2 -2 apache-2.0/src/lib/apr/inc/apr_macro.h Index: apr_macro.h

cvs commit: apache-2.0/src/lib/apr/time/unix time.c

1999-10-16 Thread dreid
dreid 99/10/16 05:52:09 Modified:src/lib/apr/time/unix time.c Log: This corrects a small problem with the safety locks. Always helps to lock and unlock the same lock! Revision ChangesPath 1.9 +2 -2 apache-2.0/src/lib/apr/time/unix/time.c Index:

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

1999-10-16 Thread rbb
rbb 99/10/16 13:52:33 Modified:src/lib/apr/threadproc/win32 proc.c Log: Fix some problems caused by the parameter swap merges. Revision ChangesPath 1.10 +1 -12 apache-2.0/src/lib/apr/threadproc/win32/proc.c Index: proc.c

cvs commit: apache-2.0/src/lib/apr/inc apr_macro.h

1999-10-16 Thread rbb
rbb 99/10/16 14:09:16 Modified:src/lib/apr/inc apr_macro.h Log: Fix Greg's problems with my original macros. It compiles cleanly, But I haven't executed this code. I'll probably just start implementing the new functions now, so this will most likely not get executed before