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

1998-05-07 Thread dougm
dougm 98/05/07 15:42:06 Modified:src/main http_core.c Log: `bool' is #define'd as a type here, can't build with that clash, so change to `flag' Revision ChangesPath 1.195 +2 -2 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-devsite mmn.txt

1998-05-07 Thread coar
(see src/include/compat.h for more details) - ap_vformatter() API, see src/include/ap.h +19980507 (1.3b7-dev) - addition of ap_add_version_component() and +discontinuation of -DSERVER_SUBVERSION support

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

1998-05-07 Thread coar
19980507 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL, NULL /* Generic accessors for other modules to get at their own module-specific

cvs commit: apache-1.3/src/helpers mkshadow.sh

1998-05-07 Thread rse
rse 98/05/07 08:24:44 Modified:src CHANGES ..cvsignore Makefile.tmpl configure src/helpers mkshadow.sh Log: Cleanup of the `configure --shadow' process: - make sure the configure script creates its temporary files in the sha

cvs commit: apache-1.3/src CHANGES

1998-05-07 Thread jim
jim 98/05/07 08:04:16 Modified:src CHANGES Log: The code still allows for SERVER_SUBVERSION Revision ChangesPath 1.832 +1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /exp

cvs commit: apache-1.3/htdocs/manual new_features_1_3.html upgrading_to_1_3.html

1998-05-07 Thread coar
coar98/05/07 07:28:43 Modified:htdocs/manual new_features_1_3.html upgrading_to_1_3.html Log: Add the AddVersion* directives to the 'new for 1.3' documentation. Revision ChangesPath 1.55 +15 -0 apache-1.3/htdocs/manual/new_features_1_3.html Index:

cvs commit: apache-1.3/src/os/win32/installer/installdll install.c install.mak

1998-05-07 Thread pcs
pcs 98/05/07 06:23:37 Modified:src/os/win32/installer apache.iwz src/os/win32/installer/installdll install.c install.mak Log: Update the installer to fix overwriting of user's already installed configuration or htdocs files. This is similar to how APACI now works

cvs commit: apache-1.3/src/ap ap_snprintf.c

1998-05-07 Thread jim
jim 98/05/07 06:13:54 Modified:src/ap ap_snprintf.c Log: Seems silly to remove the decimal point if we know we'll be adding it later Revision ChangesPath 1.23 +31 -30apache-1.3/src/ap/ap_snprintf.c Index: ap_snprintf.c =

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

1998-05-07 Thread coar
coar98/05/07 05:24:31 Modified:.STATUS htdocs/manual/mod core.html src CHANGES buildmark.c src/include http_conf_globals.h httpd.h src/main http_core.c http_main.c src/os/bs2000 os.h

cvs commit: apache-1.3/src/ap ap_snprintf.c

1998-05-07 Thread rse
rse 98/05/07 02:39:43 Modified:src/ap ap_snprintf.c Log: Fix Martin's comitted "s != S_NULL & s != char_buf" to "s != S_NULL && s != char_buf" which is what he wanted to use but not typed. Revision ChangesPath 1.22 +1 -1 apache-1.3/src/ap/ap_snprintf.c

cvs commit: apache-1.3/src CHANGES

1998-05-07 Thread martin
martin 98/05/07 00:52:50 Modified:src CHANGES Log: Note ap_snprintf tweaks Revision ChangesPath 1.830 +3 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache-1.3/src

cvs commit: apache-1.3/src/ap ap_snprintf.c

1998-05-07 Thread martin
martin 98/05/07 00:47:34 Modified:src/ap ap_snprintf.c Log: Avoid core dumps for bogus ap_snprintf() format strings by using more defensive approach: never allow patching a prefix char in front of a constant string (or in front of char_buf); delimit strchr() to not scan past

cvs commit: apache-1.3 STATUS

1998-05-07 Thread jim
jim 98/05/06 19:48:24 Modified:.STATUS Log: Add Ken's patch Revision ChangesPath 1.380 +6 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

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

1998-05-07 Thread brian
brian 98/05/06 18:21:23 Modified:src CHANGES src/main http_protocol.c http_core.c Log: PR: 1464 Emit the Accept-Ranges header for every response from the default handler, instead of just for those that don't emit a "Range" request. Revision Changes