cvs commit: apache-1.3/src/main http_config.c http_core.c

1999-05-07 Thread dougm
dougm 99/05/06 17:16:13 Modified:src CHANGES src/include ap_compat.h ap_mmn.h http_config.h http_core.h src/main http_config.c http_core.c Log: Fix configuration engine re-entrant hangups, which solve a handful of problems seen with mod_perl

cvs commit: apache-1.3/src/main http_main.c

1999-05-07 Thread dgaudet
dgaudet 99/05/06 17:38:13 Modified:src CHANGES src/main http_main.c Log: loop around on EINTR from semop() Revision ChangesPath 1.1352+3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/os/os2 os.c os.h util_os2.c

1999-05-07 Thread bjh
bjh 99/05/06 22:49:47 Modified:src/os/os2 os.c os.h util_os2.c Log: Provide system error messages instead of just OS/2 error codes for dynamic linking errors. I don't particularly like using static char buffers like this but ap_os_dso_error() doesn't take a pool.

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

1999-05-07 Thread manoj
manoj 99/05/06 23:57:50 Modified:pthreads/src/main buff.c Log: typo Revision ChangesPath 1.8 +1 -1 apache-apr/pthreads/src/main/buff.c Index: buff.c === RCS file:

cvs commit: apache-site/contributors index.html

1999-05-07 Thread rasmus
rasmus 99/05/07 10:42:17 Modified:contributors index.html Log: Revision ChangesPath 1.71 +6 -6 apache-site/contributors/index.html Index: index.html === RCS file:

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

1999-05-07 Thread rbb
rbb 99/05/07 11:17:50 Modified:apr/threadproc/unix proc.c Log: Just changing one malloc call to an apr_palloc call. Revision ChangesPath 1.6 +1 -1 apache-apr/apr/threadproc/unix/proc.c Index: proc.c

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

1999-05-07 Thread rbb
rbb 99/05/07 11:19:20 Modified:apr/file_io/unix open.c Log: Changing another malloc to apr_palloc. Revision ChangesPath 1.16 +3 -1 apache-apr/apr/file_io/unix/open.c Index: open.c ===