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

1999-11-13 Thread jim
jim 99/11/13 06:39:54 Modified:src/lib/apr acconfig.h configure.in src/lib/apr/file_io/unix dir.c Log: Handle the fact that FreeBSD has threaded functions in libc_r and not libpthread Revision ChangesPath 1.12 +2 -0 apache-2.0/src/lib/apr/ac

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

1999-10-31 Thread rse
rse 99/10/31 08:18:36 Modified:src/lib/apr/time/unix time.c src/lib/apr/file_io/unix dir.c Log: Be careful, _POSIX_THREAD_SAFE_FUNCTIONS is a feature test macro, yes, but it works by being either defined or not. It's not always defined and just has a value 0 or

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 modificat

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

1999-10-21 Thread rbb
rbb 99/10/21 06:15:56 Modified:src/lib/apr/file_io/unix dir.c Log: Fix bug in readdir. The bug was put in when making readdir thread-safe. Just forgot to return APR_SUCCESS. Revision ChangesPath 1.11 +1 -0 apache-2.0/src/lib/apr/file_io/unix/dir.c In

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

1999-10-05 Thread rbb
rbb 99/10/05 07:24:29 Modified:src/lib/apr/file_io/unix dir.c Log: Remove a line of code that shouldn't have been left in. Submitted by: Manoj Kasichainula Revision ChangesPath 1.6 +0 -1 apache-2.0/src/lib/apr/file_io/unix/dir.c Index: dir.c =

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

1999-10-04 Thread rbb
rbb 99/10/04 06:37:20 Modified:src/lib/apr/file_io/unix dir.c fileacc.c Log: Ifdef out the code that checks to make sure the file descriptor isn't a socket. BeOS files cannot be sockets, so this code isn't needed and won't compile. Submitted by: David Reid Revision

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

1999-09-03 Thread rbb
rbb 99/09/03 05:22:28 Modified:src/lib/apr/file_io/unix dir.c open.c Log: Fix some APR documentation. Submitted by: Paul Reder Revision ChangesPath 1.2 +3 -3 apache-2.0/src/lib/apr/file_io/unix/dir.c Index: dir.c ==