2003-01-30 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Fri, 31 Jan 2003 00:39:28 +0000 (00:39 +0000)
committerMichael Chastain <mec@google.com>
Fri, 31 Jan 2003 00:39:28 +0000 (00:39 +0000)
* lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
This was a workaround for a UTF-8 bug in readline 4.3.  The bug
has been fixed in gdb/readline on 2003-01-09.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index 428ab950c659a0ecde0068ca112073d14cfac500..fb2fe3926e649e83475950571007e80885d84ddc 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-30  Michael Chastain  <mec@shout.net>
+
+       * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
+       This was a workaround for a UTF-8 bug in readline 4.3.  The bug
+       has been fixed in gdb/readline on 2003-01-09.
+
 2003-01-29  Michael Snyder  <msnyder@redhat.com>
 
        * gdb.base/args.exp: Skip if target does not support args passing.
index 66ee88cff9ed499496f629515f518ca7e3c6cf2a..dca41dc9134bc9c88fe868d659fae635095b3916 100644 (file)
@@ -64,9 +64,6 @@ if ![info exists env(EXEEXT)] {
     set EXEEXT $env(EXEEXT)
 }
 
-# Make sure we are using the C locale.
-set env(LC_ALL) "C"
-
 ### Only procedures should come after this point.
 
 #
This page took 0.045583 seconds and 4 git commands to generate.