musl
2012-04-30 Rich Felkernew math asm (abs/rounding) for x86_64
2012-04-29 Rich Felkerfix float_t and double_t defs on x86 when -mfpmath...
2012-04-29 Rich Felkeradd linux-specific unshare syscall wrapper
2012-04-29 Rich Felkerfix longstanding missing static in mq_notify (namespace...
2012-04-28 Rich Felkernew fnmatch implementation
2012-04-27 Rich Felkersupport FLT_EVAL_METHOD changing on x86 with gcc -msse2...
2012-04-26 Rich Felkerupdate fnmatch to POSIX 2008 semantics
2012-04-25 Rich Felkerrelease notes for 0.8.10
2012-04-25 Rich Felkergdb shared library debugging support
2012-04-24 Rich Felkerfirst attempt at enabling stack protector support
2012-04-24 Rich Felkeruse signed char rather than plain char for int8_t
2012-04-24 Rich Felkeradd another example option to dist/config.mak
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2012-04-24 Rich Felkerinternal locks: new owner of contended lock must set...
2012-04-24 Rich Felkernew internal locking primitive; drop spinlocks
2012-04-24 Rich Felkernew wcwidth implementation (fast table-based)
2012-04-23 Rich Felkersync case mappings with unicode 6.1
2012-04-23 Rich Felkeroptimize iswprint
2012-04-23 Rich Felkerfix spurious punct class for some surrogate codepoints...
2012-04-23 Rich Felkerdestubify iswalpha and update iswpunct to unicode 6.1
2012-04-23 Rich Felkermake dlerror produce informative results
2012-04-22 Rich Felkerimplement getusershell, etc. legacy functions
2012-04-22 Rich Felkergetdtablesize is not standard; move it to its correct...
2012-04-22 Rich Felkernew gcc wrapper, entirely specfile based
2012-04-22 Rich Felkerremove redundant (unmaintained) check in floatscan
2012-04-22 Rich Felkerfix breakage in endian.h
2012-04-22 Rich Felkeradd some ugly byte swapping cruft in endian.h
2012-04-22 Rich Felkeradd getresuid and getresgid syscall wrappers
2012-04-21 Rich Felkerfix major breakage in iconv, bogus rejecting of dest...
2012-04-21 Rich Felkermake floatscan correctly set errno for overflow/underflow
2012-04-21 Rich Felkerskip leading zeros even after decimal point in floatscan
2012-04-21 Rich Felkerfix overread (consuming an extra byte) scanning NAN
2012-04-21 Rich Felkerfix broken sysconf when correct value is -1
2012-04-20 Rich Felkerrelease notes for 0.8.9 (bugfix release)
2012-04-19 Rich Felkerfurther fixes to leading space issue (forgot the wide...
2012-04-19 Rich Felkerfix really bad breakage in strtol, etc.: failure to...
2012-04-18 Rich Felkerfix header typo
2012-04-18 Rich Felkerlegacy junk compatibility grab-bag
2012-04-18 Rich Felkerfix incorrect macro name for MATH_ERREXCEPT in math.h
2012-04-18 Rich Felkerrelease notes for 0.8.8
2012-04-18 Rich Felkerfix typo in exponent reading code or floats
2012-04-18 Rich Felkerfix wide scanf's handling of input failure on %c, and...
2012-04-18 Rich Felkerfix failure to distinguish input/match failure in wide...
2012-04-18 Rich Felkerfix over-read in %ls with non-wide scanf
2012-04-18 Rich Felkerfix broken %s and %[ with no width specifier in wide...
2012-04-18 Rich Felkerfix failure to read infinity in scanf
2012-04-18 Rich Felkerfix failure of int parser to unget an initial mismatchi...
2012-04-18 Rich Felkermake wide scanf %[ respect width
2012-04-17 Rich Felkerfix wide scanf to respect field width for strings
2012-04-17 Rich Felkerfix some bugs in scanf %[ handling detected while writi...
2012-04-17 Rich Felkerintroduce new wide scanf code and remove the last remna...
2012-04-17 Rich Felkeravoid depending on POSIX symbol in code used from plain...
2012-04-17 Rich Felkeravoid null pointer dereference on %*p fields in scanf
2012-04-17 Rich Felkeralso ensure that write buffer is bounded when __stdio_w...
2012-04-17 Rich Felkerfix buffer overflow in vfprintf on long writes to unbuf...
2012-04-17 Rich Felkerfix %lf, etc. with printf
2012-04-16 Rich Felkerbetter description for errno==0
2012-04-16 Rich Felkerimplement wcstod and family
2012-04-16 Rich Felkeravoid hitting eof in wcstol
2012-04-16 Rich Felkeruse the new integer parser (FILE/shgetc based) for...
2012-04-16 Rich Felkernew scanf implementation and corresponding integer...
2012-04-16 Rich Felkerfix buggy limiter handling in shgetc
2012-04-16 Rich Felkerwordexp must set the we_offs entries of we_wordv to...
2012-04-16 Rich Felkerfix crash in wordfree if we_offs is not initialized...
2012-04-16 Rich Felkerfix broken shgetc limiter logic (wasn't working)
2012-04-16 Rich Felkerfloatscan: fix incorrect count of leading nonzero digits
2012-04-15 Rich Felkermove F_DUPFD_CLOEXEC out of bits
2012-04-15 Rich Felkeradd F_SETSIG and F_GETSIG (linux specific) to fcntl.h
2012-04-15 Rich Felkerfix signedness error handling invalid multibyte sequenc...
2012-04-14 Rich Felkerrename __sa_restorer to sa_restorer in struct sigaction
2012-04-13 Rich Felkerremove invalid code from TRE
2012-04-13 Rich Felkerfix broken regerror (typo) and missing message
2012-04-13 Rich Felkeruse fast version of the int reading code for the high...
2012-04-13 Rich Felkeruse macros instead of inline functions in shgetc.h
2012-04-13 Rich Felkerfix spurious overflows in strtoull with small bases
2012-04-12 Rich Felkerremove magic numbers from floatscan
2012-04-12 Rich Felkeroptimize more integer cases in floatscan; comment the...
2012-04-12 Rich Felkerrevert invalid optimization in floatscan
2012-04-12 Rich Felkerfix stupid typo in floatscan that caused excess roundin...
2012-04-12 Rich Felkeradd some more useful suggested options to config.mak...
2012-04-11 Rich FelkerMerge remote branch 'nsz/master'
2012-04-11 Rich Felkeroptimize floatscan downscaler to skip results that...
2012-04-11 Rich Felkersimplify/debloat radix point alignment code in floatscan
2012-04-11 Rich Felkeroptimize floatscan: avoid excessive upscaling
2012-04-11 Rich Felkerfix incorrect initial count in shgetc when data is...
2012-04-11 Rich Felkerfix bug parsing lone zero followed by junk, and hex...
2012-04-11 Rich Felkerfix float scanning of certain values ending in zeros
2012-04-11 Rich Felkerfix potential overflow in exponent reading
2012-04-11 Rich Felkerset errno properly when parsing floating point
2012-04-11 Rich Felkeradd "scan helper getc" and rework strtod, etc. to use it
2012-04-11 Rich Felkerunify strtof/strtod/strtold wrappers and fix initial...
2012-04-10 Rich Felkernew floating point parser/converter
2012-04-09 Rich Felkerfix alloca issue in stdlib.h too
2012-04-09 Rich Felkeralloca cannot be a function. #define it to the gcc...
2012-04-04 nszmath: fix x86 asin accuracy
2012-04-04 Rich Felkerwork around nasty gcc bug in the i386 syscall asm
2012-04-03 Rich Felkerremove useless (at best, harmful) feature test checks...
2012-04-02 Rich Felkerimprove name lookup performance in corner cases
2012-03-31 Rich Felkeroptimize signbit macro
2012-03-31 Rich Felkermake math.h more c++-friendly
next