]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* nss/getent.c (print_networks): Don't print comma between aliases.
authorUlrich Drepper <drepper@redhat.com>
Wed, 28 Jan 2009 15:55:25 +0000 (15:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 28 Jan 2009 15:55:25 +0000 (15:55 +0000)
ChangeLog
localedata/locales/as_IN
localedata/locales/bn_BD
localedata/locales/bn_IN
localedata/locales/hi_IN
localedata/locales/mr_IN
nss/getent.c

index 673f4e5502b8ac5765cf4e65d2932acaf67a19bb..156e2c7cf555d00aefdf1363b30f458307a1896a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-28  Ulrich Drepper  <drepper@redhat.com>
+
+       * nss/getent.c (print_networks): Don't print comma between aliases.
+
 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
index 3e1c4cb8ab438449327355b2aad284c0f279b44e..6fbd66ee2f9896f4e14222217b746011f291c3c7 100644 (file)
@@ -32,11 +32,7 @@ END LC_IDENTIFICATION
 
 %%%%%%%%%%%%%
 LC_CTYPE
-copy "bn_IN"
-
-translit_start
-include "translit_combining";""
-translit_end
+copy "bn_BD"
 END LC_CTYPE
 
 %%%%%%%%%%%%%
index dceacc34ad44624c49df69dfe09afb3c14d41cc9..a2c0f5c5bd8d05d640f7bc37908b66e2dbacae1b 100644 (file)
@@ -37,7 +37,24 @@ copy "iso14651_t1"
 END LC_COLLATE
 
 LC_CTYPE
-copy "bn_IN"
+copy "i18n"
+
+% Bengali uses the alternate digits U+09E6..U+09EF
+outdigit <U09E6>..<U09EF>
+
+% This is used in the scanf family of functions to read Bengali numbers
+% using "%Id" and such.
+map to_inpunct; /
+  (<U0030>,<U09E6>); /
+  (<U0031>,<U09E7>); /
+  (<U0032>,<U09E8>); /
+  (<U0033>,<U09E9>); /
+  (<U0034>,<U09EA>); /
+  (<U0035>,<U09EB>); /
+  (<U0036>,<U09EC>); /
+  (<U0037>,<U09ED>); /
+  (<U0038>,<U09EE>); /
+  (<U0039>,<U09EF>); 
 
 translit_start
 include "translit_combining";""
index 43a682549e3f48b456589e8b5b45b1c1c69750a6..1a792acd8a31f50434bab0caa83ec2e20d32fe50 100644 (file)
@@ -34,28 +34,7 @@ END LC_IDENTIFICATION
 
 
 LC_CTYPE
-copy "i18n"
-
-% Bengali uses the alternate digits U+09E6..U+09EF
-outdigit <U09E6>..<U09EF>
-
-% This is used in the scanf family of functions to read Bengali numbers
-% using "%Id" and such.
-map to_inpunct; /
-  (<U0030>,<U09E6>); /
-  (<U0031>,<U09E7>); /
-  (<U0032>,<U09E8>); /
-  (<U0033>,<U09E9>); /
-  (<U0034>,<U09EA>); /
-  (<U0035>,<U09EB>); /
-  (<U0036>,<U09EC>); /
-  (<U0037>,<U09ED>); /
-  (<U0038>,<U09EE>); /
-  (<U0039>,<U09EF>); 
-
-translit_start
-include "translit_combining";""
-translit_end
+copy "bn_BD"
 END LC_CTYPE
 
 
index c8a5051089ee7e37c4c59c623b07e0ffa5a02351..5ce3e03520e36577e5952d3614016003b3de84bd 100644 (file)
@@ -32,7 +32,24 @@ category  "hi_IN:2000";LC_TELEPHONE
 END LC_IDENTIFICATION
 
 LC_CTYPE
-copy "mr_IN"
+copy "i18n"
+
+% Devanagari uses the alternate digits U+0966..U+096F
+outdigit <U0966>..<U096F>
+
+% This is used in the scanf family of functions to read devanagari numbers
+% using "%Id" and such.
+map to_inpunct; /
+  (<U0030>,<U0966>); /
+  (<U0031>,<U0967>); /
+  (<U0032>,<U0968>); /
+  (<U0033>,<U0969>); /
+  (<U0034>,<U096A>); /
+  (<U0035>,<U096B>); /
+  (<U0036>,<U096C>); /
+  (<U0037>,<U096D>); /
+  (<U0038>,<U096E>); /
+  (<U0039>,<U096F>); 
 
 translit_start
 include "translit_combining";""
index 7c9d439fcbdf7a5c0184514c9cfb03d28a7311fb..174e0e3f1d57bfff57f99a959bdc0dc05c01e303 100644 (file)
@@ -32,28 +32,7 @@ category  "mr_IN:2000";LC_TELEPHONE
 END LC_IDENTIFICATION
 
 LC_CTYPE
-copy "i18n"
-
-% Devanagari uses the alternate digits U+0966..U+096F
-outdigit <U0966>..<U096F>
-
-% This is used in the scanf family of functions to read devanagari numbers
-% using "%Id" and such.
-map to_inpunct; /
-  (<U0030>,<U0966>); /
-  (<U0031>,<U0967>); /
-  (<U0032>,<U0968>); /
-  (<U0033>,<U0969>); /
-  (<U0034>,<U096A>); /
-  (<U0035>,<U096B>); /
-  (<U0036>,<U096C>); /
-  (<U0037>,<U096D>); /
-  (<U0038>,<U096E>); /
-  (<U0039>,<U096F>); 
-
-translit_start
-include  "translit_combining";""
-translit_end
+copy "hi_IN"
 END LC_CTYPE
 
 LC_COLLATE
index 97c5875de7b428ce0a4286bd6b1e5712f53d46d2..7a3ad5217528199dcbdff2614eb5507370d42fef 100644 (file)
@@ -448,8 +448,6 @@ print_networks (struct netent *net)
       putchar_unlocked (' ');
       fputs_unlocked (net->n_aliases[i], stdout);
       ++i;
-      if (net->n_aliases[i] != NULL)
-       putchar_unlocked (',');
     }
   putchar_unlocked ('\n');
 }