coar 99/04/29 11:48:56
Modified: src CHANGES Configure
Log:
Make sure things like 'tr' behave in predictable ways.
PR: 1630
Revision Changes Path
1.1334 +4 -1 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1333
retrieving revision 1.1334
diff -u -r1.1333 -r1.1334
--- CHANGES 1999/04/29 16:30:51 1.1333
+++ CHANGES 1999/04/29 18:48:52 1.1334
@@ -1,5 +1,9 @@
Changes with Apache 1.3.7
+ *) Force the LANG envariable to the known state of "C" so that we
+ have assurance about how string manipulators (e.g., tr) will
+ function. [Ken Coar] PR#1630
+
*) Add a directive to allow customising of the tracking cookie name.
[Ken Coar] PR#2921, 4303
@@ -6480,4 +6484,3 @@
*) Based on NCSA httpd 1.3 by Rob McCool and patches by CERT,
Roy Fielding, Robert Thau, Nicolas Pioch, David Robinson,
Brian Behlendorf, Rob Hartill, and Cliff Skolnick
-
1.339 +1 -0 apache-1.3/src/Configure
Index: Configure
===================================================================
RCS file: /home/cvs/apache-1.3/src/Configure,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -r1.338 -r1.339
--- Configure 1999/04/22 10:19:20 1.338
+++ Configure 1999/04/29 18:48:53 1.339
@@ -64,6 +64,7 @@
# fp2rp:
# slo.sh:
+LANG=C; export LANG
exitcode=0
trap 'rm -f $tmpfile $tmpfile2 $tmpfile3 $tmpconfig $awkfile; exit
$exitcode' 0 1 2 3 15