cvs commit: apache-apr/include apr_lock.h apr_errno.h apr_file_io.h apr_general.h apr_network_io.h apr_thread_proc.h

1999-05-12 Thread rbb
rbb 99/05/12 05:00:12 Modified:include apr_errno.h apr_file_io.h apr_general.h apr_network_io.h apr_thread_proc.h Added: include apr_lock.h Log: Fixing some minor problems in the header files, and adding the locking header file. Revision

cvs commit: apache-apr/apr/locks/unix locks.h

1999-05-12 Thread rbb
rbb 99/05/12 05:01:11 Modified:apr/locks/unix locks.h Log: Stupid typo, but it would have kept the test programs from working. Submitted by: David Reid Revision ChangesPath 1.2 +1 -1 apache-apr/apr/locks/unix/locks.h Index: locks.h

cvs commit: apache-apr/include apr_file_io.h

1999-05-12 Thread rbb
rbb 99/05/12 05:31:17 Modified:include apr_file_io.h Log: Make the file_io header file more portable. None of these includes are needed here. They are all included someplace else. Revision ChangesPath 1.23 +0 -6 apache-apr/include/apr_file_io.h

cvs commit: apache-1.3/src/main http_request.c

1999-05-12 Thread dgaudet
dgaudet 99/05/12 09:50:43 Modified:src CHANGES src/main http_request.c Log: don't assume the struct stat passed to stat() is left alone when the stat fails Submitted by: Ed Korthof [EMAIL PROTECTED] Revision ChangesPath 1.1353+3 -0

cvs commit: apache-apr/apr/file_io/unix dir.c fileacc.c filedup.c fileio.h filestat.c open.c pipe.c readwrite.c seek.c

1999-05-12 Thread rbb
rbb 99/05/12 11:03:51 Modified:include apr_file_io.h docs fileio.txt apr/file_io/unix dir.c fileacc.c filedup.c fileio.h filestat.c open.c pipe.c readwrite.c seek.c Log: Makes the file I/O code MUCH more portable,

cvs commit: apache-apr/apr/file_io/unix dir.c fileacc.c fileio.h open.c pipe.c readwrite.c

1999-05-12 Thread rbb
rbb 99/05/12 12:15:33 Modified:include apr_file_io.h apr/test testfile.c apr/file_io/unix dir.c fileacc.c fileio.h open.c pipe.c readwrite.c Log: Final commit for portability. Now, the user only has to include

cvs commit: apache-apr/apr/test Makefile server.c testsock.c

1999-05-12 Thread rbb
rbb 99/05/12 12:46:20 Modified:docs networkio.txt include apr_network_io.h apr/network_io/unix networkio.h poll.c sendrecv.c sockets.c sockopt.c apr/test Makefile server.c testsock.c Log: Changes to make

cvs commit: apache-1.3/src Makefile.tmpl

1999-05-12 Thread coar
coar99/05/12 13:00:09 Modified:src Makefile.tmpl Log: .def isn't a universally-recognised suffix; versions of make that don't know about it will think .def.a is a target rather than a rule. Revision ChangesPath 1.112 +1 -0

cvs commit: apache-apr/apr/test Makefile testsock.c

1999-05-12 Thread rbb
rbb 99/05/12 13:04:38 Modified:include apr_thread_proc.h apr/threadproc/unix proc.c thread.c threadcancel.c threadpriv.c threadproc.h apr/test Makefile testsock.c Added: apr/threadproc/unix signals.c Log: Make