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

1998-07-13 Thread marc
marc98/07/12 19:44:26 Modified:src/main http_core.c Log: Canonicalize ServerRoot _before_ checking if it is a directory. Fixes problem where paths without a directory were rejected with a horrible error on Win32. Revision ChangesPath 1.211 +4 -1

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

1998-07-13 Thread marc
marc98/07/12 20:02:16 Modified:src/os/win32 util_win32.c Log: Give a proper error message in os_stat if we get something that doesn't have a drive letter and isn't UNC instead of dumping with a very unrewarding ap_assert(). Revision ChangesPath 1.21 +10 -1

cvs commit: apache-1.3 STATUS

1998-07-13 Thread marc
marc98/07/12 20:19:40 Modified:.STATUS Log: It always rains in Seattle. Revision ChangesPath 1.436 +7 -10 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3 STATUS

1998-07-13 Thread marc
marc98/07/12 20:23:39 Modified:.STATUS Log: It never snows in Seattle. Revision ChangesPath 1.437 +24 -18apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3 STATUS

1998-07-13 Thread marc
marc98/07/12 23:53:02 Modified:.STATUS Log: I want snow to wash away the MS. Revision ChangesPath 1.438 +3 -0 apache-1.3/STATUS Index: STATUS === RCS file:

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

1998-07-13 Thread marc
marc98/07/13 00:06:17 Modified:src/os/win32 util_win32.c Log: Add some comments and error checking code to avoid wild memcpy. This doesn't fix any of the code, just makes it hurt less. Major bogosity here. Revision ChangesPath 1.22 +9 -5

cvs commit: apache-devsite mmn.txt

1998-07-13 Thread rse
(1.3.1-dev) - ap_isalnum(), ap_isalpha(), ... 8-bit safe ctype macros and apctype.h added +19980713 (1.3.1-dev) - renaming of C header files: + 1. conf.h - ap_config.h + 2. conf_auto.h - ap_config_auto.h \ these are now

cvs commit: apache-1.3/src PORTING

1998-07-13 Thread jim
jim 98/07/13 05:31:05 Modified:src PORTING Log: Some doc changes about the header rename Revision ChangesPath 1.31 +17 -11apache-1.3/src/PORTING Index: PORTING === RCS file:

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

1998-07-13 Thread jim
jim 98/07/13 05:35:54 Modified:src PORTING src/include ap_config.h Log: Remove some dead code and add notes that if the sys/resource.h file exists, we assume that the rlimit() funcs do as well Revision ChangesPath 1.32 +3 -5

cvs commit: apache-devsite how-to-release-win32.html

1998-07-13 Thread bhyde
bhyde 98/07/13 08:09:35 Modified:.how-to-release-win32.html Log: Clarify the InstallShield variant used. Revision ChangesPath 1.7 +9 -5 apache-devsite/how-to-release-win32.html Index: how-to-release-win32.html