cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-04-26 Thread manoj
manoj 99/04/26 15:46:54 Modified:pthreads/src/modules/standard mod_status.c Log: pthread_t is not necessarily an integer, yet it was treated as one in mod_status. For now, just use the index of the thread in the scoreboard instead. Revision ChangesPath 1.11 +4

cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-04-26 Thread manoj
manoj 99/04/26 15:36:36 Modified:pthreads/src/modules/standard mod_status.c Log: Blah, another mod_status bug I missed. Revision ChangesPath 1.10 +1 -1 apache-apr/pthreads/src/modules/standard/mod_status.c Index: mod_status.c ===

cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-04-26 Thread manoj
manoj 99/04/26 15:31:10 Modified:pthreads/src/modules/standard mod_status.c Log: Fix the display when ExtendedStatus is off to show thread and process IDs. Revision ChangesPath 1.9 +2 -2 apache-apr/pthreads/src/modules/standard/mod_status.c Index: mod_st

cvs commit: apache-apr/docs networkio.txt

1999-04-26 Thread rbb
rbb 99/04/26 13:19:59 Modified:docs networkio.txt Log: Last commit didn't fix what I thought it did, and it made it messier in fact. I need to check more carefully. Revision ChangesPath 1.17 +2 -2 apache-apr/docs/networkio.txt Index: networkio.txt

cvs commit: apache-apr/docs networkio.txt

1999-04-26 Thread rbb
rbb 99/04/26 13:11:59 Modified:docs networkio.txt Log: Minor typo in select documentation. Revision ChangesPath 1.16 +13 -13apache-apr/docs/networkio.txt Index: networkio.txt === RCS

cvs commit: apache-apr/include apr_thread_proc.h

1999-04-26 Thread rbb
rbb 99/04/26 11:16:51 Modified:apr/threadproc/unix proc.c docs threadproc.txt include apr_thread_proc.h Log: New process function. Wait's for a process to die, and let's the caller know the result. Revision ChangesPath 1.4 +

cvs commit: apache-apr/docs threadproc.txt

1999-04-26 Thread rbb
rbb 99/04/26 10:22:33 Modified:docs threadproc.txt Log: update docs for create_processupdate docs for create_process Revision ChangesPath 1.6 +2 -2 apache-apr/docs/threadproc.txt Index: threadproc.txt =

cvs commit: apache-apr/docs threadproc.txt

1999-04-26 Thread rbb
rbb 99/04/26 08:35:20 Modified:apr/test Makefile testproc.c apr/threadproc/unix proc.c include apr_thread_proc.h docs threadproc.txt Log: Fixed create_process on UNIX, program arguments now work properly. I have also fixed the

cvs commit: apache-apr/docs fileio.txt networkio.txt threadproc.txt

1999-04-26 Thread rbb
rbb 99/04/26 06:07:55 Modified:apr/file_io/unix fileacc.c apr/network_io/unix sockets.c apr/test ab_apr.c include apr_file_io.h apr_network_io.h docs fileio.txt networkio.txt threadproc.txt Log: Removing the apr_val

cvs commit: apache-1.3/htdocs/manual/misc known_client_problems.html

1999-04-26 Thread coar
coar99/04/26 05:22:24 Modified:htdocs/manual/misc known_client_problems.html Log: Fix a protocol misquote. PR: 4308 Submitted by: Klaus Weide <[EMAIL PROTECTED]> Reviewed by: Ken Coar Revision ChangesPath 1.17 +1 -1 apache-1.3/htdoc