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

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 th

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

1999-04-30 Thread rbb
rbb 99/04/30 08:19:59 Modified:apr/file_io/unix dir.c fileacc.c filedup.c fileio.h filestat.c open.c pipe.c readwrite.c seek.c apr/include apr_lib.h apr/lib apr_pools.c apr/misc/unix Makefile apr/tes

cvs commit: apache-apr/apr/test Makefile

1999-04-23 Thread martin
martin 99/04/23 04:38:14 Modified:apr/test Makefile Log: Remove spurious trailing backslash which confuses some make's Revision ChangesPath 1.4 +1 -1 apache-apr/apr/test/Makefile Index: Makefile ==

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

1999-04-12 Thread rbb
rbb 99/04/12 10:54:12 Modified:apr/test Makefile testfile.c Log: Basic cleanup of the test code. The test cases should work better now. This also removes all direct references to the internals of structures. It just had to wait until all the accessors were done. Revisi

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

1999-02-25 Thread rbb
rbb 99/02/25 08:42:39 Added: apr/test Makefile testfile.c Log: Test program for the file I/O. And, the makefile required to build it. I would really like to see people create test programs as they make apr functions. Revision ChangesPath 1.1 ap