marc 98/10/04 12:05:15
Modified: src CHANGES Log: Style cleanup. Revision Changes Path 1.1100 +6 -5 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1099 retrieving revision 1.1100 diff -u -r1.1099 -r1.1100 --- CHANGES 1998/10/04 06:13:16 1.1099 +++ CHANGES 1998/10/04 19:05:13 1.1100 @@ -19,9 +19,10 @@ [Dave Dykstra <[EMAIL PROTECTED]>] PR#3055 *) Fix `require ...' directive parsing in mod_auth, mod_auth_dbm and - mod_auth_db by using ap_getword_white() (which uses ap_isspace()) instead of - ap_getword(..., ' ') (which parses only according to spaces but not tabs). - [James Morris <[EMAIL PROTECTED]>, Ralf S. Engelschall] PR#3105 + mod_auth_db by using ap_getword_white() (which uses ap_isspace()) + instead of ap_getword(..., ' ') (which parses only according to spaces + but not tabs). [James Morris <[EMAIL PROTECTED]>, + Ralf S. Engelschall] PR#3105 *) Fix the SERVER_NAME variable under sub-request situations (where `UseCanonicalName off' is used) like CGI's called from SSI pages or @@ -43,7 +44,7 @@ it is now taken care of properly by the header file tests. [Wilfredo Sanchez <[EMAIL PROTECTED]>] - *) Fix problem with scripts and finehandle inheritance on Win32. + *) Fix problem with scripts and filehandle inheritance on Win32. [Ken Parzygnat <[EMAIL PROTECTED]>] PR#2884, 2910 *) Win32 name canonicalisation could end up using the server's @@ -70,7 +71,7 @@ *) The ap_pfopen and ap_pfdopen routines were failing to protect the errno on an error, which leads to one error being mistaken for - another when reading non-existant .htaccess files. + another when reading non-existent .htaccess files. [Jim Jagielski] *) OS/2: The new header tests get things right, need to update