]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update comment about locale name syntax.
authorBruno Haible <bruno@clisp.org>
Mon, 16 Oct 2006 12:14:10 +0000 (12:14 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:06 +0000 (12:14 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/langprefs.c
gettext-runtime/intl/localename.c

index 4e61988213969151a59bbdc19e0c7e8119a900d0..8ed79f951dc2e434540a4c64d130597302ce68d4 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-09  Bruno Haible  <bruno@clisp.org>
+
+       * langprefs.c: Update comment about locale name syntax.
+       * localename.c: Likewise.
+
 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
             Bruno Haible  <bruno@clisp.org>
 
index 5436040f98c369b64144b8e5b8eca1ff348e1c36..59c8def215e895e4a2d8d3bbdbe87b9ab225b45e 100644 (file)
@@ -1,5 +1,5 @@
 /* Determine the user's language preferences.
-   Copyright (C) 2004-2005 Free Software Foundation, Inc.
+   Copyright (C) 2004-2006 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU Library General Public License as published
@@ -35,7 +35,7 @@ extern void _nl_locale_name_canonicalize (char *name);
 
 /* Determine the user's language preferences, as a colon separated list of
    locale names in XPG syntax
-     language[_territory[.codeset]][@modifier]
+     language[_territory][.codeset][@modifier]
    The result must not be freed; it is statically allocated.
    The LANGUAGE environment variable does not need to be considered; it is
    already taken into account by the caller.  */
index 1b8b99a1af1c4471f87d24b28425cbd156368fd9..a37097084a9e443316ebdbd48270925ea27068eb 100644 (file)
@@ -978,7 +978,7 @@ _nl_locale_name_canonicalize (char *name)
 #endif
 
 /* Determine the current locale's name, and canonicalize it into XPG syntax
-     language[_territory[.codeset]][@modifier]
+     language[_territory][.codeset][@modifier]
    The codeset part in the result is not reliable; the locale_charset()
    should be used for codeset information instead.
    The result must not be freed; it is statically allocated.  */