1. 6cf865d math: nextafter and nexttoward cleanup by nsz · 12 years ago
  2. 98c9af5 fix definitions of FP_ILOGB constants by Rich Felker · 12 years ago
  3. b4ccc3c add -frounding-math to build by Rich Felker · 12 years ago
  4. 8a35dee update readme and release notes for 0.9.0 release (not yet final) by Rich Felker · 12 years ago
  5. 3f06369 relicense musl under MIT license by Rich Felker · 12 years ago
  6. 8cfbc8b update license of njk contributed code (x86_64 asm) by Rich Felker · 12 years ago
  7. a235630 update INSTALL file to reflect configure script usage by Rich Felker · 12 years ago
  8. 64d2f8e initial commit of configure script by Rich Felker · 12 years ago
  9. 7e4d794 make pthread stacks non-executable by Rich Felker · 12 years ago
  10. f8e054f improve the build rules for installing /lib/ld-musl-$ARCH.so by Rich Felker · 12 years ago
  11. dac7912 Merge remote-tracking branch 'nsz/master' by Rich Felker · 12 years ago
  12. 4027f4e fix error reporting for dlsym with global symbols by Rich Felker · 12 years ago
  13. f697d66 math: change the formula used for acos.s by nsz · 12 years ago
  14. db4096c fix uninitialized var in vfwprintf printing 0-prec string by Rich Felker · 12 years ago
  15. f0b85fd add *64 junk for sys/*.h headers by Rich Felker · 12 years ago
  16. 2dd8d5e add support for ugly *64 functions with _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
  17. b4560a6 avoid setting nondefault scheduler too by Rich Felker · 12 years ago
  18. 61be1cf implement stub versions of sched_* by Rich Felker · 12 years ago
  19. b959d04 uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi by Rich Felker · 12 years ago
  20. ca2d3c6 add additional compatibility union member for ipv6 addresses by Rich Felker · 12 years ago
  21. 58aa5f4 overhaul SSP support to use a real canary by Rich Felker · 12 years ago
  22. e765239 make all .o files depend on *_impl.h and libc.h by Rich Felker · 12 years ago
  23. 2be8770 remove some junk from x86_64 start files by Rich Felker · 12 years ago
  24. 94167ca PIE support for x86_64 (untested) by Rich Felker · 12 years ago
  25. faab12b consistency cleanup: removed redundant size suffixed from i386 asm by Rich Felker · 12 years ago
  26. 83023d1 PIE support for i386 by Rich Felker · 12 years ago
  27. c9dea48 remove attempts to be pie-compatible from i386 crt1.s by Rich Felker · 12 years ago
  28. 485fb14 fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs by Rich Felker · 12 years ago
  29. 6f0cf30 remove minimal linux kernel headers by Rich Felker · 12 years ago
  30. d76eafc reorganize Makefile to support "least surprise" config/make semantics by Rich Felker · 12 years ago
  31. d86d282 remove objcopy --weaken from the makefile by Rich Felker · 12 years ago
  32. a917c03 support alternate glibc name pow10 for exp10 by Rich Felker · 12 years ago
  33. da5d89d add C stub for sqrtl (already implemented in asm on i386 and x86_64) by Rich Felker · 12 years ago
  34. f681975 first try at writing an efficient and "correct" exp10 by Rich Felker · 12 years ago
  35. 63374ee make stack protector work with gcc configured for non-tls canary by Rich Felker · 12 years ago
  36. 28c5d46 fix off-by-one error that caused uninitialized memory read in floatscan by Rich Felker · 12 years ago
  37. e5a9b50 fix typo in the x86_64 rounding asm by Rich Felker · 12 years ago
  38. 0e4a995 new math asm (abs/rounding) for x86_64 by Rich Felker · 12 years ago
  39. aa85940 fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is used by Rich Felker · 12 years ago
  40. 50da5c2 add linux-specific unshare syscall wrapper by Rich Felker · 12 years ago
  41. 8b71121 fix longstanding missing static in mq_notify (namespace pollution) by Rich Felker · 12 years ago
  42. 45b3855 new fnmatch implementation by Rich Felker · 12 years ago
  43. a1b4423 support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sse by Rich Felker · 12 years ago
  44. 2b87a5d update fnmatch to POSIX 2008 semantics by Rich Felker · 12 years ago
  45. 0bd7ac0 release notes for 0.8.10 by Rich Felker · 12 years ago
  46. 3ec8d29 gdb shared library debugging support by Rich Felker · 12 years ago
  47. 60872cf first attempt at enabling stack protector support by Rich Felker · 12 years ago
  48. 848d30a use signed char rather than plain char for int8_t by Rich Felker · 12 years ago
  49. e4d35ea add another example option to dist/config.mak by Rich Felker · 12 years ago
  50. 4750cf4 ditch the priority inheritance locks; use malloc's version of lock by Rich Felker · 12 years ago
  51. e7655ed internal locks: new owner of contended lock must set waiters flag by Rich Felker · 12 years ago
  52. f34d0ea new internal locking primitive; drop spinlocks by Rich Felker · 12 years ago
  53. 1b0ce9a new wcwidth implementation (fast table-based) by Rich Felker · 12 years ago
  54. 1a63a9f sync case mappings with unicode 6.1 by Rich Felker · 12 years ago
  55. 38b5d7d optimize iswprint by Rich Felker · 12 years ago
  56. 640fe75 fix spurious punct class for some surrogate codepoints (invalid) by Rich Felker · 12 years ago
  57. 7e38b1e destubify iswalpha and update iswpunct to unicode 6.1 by Rich Felker · 12 years ago
  58. a5d10eb make dlerror produce informative results by Rich Felker · 12 years ago
  59. 90da74e implement getusershell, etc. legacy functions by Rich Felker · 12 years ago
  60. 431a4cd getdtablesize is not standard; move it to its correct spot in unistd.h by Rich Felker · 12 years ago
  61. 58f430c new gcc wrapper, entirely specfile based by Rich Felker · 12 years ago
  62. 02eb568 remove redundant (unmaintained) check in floatscan by Rich Felker · 12 years ago
  63. 3f4de35 fix breakage in endian.h by Rich Felker · 12 years ago
  64. 8705a0f add some ugly byte swapping cruft in endian.h by Rich Felker · 12 years ago
  65. b1b3d35 add getresuid and getresgid syscall wrappers by Rich Felker · 12 years ago
  66. 80d7859 fix major breakage in iconv, bogus rejecting of dest charsets by Rich Felker · 12 years ago
  67. 77731d0 make floatscan correctly set errno for overflow/underflow by Rich Felker · 12 years ago
  68. 2df2a97 skip leading zeros even after decimal point in floatscan by Rich Felker · 12 years ago
  69. 33e7781 fix overread (consuming an extra byte) scanning NAN by Rich Felker · 12 years ago
  70. c613125 fix broken sysconf when correct value is -1 by Rich Felker · 12 years ago
  71. c5d1adc release notes for 0.8.9 (bugfix release) by Rich Felker · 12 years ago
  72. 1bf725e further fixes to leading space issue (forgot the wide versions) by Rich Felker · 12 years ago
  73. cb81b69 fix really bad breakage in strtol, etc.: failure to accept leading spaces by Rich Felker · 12 years ago
  74. 769d3d3 fix header typo by Rich Felker · 12 years ago
  75. ba6a9e7 legacy junk compatibility grab-bag by Rich Felker · 12 years ago
  76. ed0e3a3 fix incorrect macro name for MATH_ERREXCEPT in math.h by Rich Felker · 12 years ago
  77. ef2c4fd release notes for 0.8.8 by Rich Felker · 12 years ago
  78. 1ff3e6f fix typo in exponent reading code or floats by Rich Felker · 12 years ago
  79. bdeb184 fix wide scanf's handling of input failure on %c, and simplify %[ by Rich Felker · 12 years ago
  80. a12aa29 fix failure to distinguish input/match failure in wide %[ scanf by Rich Felker · 12 years ago
  81. 2dd5dc7 fix over-read in %ls with non-wide scanf by Rich Felker · 12 years ago
  82. 9ab180f fix broken %s and %[ with no width specifier in wide scanf by Rich Felker · 12 years ago
  83. dad4040 fix failure to read infinity in scanf by Rich Felker · 12 years ago
  84. bb477f9 fix failure of int parser to unget an initial mismatching character by Rich Felker · 12 years ago
  85. 99fbf4c make wide scanf %[ respect width by Rich Felker · 12 years ago
  86. 0072251 fix wide scanf to respect field width for strings by Rich Felker · 12 years ago
  87. e0d9f78 fix some bugs in scanf %[ handling detected while writing the wide version by Rich Felker · 12 years ago
  88. 73ec1d0 introduce new wide scanf code and remove the last remnants of old scanf by Rich Felker · 12 years ago
  89. 8b57a81 avoid depending on POSIX symbol in code used from plain C functions by Rich Felker · 12 years ago
  90. 03de77f avoid null pointer dereference on %*p fields in scanf by Rich Felker · 12 years ago
  91. b7a2761 also ensure that write buffer is bounded when __stdio_write returns by Rich Felker · 12 years ago
  92. b5a8b28 fix buffer overflow in vfprintf on long writes to unbuffered files by Rich Felker · 12 years ago
  93. cc3a446 fix %lf, etc. with printf by Rich Felker · 12 years ago
  94. 9d2a15a better description for errno==0 by Rich Felker · 12 years ago
  95. f94cbde implement wcstod and family by Rich Felker · 12 years ago
  96. a4310aa avoid hitting eof in wcstol by Rich Felker · 12 years ago
  97. 96e9773 use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc. by Rich Felker · 12 years ago
  98. 18efeb3 new scanf implementation and corresponding integer parser/converter by Rich Felker · 12 years ago
  99. cc76243 fix buggy limiter handling in shgetc by Rich Felker · 12 years ago
  100. 0d5df2d wordexp must set the we_offs entries of we_wordv to null pointers by Rich Felker · 12 years ago