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:
authorJeff Johnston <jjohnstn@redhat.com>2001-04-19 19:54:47 +0400
committerJeff Johnston <jjohnstn@redhat.com>2001-04-19 19:54:47 +0400
commitee9f39fb3a7d6d13c4a5f1af590a5df4eeecbb26 (patch)
treed50cee0e5ac75d4d4d29c8f45a80e0ba34237761 /newlib/ChangeLog
parent3ee14d6850d46d9c0342d8b44d66110e8f2be3b6 (diff)
2001-04-19 Robert Collins <rbtcollins@hotmail.com>
* include/time.h[__CYGWIN__]: Define tzname to _tzname if not defined. Define daylight to _daylight if it is not defined Prepare a variable export of timezone based on timezonevariable. (Cannot be used with the timezone() function.)
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index fe1108aca..1200ab9f4 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2001-04-19 Robert Collins <rbtcollins@hotmail.com>
+
+ * include/time.h[__CYGWIN__]: Define tzname to _tzname if not defined.
+ Define daylight to _daylight if it is not defined
+ Prepare a variable export of timezone based on timezonevariable.
+ (Cannot be used with the timezone() function.)
+
2001-04-17 Stephen L. Moshier <moshier@moshier.ne.mediaone.net>
* newlib/libm/math/ef_asin.c (pio2_hi, pio2_lo, pio4_hi):