PatchSet 5951 
Date: 2005/01/30 15:36:15
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
set locale to C in autogen script

2005-01-29  Dalibor Topic  <[EMAIL PROTECTED]>

        * developers/autogen.sh:
        Set locale to C tp avoid different locales interfering
        with sorting of class lists.

        Reported by:  Guilhem Lavaux  <[EMAIL PROTECTED]>

Members: 
        ChangeLog:1.3490->1.3491 
        developers/autogen.sh:1.52->1.53 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3490 kaffe/ChangeLog:1.3491
--- kaffe/ChangeLog:1.3490      Sun Jan 30 15:17:36 2005
+++ kaffe/ChangeLog     Sun Jan 30 15:36:15 2005
@@ -1,5 +1,13 @@
 2005-01-29  Dalibor Topic  <[EMAIL PROTECTED]>
 
+       * developers/autogen.sh:
+       Set locale to C tp avoid different locales interfering 
+       with sorting of class lists.
+
+       Reported by:  Guilhem Lavaux  <[EMAIL PROTECTED]>
+
+2005-01-29  Dalibor Topic  <[EMAIL PROTECTED]>
+
        * test/regression/Makefile.am (EXTRA_DIST): Added 
        HelloWorldApp.class.
        (CLEANFILES) Removed *.class.
Index: kaffe/developers/autogen.sh
diff -u kaffe/developers/autogen.sh:1.52 kaffe/developers/autogen.sh:1.53
--- kaffe/developers/autogen.sh:1.52    Thu Jan 27 01:07:28 2005
+++ kaffe/developers/autogen.sh Sun Jan 30 15:36:19 2005
@@ -6,6 +6,8 @@
 # You should run this from the top-level directory.
 # Written by Mo DeJong.
 
+export LC_ALL=C
+
 # Check for versions of various tools to use when regenerating 
 # Makefiles and configure scripts - if you want to use different
 # versions, use --override.  The purpose of these checks is to just

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to