1. da0acc3 release notes for 0.8.7 by Rich Felker · 13 years ago
  2. b60053e try fixing/optimizing x86_64 fenv exception code by Rich Felker · 13 years ago
  3. 316e024 optimize x86 feclearexcept by Rich Felker · 13 years ago
  4. 9cb6878 fix x86_64 fe[gs]etround, analogous to nsz's x86 changes by Rich Felker · 13 years ago
  5. d5e576c minor 387 fenv optimizations by Rich Felker · 13 years ago
  6. 0b337e0 Merge remote branch 'nsz/master' by Rich Felker · 13 years ago
  7. 88cfaf8 fix i386 fegetround and make fesetround faster by nsz · 13 years ago
  8. 523a3ab don't fail on inability to install dynamic linker (e.g. if not root) by Rich Felker · 13 years ago
  9. d3fc724 one more fenv availability issue: lround by Rich Felker · 13 years ago
  10. 2e77dc1 make fma and lrint functions build without full fenv support by Rich Felker · 13 years ago
  11. 8c071f8 other side of the signgam namespace fix: use the internal name by Rich Felker · 13 years ago
  12. 1a3dce4 make signgam a weak alias for an internal symbol by Rich Felker · 13 years ago
  13. de7db6e fix namespace issues for lgamma, etc. by Rich Felker · 13 years ago
  14. 93a50a2 Merge remote branch 'nsz/master' by Rich Felker · 13 years ago
  15. 2cbb24b remove junk sincos implementations in preparation to merge nsz's real ones by Rich Felker · 13 years ago
  16. a43c3a3 revert COPYRIGHT file changes in preparation to merge nsz's math branch by Rich Felker · 13 years ago
  17. 6f21da6 update copyright status (math library and new year) by Rich Felker · 13 years ago
  18. 9d50741 remove special nan handling from x86 sqrt asm by Rich Felker · 13 years ago
  19. 1295848 simplify nan check in sqrt (x86 asm); result of sqrt is never negative by Rich Felker · 13 years ago
  20. 40305f7 in math.h make lgamma_r and non-double bessel _GNU_SOURCE only by nsz · 13 years ago
  21. 0144b45 efficient sincos based on sin and cos by nsz · 13 years ago
  22. 5657cc5 implement sincosf and sincosl functions; add prototypes by Rich Felker · 13 years ago
  23. 46702f6 avoid changing NaNs in sqrt (x86 asm) to satisfy c99 f.9 recommendation by Rich Felker · 13 years ago
  24. 809556e correctly rounded sqrt() asm for x86 (i387) by Rich Felker · 13 years ago
  25. e0a54e6 correct rounding for i387 sqrtf function by Rich Felker · 13 years ago
  26. 32ca5ef math cleanup: use 1.0f instead of 1.0F by nsz · 13 years ago
  27. 8d0a6f7 math cleanup: use 1.0f instead of (float)1.0 by nsz · 13 years ago
  28. 9560b6b remove libm.h includes when math.h and float.h are enough by nsz · 13 years ago
  29. 291f839 fix scanf handling of "0" (followed by immediate EOF) with "%x" by Rich Felker · 13 years ago
  30. df8b3e5 clean up __expo2.c, use a slightly better k constant by nsz · 13 years ago
  31. 3a6c828 fix copyright notice for the math lib by nsz · 13 years ago
  32. bf9d9dc implement nan, nanf, nanl by Rich Felker · 13 years ago
  33. b69f695 first commit of the new libm! by Rich Felker · 13 years ago
  34. d46cf2e add .gitignore file by Rich Felker · 13 years ago
  35. 405ce58 fix nan/infinity macros in math.h, etc. by Rich Felker · 13 years ago
  36. b4a07bb fix obscure bug in strtoull reading the highest 16 possible values by Rich Felker · 13 years ago
  37. 9fcecd7 typo in math.h c version check by Rich Felker · 13 years ago
  38. db3e78c make math.h compatibe with c89 by Rich Felker · 13 years ago
  39. 6cf51fe remove debug cruft that was left in getdate by Rich Felker · 13 years ago
  40. b93b738 first try at implementing getdate function by Rich Felker · 13 years ago
  41. 536db2b fix bugs in strptime handling of string day/month names, literals by Rich Felker · 13 years ago
  42. ca19774 implement a64l and l64a (legacy xsi stuff) by Rich Felker · 13 years ago
  43. e0614f7 add all missing wchar functions except floating point parsers by Rich Felker · 13 years ago
  44. 899b13c support null buffer argument to getcwd, auto-allocating behavior by Rich Felker · 13 years ago
  45. 051175d add memory.h, bogus legacy alias for string.h by Rich Felker · 13 years ago
  46. 15d143b search internal headers first by Rich Felker · 13 years ago
  47. d367519 use c++-friendly initializers for pthread initializer definitions by Rich Felker · 13 years ago
  48. 4ce6766 add <syscall.h> as an alias for <sys/syscall.h> by Rich Felker · 13 years ago
  49. 95b930a implement wcsftime function by Rich Felker · 13 years ago
  50. b1a8e0d release notes for 0.8.6 by Rich Felker · 13 years ago
  51. e3234d0 fix pthread_cleanup_pop(1) crash in non-thread-capable, static-linked programs by Rich Felker · 13 years ago
  52. aab33ec update release notes for 0.8.5 by Rich Felker · 13 years ago
  53. dac084a work around "signal loses thread pointer" issue with "approach 2" by Rich Felker · 13 years ago
  54. 834255a use __attribute__((const)) on arm __pthread_self function by Rich Felker · 13 years ago
  55. 06aec8d replace prototype for basename in string.h with non-prototype declaration by Rich Felker · 13 years ago
  56. 78e79d9 new attempt at working around the gcc 3 visibility bug by Rich Felker · 13 years ago
  57. 7fa2992 remove useless attribute visibility from definitions by Rich Felker · 13 years ago
  58. bae2e52 cleanup and work around visibility bug in gcc 3 that affects x86_64 by Rich Felker · 13 years ago
  59. 00b883a fix (hopefully) PTRACE_TRACEME (command 0) argument handling by Rich Felker · 13 years ago
  60. 56ddcc7 fix for previous incorrect fix of cancellation in dns lookups by Rich Felker · 13 years ago
  61. f96eb33 fix get_current_dir_name behavior by Rich Felker · 13 years ago
  62. 61c2cf8 remove -std=gnu99 from musl-gcc wrapper by Rich Felker · 13 years ago
  63. 3c87026 two fixes for "make install" handling of shared libs by Rich Felker · 13 years ago
  64. 1611ab0 add get_current_dir_name function by Rich Felker · 13 years ago
  65. 414a4cd add float_t and double_t to math.h by Rich Felker · 13 years ago
  66. 88d84b7 fix default nameserver when resolv.conf doesn't exist by Rich Felker · 13 years ago
  67. f42bad9 fix illegal goto out of cleanup context in dns lookups by Rich Felker · 13 years ago
  68. 2230218 small fix for new pthread cleanup stuff by Rich Felker · 13 years ago
  69. afc35d5 replace bad cancellation cleanup abi with a sane one by Rich Felker · 13 years ago
  70. ed2911a document iswspace and remove wrongly-included zwsp character by Rich Felker · 13 years ago
  71. 520f3ee fix typo in iswspace space list table by Rich Felker · 13 years ago
  72. 570edb1 fix typo in inotify.h by Rich Felker · 13 years ago
  73. f2baf4d protect against cancellation in dlopen by Rich Felker · 13 years ago
  74. 700a815 reduce some wasted space in dso structure by Rich Felker · 13 years ago
  75. 1ba28b9 declare basename in string.h when _GNU_SOURCE is defined by Rich Felker · 13 years ago
  76. a591e03 revert hacks for types of stdint.h integer constant macros by Rich Felker · 13 years ago
  77. 36bf569 more locale_t interfaces (string stuff) and header updates by Rich Felker · 13 years ago
  78. c09b6f8 fix some omissions and mistakes in locale_t interface definitions by Rich Felker · 13 years ago
  79. e5a7f14 add more of the locale_t interfaces, all dummied out to ignore the locale by Rich Felker · 13 years ago
  80. 4cf667c x86_64 vfork implementation by Rich Felker · 13 years ago
  81. ce4d97e run ctors/dtors for shared objects loaded with dlopen by Rich Felker · 13 years ago
  82. 4ce3cb5 add support for init/finit (constructors and destructors) by Rich Felker · 13 years ago
  83. f4ad36c add deprecated (removed from posix) [efg]cvt() functions by Rich Felker · 13 years ago
  84. 5a09a53 include dummied-out dlopen and dlsym functions for static binaries by Rich Felker · 13 years ago
  85. 4f4d6ae improve gcc wrapper to support -nostdlib, -nostartfiles by Rich Felker · 13 years ago
  86. 5816592 make stdio open, read, and write operations cancellation points by Rich Felker · 13 years ago
  87. 4948a24 make passwd/group functions safe against cancellation in stdio by Rich Felker · 13 years ago
  88. 147f355 apparently gnu caddr_t is supposed to be char *, not unsigned long by Rich Felker · 13 years ago
  89. 96e0aca fix utmp.h mess, try 2 by Rich Felker · 13 years ago
  90. 108fdd3 fix previous utmp.h junk commit by Rich Felker · 13 years ago
  91. fa3bbbd add some missing junk in utmp.h by Rich Felker · 13 years ago
  92. 5e9314f add fgetpwent (nonstandard function) by Rich Felker · 13 years ago
  93. 4619901 add linux setfs[ug]id syscall wrappers by Rich Felker · 13 years ago
  94. c3db56c remove useless "extern" keywords in headers by Rich Felker · 13 years ago
  95. 8eb9a3a fix typo in FPE_FLTUND definition, signal.h by Rich Felker · 13 years ago
  96. 6a19380 add MIN/MAX macros to sys/param.h by Rich Felker · 13 years ago
  97. 477e72a add legacy futimes and lutimes functions by Rich Felker · 13 years ago
  98. b768c7b make gcc wrapper support -shared correctly by Rich Felker · 13 years ago
  99. d0678b5 make glob mark symlinks-to-directories with the GLOB_MARK flag by Rich Felker · 13 years ago
  100. fd7015d fix broken copy relocations from dynamic linker cleanup by Rich Felker · 13 years ago