1. 25d575e debloat jmp_buf in _GNU_SOURCE mode by Rich Felker · 12 years ago
  2. 0c29adf remove everything related to forkall by Rich Felker · 12 years ago
  3. af3330d some feature test fixes for unistd.h by Rich Felker · 12 years ago
  4. 96601e3 _GNU_SOURCE implies all BSD features except ones GNU rejects by Rich Felker · 12 years ago
  5. 671ffab various header cleanups, some related to _BSD_SOURCE addition by Rich Felker · 12 years ago
  6. 9f370fa bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE by Rich Felker · 12 years ago
  7. 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
  8. 3db29f0 move getpass decl to the right place by Rich Felker · 12 years ago
  9. b5cbd54 useless lastlog path just to make some stuff happy by Rich Felker · 12 years ago
  10. f8ac555 missing limit LOGIN_NAME_MAX by Rich Felker · 12 years ago
  11. e68c51a use __h_errno_location for h_errno by Rich Felker · 12 years ago
  12. 3777f5b susv4 removed gethostbyname, etc. legacy cruft. by Rich Felker · 12 years ago
  13. 20052b9 namespace cleanup - NI_* is NOT reserved by netdb.h by Rich Felker · 12 years ago
  14. 7db6a87 some gnu junk in netdb.h by Rich Felker · 12 years ago
  15. c3dbe9b fix missing va_list for vsyslog by Rich Felker · 12 years ago
  16. d197d64 search: add tdestroy (gnu extension) by nsz · 12 years ago
  17. b47fdcd add missing IN6_ARE_ADDR_EQUAL by Rich Felker · 12 years ago
  18. e700e59 add one more bogus legacy header by Rich Felker · 12 years ago
  19. c8b01e7 move vsyslog out of SYSLOG_NAMES conditional by Rich Felker · 12 years ago
  20. bfb29b6 fix missing parens in bit op macros (param.h) by Rich Felker · 12 years ago
  21. 2e41887 and another bug in setbit, etc. macros.. by Rich Felker · 12 years ago
  22. e0ff0d3 fix typo in sys/param.h that broke setbit, etc. macros by Rich Felker · 12 years ago
  23. 37bb3cc omit declaration of basename wrongly interpreted as prototype in C++ by Rich Felker · 12 years ago
  24. 4a99440 some extra legacy header stuff by Rich Felker · 12 years ago
  25. a3b20f6 take byte order from gcc if gcc has defined it by Rich Felker · 12 years ago
  26. 106e75f add isastream (obsolete STREAMS junk) by Rich Felker · 12 years ago
  27. 98c9af5 fix definitions of FP_ILOGB constants by Rich Felker · 12 years ago
  28. f0b85fd add *64 junk for sys/*.h headers by Rich Felker · 12 years ago
  29. 2dd8d5e add support for ugly *64 functions with _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
  30. b959d04 uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi by Rich Felker · 12 years ago
  31. ca2d3c6 add additional compatibility union member for ipv6 addresses by Rich Felker · 12 years ago
  32. 6f0cf30 remove minimal linux kernel headers by Rich Felker · 12 years ago
  33. a917c03 support alternate glibc name pow10 for exp10 by Rich Felker · 12 years ago
  34. f681975 first try at writing an efficient and "correct" exp10 by Rich Felker · 12 years ago
  35. 50da5c2 add linux-specific unshare syscall wrapper by Rich Felker · 12 years ago
  36. 90da74e implement getusershell, etc. legacy functions by Rich Felker · 12 years ago
  37. 431a4cd getdtablesize is not standard; move it to its correct spot in unistd.h by Rich Felker · 12 years ago
  38. 3f4de35 fix breakage in endian.h by Rich Felker · 12 years ago
  39. 8705a0f add some ugly byte swapping cruft in endian.h by Rich Felker · 12 years ago
  40. b1b3d35 add getresuid and getresgid syscall wrappers by Rich Felker · 12 years ago
  41. 769d3d3 fix header typo by Rich Felker · 12 years ago
  42. ba6a9e7 legacy junk compatibility grab-bag by Rich Felker · 12 years ago
  43. ed0e3a3 fix incorrect macro name for MATH_ERREXCEPT in math.h by Rich Felker · 12 years ago
  44. 67b25fe move F_DUPFD_CLOEXEC out of bits by Rich Felker · 12 years ago
  45. 0115a6e rename __sa_restorer to sa_restorer in struct sigaction by Rich Felker · 12 years ago
  46. 3be616c fix alloca issue in stdlib.h too by Rich Felker · 12 years ago
  47. d71d080 alloca cannot be a function. #define it to the gcc builtin if possible by Rich Felker · 12 years ago
  48. 450f2c4 remove useless (at best, harmful) feature test checks in aio.h by Rich Felker · 12 years ago
  49. 4dbd941 optimize signbit macro by Rich Felker · 12 years ago
  50. 93a18a1 make math.h more c++-friendly by Rich Felker · 12 years ago
  51. 494ba80 simplify creal and cimag macros by Rich Felker · 12 years ago
  52. 13e400b add creal/cimag macros in complex.h (and use them in the functions defs) by Rich Felker · 12 years ago
  53. 132f0a0 tgmath.h: suppress any existing macro definitions before defining macros by Rich Felker · 12 years ago
  54. 47db890 fix DECIMAL_DIG definitions by Rich Felker · 13 years ago
  55. 25501c1 initial, very primitive strfmon by Rich Felker · 13 years ago
  56. 80949cc limits.h: support gcc's -funsigned-char by Rich Felker · 13 years ago
  57. 8e09221 move nonstandard gamma() etc. to _GNU_SOURCE only by Rich Felker · 13 years ago
  58. 65db6bf c++ seems to want some casts in the float representation-access macros by Rich Felker · 13 years ago
  59. 40305f7 in math.h make lgamma_r and non-double bessel _GNU_SOURCE only by nsz · 13 years ago
  60. 0144b45 efficient sincos based on sin and cos by nsz · 13 years ago
  61. b69f695 first commit of the new libm! by Rich Felker · 13 years ago
  62. 405ce58 fix nan/infinity macros in math.h, etc. by Rich Felker · 13 years ago
  63. 9fcecd7 typo in math.h c version check by Rich Felker · 13 years ago
  64. db3e78c make math.h compatibe with c89 by Rich Felker · 13 years ago
  65. e0614f7 add all missing wchar functions except floating point parsers by Rich Felker · 13 years ago
  66. 051175d add memory.h, bogus legacy alias for string.h by Rich Felker · 13 years ago
  67. d367519 use c++-friendly initializers for pthread initializer definitions by Rich Felker · 13 years ago
  68. 4ce6766 add <syscall.h> as an alias for <sys/syscall.h> by Rich Felker · 13 years ago
  69. 06aec8d replace prototype for basename in string.h with non-prototype declaration by Rich Felker · 13 years ago
  70. 1611ab0 add get_current_dir_name function by Rich Felker · 13 years ago
  71. 414a4cd add float_t and double_t to math.h by Rich Felker · 13 years ago
  72. afc35d5 replace bad cancellation cleanup abi with a sane one by Rich Felker · 13 years ago
  73. 570edb1 fix typo in inotify.h by Rich Felker · 13 years ago
  74. 1ba28b9 declare basename in string.h when _GNU_SOURCE is defined by Rich Felker · 13 years ago
  75. a591e03 revert hacks for types of stdint.h integer constant macros by Rich Felker · 13 years ago
  76. 36bf569 more locale_t interfaces (string stuff) and header updates by Rich Felker · 13 years ago
  77. c09b6f8 fix some omissions and mistakes in locale_t interface definitions by Rich Felker · 13 years ago
  78. e5a7f14 add more of the locale_t interfaces, all dummied out to ignore the locale by Rich Felker · 13 years ago
  79. f4ad36c add deprecated (removed from posix) [efg]cvt() functions by Rich Felker · 13 years ago
  80. 147f355 apparently gnu caddr_t is supposed to be char *, not unsigned long by Rich Felker · 13 years ago
  81. 96e0aca fix utmp.h mess, try 2 by Rich Felker · 13 years ago
  82. 108fdd3 fix previous utmp.h junk commit by Rich Felker · 13 years ago
  83. fa3bbbd add some missing junk in utmp.h by Rich Felker · 13 years ago
  84. 5e9314f add fgetpwent (nonstandard function) by Rich Felker · 13 years ago
  85. 4619901 add linux setfs[ug]id syscall wrappers by Rich Felker · 13 years ago
  86. c3db56c remove useless "extern" keywords in headers by Rich Felker · 13 years ago
  87. 8eb9a3a fix typo in FPE_FLTUND definition, signal.h by Rich Felker · 13 years ago
  88. 6a19380 add MIN/MAX macros to sys/param.h by Rich Felker · 13 years ago
  89. 477e72a add legacy futimes and lutimes functions by Rich Felker · 13 years ago
  90. 26f3832 add prlimit syscall wrapper by Rich Felker · 13 years ago
  91. 4e3df7b fix __cplusplus extern "C" closing brace in pty.h (typo?) by Rich Felker · 13 years ago
  92. 3ed8c9f fix all missing instances of __cplusplus checks/extern "C" in headers by Rich Felker · 13 years ago
  93. 42976ce add some missing GNU FNM_* extensions to the header by Rich Felker · 13 years ago
  94. 0386030 fix some details in ugly stuff that doesn't belong in libc by Rich Felker · 13 years ago
  95. 73f5ff4 make [U]INTn_C() macros have the right type... by Rich Felker · 13 years ago
  96. f0a8d60 stupid typo (caused by rather ugly spelling in POSIX..) in aio by Rich Felker · 13 years ago
  97. 7e14ed1 fix ctype macros to cast argument to (unsigned) first by Rich Felker · 13 years ago
  98. fd142e5 cleanup various minor issues reported by nsz by Rich Felker · 13 years ago
  99. c41a76f FD_ISSET must return an int. this is the easiest way. by Rich Felker · 13 years ago
  100. 1587224 sys/user.h may need stdint.h by Rich Felker · 13 years ago