aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-26 02:20:11 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-26 02:20:11 +0000
commit06a466e7e1d3024b7079d3880dce8593ada9682c (patch)
treea145945cef512285b4388a8ceb1771551d490a24 /ChangeLog
parent61ae62f27037d4c38acca2533a06dcd17fbc2ca2 (diff)
downloadglibc-06a466e7e1d3024b7079d3880dce8593ada9682c.tar
glibc-06a466e7e1d3024b7079d3880dce8593ada9682c.tar.gz
glibc-06a466e7e1d3024b7079d3880dce8593ada9682c.tar.bz2
glibc-06a466e7e1d3024b7079d3880dce8593ada9682c.zip
Update.
* locale/programs/locale.c: Don't print aliases for non-existing locales for 'locale -a'. Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166]. 2002-07-19 H.J. Lu <hjl@gnu.org> * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file. 2002-07-16 H.J. Lu <hjl@gnu.org> * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add sys/personality.h. * sysdeps/unix/sysv/linux/sys/personality.h: New file. 2002-08-25 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5972e105b..879d4420e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,22 @@
2002-08-25 Ulrich Drepper <drepper@redhat.com>
+ * locale/programs/locale.c: Don't print aliases for non-existing
+ locales for 'locale -a'.
+ Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
+
+2002-07-19 H.J. Lu <hjl@gnu.org>
+
+ * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
+
+2002-07-16 H.J. Lu <hjl@gnu.org>
+
+ * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
+ sys/personality.h.
+ * sysdeps/unix/sysv/linux/sys/personality.h: New file.
+
+2002-08-25 Ulrich Drepper <drepper@redhat.com>
+
* elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
not moved ahead of the fputs call.
* elf/tst-tlsmod2.c (in_dso): Likewise.