about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* PIE support for i386Rich Felker2012-05-023-1/+25
* remove attempts to be pie-compatible from i386 crt1.sRich Felker2012-05-021-6/+3
* fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker2012-05-022-4/+9
* remove minimal linux kernel headersRich Felker2012-05-015-621/+0
* reorganize Makefile to support "least surprise" config/make semanticsRich Felker2012-05-011-11/+23
* remove objcopy --weaken from the makefileRich Felker2012-05-011-2/+0
* support alternate glibc name pow10 for exp10Rich Felker2012-05-014-0/+12
* add C stub for sqrtl (already implemented in asm on i386 and x86_64)Rich Felker2012-04-301-0/+9
* first try at writing an efficient and "correct" exp10Rich Felker2012-04-304-0/+59
* make stack protector work with gcc configured for non-tls canaryRich Felker2012-04-301-0/+2
* fix off-by-one error that caused uninitialized memory read in floatscanRich Felker2012-04-301-1/+1
* fix typo in the x86_64 rounding asmRich Felker2012-04-294-4/+4
* new math asm (abs/rounding) for x86_64Rich Felker2012-04-296-0/+36
* fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is usedRich Felker2012-04-291-0/+5
* add linux-specific unshare syscall wrapperRich Felker2012-04-292-0/+9
* fix longstanding missing static in mq_notify (namespace pollution)Rich Felker2012-04-291-1/+1
* new fnmatch implementationRich Felker2012-04-281-131/+273
* support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sseRich Felker2012-04-271-0/+4
* update fnmatch to POSIX 2008 semanticsRich Felker2012-04-261-4/+11
* 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