cvs commit: apache-2.0/src/lib/apr/threadproc/win32 threadproc.h

2000-01-28 Thread stoddard
stoddard00/01/27 18:08:22 Modified:src/lib/apr/threadproc/win32 threadproc.h Log: Cleanup funky indenting Revision ChangesPath 1.2 +5 -7 apache-2.0/src/lib/apr/threadproc/win32/threadproc.h Index: threadproc.h

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

2000-01-28 Thread stoddard
stoddard00/01/27 18:24:16 Modified:src/lib/apr/threadproc/win32 proc.c Log: Fix some return codes and leave the new process handle open. In general, the parent process should explicitly close the handle if it does not need it. And Apache requires the handle for free_proc_chain

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

2000-01-28 Thread stoddard
stoddard00/01/27 18:29:05 Modified:src/lib/apr/threadproc/unix proc.c Log: Fix more funky indenting Revision ChangesPath 1.15 +6 -6 apache-2.0/src/lib/apr/threadproc/unix/proc.c Index: proc.c

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

2000-01-28 Thread stoddard
stoddard00/01/27 19:10:53 Modified:src/lib/apr/include apr_win.h apr_winconfig.h src/lib/apr/lib apr_pools.c Log: Migrate free_proc_chain() for Windows to APR. Fix invalid handle exception when running CGI scripts. Revision ChangesPath 1.15 +1 -0

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

2000-01-28 Thread stoddard
stoddard00/01/27 20:22:01 Modified:src/lib/apr/lib apr_pools.c src/lib/apr/threadproc/win32 proc.c Log: Fix bug in Win32 ap_get_os_proc() (it was already fixed in the Unix side...). Close process handle in free_proc_chain. Revision ChangesPath 1.31

Re: cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

2000-01-28 Thread rbb
Fix some return codes and leave the new process handle open. In general, the parent process should explicitly close the handle if it does not need it. And Apache requires the handle for free_proc_chain clean-up processing. Revision ChangesPath if (CreateProcess(NULL,

cvs commit: apache-2.0/src/lib/apr/include apr.h.in apr_general.h

2000-01-28 Thread rbb
rbb 00/01/28 09:42:53 Modified:src/lib/apr configure.in src/lib/apr/include apr.h.in apr_general.h Log: Fix the APR build process on UNIX. We need to include signal.h if we have it. Revision ChangesPath 1.50 +2 -1

cvs commit: apache-2.0/src/os/unix iol_socket.c unixd.c

2000-01-28 Thread rbb
rbb 00/01/28 10:02:32 Modified:src/ap ap_hooks.c ap_sha1.c src/helpers build-modules-c.awk src/main buff.c gen_test_char.c http_config.c http_connection.c http_core.c http_main.c http_protocol.c