diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-05-17 18:59:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-05-17 18:59:35 +0000 |
commit | d40eb37aad4145ae4d047b6d7f633f740bf3a610 (patch) | |
tree | c2ff0130b68574a0b45bf63e0653f8c58b5a7bd1 /locale | |
parent | cc24242da7cddba154275547da89516eca6a0f88 (diff) | |
download | glibc-d40eb37aad4145ae4d047b6d7f633f740bf3a610.tar.gz glibc-d40eb37aad4145ae4d047b6d7f633f740bf3a610.tar.xz glibc-d40eb37aad4145ae4d047b6d7f633f740bf3a610.zip |
[BZ #40]
Update. 2004-05-15 Petter Reinholdtsen <pere@hungry.com> * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND MONTENEGRO" which have taken over the code 819. Patch from Danilo Segan. [BZ #40] 2004-05-15 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to __sparc_get_pic_l7. 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk> * catgets/gencat.c: Update bug reporting instructions. * csu/version.c: Likewise. * debug/catchsegv.sh: Likewise. * debug/pcprofiledump.c: Likewise. * debug/xtrace.sh: Likewise. * elf/ldd.bash.in: Likewise. * iconv/iconv_prog.c: Likewise. * iconv/iconvconfig.c: Likewise. * locale/programs/locale.c: Likewise. * locale/programs/localedef.c: Likewise. * login/programs/pt_chown.c: Likewise. * malloc/memusage.sh: Likewise. * malloc/memusagestat.c: Likewise. * malloc/mtrace.pl: Likewise. * manual/crypt.texi: Likewise. * manual/install.texi: Likewise. * nss/makedb.c: Likewise. 2004-05-14 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only CHECK_STATIC_TLS if sym != NULL. * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise. * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise. 2004-05-12 Andreas Schwab <schwab@suse.de> * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs when translating. 2004-05-13 H.J. Lu <hongjiu.lu@intel.com> * Rules (xtests): Depend on tests.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/iso-3166.def | 2 | ||||
-rw-r--r-- | locale/programs/locale.c | 3 | ||||
-rw-r--r-- | locale/programs/localedef.c | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/locale/iso-3166.def b/locale/iso-3166.def index c7f8258f08..f87f15bf59 100644 --- a/locale/iso-3166.def +++ b/locale/iso-3166.def @@ -193,6 +193,7 @@ DEFINE_COUNTRY_CODE ("SAN MARINO", SM, SMR, 674) DEFINE_COUNTRY_CODE ("SAO TOME AND PRINCIPE", ST, STP, 678) DEFINE_COUNTRY_CODE ("SAUDI ARABIA", SA, SAU, 682) DEFINE_COUNTRY_CODE ("SENEGAL", SN, SEN, 686) +DEFINE_COUNTRY_CODE ("SERBIA AND MONTENEGRO", CS, SCG, 891) DEFINE_COUNTRY_CODE ("SEYCHELLES", SC, SYC, 690) DEFINE_COUNTRY_CODE ("SIERRA LEONE", SL, SLE, 694) DEFINE_COUNTRY_CODE ("SINGAPORE", SG, SGP, 702) @@ -240,6 +241,5 @@ DEFINE_COUNTRY_CODE ("VIRGIN ISLANDS, U.S.", VI, VIR, 850) DEFINE_COUNTRY_CODE ("WALLIS AND FUTUNA", WF, WLF, 876) DEFINE_COUNTRY_CODE ("WESTERN SAHARA", EH, ESH, 732) DEFINE_COUNTRY_CODE ("YEMEN", YE, YEM, 887) -DEFINE_COUNTRY_CODE ("YUGOSLAVIA", YU, YUG, 891) DEFINE_COUNTRY_CODE ("ZAMBIA", ZM, ZMB, 894) DEFINE_COUNTRY_CODE ("ZIMBABWE", ZW, ZWE, 716) diff --git a/locale/programs/locale.c b/locale/programs/locale.c index 92be8e231a..dede36d256 100644 --- a/locale/programs/locale.c +++ b/locale/programs/locale.c @@ -277,7 +277,8 @@ more_help (int key, const char *text, void *input) case ARGP_KEY_HELP_EXTRA: /* We print some extra information. */ return xstrdup (gettext ("\ -Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n")); +For bug reporting instructions, please see:\n\ +<http://www.gnu.org/software/libc/bugs.html>.\n")); default: break; } diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index b38ce6c53e..1c01272e2a 100644 --- a/locale/programs/localedef.c +++ b/locale/programs/localedef.c @@ -370,7 +370,8 @@ System's directory for character maps : %s\n\ locale path : %s\n\ %s"), CHARMAP_PATH, REPERTOIREMAP_PATH, LOCALE_PATH, gettext ("\ -Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n")); +For bug reporting instructions, please see:\n\ +<http://www.gnu.org/software/libc/bugs.html>.\n")); return cp; default: break; |