summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* - fix fallout from r24140 and r24160 for !CTYPE_TABLESBernhard Reutner-Fischer2009-02-131-0/+1
* - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer2009-02-131-23/+0
* - workaround oddity with position of function attributesBernhard Reutner-Fischer2009-02-131-1/+1
* docs/probe_math_exception.c:Denis Vlasenko2009-02-111-3/+14
* forgot to add libc/string/generic/strverscmp.cDenis Vlasenko2009-02-081-0/+117
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-083-2/+34
* libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko2009-02-022-2/+2
* fix ppoll. we forgot to pass 5th parameter to the syscallDenis Vlasenko2009-01-281-14/+17
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-281-1/+1
* - make sure __user is defined when including kernel's sigcontext.hBernhard Reutner-Fischer2009-01-221-0/+3
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-211-0/+4
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-2111-129/+114
* __global_locale must be visible to users, move it outside of #ifdef _LIBCDenis Vlasenko2009-01-181-1/+2
* - fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ...Bernhard Reutner-Fischer2009-01-122-1/+11
* libc/signal/sigaction.c: s/!=/==/Denis Vlasenko2009-01-101-1/+1
* Get rid of the following annoying warnings on ppc:Denis Vlasenko2009-01-031-17/+18
* libc/stdlib/_strtod.c: add parens around a | bDenis Vlasenko2008-12-291-1/+1
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-297-62/+62
* - ethers only make sense if we want to play with ethernet addressesBernhard Reutner-Fischer2008-12-291-5/+7
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-297-16/+23
* Help unifdef to remove private parts of headersDenis Vlasenko2008-12-272-5/+12
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-2710-137/+120
* 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-266-341/+52
* test/regex/tst-regex2.c: fix the rest of testsuite failuresDenis Vlasenko2008-12-251-1/+12
* test/regex/tst-regex2.c: fix test failure. Next one is immediately after...Denis Vlasenko2008-12-251-1/+1
* 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-222-2/+2
* - capget() is linux specific; Sync helptext with current exclude list.Bernhard Reutner-Fischer2008-12-221-1/+1
* - remove leftover from r13277Bernhard Reutner-Fischer2008-12-221-1/+0
* UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko2008-12-223-88/+50
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer2008-12-221-137/+57
* remove stray comment (the identical one is just a few lines down)Denis Vlasenko2008-12-221-2/+0
* Remove unused macrosDenis Vlasenko2008-12-221-15/+0
* docs/defines.txt: document _extern_inlineDenis Vlasenko2008-12-222-74/+64
* more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko2008-12-215-9/+10
* 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
* libc/misc/locale/locale.c: heed a pile of warningsDenis Vlasenko2008-12-201-17/+17
* libc/misc/locale/locale.c: remove one unneeded static data,Denis Vlasenko2008-12-201-11/+19
* Deal with a few data fields which may be made constant.Denis Vlasenko2008-12-202-20/+25
* libc/string/i386/rawmemchr.c: i386 version, adapted from strlen()Denis Vlasenko2008-12-202-9/+33
* string/i386/strncpy.c: fixlet for testing codeDenis Vlasenko2008-12-202-1/+48
* string/i386/strncpy: faster i386 version (same code size), testing codeDenis Vlasenko2008-12-206-28/+47
* strchr: a bit faster version for i386 (same code size)Denis Vlasenko2008-12-191-15/+17
* memmove: smaller one for i386, with added testing, and withDenis Vlasenko2008-12-191-20/+32