diff ChangeLog @ 4621:3d28ad4e18e2

Add time_r module. Change timegm, mktime, and strftime to use localtime_r and gmtime_r, now supplied by the time_r module. This fixes some timegm bugs and cleans up mktime and strftime a bit.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 06 Sep 2003 21:34:07 +0000
parents 40e97ca1f46c
children 13cc36518e0b
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-06  Paul Eggert  <eggert@twinsun.com>
+
+	* MODULES.html.sh (func_all_modules): Add time_r.
+	* modules/time_r: New file.
+	* modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
+	* modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
+	
 2003-08-31  Simon Josefsson  <jas@extundo.com>
 
 	* modules/timegm: New file.