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:
authorFreddie Chopin <freddie_chopin@op.pl>2015-06-15 13:00:59 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-06-15 13:00:59 +0300
commit325926031b4f840aa0404cb635766235bfbafebe (patch)
tree4cea2e6ce3263c41f3ced863e2fec4d9ebc4151a /newlib/ChangeLog
parentb81a830f1a3abba09aa6380141bd63200446ca8d (diff)
gmtime_r: Use faster algorithm by Howard Hinnant
* libc/time/gmtime_r.c (gmtime_r): use faster algorithm from civil_from_days() by Howard Hinnant Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 28d571edb..7cfec6f6f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-15 Freddie Chopin <freddie_chopin@op.pl>
+
+ * libc/time/gmtime_r.c (gmtime_r): use faster algorithm from
+ civil_from_days() by Howard Hinnant
+
2015-06-01 Hale Wang <hale.wang@arm.com>
* libc/machine/arm/aeabi_memmove-arm.S (__aeabi_memmove): Update the