newlib-cygwin/newlib/libc/time
Mike Frysinger 96bc16f6b2 newlib: libc: merge build up a directory
Convert all the libc/ subdir makes into the top-level Makefile.  This
allows us to build all of libc from the top Makefile without using any
recursive make calls.  This is faster and avoids the funky lib.a logic
where we unpack subdir archives to repack into a single libc.a.  The
machine override logic is maintained though by way of Makefile include
ordering, and source file accumulation in libc_a_SOURCES.

There's a few dummy.c files that are no longer necessary since we aren't
doing the lib.a accumulating, so punt them.

The winsup code has been pulling the internal newlib ssp library out,
but that doesn't exist anymore, so change that to pull the objects.
2022-03-16 21:18:25 -04:00
..
Makefile.inc newlib: libc: merge build up a directory 2022-03-16 21:18:25 -04:00
asctime.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
asctime_r.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
clock.c time: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
ctime.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ctime_r.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
difftime.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
gettzinfo.c newlib: posix: use local includes for local headers 2022-02-18 18:40:57 -05:00
gmtime.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
gmtime_r.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
lcltime.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
lcltime_r.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
local.h libc/time: Move internal newlib tz-structs into own header 2020-10-15 16:59:51 +02:00
mktime.c Fix 32-bit overflow in mktime() when time_t is 64-bits long 2018-05-29 15:27:03 +02:00
month_lengths.c ansification: remove _CONST 2018-01-17 11:47:08 -06:00
strftime.c newlib: strftime: fix over-enthusiastic fix from 0283642f35 2018-08-08 23:59:34 +02:00
strptime.c ansification: remove _CONST 2018-01-17 11:47:08 -06:00
time.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
time.tex * libc/time/strftime.c: Adapt for dual-purpose use so not only 2009-03-09 12:35:03 +00:00
tzcalc_limits.c Fix 32-bit integer overflow when calculating TZ rules 2020-11-04 13:33:36 -05:00
tzlock.c ansification: remove _VOID 2018-01-17 11:47:20 -06:00
tzset.c ansification: remove _VOID 2018-01-17 11:47:20 -06:00
tzset_r.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
tzvars.c 2005-11-08 Tom Walsh <tom@openhardware.net> 2005-11-08 22:44:16 +00:00
wcsftime.c time: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00