about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release notes for 0.8.10 v0.8.10Rich Felker2012-04-251-0/+28
* gdb shared library debugging supportRich Felker2012-04-251-5/+32
* first attempt at enabling stack protector supportRich Felker2012-04-243-0/+28
* use signed char rather than plain char for int8_tRich Felker2012-04-243-12/+12
* add another example option to dist/config.makRich Felker2012-04-241-0/+3
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-2415-77/+54
* internal locks: new owner of contended lock must set waiters flagRich Felker2012-04-241-1/+1
* new internal locking primitive; drop spinlocksRich Felker2012-04-242-7/+29
* new wcwidth implementation (fast table-based)Rich Felker2012-04-243-179/+125
* sync case mappings with unicode 6.1Rich Felker2012-04-232-8/+30
* optimize iswprintRich Felker2012-04-231-3/+12
* fix spurious punct class for some surrogate codepoints (invalid)Rich Felker2012-04-231-59/+56
* destubify iswalpha and update iswpunct to unicode 6.1Rich Felker2012-04-235-135/+252
* make dlerror produce informative resultsRich Felker2012-04-231-4/+15
* implement getusershell, etc. legacy functionsRich Felker2012-04-222-0/+36
* getdtablesize is not standard; move it to its correct spot in unistd.hRich Felker2012-04-221-1/+1
* new gcc wrapper, entirely specfile basedRich Felker2012-04-224-63/+47
* remove redundant (unmaintained) check in floatscanRich Felker2012-04-221-3/+3
* fix breakage in endian.hRich Felker2012-04-221-1/+1
* add some ugly byte swapping cruft in endian.hRich Felker2012-04-221-0/+59
* add getresuid and getresgid syscall wrappersRich Felker2012-04-223-0/+18
* fix major breakage in iconv, bogus rejecting of dest charsetsRich Felker2012-04-211-1/+1
* make floatscan correctly set errno for overflow/underflowRich Felker2012-04-211-4/+16
* skip leading zeros even after decimal point in floatscanRich Felker2012-04-211-4/+9
* fix overread (consuming an extra byte) scanning NANRich Felker2012-04-211-1/+1
* fix broken sysconf when correct value is -1Rich Felker2012-04-211-1/+1
* release notes for 0.8.9 (bugfix release) v0.8.9Rich Felker2012-04-191-0/+11
* further fixes to leading space issue (forgot the wide versions)Rich Felker2012-04-192-5/+9
* fix really bad breakage in strtol, etc.: failure to accept leading spacesRich Felker2012-04-195-10/+9
* fix header typoRich Felker2012-04-181-1/+1
* legacy junk compatibility grab-bagRich Felker2012-04-186-7/+36
* fix incorrect macro name for MATH_ERREXCEPT in math.hRich Felker2012-04-181-1/+1
* release notes for 0.8.8 v0.8.8Rich Felker2012-04-181-0/+34
* fix typo in exponent reading code or floatsRich Felker2012-04-181-1/+1
* fix wide scanf's handling of input failure on %c, and simplify %[Rich Felker2012-04-171-5/+6
* fix failure to distinguish input/match failure in wide %[ scanfRich Felker2012-04-172-2/+4
* fix over-read in %ls with non-wide scanfRich Felker2012-04-171-0/+1
* fix broken %s and %[ with no width specifier in wide scanfRich Felker2012-04-171-3/+7
* fix failure to read infinity in scanfRich Felker2012-04-171-3/+4
* fix failure of int parser to unget an initial mismatching characterRich Felker2012-04-171-0/+1
* make wide scanf %[ respect widthRich Felker2012-04-171-2/+3
* fix wide scanf to respect field width for stringsRich Felker2012-04-171-4/+7
* fix some bugs in scanf %[ handling detected while writing the wide versionRich Felker2012-04-171-4/+4
* introduce new wide scanf code and remove the last remnants of old scanfRich Felker2012-04-174-524/+312
* avoid depending on POSIX symbol in code used from plain C functionsRich Felker2012-04-171-1/+3
* avoid null pointer dereference on %*p fields in scanfRich Felker2012-04-171-1/+1
* also ensure that write buffer is bounded when __stdio_write returnsRich Felker2012-04-171-0/+1
* fix buffer overflow in vfprintf on long writes to unbuffered filesRich Felker2012-04-171-1/+2
* fix %lf, etc. with printfRich Felker2012-04-161-0/+2
* better description for errno==0Rich Felker2012-04-161-1/+1