]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use LC_ALL=C to protect range expression against Estonian locale.
authorBruno Haible <bruno@clisp.org>
Tue, 8 Feb 2005 11:22:14 +0000 (11:22 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:10 +0000 (12:12 +0200)
12 files changed:
ChangeLog
config/config.libpath
gettext-runtime/po/POTFILES.in
gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in
gettext-tools/misc/gettextize.in
gettext-tools/po/POTFILES.in
gettext-tools/projects/ChangeLog
gettext-tools/projects/GNOME/trigger
gettext-tools/projects/KDE/trigger
gettext-tools/src/ChangeLog
gettext-tools/src/project-id

index 6e408cd449e5ee02153a43c6e04fe159f46eef6a..c57d51ab0147b71c905bb3c40a024d5dcb5d8b20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-07  Bruno Haible  <bruno@clisp.org>
+
+       * config/config.libpath: Use LC_ALL=C to protect range expression
+       against Estonian locale.
+
 2005-02-07  Bruno Haible  <bruno@clisp.org>
 
        * config/ltmain.sh: Upgrade to libtool-1.5.12.
index 2d7873b1b483ffc5c83e92ffd1bb7272642850c7..1d9df859069c115cf3a6ff151c5f64a9ced539ce 100755 (executable)
@@ -2,7 +2,7 @@
 # Output a system dependent set of variables, describing how to set the
 # run time search path of shared libraries in an executable at run time.
 #
-#   Copyright 1996-2004 Free Software Foundation, Inc.
+#   Copyright 1996-2005 Free Software Foundation, Inc.
 #   Taken from GNU libtool, 2003
 #   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 #
@@ -140,7 +140,7 @@ case $host_os in
     ;;
 esac
 
-sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
+LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
 
 # This is the shared library path variable.
 shlibpath_var=$shlibpath_var
index 1ab4e8c5d38242446f757399eb67c988b7717c24..5c2329e697e06e2229f0b49c0351e4b319f7459e 100644 (file)
@@ -1,8 +1,8 @@
 # List of files which contain translatable strings.
-# Copyright (C) 1995, 1998, 2001-2003 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1998, 2001-2003, 2005 Free Software Foundation, Inc.
 
 # For updating this file, look at the result of:
-#   $ grep -l '[^A-Za-z_]_(' {lib,src}/*.[chly]
+#   $ LC_ALL=C grep -l '[^A-Za-z_]_(' {lib,src}/*.[chly]
 
 # Files from the compatibility library
 ../gettext-tools/lib/closeout.c
index 729b7a90240008e45f89df67ae6178d0bbd55fde..6b07473dd630b11d3e03cec288b46687f5a3f90d 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-07  Bruno Haible  <bruno@clisp.org>
+
+       * autopoint.in: Use LC_ALL=C to protect range expression against
+       Estonian locale.
+       * gettextize.in: Likewise.
+
 2005-02-05  Bruno Haible  <bruno@clisp.org>
 
        * autopoint.in: Check the version number, instead of relying on cvs
index f7147e832fc1808f2027ce258a1d38d7b21863b8..28c2c5ff1aa7f75615a4f153ad10f1aa1048be5d 100644 (file)
@@ -261,7 +261,7 @@ fi
 # At least one of the two must be given. If both are given, they must agree.
 xver=`cat "$configure_in" | grep '^AM_GNU_GETTEXT_VERSION(' | sed -e 's/^AM_GNU_GETTEXT_VERSION(\([^()]*\))/\1/p' | sed -e 's/^\[\(.*\)\]$/\1/' | sed -e 1q`
 if test -z "$xver" && test -f intl/VERSION; then
-  xver=`cat intl/VERSION | sed -n -e 's/^.*gettext-\([-+_.0-9A-Za-z]*\).*$/\1/p'`
+  xver=`cat intl/VERSION | LC_ALL=C sed -n -e 's/^.*gettext-\([-+_.0-9A-Za-z]*\).*$/\1/p'`
 fi
 if test -n "$xver"; then
   if test -n "$ver"; then
index aefba8867336f10b86c9c0863eaf80976f279c83..376b675dca2ed17e683275b41e026ce42249e429 100644 (file)
@@ -627,8 +627,8 @@ for file in *; do
     Makevars.template)
       func_linkorcopy Makevars.template "$gettext_dir/po/Makevars.template" po/Makevars.template
       if test -f "$srcdir/po/Makevars"; then
