Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-12-08 14:48:31 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-12-08 14:48:31 +0300
commit37152e9703110a595e470378f98f9e6de4ba284b (patch)
treef7c68cac926dd0e85ea5e59c75bc507c6637b470 /newlib/ChangeLog
parente20a68a56fac257280845c16d72bc6430d9f692a (diff)
* libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for dates
after year 2069 or before year 1901. Ideas for solution taken from musl's __secs_to_tm()
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 521732d86..4eaef9f74 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2014-12-07 Freddie Chopin <freddie_chopin@op.pl>
+
+ * libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for dates
+ after year 2069 or before year 1901. Ideas for solution taken from
+ musl's __secs_to_tm()
+
2014-12-05 Yaakov Selkowitz <yselkowi@redhat.com>
* libc/include/stdlib.h (__bsd_qsort_r): Declare.