cvs commit: apache-2.0/src/modules/standard mod_log_config.c

1999-12-30 Thread rbb
rbb 99/12/30 10:31:30 Modified:src/lib/apr/include apr_time.h src/lib/apr/time/unix timestr.c src/main util.c src/modules/standard mod_log_config.c Log: Some changes to the ap_strftime function. We now inform the user of the length

cvs commit: apache-2.0/src/lib/apr/test testproc.c

1999-12-30 Thread rbb
rbb 99/12/30 11:45:41 Modified:src/lib/apr/test testproc.c Log: Fix a minor bug in testproc. We always call sleep, and it is defined to be Sleep on Windows. Revision ChangesPath 1.8 +1 -1 apache-2.0/src/lib/apr/test/testproc.c Index: testproc.c

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

1999-12-30 Thread rbb
rbb 99/12/30 11:50:31 Modified:src/lib/apr/file_io/unix open.c src/lib/apr/include apr_file_io.h Log: Add a flag to ap_open to allow close on delete status. This should be the preferred way to delete a file after closing it, rather than unlinking the file

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

1999-12-30 Thread ben
ben 99/12/30 14:18:24 Modified:src/lib/apr/lib apr_md5.c Log: Fix warning. Revision ChangesPath 1.7 +3 -0 apache-2.0/src/lib/apr/lib/apr_md5.c Index: apr_md5.c === RCS file: