acadia-newlib/newlib/libc/include
Jeff Johnston 10d0021609 2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
*  libc/include/time.h (tzset, _tzset_r): Added prototypes.
        (strptime): Moved prototype to be within !__STRICT_ANSI__.
        (_tzname, _daylight, _timezone): No long __CYGWIN__ only.
        (tzname): Defined for all platforms.
        (daylight, timezone): Defined only for CYGWIN.
        *  libc/sys/linux/machine/i386/crt0.c: Add call to tzset() after
        environment set up.
        * libc/stdlib/setenv_r.c (_setenv_r): Call tzset() if the TZ
        environment variable is set.
        *  libc/time/Makefile.am: Add support for tzset.c, tzlock.c, and
        tzset_r.c.
        *  libc/time/Makefile.in: Regenerated.
        *  libc/time/gmtime.c (gmtime): Changed to call gmtime_r.
        *  libc/time/gmtime_r.c (gmtime_r): Changed to call _mktm_r.
        *  libc/time/lcltime_r.c (lcltime_r): Ditto.
        *  libc/time/local.h: New local header file.
        *  libc/time/mktime.c (mktime): Add timezone support.
        *  libc/time/mktm_r.c: New file which is the common engine
        for gmtime_r and lcltime_r.  This code has timezone support.
        *  libc/time/strftime.c (strftime): Add %Z timezone support.
        *  libc/time/tzlock.c: New file containing timezone lock stubs.
        *  libc/time/tzset.c: New file containing tzset() routine.
        *  libc/time/tzset_r.c: New file containing _tzset_r and
        internal routine for calculating timezone changes for specified year.
2002-04-17 21:23:31 +00:00
..
machine Contribute sh64-elf. 2002-02-08 07:11:13 +00:00
sys * libc/include/sys/config.h: Include limits.h. 2002-04-13 10:10:03 +00:00
_ansi.h
_syslist.h
alloca.h * libc/include/alloca.h: Move libc/sys/linux/include/alloca.h 2001-11-14 10:25:35 +00:00
ar.h
assert.h
ctype.h 2001-06-11 Danny Smith <dannysmith@users.sourceforge.net> 2001-06-11 21:51:41 +00:00
dirent.h * libc/include/dirent.h: Protect against multiple inclusion. 2001-11-30 17:26:47 +00:00
errno.h
fastmath.h
fcntl.h
grp.h * libc/include/grp.h: Don't declare group functions when compiling 2002-02-10 13:26:29 +00:00
ieeefp.h
locale.h 2001-02-05 Charles Wilson <cwilson@ece.gatech.edu> 2001-02-05 21:51:43 +00:00
malloc.h 2001-08-13 Jeff Johnston <jjohnstn@redhat.com> 2001-08-13 22:54:42 +00:00
math.h * implement a new `struct _reent' that is significantly smaller. use this 2002-02-03 09:24:18 +00:00
paths.h
process.h * libc/include/process.h: Add getpid() declaration. 2001-09-17 21:30:58 +00:00
pthread.h 2000-12-11 Joel Sherrill <joel@OARcorp.com> 2000-12-12 01:24:09 +00:00
pwd.h
reent.h
regdef.h
setjmp.h
signal.h
stdio.h 2001-08-02 Jeff Johnston <jjohnstn@redhat.com> 2001-08-02 22:28:40 +00:00
stdlib.h * libc/include/alloca.h: Move libc/sys/linux/include/alloca.h 2001-11-14 10:25:35 +00:00
string.h
termios.h
time.h 2002-04-17 Jeff Johnston <jjohnstn@redhat.com> 2002-04-17 21:23:31 +00:00
unctrl.h
unistd.h
utime.h
utmp.h