aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-08 01:33:05 +0000
committerRoland McGrath <roland@gnu.org>2002-08-08 01:33:05 +0000
commit78323b5b80225fb88f783c8f74fc8ce86d0fbf23 (patch)
treec1838c8477dd8c474c50ca1680e28b9392944b51 /ChangeLog
parent2a54ad77a156e9df608c7964a4a1ef042df6b9d4 (diff)
downloadglibc-78323b5b80225fb88f783c8f74fc8ce86d0fbf23.tar
glibc-78323b5b80225fb88f783c8f74fc8ce86d0fbf23.tar.gz
glibc-78323b5b80225fb88f783c8f74fc8ce86d0fbf23.tar.bz2
glibc-78323b5b80225fb88f783c8f74fc8ce86d0fbf23.zip
* inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
the static symbols added in the last change (doofus is me). * locale/newlocale.c (__newlocale): Use a bit mask instead of a second loop to notice missing categories in a composite name. * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK, LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK, LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK, LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros. * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 72c873a623..0fabaa4ef0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
+2002-08-07 Roland McGrath <roland@redhat.com>
+
+ * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
+ the static symbols added in the last change (doofus is me).
+
+ * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
+ loop to notice missing categories in a composite name.
+
+ * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
+ LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
+ LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
+ LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
+
2002-08-07 Ulrich Drepper <drepper@redhat.com>
- * malloc/tst-calloc.c: Add tests for one or both parameters being
- zero.
+ * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2002-08-07 Roland McGrath <roland@redhat.com>