aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog48
-rw-r--r--catgets/gencat.c3
-rw-r--r--csu/version.c3
-rwxr-xr-xdebug/catchsegv.sh3
-rw-r--r--debug/pcprofiledump.c3
-rwxr-xr-xdebug/xtrace.sh3
-rw-r--r--elf/ldd.bash.in3
-rw-r--r--iconv/iconv_prog.c3
-rw-r--r--iconv/iconvconfig.c3
-rw-r--r--locale/iso-3166.def2
-rw-r--r--locale/programs/locale.c3
-rw-r--r--locale/programs/localedef.c3
-rw-r--r--localedata/ChangeLog4
-rw-r--r--localedata/SUPPORTED4
-rw-r--r--localedata/locales/sr_YU323
-rw-r--r--localedata/locales/sr_YU@cyrillic141
-rw-r--r--login/programs/pt_chown.c3
-rwxr-xr-xmalloc/memusage.sh3
-rw-r--r--malloc/memusagestat.c3
-rw-r--r--malloc/mtrace.pl3
-rw-r--r--manual/crypt.texi4
-rw-r--r--manual/install.texi15
-rw-r--r--nss/makedb.c3
-rw-r--r--posix/regex_internal.c2
-rw-r--r--sysdeps/i386/dl-machine.h20
-rw-r--r--sysdeps/sh/dl-machine.h10
-rw-r--r--sysdeps/sparc/sparc32/dl-machine.h29
-rw-r--r--sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h26
28 files changed, 138 insertions, 535 deletions
diff --git a/ChangeLog b/ChangeLog
index 5889b2165e..6d2665add7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+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.
+
2004-05-13 Jakub Jelinek <jakub@redhat.com>
* libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 308b0a27f0..2f6c81dc1d 100644
--- a/catgets/gencat.c
+++ b/catgets/gencat.c
@@ -231,7 +231,8 @@ more_help (int key, const char *text, void *input)
case ARGP_KEY_HELP_EXTRA:
/* We print some extra information. */
return strdup (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/csu/version.c b/csu/version.c
index 8c3178ba7c..1104fa9137 100644
--- a/csu/version.c
+++ b/csu/version.c
@@ -37,7 +37,8 @@ Compiled by GNU CC version "__VERSION__".\n"
#ifdef USE_TLS
"Thread-local storage support included.\n"
#endif
-"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";
#include <unistd.h>
diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh
index 8379c6b8d6..853b108609 100755
--- a/debug/catchsegv.sh
+++ b/debug/catchsegv.sh
@@ -33,7 +33,8 @@ if test $# -eq 0; then
echo 'Usage: catchsegv PROGRAM ARGS...'
echo ' --help print this help, then exit'
echo ' --version print version number, then exit'
- echo "Report bugs using the \`glibcbug' script to <bugs@gnu.org>."
+ echo "For bug reporting instructions, please see:"
+ echo "<http://www.gnu.org/software/libc/bugs.html>."
exit 0
;;
--v | --ve | --ver | --vers | --versi | --versio | --version)
diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c
index 6d3a2c7354..210e5089e9 100644
--- a/debug/pcprofiledump.c
+++ b/debug/pcprofiledump.c
@@ -197,7 +197,8 @@ more_help (int key, const char *text, void *input)
case ARGP_KEY_HELP_EXTRA:
/* We print some extra information. */
return strdup (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/debug/xtrace.sh b/debug/xtrace.sh
index 97c76507ee..43a74a053d 100755
--- a/debug/xtrace.sh
+++ b/debug/xtrace.sh
@@ -54,7 +54,8 @@ do_help() {
Mandatory arguments to long options are also mandatory for any corresponding
short options.
-Report bugs using the \`glibcbug' script to <bugs@gnu.org>.\n"
+For bug reporting instructions, please see:
+<http://www.gnu.org/software/libc/bugs.html>.\n"
exit 0
}
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in
index e6015f55e6..aeceae8592 100644
--- a/elf/ldd.bash.in
+++ b/elf/ldd.bash.in
@@ -51,7 +51,8 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-d, --data-relocs process data relocations
-r, --function-relocs process data and function relocations
-v, --verbose print all information
-Report bugs using the \`glibcbug' script to <bugs@gnu.org>."
+For bug reporting instructions, please see:
+<http://www.gnu.org/software/libc/bugs.html>."
exit 0
;;
-d | --d | --da | --dat | --data | --data- | --data-r | --data-re | \
diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c
index 5455974f5c..af823255b2 100644
--- a/iconv/iconv_prog.c
+++ b/iconv/iconv_prog.c
@@ -406,7 +406,8 @@ more_help (int key, const char *text, void *input)
case ARGP_KEY_HELP_EXTRA:
/* We print some extra information. */
return strdup (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/iconv/iconvconfig.c b/iconv/iconvconfig.c
index 10c0d7e6f1..da0d54f43b 100644
--- a/iconv/iconvconfig.c
+++ b/iconv/iconvconfig.c
@@ -355,7 +355,8 @@ more_help (int key, const char *text, void *input)
case ARGP_KEY_HELP_EXTRA:
/* We print some extra information. */
return strdup (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/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;
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index d0cc3372d9..392a14521b 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-17 Ulrich Drepper <drepper@redhat.com>
+
+ * SUPPORTED (SUPPORTED-LOCALES): Remove sr_YU locales.
+
2004-05-15 Petter Reinholdtsen <pere@hungry.com>
* locales/it_IT: Change currency formatting from none to two
diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index 2f0c87d93f..a1a4d70e63 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -274,10 +274,6 @@ so_KE/ISO-8859-1 \
so_SO/ISO-8859-1 \
sq_AL.UTF-8/UTF-8 \
sq_AL/ISO-8859-1 \
-sr_YU.UTF-8/UTF-8 \
-sr_YU.UTF-8@cyrillic/UTF-8 \
-sr_YU/ISO-8859-2 \
-sr_YU@cyrillic/ISO-8859-5 \
st_ZA.UTF-8/UTF-8 \
st_ZA/ISO-8859-1 \
sv_FI.UTF-8/UTF-8 \
diff --git a/localedata/locales/sr_YU b/localedata/locales/sr_YU
deleted file mode 100644
index d249f79656..0000000000
--- a/localedata/locales/sr_YU
+++ /dev/null
@@ -1,323 +0,0 @@
-comment_char %
-escape_char /
-%
-% Serbian Language Locale for Yugoslavia
-% Source: USM/MZT
-% Address:
-%
-% Contact:
-% Email:
-% Tel:
-% Fax: none
-% Language: sr
-% Territory: YU
-% Revision: 4.4
-% Date: 1997-04-17
-% Application: general
-% Users: general
-% Charset: ISO-8859-2
-% Distribution and use is free, also
-% for commercial purposes.
-
-LC_IDENTIFICATION
-title "Serbian locale for Yugoslavia"
-source "USM/MZT"
-address ""
-contact ""
-email "bug-glibc@gnu.org"
-tel ""
-fax ""
-language "Serbian"
-territory "Yugoslavia"
-revision "1.0"
-date "2000-06-29"
-%
-category "sr_YU:2000";LC_IDENTIFICATION
-category "sr_YU:2000";LC_CTYPE
-category "sr_YU:2000";LC_COLLATE
-category "sr_YU:2000";LC_TIME
-category "sr_YU:2000";LC_NUMERIC
-category "sr_YU:2000";LC_MONETARY
-category "sr_YU:2000";LC_MESSAGES
-category "sr_YU:2000";LC_PAPER
-category "sr_YU:2000";LC_NAME
-category "sr_YU:2000";LC_ADDRESS
-category "sr_YU:2000";LC_TELEPHONE
-
-END LC_IDENTIFICATION
-
-LC_COLLATE
-copy "iso14651_t1"
-
-% a b c c' c< d dz< d// e f g h i j k l lj m n nj o p
-% q r s s< t u v w x y z z<
-
-collating-symbol <d-z-sh>
-collating-element <D-Z<> from "<U0044><U017D>"
-collating-element <D-z<> from "<U0044><U017E>"
-collating-element <d-Z<> from "<U0064><U017D>"
-collating-element <d-z<> from "<U0064><U017E>"
-collating-symbol <l-j-sh>
-collating-element <L-J> from "<U004C><U004A>"
-collating-element <L-j> from "<U004C><U006A>"
-collating-element <l-J> from "<U006C><U004A>"
-collating-element <l-j> from "<U006C><U006A>"
-collating-symbol <n-j-sh>
-collating-element <N-J> from "<U004E><U004A>"
-collating-element <N-j> from "<U004E><U006A>"
-collating-element <n-J> from "<U006E><U004A>"
-collating-element <n-j> from "<U006E><U006A>"
-collating-symbol <cacute>
-collating-symbol <ccaron>
-collating-symbol <d//>
-collating-symbol <scaron>
-collating-symbol <zcaron>
-
-collating-symbol <CAP-MIN>
-collating-symbol <MIN-CAP>
-
-reorder-after <MIN>
-<MIN-CAP>
-reorder-after <CAP>
-<CAP-MIN>
-
-reorder-after <c>
-<cacute>
-<ccaron>
-<d>
-<d-z-sh>
-<d//>
-reorder-after <l>
-<l-j-sh>
-reorder-after <n>
-<n-j-sh>
-reorder-after <s>
-<scaron>
-reorder-after <z>
-<zcaron>
-
-reorder-after <U0063>
-<U0107> <cacute>;<PCT>;<MIN>;IGNORE
-<U010D> <ccaron>;<PCT>;<MIN>;IGNORE
-reorder-after <U0043>
-<U0106> <cacute>;<PCT>;<CAP>;IGNORE
-<U010C> <ccaron>;<PCT>;<CAP>;IGNORE
-
-reorder-after <U0064>
-<d-z<> <d-z-sh>;<PCT>;<MIN>;IGNORE
-<d-Z<> <d-z-sh>;<PCT>;<MIN-CAP>;IGNORE
-<U0111> <d//>;<PCT>;<MIN>;IGNORE
-reorder-after <U0044>
-<D-Z<> <d-z-sh>;<PCT>;<CAP>;IGNORE
-<D-z<> <d-z-sh>;<PCT>;<CAP-MIN>;IGNORE
-<U0110> <d//>;<PCT>;<CAP>;IGNORE
-
-reorder-after <U006C>
-<l-j> <l-j-sh>;<PCT>;<MIN>;IGNORE
-<l-J> <l-j-sh>;<PCT>;<MIN-CAP>;IGNORE
-reorder-after <U004C>
-<L-J> <l-j-sh>;<PCT>;<CAP>;IGNORE
-<L-j> <l-j-sh>;<PCT>;<CAP-MIN>;IGNORE
-
-reorder-after <U006E>
-<n-j> <n-j-sh>;<PCT>;<MIN>;IGNORE
-<n-J> <n-j-sh>;<PCT>;<MIN-CAP>;IGNORE
-reorder-after <U004E>
-<N-J> <n-j-sh>;<PCT>;<CAP>;IGNORE
-<N-j> <n-j-sh>;<PCT>;<CAP-MIN>;IGNORE
-
-reorder-after <U0073>
-<U0161> <scaron>;<PCT>;<MIN>;IGNORE
-reorder-after <U0053>
-<U0160> <scaron>;<PCT>;<CAP>;IGNORE
-
-reorder-after <U007A>
-<U017E> <zcaron>;<PCT>;<MIN>;IGNORE
-reorder-after <U005A>
-<U017D> <zcaron>;<PCT>;<CAP>;IGNORE
-
-reorder-end
-END LC_COLLATE
-
-LC_CTYPE
-copy "i18n"
-translit_start
-include "translit_combining";""
-
-% cyrillic -> latin
-<U0452> "<U0111>";"<U0064><U006A>" % d-
-<U0453> "<U0067><U006A>" % gj
-<U0455> "<U0064><U007A>" % dz
-<U0458> "<U006A>" % j
-<U0459> "<U006C><U006A>" % lj
-<U045A> "<U006e><U006A>" % nj
-<U045B> "<U0107>";"<U0063>" % c'
-<U045C> "<U006B><U006A>" % kj
-<U045F> "<U0064><U017E>";"<U0064><U007A>" % dz<
-
-<U0402> "<U0110>";"<U0044><U006A>" % D-
-<U0403> "<U0047><U006A>" % Gj
-<U0405> "<U0044><U007A>" % Dz
-<U0408> "<U004A>" % J
-<U0409> "<U004C><U006A>" % Lj
-<U040A> "<U004e><U006A>" % Nj
-<U040B> "<U0106>";"<U0043>" % C'
-<U040C> "<U004B><U006A>" % Kj
-<U040F> "<U0044><U017E>";"<U0064><U007A>" % Dz<
-
-<U0430> "<U0061>"
-<U0431> "<U0062>"
-<U0446> "<U0063>"
-<U0434> "<U0064>"
-<U0435> "<U0065>"
-<U0444> "<U0066>"
-<U0433> "<U0067>"
-<U0445> "<U0068>"
-<U0438> "<U0069>"
-<U043A> "<U006B>"
-<U043B> "<U006C>"
-<U043C> "<U006D>"
-<U043D> "<U006E>"
-<U043E> "<U006F>"
-<U043F> "<U0070>"
-<U0440> "<U0072>"
-<U0441> "<U0073>"
-<U0442> "<U0074>"
-<U0443> "<U0075>"
-<U0432> "<U0076>"
-<U0437> "<U007A>"
-<U0436> "<U017E>";"<U007A>" % z<
-<U0448> "<U0161>";"<U0073>" % s<
-<U0447> "<U010D>";"<U0063>" % c<
-
-<U0410> "<U0041>"
-<U0411> "<U0042>"
-<U0426> "<U0043>"
-<U0414> "<U0044>"
-<U0415> "<U0045>"
-<U0424> "<U0046>"
-<U0413> "<U0047>"
-<U0425> "<U0048>"
-<U0418> "<U0049>"
-<U041A> "<U004B>"
-<U041B> "<U004C>"
-<U041C> "<U004D>"
-<U041D> "<U004E>"
-<U041E> "<U004F>"
-<U041F> "<U0050>"
-<U0420> "<U0052>"
-<U0421> "<U0053>"
-<U0422> "<U0054>"
-<U0423> "<U0055>"
-<U0412> "<U0056>"
-<U0417> "<U005A>"
-<U0416> "<U017D>";"<U005A>" % z<
-<U0428> "<U0160>";"<U0053>" % s<
-<U0427> "<U010C>";"<U0063>" % c<
-
-translit_end
-END LC_CTYPE
-
-LC_MESSAGES
-yesexpr "<U005E><U005B><U0064><U0044><U0079><U0059><U0031><U005D><U002E><U002A>"
-noexpr "<U005E><U005B><U006E><U004E><U0030><U005D><U002E><U002A>"
-END LC_MESSAGES
-
-LC_MONETARY