texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo texi2html/test/run_parser_all.sh texi2h...


From: Patrice Dumas
Subject: texinfo texi2html/test/run_parser_all.sh texi2h...
Date: Wed, 02 Jan 2013 17:37:49 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        13/01/02 17:37:48

Modified files:
        texi2html/test : run_parser_all.sh run_test.sh run_test_all.sh 
        tp             : texi2any.pl 
        tp/tests       : run_parser_all.sh 

Log message:
        Set LC_ALL and not LANG.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/test/run_parser_all.sh?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/test/run_test.sh?cvsroot=texinfo&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/test/run_test_all.sh?cvsroot=texinfo&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.157&r2=1.158
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/run_parser_all.sh?cvsroot=texinfo&r1=1.15&r2=1.16

Patches:
Index: texi2html/test/run_parser_all.sh
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/test/run_parser_all.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- texi2html/test/run_parser_all.sh    14 Sep 2012 20:07:42 -0000      1.3
+++ texi2html/test/run_parser_all.sh    2 Jan 2013 17:37:48 -0000       1.4
@@ -9,7 +9,7 @@
 
 #echo "SRCDIR $srcdir srcdir_test $srcdir_test"
 
-export LANG=C
+LC_ALL=C; export LC_ALL
 
 
 res_dir=res_parser

Index: texi2html/test/run_test.sh
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/test/run_test.sh,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- texi2html/test/run_test.sh  12 Oct 2011 06:48:46 -0000      1.35
+++ texi2html/test/run_test.sh  2 Jan 2013 17:37:48 -0000       1.36
@@ -9,7 +9,7 @@
 
 #echo "SRCDIR $srcdir srcdir_test $srcdir_test"
 
-export LANG=C
+LC_ALL=C; export LC_ALL
 
 
 res_dir=res

Index: texi2html/test/run_test_all.sh
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/test/run_test_all.sh,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- texi2html/test/run_test_all.sh      12 Oct 2011 06:48:19 -0000      1.24
+++ texi2html/test/run_test_all.sh      2 Jan 2013 17:37:48 -0000       1.25
@@ -9,7 +9,7 @@
 
 #echo "SRCDIR $srcdir srcdir_test $srcdir_test"
 
-export LANG=C
+LC_ALL=C; export LC_ALL
 
 
 res_dir=res

Index: tp/texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -b -r1.157 -r1.158
--- tp/texi2any.pl      1 Jan 2013 19:31:57 -0000       1.157
+++ tp/texi2any.pl      2 Jan 2013 17:37:48 -0000       1.158
@@ -166,7 +166,6 @@
 if ((defined($ENV{"LC_ALL"}) and $ENV{"LC_ALL"} =~ /^(C|POSIX)$/)
      or (defined($ENV{"LANG"}) and $ENV{"LANG"} =~ /^(C|POSIX)$/)) {
   delete $ENV{"LANGUAGE"} if defined($ENV{"LANGUAGE"});
-  # FIXME set the other variable if only one is set?
 }
 
 

Index: tp/tests/run_parser_all.sh
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/run_parser_all.sh,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- tp/tests/run_parser_all.sh  1 Jan 2013 00:20:19 -0000       1.15
+++ tp/tests/run_parser_all.sh  2 Jan 2013 17:37:48 -0000       1.16
@@ -9,7 +9,6 @@
 
 #echo "SRCDIR $srcdir srcdir_test $srcdir_test"
 
-LANG=C; export LANG
 LC_ALL=C; export LC_ALL
 
 prepended_command=



reply via email to

[Prev in Thread] Current Thread [Next in Thread]