cvs commit: apache-site/contributors index.html

1999-12-13 Thread jim
jim 99/12/13 15:36:16 Modified:contributors index.html Log: Welcome to the 90s Revision ChangesPath 1.84 +2 -2 apache-site/contributors/index.html Index: index.html === RCS file: /expor

cvs commit: apache-2.0/src/modules/mpm/winnt winnt.h

1999-12-13 Thread rbb
rbb 99/12/13 14:53:26 Modified:src/include ap_mpm.h src/modules/mpm/dexter dexter.c src/modules/mpm/mpmt_beos mpmt_beos.h src/modules/mpm/mpmt_pthread mpmt_pthread.c mpmt_pthread.h scoreboard.c src/mo

cvs commit: apache-1.3/src Configure

1999-12-13 Thread martin
martin 99/12/13 14:00:19 Modified:src Configure Log: Oops. Add missing quotes. Noticed by Mark Bixby. Submitted by: Mark Bixby Revision ChangesPath 1.381 +1 -1 apache-1.3/src/Configure Index: Configure ===

cvs commit: apache-2.0/src/modules/standard mod_cgi.c mod_include.c mod_mime_magic.c

1999-12-13 Thread rbb
rbb 99/12/13 12:52:30 Modified:src/main http_log.c src/modules/standard mod_cgi.c mod_include.c mod_mime_magic.c Log: Get rid of more platform dependant code. Revision ChangesPath 1.22 +1 -9 apache-2.0/src/main/http_log

cvs commit: apache-2.0/src/lib/apr/lib apr_pools.c

1999-12-13 Thread rbb
rbb 99/12/13 12:42:22 Modified:src/lib/apr/include apr_lib.h apr_pools.h src/lib/apr/lib apr_pools.c Log: Fi ap_note_subprocess to use ap_proc_t's instead of pid's. Revision ChangesPath 1.21 +2 -1 apache-2.0/src/lib/apr/include/apr_lib.h

cvs commit: apache-1.3 STATUS

1999-12-13 Thread martin
martin 99/12/13 08:44:43 Modified:.STATUS Log: I'm all for including IPv6 support, but it musn't break any of the previously supported platforms. Revision ChangesPath 1.768 +4 -2 apache-1.3/STATUS Index: STATUS ==

cvs commit: apache-2.0 STATUS

1999-12-13 Thread stoddard
stoddard99/12/13 07:46:45 Modified:.STATUS Log: Update STATUS Revision ChangesPath 1.22 +4 -3 apache-2.0/STATUS Index: STATUS === RCS file: /home/cvs/apache-2.0/STATUS,v retrievin

cvs commit: apache-1.3/src Configure

1999-12-13 Thread martin
martin 99/12/13 06:33:27 Modified:src Configure Log: Undo recent shell-env-workaround for MPE/iX. Use explicit "export" to force variables into environment. Revision ChangesPath 1.380 +3 -3 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src/modules/standard mod_mime.c

1999-12-13 Thread martin
martin 99/12/13 06:17:37 Modified:src/modules/standard mod_mime.c Log: Avoid *all* side effects of signed/unsigned char sign extensions. (Probably unneccessary, but this tests only the single bit 7) Revision ChangesPath 1.52 +1 -1 apache-1.3/src/modules/stand

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread mpmt_pthread.c

1999-12-13 Thread rbb
rbb 99/12/13 06:01:36 Modified:src/main http_log.c src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Get rid of a couple more ap_os_file_t's along with their platform dependant code. Revision ChangesPath 1.21 +9 -14 apache-2.0/src/main/http_lo

cvs commit: apache-2.0/src/lib/apr/file_io/unix filedup.c open.c

1999-12-13 Thread rbb
rbb 99/12/13 05:57:10 Modified:src/lib/apr/file_io/unix filedup.c open.c Log: A bug fix to ap_open_stderr, and a new feature for ap_dupfile. The previous implementation wouldn't let the user supply two file descriptors and make them equivalent, it would only allow us to crea

cvs commit: apache-1.3 STATUS

1999-12-13 Thread martin
martin 99/12/13 05:52:54 Modified:.STATUS Log: Update IPv6 Patch Revision ChangesPath 1.767 +5 -4 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

cvs commit: apache-2.0/src/lib/apr/lib apr_snprintf.c

1999-12-13 Thread jim
jim 99/12/13 05:39:24 Modified:src/lib/apr/lib apr_snprintf.c Log: Use the ap_vformatter_buff_t type :) Revision ChangesPath 1.6 +5 -5 apache-2.0/src/lib/apr/lib/apr_snprintf.c Index: apr_snprintf.c ===

cvs commit: apache-2.0/src/lib/apr/lib apr_snprintf.c

1999-12-13 Thread jim
jim 99/12/13 05:36:17 Modified:src/lib/apr/lib apr_snprintf.c Log: Fold in the snprintf() changes Revision ChangesPath 1.5 +202 -44 apache-2.0/src/lib/apr/lib/apr_snprintf.c Index: apr_snprintf.c =