]> sourceware.org Git - newlib-cygwin.git/commit
2005-02-25 Eric Blake <ebb9@byu.net>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 25 Feb 2005 22:31:21 +0000 (22:31 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 25 Feb 2005 22:31:21 +0000 (22:31 +0000)
commit1139537a2536b2ca1632f5ab991935ba25068bcb
tree083b83bc1087094af4a566d7167ef1590d8943b9
parent6d11044c633bc7aca545c5409327ef023646205b
2005-02-25  Eric Blake  <ebb9@byu.net>

        * libc/include/time.h (__tzrule_struct): Make offset long, since
        a 16-bit int overflows on a 12-hour offset.
        * libc/sys/linux/include/time.h: Ditto.
        * libc/time/mktime.c (mktime): Use new type of __tzrule.offset.
        * libc/time/mktm_r.c: Ditto.
        * libc/time/gettzinfo.c: Ditto.
        * libc/time/strftime.c (strftime): Fix '%x' to deal with negative
        years.  Fix '%z' to use long, not int.
newlib/ChangeLog
newlib/libc/include/time.h
newlib/libc/sys/linux/include/time.h
newlib/libc/time/gettzinfo.c
newlib/libc/time/mktime.c
newlib/libc/time/mktm_r.c
newlib/libc/time/strftime.c
This page took 0.032544 seconds and 5 git commands to generate.