summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge some pre-work from branch, needed by NPTL.Khem Raj2008-12-318-1/+108
* 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 changesBernhard Reutner-Fischer2008-12-2921-91/+91
* libm/s_nearbyint.c: delete (forgot to do it in prev commit)Denis Vlasenko2008-12-294-23/+3
* - ethers only make sense if we want to play with ethernet addressesBernhard Reutner-Fischer2008-12-291-5/+7
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-2915-20/+69
* - pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are notBernhard Reutner-Fischer2008-12-293-0/+6
* 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-regexloc.c: include ok/bad indicator in the messageDenis Vlasenko2008-12-252-19/+40
* 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
* rename test fileDenis Vlasenko2008-12-241-0/+0
* test/Makefile: make "make compile" install headers firstDenis Vlasenko2008-12-244-223/+223
* libc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65 is the common value,Denis Vlasenko2008-12-231-3/+0
* These defines needs to be considered after recent linux kernel combined i386 ...Khem Raj2008-12-231-2/+6
* - mark capset() as linux specificBernhard Reutner-Fischer2008-12-223-3/+3
* - capget() is linux specific; Sync helptext with current exclude list.Bernhard Reutner-Fischer2008-12-222-3/+8
* - remove leftover from r13277Bernhard Reutner-Fischer2008-12-221-1/+0
* - fix for !GETOPT_LONGBernhard Reutner-Fischer2008-12-222-12/+36
* libm/*: mass removal of:Denis Vlasenko2008-12-22100-1425/+113
* extra/locale/gen_wctype.c: remove __CTYPE_isalnum and friends;Denis Vlasenko2008-12-221-379/+354
* UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko2008-12-226-152/+69
* - remove whitespaceBernhard Reutner-Fischer2008-12-221-4/+1
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer2008-12-2234-216/+202
* add new file to docs/Denis Vlasenko2008-12-221-0/+114
* remove stray comment (the identical one is just a few lines down)Denis Vlasenko2008-12-221-2/+0
* - non-pic support for MIPS (Catherine Moore, clm at codesourcery com)Bernhard Reutner-Fischer2008-12-225-6/+167
* Remove unused macrosDenis Vlasenko2008-12-222-35/+12
* docs/defines.txt: document _extern_inlineDenis Vlasenko2008-12-223-75/+70
* more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko2008-12-216-10/+11
* more of pointer signedness warnings removedDenis Vlasenko2008-12-213-18/+17
* heed multiple warnings of the typeDenis Vlasenko2008-12-211-7/+8
* libc/stdio/_scanf.c: heed lots of warnings about signed/unsigned charsDenis Vlasenko2008-12-201-24/+12