summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* - 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
* remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko2008-12-155-99/+2
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-1518-644/+326
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-144-12/+12
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-1316-173/+37
* make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko2008-12-133-9/+9
* string/generic/memcmp.c: remove some really paranoid guardsDenis Vlasenko2008-12-131-15/+2
* *: document __USE_EXTERN_INLINES better;Denis Vlasenko2008-12-131-0/+2
* i386/brk.c: gcc can't figure out how to use %ebx in PIC mode,Denis Vlasenko2008-12-121-7/+12
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-124-59/+28
* smaller brk() for i386. Inspected assembly to see it's still valid.Denis Vlasenko2008-12-121-14/+12