summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* - 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
* strncat: shorter version for i386, add small embedded testDenis Vlasenko2008-12-194-55/+106
* string/i386: smaller, and hopefully easier to read, strnlen().Denis Vlasenko2008-12-191-16/+31
* fix for build failures resulting from "string ops for i386" changeDenis Vlasenko2008-12-172-1/+2
* - provide INTERNAL_SYSCALL for ia64 (Stefan Assmann, sassmann at suse de)Bernhard Reutner-Fischer2008-12-171-81/+110
* since gcc -Os hates us and does not inline string ops,Denis Vlasenko2008-12-179-9/+9
* memchr: smaller i386 versionDenis Vlasenko2008-12-172-26/+34
* resolv: fix testcase failureDenis Vlasenko2008-12-171-2/+2
* - emulate unavailable syscall getpgrp on e.g. ia64 (Stefan Assmann)Bernhard Reutner-Fischer2008-12-161-1/+13
* Remove __libc_posix_fadvise[64] alias. It existed on i386 and arm only,Denis Vlasenko2008-12-153-15/+47