aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-01-06 21:01:25 +0000
committerUlrich Drepper <drepper@redhat.com>2005-01-06 21:01:25 +0000
commit5cf53cc2083e0bc77d6d7301fff8c31038a410a2 (patch)
tree1d59ed6fc2eb95bfd1946b79e5b4761978afe5b4 /ChangeLog
parentbb803bff5cb97b3de94896aba1c4ec0d67227524 (diff)
downloadglibc-5cf53cc2083e0bc77d6d7301fff8c31038a410a2.tar
glibc-5cf53cc2083e0bc77d6d7301fff8c31038a410a2.tar.gz
glibc-5cf53cc2083e0bc77d6d7301fff8c31038a410a2.tar.bz2
glibc-5cf53cc2083e0bc77d6d7301fff8c31038a410a2.zip
Update.
2005-01-06 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h: Define __wur. * libio/stdio.h: Use __wur for a number of interfaces. * posix/unistd.h: Likewise. * posix/regex_internal.c (free_state): Free word_trtable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e251cc7e2f..5c62032f90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-06 Ulrich Drepper <drepper@redhat.com>
+
+ * misc/sys/cdefs.h: Define __wur.
+ * libio/stdio.h: Use __wur for a number of interfaces.
+ * posix/unistd.h: Likewise.
+
2004-12-29 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
@@ -342,6 +348,7 @@
(transit_state): Expect state->trtable to be a 256-item
transition table. Reorganize code to have less tests in
the common case, and to save an indentation level.
+ * posix/regex_internal.c (free_state): Free word_trtable.
2004-12-21 Jakub Jelinek <jakub@redhat.com>