NetBSD/lib/libc
christos 002951760f update from tzcode 2013e to tzcode2013i
i:
    The compile-time flag NOSOLAR has been removed, as nowadays the
    benefit of slightly shrinking runtime table size is outweighed by the
    cost of disallowing potential future updates that exceed old limits.
h:
    Fix localtime overflow bugs with 32-bit unsigned time_t.

    zdump no longer assumes sscanf returns maximal values on overflow.
g:
    'zic' now runs on platforms that lack both hard links and symlinks.
    (Thanks to Theo Veenker for reporting the problem, for MinGW.)
    Also, fix some bugs on platforms that lack hard links but have symlinks.

    'zic -v' again warns that Asia/Tehran has no POSIX environment variable
    to predict the far future, fixing a bug introduced in 2013e.
f:
    The types of the global variables 'timezone' and 'altzone' (if present)
    have been changed back to 'long'.  This is required for 'timezone'
    by POSIX, and for 'altzone' by common practice, e.g., Solaris 11.
    These variables were originally 'long' in the tz code, but were
    mistakenly changed to 'time_t' in 1987; nobody reported the
    incompatibility until now.  The difference matters on x32, where
    'long' is 32 bits and 'time_t' is 64.  (Thanks to Elliott Hughes.)
2013-12-26 18:34:28 +00:00
..
arch Explicitly enable FPU support. 2013-12-25 22:05:12 +00:00
atomic
cdb Moved to src/common. 2013-12-11 01:29:29 +00:00
citrus look in the right place for the modules of compat binaries 2013-09-19 21:19:13 +00:00
compat Use PLT_SYM. 2013-11-30 20:54:14 +00:00
compat-43
compiler_rt Don't include bswap for ARM right now, the routines require ARMv6. 2013-12-03 16:14:50 +00:00
db fix bug in previous change (sz should be the size of the newly allocated 2013-12-25 19:42:23 +00:00
dlfcn
gdtoa
gen Add shm_open(3) and shm_unlink(3) to support POSIX shared memory objects. 2013-12-19 19:11:50 +00:00
gmon
hash
iconv
include Add cdbr_open_mem. 2013-12-05 21:17:23 +00:00
inet
isc
locale Redo the locale cache to be constant. It now contains the localeconv() 2013-09-13 13:13:32 +00:00
md
misc Put the startup code in .text.startup 2013-08-19 22:14:37 +00:00
nameser
net - don't clobber hp in the RES_USE_INET6 case 2013-12-22 02:45:16 +00:00
nls Add nl_langinfo_l, catopen_l and wcsftime_l. 2013-08-19 08:03:33 +00:00
quad Don't return 0x1.0p31 for every input value 2^N. 2013-09-30 19:32:14 +00:00
regex
resolv Fix typo ("then" instead of "than") 2013-12-09 09:35:16 +00:00
rpc Avoid casting gymnastics that lead to pointer aliasing by introducing an 2013-10-17 23:58:05 +00:00
softfloat Only apply -fno-tree-vrp for GCC. 2013-12-19 22:20:01 +00:00
ssp we don't support stpncpy until gcc does 2013-11-07 02:01:42 +00:00
stdio avoid linker warning for compat symbols that are used internally in libc, 2013-10-04 20:49:16 +00:00
stdlib Allow kernel code to access constant databases by moving cdbr(3) and the 2013-12-11 01:24:08 +00:00
string Fix build problems. 2013-11-06 21:05:27 +00:00
sys Sort errors. Use parentheses instead of Pq in normal text. 2013-12-25 02:49:52 +00:00
termios
thread-stub Put the startup code in .text.startup 2013-08-19 22:14:37 +00:00
time update from tzcode 2013e to tzcode2013i 2013-12-26 18:34:28 +00:00
tls Put the startup code in .text.startup 2013-08-19 22:14:37 +00:00
uuid
yp
libcincludes.mk
Makefile Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h. 2013-10-14 16:00:16 +00:00
Makefile.inc Pass MLIBDIR to CPPFLAGS. 2013-09-19 21:18:17 +00:00
shlib_version add note about gets() 2013-12-08 21:29:15 +00:00