1. 3f4de35 fix breakage in endian.h by Rich Felker · 12 years ago
  2. 8705a0f add some ugly byte swapping cruft in endian.h by Rich Felker · 12 years ago
  3. b1b3d35 add getresuid and getresgid syscall wrappers by Rich Felker · 12 years ago
  4. 769d3d3 fix header typo by Rich Felker · 12 years ago
  5. ba6a9e7 legacy junk compatibility grab-bag by Rich Felker · 12 years ago
  6. ed0e3a3 fix incorrect macro name for MATH_ERREXCEPT in math.h by Rich Felker · 12 years ago
  7. 67b25fe move F_DUPFD_CLOEXEC out of bits by Rich Felker · 12 years ago
  8. 0115a6e rename __sa_restorer to sa_restorer in struct sigaction by Rich Felker · 12 years ago
  9. 3be616c fix alloca issue in stdlib.h too by Rich Felker · 12 years ago
  10. d71d080 alloca cannot be a function. #define it to the gcc builtin if possible by Rich Felker · 12 years ago
  11. 450f2c4 remove useless (at best, harmful) feature test checks in aio.h by Rich Felker · 12 years ago
  12. 4dbd941 optimize signbit macro by Rich Felker · 12 years ago
  13. 93a18a1 make math.h more c++-friendly by Rich Felker · 12 years ago
  14. 494ba80 simplify creal and cimag macros by Rich Felker · 12 years ago
  15. 13e400b add creal/cimag macros in complex.h (and use them in the functions defs) by Rich Felker · 12 years ago
  16. 132f0a0 tgmath.h: suppress any existing macro definitions before defining macros by Rich Felker · 12 years ago
  17. 47db890 fix DECIMAL_DIG definitions by Rich Felker · 12 years ago
  18. 25501c1 initial, very primitive strfmon by Rich Felker · 12 years ago
  19. 80949cc limits.h: support gcc's -funsigned-char by Rich Felker · 12 years ago
  20. 8e09221 move nonstandard gamma() etc. to _GNU_SOURCE only by Rich Felker · 12 years ago
  21. 65db6bf c++ seems to want some casts in the float representation-access macros by Rich Felker · 12 years ago
  22. 40305f7 in math.h make lgamma_r and non-double bessel _GNU_SOURCE only by nsz · 12 years ago
  23. 0144b45 efficient sincos based on sin and cos by nsz · 12 years ago
  24. b69f695 first commit of the new libm! by Rich Felker · 12 years ago
  25. 405ce58 fix nan/infinity macros in math.h, etc. by Rich Felker · 12 years ago
  26. 9fcecd7 typo in math.h c version check by Rich Felker · 12 years ago
  27. db3e78c make math.h compatibe with c89 by Rich Felker · 12 years ago
  28. e0614f7 add all missing wchar functions except floating point parsers by Rich Felker · 12 years ago
  29. 051175d add memory.h, bogus legacy alias for string.h by Rich Felker · 12 years ago
  30. d367519 use c++-friendly initializers for pthread initializer definitions by Rich Felker · 12 years ago
  31. 4ce6766 add <syscall.h> as an alias for <sys/syscall.h> by Rich Felker · 12 years ago
  32. 06aec8d replace prototype for basename in string.h with non-prototype declaration by Rich Felker · 13 years ago
  33. 1611ab0 add get_current_dir_name function by Rich Felker · 13 years ago
  34. 414a4cd add float_t and double_t to math.h by Rich Felker · 13 years ago
  35. afc35d5 replace bad cancellation cleanup abi with a sane one by Rich Felker · 13 years ago
  36. 570edb1 fix typo in inotify.h by Rich Felker · 13 years ago
  37. 1ba28b9 declare basename in string.h when _GNU_SOURCE is defined by Rich Felker · 13 years ago
  38. a591e03 revert hacks for types of stdint.h integer constant macros by Rich Felker · 13 years ago
  39. 36bf569 more locale_t interfaces (string stuff) and header updates by Rich Felker · 13 years ago
  40. c09b6f8 fix some omissions and mistakes in locale_t interface definitions by Rich Felker · 13 years ago
  41. e5a7f14 add more of the locale_t interfaces, all dummied out to ignore the locale by Rich Felker · 13 years ago
  42. f4ad36c add deprecated (removed from posix) [efg]cvt() functions by Rich Felker · 13 years ago
  43. 147f355 apparently gnu caddr_t is supposed to be char *, not unsigned long by Rich Felker · 13 years ago
  44. 96e0aca fix utmp.h mess, try 2 by Rich Felker · 13 years ago
  45. 108fdd3 fix previous utmp.h junk commit by Rich Felker · 13 years ago
  46. fa3bbbd add some missing junk in utmp.h by Rich Felker · 13 years ago
  47. 5e9314f add fgetpwent (nonstandard function) by Rich Felker · 13 years ago
  48. 4619901 add linux setfs[ug]id syscall wrappers by Rich Felker · 13 years ago
  49. c3db56c remove useless "extern" keywords in headers by Rich Felker · 13 years ago
  50. 8eb9a3a fix typo in FPE_FLTUND definition, signal.h by Rich Felker · 13 years ago
  51. 6a19380 add MIN/MAX macros to sys/param.h by Rich Felker · 13 years ago
  52. 477e72a add legacy futimes and lutimes functions by Rich Felker · 13 years ago
  53. 26f3832 add prlimit syscall wrapper by Rich Felker · 13 years ago
  54. 4e3df7b fix __cplusplus extern "C" closing brace in pty.h (typo?) by Rich Felker · 13 years ago
  55. 3ed8c9f fix all missing instances of __cplusplus checks/extern "C" in headers by Rich Felker · 13 years ago
  56. 42976ce add some missing GNU FNM_* extensions to the header by Rich Felker · 13 years ago
  57. 0386030 fix some details in ugly stuff that doesn't belong in libc by Rich Felker · 13 years ago
  58. 73f5ff4 make [U]INTn_C() macros have the right type... by Rich Felker · 13 years ago
  59. f0a8d60 stupid typo (caused by rather ugly spelling in POSIX..) in aio by Rich Felker · 13 years ago
  60. 7e14ed1 fix ctype macros to cast argument to (unsigned) first by Rich Felker · 13 years ago
  61. fd142e5 cleanup various minor issues reported by nsz by Rich Felker · 13 years ago
  62. c41a76f FD_ISSET must return an int. this is the easiest way. by Rich Felker · 13 years ago
  63. 1587224 sys/user.h may need stdint.h by Rich Felker · 13 years ago
  64. 81a5577 fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h by Rich Felker · 13 years ago
  65. 319df20 gnu search.h has struct qelem... by Rich Felker · 13 years ago
  66. fd9e01e fix some header typos by Rich Felker · 13 years ago
  67. d23a543 make stdbool.h conform to c99 by Rich Felker · 13 years ago
  68. 2318207 fix incorrect include guard in mqueue.h by Rich Felker · 13 years ago
  69. 32b82cf fix the fsid_t structure to match name of __val by Rich Felker · 13 years ago
  70. 03a8362 fix broken siginfo_t with _GNU_SOURCE defined by Rich Felker · 13 years ago
  71. 114c80f fix the definition of struct statvfs to match lsb abi by Rich Felker · 13 years ago
  72. 8c07f6e add some more siginfo aliases broken software expects... by Rich Felker · 13 years ago
  73. f780ac5 cleanup redundancy in bits/signal.h versions by Rich Felker · 13 years ago
  74. 224c7a3 fix the type of wchar_t on arm; support wchar_t varying with arch by Rich Felker · 13 years ago
  75. 53431b0 fix broken multi-inclusion guard in sys/reg.h by Rich Felker · 13 years ago
  76. b0c088e cleanup more bits cruft (sysmacros and socket) by Rich Felker · 13 years ago
  77. ca8373d more bits junk (tcp.h) by Rich Felker · 13 years ago
  78. c817566 move invariant netinet/in.h stuff out of bits/in.h by Rich Felker · 13 years ago
  79. 3f72cda overhaul clone syscall wrapping by Rich Felker · 13 years ago
  80. 71f7a3c implement ptrace syscall wrapper (untested) by Rich Felker · 13 years ago
  81. 4da289e fix return types for aio_read and aio_write again by Rich Felker · 13 years ago
  82. 13cd969 fix various errors in function signatures/prototypes found by nsz by Rich Felker · 13 years ago
  83. fd408d2 fix prototypes for aio_read and aio_write by Rich Felker · 13 years ago
  84. fb80e04 implement gnu sigisemptyset by Rich Felker · 13 years ago
  85. ce17ea6 add prototypes for GNU *_unlocked stdio functions by Rich Felker · 13 years ago
  86. a654017 add dummied strverscmp (obnoxious GNU function) by Rich Felker · 13 years ago
  87. d4045a1 declare alloca in stdlib.h when _GNU_SOURCE is defined by Rich Felker · 13 years ago
  88. b4de6f9 implement POSIX asynchronous io by Rich Felker · 13 years ago
  89. d4fa6f0 implement fmemopen by Rich Felker · 13 years ago
  90. 1461e02 implement open_wmemstream by Rich Felker · 13 years ago
  91. b158b32 implement open_memstream by Rich Felker · 13 years ago
  92. adb7093 fix missing prototypes/wrong signature for psiginfo, psignal by Rich Felker · 13 years ago
  93. 1f5ff26 fix broken FD_* macros on 64-bit targets by Rich Felker · 13 years ago
  94. 9205e48 macro for pthread_equal by Rich Felker · 13 years ago
  95. 4054a13 implement forkall by Rich Felker · 13 years ago
  96. acfd06d consistency: use struct __ucontext instead of ucontext_t in prototypes by Rich Felker · 13 years ago
  97. 6b1d381 add missing signalfd flags by Rich Felker · 13 years ago
  98. 17be829 fill in junk in stropts.h by Rich Felker · 13 years ago
  99. a0b56b9 add and consolidate nasty stdio_ext junk by Rich Felker · 13 years ago
  100. 7640497 implement the nonstandard GNU function fpurge by Rich Felker · 13 years ago