martin 98/10/01 11:25:12
Modified:src/os/bs2000 ebcdic.c
src README.EBCDIC CHANGES
htdocs/manual new_features_1_3.html ebcdic.html
Log:
Reflect the fact that "Siemens Nixdorf" has been renamed to "Siemens".
Revision ChangesPath
1.9
coar98/09/30 21:53:24
Modified:src CHANGES
Log:
Document the last two Win32 fixes.
PR: 2976, 3001, 3074
Revision ChangesPath
1.1085+8 -0 apache-1.3/src/CHANGES
Index: CHANGES
===
coar98/09/30 21:52:33
Modified:src/main http_core.c
src/os/win32 util_win32.c
Log:
ap_os_canonical_filename was not treating 'x:/' correctly. The
'/' was being stripped, then we'd call GetFullPathName which
would take 'x:' and change it to th
coar98/09/30 21:14:43
Modified:src/main http_request.c
Log:
ap_sub_req_lookup_file() was assuming that all absolute paths
begin with "/" -- which obviously isn't the case for Win32.
#ifdef this to do the right thing on Win32. (It's unclear
whether a