about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
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.