summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-03-10 17:00:17 +0000
committerUlrich Drepper <drepper@redhat.com>2009-03-10 17:00:17 +0000
commitbd82a24718941e31647287d72cfbfccd9ad012b5 (patch)
tree6c662c38eecbc6d29d1fe686528a35ddd7c1aabf /ChangeLog
parenta99e59d771c05c039cdd35f3bc77929932a33d29 (diff)
* time/tzset.c: Optimize a bit for size.cvs/fedora-glibc-20090310T1925
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ac82abfac..215dfcdc34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-10 Ulrich Drepper <drepper@redhat.com>
+
+ * time/tzset.c: Optimize a bit for size.
+
2009-03-10 Jakub Jelinek <jakub@redhat.com>
* include/stdio.h (fmemopen): Add libc_hidden_proto.
@@ -19,8 +23,6 @@
(_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
* posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
-2009-03-10 Jakub Jelinek <jakub@redhat.com>
-
* stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
instead of __quick_exit_funcs to __run_exit_handlers.
* stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.