-        sed -n -e 's/[         ]*\([A-Za-z0-9_]*\)[    ]*=.*/\1/p' < "$srcdir/po/Makevars" | LC_ALL=C sort > "$srcdir/po/Makevars.tmp1"
-        sed -n -e 's/[         ]*\([A-Za-z0-9_]*\)[    ]*=.*/\1/p' < "$srcdir/po/Makevars.template" | LC_ALL=C sort > "$srcdir/po/Makevars.tmp2"
+        LC_ALL=C sed -n -e 's/[        ]*\([A-Za-z0-9_]*\)[    ]*=.*/\1/p' < "$srcdir/po/Makevars" | LC_ALL=C sort > "$srcdir/po/Makevars.tmp1"
+        LC_ALL=C sed -n -e 's/[        ]*\([A-Za-z0-9_]*\)[    ]*=.*/\1/p' < "$srcdir/po/Makevars.template" | LC_ALL=C sort > "$srcdir/po/Makevars.tmp2"
         missingvars=`LC_ALL=C comm -13 "$srcdir/po/Makevars.tmp1" "$srcdir/po/Makevars.tmp2"`
         rm -f "$srcdir/po/Makevars.tmp1" "$srcdir/po/Makevars.tmp2"
         if test -n "$missingvars"; then
index 165f48af8e5af7314f17eea9006490b1d34aa207..567f4ceba3acb2502732883892131206c3d0ec03 100644 (file)
@@ -1,8 +1,8 @@
 # List of files which contain translatable strings.
-# Copyright (C) 1995, 1998, 2001-2004 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1998, 2001-2005 Free Software Foundation, Inc.
 
 # For updating this file, look at the result of:
-#   $ grep -l '[^A-Za-z_]_(' {lib,src}/*.[chly]
+#   $ LC_ALL=C grep -l '[^A-Za-z_]_(' {lib,src}/*.[chly]
 
 # Files from the compatibility library
 lib/argmatch.c
index 02aea97af2ae0c7acbc2e393b6caf89a74e13364..fed21c7c8159d0fc4302dc024ec41ef82b51ff70 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-07  Bruno Haible  <bruno@clisp.org>
+
+       * KDE/trigger: Use LC_ALL=C to protect range expression against
+       Estonian locale.
+       * GNOME/trigger: Likewise.
+
 2004-05-22  Bruno Haible  <bruno@clisp.org>
 
        * TP/teams.html: Update.
index e7a04feaf60239b05efe44994d0036753a7dfd8b..d159230e56ab70e48f623cd57b9a92842c4be769 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/sh
 # Test whether the current package is a GNOME package.
+
+# NLS nuisances: Letter ranges are different in the Estonian locale.
+LC_ALL=C
+
 while true; do
   configfiles=
   if test -f configure.in; then
index 3426454939a91ce68d76a3b0f8141c7112034ab4..561a408bb77e72825cd3de77d86f125d40c55366 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/sh
 # Test whether the current package is a KDE package.
+
+# NLS nuisances: Letter ranges are different in the Estonian locale.
+LC_ALL=C
+
 while true; do
   configfiles=
   if test -f configure.in; then
index 457faf44ec0a674b10dda83b555444847c088859..af51c49e837d14386f2594bd29c3e5e85496d849 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-07  Bruno Haible  <bruno@clisp.org>
+
+       * project-id: Use LC_ALL=C to protect range expression against
+       Estonian locale.
+
 2005-02-06  Bruno Haible  <bruno@clisp.org>
 
        Leave #: lines with unknown syntax alone instead of turning them into
index 7b1c86fbd7d7c69bf8968db5ac846954259df637..95e5f9ffa323a555cd3d2a485e67683a8548ecf1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Prints a package's identification PACKAGE VERSION or PACKAGE.
 #
-# Copyright (C) 2001-2003 Free Software Foundation, Inc.
+# Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 want_version="$1"
+
+# NLS nuisances: Letter ranges are different in the Estonian locale.
+LC_ALL=C
+
 while true; do
   if test -f configure; then
     package=`(grep '^PACKAGE_NAME=' configure; grep '^ *PACKAGE=' configure) | grep -v '=[     ]*$' | sed -e '1q' | sed -e 's/^[^=]*=//' | sed -e "s/^'//" -e "s/'$//"`