Age | Commit message (Expand) | Author | Files | Lines |
2012-06-19 | include declarations for new stdio_ext functions (gnulib support) | Rich Felker | 1 | -0/+5 |
2012-06-15 | header file fixes: multiple include guard consistency and correctness | Rich Felker | 10 | -18/+18 |
2012-06-13 | revert one change in time.h; no evidence BSD_SOURCE should expose these.. | Rich Felker | 1 | -1/+1 |
2012-06-13 | fix feature test macros in time.h | Rich Felker | 1 | -5/+2 |
2012-06-13 | add timegm function (inverse of gmtime), nonstandard | Rich Felker | 1 | -0/+3 |
2012-06-13 | add (currently stubbed due to stubbed strverscmp) versionsort function | Rich Felker | 1 | -0/+5 |
2012-06-08 | fix signedness errors in stdint.h constant macros | Rich Felker | 1 | -2/+2 |
2012-06-07 | fix sysinfo, try 2. it seems to work this time. | Rich Felker | 1 | -10/+10 |
2012-06-07 | sysinfo struct was utter nonsense; no idea where it came from. | Rich Felker | 1 | -4/+3 |
2012-06-04 | _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE | Rich Felker | 15 | -15/+15 |
2012-06-02 | declare environ in unistd.h when _GNU_SOURCE feature test macro is used | Rich Felker | 1 | -0/+1 |
2012-05-28 | there is no such GNU function fpurge, only __fpurge. | Rich Felker | 1 | -1/+0 |
2012-05-28 | add prototype for BSD/GNU stdio *_unlocked extension functions | Rich Felker | 1 | -2/+12 |
2012-05-28 | remove duplicate lfs64 cruft in stdio.h | Rich Felker | 1 | -2/+0 |
2012-05-28 | math: fix nextafter definition in tgmath.h | nsz | 1 | -1/+1 |
2012-05-23 | debloat jmp_buf in _GNU_SOURCE mode | Rich Felker | 1 | -3/+0 |
2012-05-22 | remove everything related to forkall | Rich Felker | 1 | -1/+0 |
2012-05-22 | some feature test fixes for unistd.h | Rich Felker | 1 | -16/+16 |
2012-05-22 | _GNU_SOURCE implies all BSD features except ones GNU rejects | Rich Felker | 1 | -1/+1 |
2012-05-22 | various header cleanups, some related to _BSD_SOURCE addition | Rich Felker | 3 | -17/+9 |
2012-05-22 | bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE | Rich Felker | 1 | -4/+1 |
2012-05-22 | support _BSD_SOURCE feature test macro | Rich Felker | 22 | -41/+126 |
2012-05-20 | move getpass decl to the right place | Rich Felker | 2 | -1/+1 |
2012-05-14 | useless lastlog path just to make some stuff happy | Rich Felker | 1 | -0/+1 |
2012-05-14 | missing limit LOGIN_NAME_MAX | Rich Felker | 1 | -0/+1 |
2012-05-12 | use __h_errno_location for h_errno | Rich Felker | 1 | -1/+5 |
2012-05-12 | susv4 removed gethostbyname, etc. legacy cruft. | Rich Felker | 1 | -9/+7 |
2012-05-12 | namespace cleanup - NI_* is NOT reserved by netdb.h | Rich Felker | 1 | -3/+2 |
2012-05-12 | some gnu junk in netdb.h | Rich Felker | 1 | -0/+8 |
2012-05-12 | fix missing va_list for vsyslog | Rich Felker | 1 | -2/+2 |
2012-05-13 | search: add tdestroy (gnu extension) | nsz | 1 | -0/+2 |
2012-05-11 | add missing IN6_ARE_ADDR_EQUAL | Rich Felker | 1 | -0/+5 |
2012-05-10 | add one more bogus legacy header | Rich Felker | 1 | -0/+9 |
2012-05-10 | move vsyslog out of SYSLOG_NAMES conditional | Rich Felker | 1 | -2/+4 |
2012-05-10 | fix missing parens in bit op macros (param.h) | Rich Felker | 1 | -1/+1 |
2012-05-10 | and another bug in setbit, etc. macros.. | Rich Felker | 1 | -1/+1 |
2012-05-10 | fix typo in sys/param.h that broke setbit, etc. macros | Rich Felker | 1 | -1/+1 |
2012-05-09 | omit declaration of basename wrongly interpreted as prototype in C++ | Rich Felker | 1 | -0/+2 |
2012-05-06 | some extra legacy header stuff | Rich Felker | 3 | -0/+32 |
2012-05-06 | take byte order from gcc if gcc has defined it | Rich Felker | 1 | -0/+4 |
2012-05-06 | add isastream (obsolete STREAMS junk) | Rich Felker | 1 | -1/+2 |
2012-05-05 | fix definitions of FP_ILOGB constants | Rich Felker | 1 | -2/+2 |
2012-05-04 | add *64 junk for sys/*.h headers | Rich Felker | 7 | -0/+50 |
2012-05-04 | add support for ugly *64 functions with _LARGEFILE64_SOURCE | Rich Felker | 8 | -0/+68 |
2012-05-03 | uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi | Rich Felker | 2 | -6/+24 |
2012-05-03 | add additional compatibility union member for ipv6 addresses | Rich Felker | 1 | -0/+2 |
2012-05-01 | remove minimal linux kernel headers | Rich Felker | 5 | -621/+0 |
2012-05-01 | support alternate glibc name pow10 for exp10 | Rich Felker | 1 | -0/+3 |
2012-04-30 | first try at writing an efficient and "correct" exp10 | Rich Felker | 1 | -0/+4 |
2012-04-29 | add linux-specific unshare syscall wrapper | Rich Felker | 1 | -0/+1 |