cvs commit: apache-1.3/src/include compat.h

1998-04-13 Thread rse
rse 98/04/13 03:32:28 Modified:src/os/win32 os.h src/os/unix os.h os.c src/os/bs2000 os.h os.c src/modules/standard mod_so.c mod_cgi.c src/main http_core.c src/include compat.h Log: Manual DSO cleanup

cvs commit: apache-1.3/htdocs/manual/mod mod_mime.html

1998-04-13 Thread ben
ben 98/04/13 04:42:20 Modified:htdocs/manual/mod mod_mime.html Log: Fix grammar and layout error. Revision ChangesPath 1.20 +2 -2 apache-1.3/htdocs/manual/mod/mod_mime.html Index: mod_mime.html

cvs commit: apache-devsite API-dict.html

1998-04-13 Thread coar
coar98/04/13 05:30:10 Modified:.API-dict.html Log: Another checkpoint, since it will be hours before I can get back to this and my edits are broad enough that they'll surely conflict with anything anyone else puts in meanwhile. Lots of prototype

cvs commit: apache-1.3/src README.DSO

1998-04-13 Thread rse
rse 98/04/13 08:40:18 Added: src README.DSO Log: Here it comes: My first cut for an overview README.DSO file describing the relevant aspects of dynamic shared object (DSO) support in Apache 1.3. My hope is that this information makes the DSO stuff more clear to those

cvs commit: apache-1.3/src/os/win32 os.h util_win32.c

1998-04-13 Thread rse
rse 98/04/13 11:05:21 Modified:src/include compat.h httpd.h src/main http_config.c http_core.c http_request.c util.c src/modules/standard mod_alias.c mod_autoindex.c mod_so.c mod_userdir.c src/os/bs2000 os-inline.c

cvs commit: apache-1.3/src/include http_config.h

1998-04-13 Thread rse
:51 1.80 @@ -271,7 +271,7 @@ * handle it back-compatibly, or at least signal an error). */ -#define MODULE_MAGIC_NUMBER 19980324 +#define MODULE_MAGIC_NUMBER 19980413 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL, NULL /* Generic accessors

cvs commit: apache-devsite mmn.txt

1998-04-13 Thread rse
(), client_to_stdout() removed 19980324 (1.3b6-dev) - API_EXPORT(index_of_response) +19980413 (1.3b6-dev) - The BIG SYMBOL RENAMING: general ap_ prefix + (see src/include/compat.h for more details)

cvs commit: apache-devsite mmn.txt

1998-04-13 Thread dgaudet
/mmn.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mmn.txt 1998/04/13 18:14:51 1.18 +++ mmn.txt 1998/04/13 18:22:16 1.19 @@ -51,3 +51,4 @@ 19980324 (1.3b6-dev) - API_EXPORT(index_of_response) 19980413 (1.3b6-dev) - The BIG SYMBOL