cvs commit: apache/src mod_cgi.c

1997-07-13 Thread Ben Laurie
ben 97/07/13 12:20:18 Modified:src mod_cgi.c Log: Clear up Win32 debris. Revision ChangesPath 1.46 +2 -2 apache/src/mod_cgi.c Index: mod_cgi.c === RCS file:

cvs commit: apache/src mod_cgi.c mod_include.c mod_mime_magic.c

1997-07-13 Thread Dean Gaudet
dgaudet 97/07/13 19:38:07 Modified:src mod_cgi.c mod_include.c mod_mime_magic.c Log: Use STD{IN,OUT,ERR}_FILENO as dictated by posix.1. Submitted by: Stanley Gambarin [EMAIL PROTECTED] Reviewed by: Dean Gaudet Revision ChangesPath 1.47 +1 -1

cvs commit: apache/src mod_cgi.c

1997-07-07 Thread Marc Slemko
marc97/07/07 21:08:57 Modified:src mod_cgi.c Log: Properly use HUGE_STRING_LEN instead of MAX_STRING_LEN for two calls and remove bogus -1 in size for bgets(). Submitted by: Stanley Gambarin, Marc Slemko Revision ChangesPath 1.44 +9 -9

cvs commit: apache/src mod_cgi.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:39:51 Modified:src mod_cgi.c Log: Fix VC++ warnings. Revision ChangesPath 1.42 +2 -0 apache/src/mod_cgi.c Index: mod_cgi.c === RCS file:

cvs commit: apache/src mod_cgi.c

1997-04-16 Thread Dean Gaudet
dgaudet 97/04/16 12:50:02 Modified:src mod_cgi.c Log: Close script_in before trying to eat up script_err to prevent a deadlock. Submitted by: Ralf Reviewed by: Roy, Dean Revision ChangesPath 1.38 +1 -2 apache/src/mod_cgi.c Index: mod_cgi.c

cvs commit: apache/src mod_cgi.c

1997-02-17 Thread Ben Laurie
ben 97/02/17 10:11:04 Modified:src mod_cgi.c Log: Check for NULL pointer. Reviewed by: Randy, Jim, Chuck Revision ChangesPath 1.33 +2 -2 apache/src/mod_cgi.c Index: mod_cgi.c ===

cvs commit: apache/src mod_cgi.c

1996-12-17 Thread Randy Terbush
randy 96/12/17 14:13:08 Modified:src mod_cgi.c Log: Make this more clear. Revision ChangesPath 1.25 +5 -2 apache/src/mod_cgi.c Index: mod_cgi.c === RCS file:

cvs commit: apache/src mod_cgi.c

1996-11-25 Thread Ben Laurie
ben 96/11/25 05:32:49 Modified:src mod_cgi.c Log: Squash a warning. Revision ChangesPath 1.22 +1 -1 apache/src/mod_cgi.c Index: mod_cgi.c === RCS file:

cvs commit: apache/src mod_cgi.c mod_include.c util_script.c util_script.h

1996-07-21 Thread Randy Terbush
randy 96/07/21 13:03:51 Modified:src mod_cgi.c mod_include.c util_script.c util_script.h Log: Centralize exec() functionality. Reviewed by: Robert Thau, Ben Laurie Revision ChangesPath 1.11 +1 -42 apache/src/mod_cgi.c