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