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

1999-02-21 Thread marc
marc99/02/20 16:16:37 Modified:htdocs/manual/misc FAQ.html Log: Spelling fixes. Revision ChangesPath 1.142 +4 -4 apache-1.3/htdocs/manual/misc/FAQ.html Index: FAQ.html === RCS file:

cvs commit: apache-1.3/htdocs/manual sections.html

1999-02-21 Thread lars
lars99/02/20 17:47:11 Modified:htdocs/manual sections.html Log: Updated docs; no FollowSymLinks in DirectoryMatch PR: 2657 Obtained from: Brian Thomas [EMAIL PROTECTED] Revision ChangesPath 1.9 +6 -4 apache-1.3/htdocs/manual/sections.html

cvs commit: apache-apr/pthreads/src/main fdqueue.c

1999-02-21 Thread rbb
rbb 99/02/20 19:20:05 Modified:pthreads/src/main fdqueue.c Log: We actually want to signal a thread everytime we add something to the fdqueue, not just when the queue was empty before we added it. This was resulting in a bug where only one thread was ever actually working

cvs commit: apache-1.3/src/support htpasswd.mak

1999-02-21 Thread coar
coar99/02/21 06:42:21 Modified:src/support htpasswd.mak Log: {Sigh} Fix the ^M line-ending business by committing from NT. Revision ChangesPath 1.4 +258 -258 apache-1.3/src/support/htpasswd.mak Index: htpasswd.mak

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

1999-02-21 Thread martin
martin 99/02/21 12:35:13 Modified:htdocs/manual/misc FAQ.html Log: This passage got lost. Submitted-By: Joshua Slive [EMAIL PROTECTED] Revision ChangesPath 1.143 +39 -1 apache-1.3/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apache-1.3/src/support suexec.c

1999-02-21 Thread martin
martin 99/02/21 12:36:45 Modified:src/support suexec.c Log: Use ap_execve() on platforms where exec() doesn support #! Revision ChangesPath 1.50 +9 -0 apache-1.3/src/support/suexec.c Index: suexec.c

cvs commit: apache-apr/pthreads/src/os/unix multithread.c os-inline.c

1999-02-21 Thread rbb
rbb 99/02/21 14:40:25 Modified:pthreads/src/os/unix multithread.c os-inline.c Log: Some small cleanups. These basically just get rid of a few warnings that were bothering me today. Revision ChangesPath 1.5 +0 -1