summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-03-05 20:29:21 +0000
committerUlrich Drepper <drepper@redhat.com>1997-03-05 20:29:21 +0000
commit450867ffea5e1a2295f8a3b87247b25a2d24f2fd (patch)
tree17d1829864f75bc44bdc0f9abe1cba02ebd1c050
parent992b2c400be6be16479c956003833fe0a05f1d7a (diff)
Update.
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f76ce8410..73c8b77112 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,6 +77,15 @@
* stdio-common/test-fseek.c: Remove temporary file, add
copyright.
+1997-02-19 11:46 Ulrich Drepper <drepper@cygnus.com>
+
+ * string/strxfrm.c (STRCOLL): Correct handling of `position'
+ levels with no non-IGNOREd element and handling of NUL byte.
+ * string/strcoll.c (STRXFRM): Likewise.
+ * locale/weight.h: Likewise.
+
+ * shadow/sgetspent_r.c (LINE_PARSER): Add missing ')'.
+
1997-02-19 01:02 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/mman/syscalls.list: msync takes 3 arguments.
@@ -176,6 +185,21 @@
trying to resolv name as numeric IPv6 address.
* nss/digits_dots.c: Likewise.
+1997-02-13 22:32 Ulrich Drepper <drepper@cygnus.com>
+
+ * locale/programs/localedef.c: Implement --quiet option.
+ * locale/programs/charset.h: Declare be_quiet variable.
+ * locale/programs/locfile.h: Likewise.
+ * locale/programs/charmap.c: Don't print warnings if quiet option
+ was given.
+ * locale/programs/ld-collate.c: Likewise.
+ * locale/programs/ld-ctype.c: Likewise.
+ * locale/programs/ld-messages.c: Likewise.
+ * locale/programs/ld-monetary.c: Likewise.
+ * locale/programs/ld-numeric.c: Likewise.
+ * locale/programs/ld-time.c: Likewise.
+ * locale/programs/locfile.c: Likewise.
+
1997-02-13 11:44 Andreas Jaeger <aj@arthur.pfalz.de>
* stdlib/qsort.c: Add prototype for _quicksort.