cvs commit: apache-2.0/src/lib/apr/mmap/unix .cvsignore

1999-10-23 Thread manoj
manoj 99/10/22 20:07:49 Added: src/lib/apr/mmap/unix .cvsignore Log: Add a .cvsignore file to the Unix mmap section of APR Revision ChangesPath 1.1 apache-2.0/src/lib/apr/mmap/unix/.cvsignore Index: .cvsignore

cvs commit: apache-2.0/src/lib/apr/network_io/beos networkio.h

1999-10-23 Thread dreid
dreid 99/10/23 07:43:44 Modified:src/lib/apr/network_io/beos networkio.h Log: This small addition needs altered yet again. This time hopefully it'll be totally correct. Revision ChangesPath 1.6 +1 -1 apache-2.0/src/lib/apr/network_io/beos/networkio.h

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

1999-10-23 Thread martin
martin 99/10/23 13:15:18 Modified:src/lib/apr/file_io/unix dir.c src/lib/apr/file_io/win32 dir.c src/lib/apr/include apr_portable.h Log: Fix interface of ap_get_os_dir(): it previously modified a local pointer without returning anything sensible.

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

1999-10-23 Thread martin
martin 99/10/23 14:20:17 Modified:src CHANGES src/modules/standard mod_speling.c Log: mod_speling runs in 2.0-dev now: a bug in (linux?) readdir_r handling and interface adaption to APR functions did it. [Martin Kraemer] Revision ChangesPath 1.12

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

1999-10-23 Thread martin
martin 99/10/23 14:23:20 Modified:src/lib/apr/file_io/unix dir.c Log: The readdir_r() function in Linux does return with a zero return even when end-of-file was reached and dir-entry was set to NULL. Handle this situation graefully and fake an EOF condition. (This

cvs commit: apache-2.0/src/main http_log.c

1999-10-23 Thread martin
martin 99/10/23 14:27:39 Modified:src/main http_log.c Log: Be on the safe side Revision ChangesPath 1.14 +1 -1 apache-2.0/src/main/http_log.c Index: http_log.c === RCS file: