summaryrefslogtreecommitdiffstats
path: root/newlib/libc/time
Commit message (Collapse)AuthorAgeFilesLines
* 2001-08-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-08-291-1/+1
| | | | | | | | | | | | | * libc/include/sys/reent.h: Add include of <sys/_types.h>. No longer include time.h. Add struct __tm to use for _localtime_buf in the reentrant structure. Add a _NULL definition to use in initializing the reentrant struct. * libc/include/sys/config.h: For CYGWIN32 and RTEMS, change the _READ_WRITE_RETURN_TYPE to _ssize_t which is found in <sys/_types.h>. * libc/include/sys/unistd.h: Include <sys/_types.h>. * libc/time/lcltime.c (localtime): Cast the reentrant struct _localtime_buf to be struct tm *.
* 2001-03-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-03-051-3/+3
| | | | * libc/time/mktime.c: Add L suffix to _SEC_IN_xxxx constants.
* Wed May 10 13:52:24 2000 Egor Duda <deo@logos-m.ru>Jeff Johnston2000-05-101-1/+1
| | | | | | * libc/time/asctime_r.c (asctime_r): Change output format. Day of month is now padded with space, not zero. This now conforms to ANSI standard.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-1716-0/+1680