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

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

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/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