cvs commit: apache-site/info supportdb.txt

1999-04-23 Thread randy
randy 99/04/23 16:06:45 Modified:info supportdb.txt Log: More changes. Revision ChangesPath 1.14 +1 -1 apache-site/info/supportdb.txt Index: supportdb.txt === RCS file: /home/cvs/apac

cvs commit: apache-site related_projects.html

1999-04-23 Thread randy
randy 99/04/23 16:03:35 Modified:.related_projects.html Log: Changes Revision ChangesPath 1.39 +2 -3 apache-site/related_projects.html Index: related_projects.html === RCS file: /

cvs commit: apache-apr/apr/threadproc/unix proc.c

1999-04-23 Thread rbb
rbb 99/04/23 13:16:05 Modified:apr/test testproc.c apr/threadproc/unix proc.c Log: More testing for process control. Arguments for programs passed to create_process aren't working yet, so this test program isn't portable. I am hoping to fix this problem later

cvs commit: apache-apr/docs threadproc.txt

1999-04-23 Thread rbb
rbb 99/04/23 11:00:00 Modified:apr/test Makefile docs threadproc.txt Added: apr/test testproc.c apr/threadproc/unix Makefile proc.c threadproc.h include apr_thread_proc.h Log: Initial version of the process management stuf

cvs commit: apache-apr/apr/test/proctest - New directory

1999-04-23 Thread rbb
rbb 99/04/23 10:56:12 apache-apr/apr/test/proctest - New directory

cvs commit: apache-apr/apr/network_io/beos Makefile networkio.h select.c sendrecv.c sockets.c sockopt.c

1999-04-23 Thread rbb
rbb 99/04/23 08:19:36 Added: apr/network_io/beos Makefile networkio.h select.c sendrecv.c sockets.c sockopt.c Log: First pass at BeOS socket apr code. Submitted by: David Reid Revision ChangesPath 1.1 apache-apr/apr/networ

cvs commit: apache-apr/apr/network_io/beos - New directory

1999-04-23 Thread rbb
rbb 99/04/23 07:54:10 apache-apr/apr/network_io/beos - New directory

cvs commit: apache-apr/apr/file_io/beos dir.c fileacc.c fileio.h seek.c Makefile open.c readwrite.c

1999-04-23 Thread rbb
rbb 99/04/23 07:50:37 Modified:apr/file_io/beos Makefile open.c readwrite.c Added: apr/file_io/beos dir.c fileacc.c fileio.h seek.c Log: Bring BeOS file I/O code up to par with the UNIX version. Submitted by: David Reid Revision ChangesPath 1.2 +5 -2

cvs commit: apache-apr/apr/network_io/unix sockets.c

1999-04-23 Thread rbb
rbb 99/04/23 06:34:51 Modified:docs networkio.txt include apr_network_io.h apr/test ab_apr.c apr/network_io/unix sockets.c Log: Add a new network IO function. apr_valid_socket. Same as apr_valid_file, but it works on sockets.

cvs commit: apache-apr/apr/file_io/unix filedup.c

1999-04-23 Thread rbb
rbb 99/04/23 05:45:33 Modified:docs fileio.txt include apr_file_io.h apr/file_io/unix filedup.c Log: Removing patch for pushfile function. It isn't portable, and it isn't needed. Oh well, a stupid mistake, but easily fixable. Revision C

cvs commit: apache-1.3/src/helpers getuid.sh

1999-04-23 Thread jim
jim 99/04/23 05:45:18 Modified:src/helpers getuid.sh Log: Avoid extraneous output on FreeBSD 3 Revision ChangesPath 1.5 +1 -1 apache-1.3/src/helpers/getuid.sh Index: getuid.sh === RCS

cvs commit: apache-apr/apr/test ab_apr.c

1999-04-23 Thread martin
martin 99/04/23 04:46:12 Modified:apr/test ab_apr.c Log: C compilers (except non-standard ones) don't like // line end comments Revision ChangesPath 1.2 +1 -1 apache-apr/apr/test/ab_apr.c Index: ab_apr.c =

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