summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* utils/Makefile.in: de-obfuscate it a bitDenis Vlasenko2009-01-112-19/+34
* replace yet another _dl_malloc + _dl_memset with _dl_zallocDenis Vlasenko2009-01-112-4/+1
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-1010-270/+271
* ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko2009-01-0414-43/+23
* forgot to remove one #endif...Denis Vlasenko2009-01-041-1/+0
* Get rid of the following annoying warnings on ppc:Denis Vlasenko2009-01-031-17/+18
* libm/e_scalb.c: remove unused #ifdef _SCALB_INT branchesDenis Vlasenko2009-01-033-20/+19
* fix small goof in last commit: should use "long" function (scalbln)Denis Vlasenko2009-01-031-10/+10
* libm: remove scalbln implementation, it seems to be less correct than scalbn.Denis Vlasenko2009-01-033-79/+48
* libm/e_lgamma_r.c: cosmetic whitespace fixesDenis Vlasenko2008-12-291-4/+1
* libm/*: delete many incarnations of logarithmic gamma function,Denis Vlasenko2008-12-2911-216/+68
* libc/stdlib/_strtod.c: add parens around a | bDenis Vlasenko2008-12-291-1/+1
* - whitespace cleanup; no obj-code changes (r24600)Bernhard Reutner-Fischer2008-12-2920-90/+90
* libm/s_nearbyint.c: delete (forgot to do it in prev commit)Denis Vlasenko2008-12-294-23/+3
* - pull r24593:24596 from trunkBernhard Reutner-Fischer2008-12-2919-24/+81
* remove many functions which just call __ieee754_<function>,Denis Vlasenko2008-12-2856-911/+554
* fix another corner case in unifdefDenis Vlasenko2008-12-282-2/+8
* patch up unifdef to recognize and remove "#if defined _LIBC && something"Denis Vlasenko2008-12-282-35/+160
* Help unifdef to remove private parts of headersDenis Vlasenko2008-12-273-7/+17
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-2715-281/+243
* convert yet another old-style function definitionDenis Vlasenko2008-12-261-5/+5
* new regex: stop confusing ourself with _LIBC being undefined;Denis Vlasenko2008-12-265-165/+88
* regex: remove useless casts on allocations;Denis Vlasenko2008-12-264-92/+96
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-267-348/+59
* include/libc-string_i386.h: fix a bug where memset('\xff') misbehavesDenis Vlasenko2008-12-262-2/+6
* document internal_functionDenis Vlasenko2008-12-251-0/+5
* test/regex/tst-regex2.c: fix the rest of testsuite failuresDenis Vlasenko2008-12-252-1/+16
* test/regex/tst-regex2.c: fix test failure. Next one is immediately after...Denis Vlasenko2008-12-251-1/+1
* test/regex: make it faster to rebuild and run regex testcaseDenis Vlasenko2008-12-249-21/+29
* test/Makefile: make "make compile" install headers firstDenis Vlasenko2008-12-245-223/+223
* Fix nptl librt build breakage Khem Raj2008-12-242-3/+6
* - _syscall?() need to superfluous trailing ';'Bernhard Reutner-Fischer2008-12-237-17/+21
* - sync with trunkBernhard Reutner-Fischer2008-12-233-4/+8
* - sync r24496 from trunkBernhard Reutner-Fischer2008-12-232-12/+35
* ldso/ldso/mips/*: non-pic support from trunkDenis Vlasenko2008-12-239-99/+200
* signal.h consolidation from trunk.Denis Vlasenko2008-12-236-116/+35
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-2352-1107/+921
* fix build failures on i386Denis Vlasenko2008-12-235-6/+6
* Get non nptl threads compiled on x86.Khem Raj2008-12-2312-85/+111
* Get i386 non nptl builds going.Khem Raj2008-12-238-180/+111
* Merges from trunkKhem Raj2008-12-220-0/+0
* Merges from trunkKhem Raj2008-12-221-1/+1
* Merged from trunk.Khem Raj2008-12-226-45/+374
* Merges from trunk.Khem Raj2008-12-222-1/+120
* Merges from trunkKhem Raj2008-12-221-1/+1
* - sync r24431 from trunk (no obj-code changes)Bernhard Reutner-Fischer2008-12-221-5/+5
* - sync with trunk r24404 (no obj-code changes)Bernhard Reutner-Fischer2008-12-224-10/+10
* - fix typoBernhard Reutner-Fischer2008-12-221-1/+1
* - sync with trunk @r24492Bernhard Reutner-Fischer2008-12-22111-1641/+312
* Fix NPTL config option sentenceCarmelo Amoroso2008-12-201-1/+1