summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
* __assert: include unistd.h for smallintBernhard Reutner-Fischer2009-11-201-2/+1
* msgrcv is of type ssize_tPeter S. Mazinger2009-11-191-2/+2
* assert: make linenumber unsignedPeter S. Mazinger2009-11-191-4/+3
* regex: call memcpy() ourselvesMike Frysinger2009-10-221-1/+2
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-082-2/+5
* clean up O_CLOEXEC handlingMike Frysinger2009-10-072-22/+7
* errno.c: add tls versions of errno and h_errnoAustin Foxley2009-09-262-1/+15
* dl-support.c: add tls supportAustin Foxley2009-09-261-0/+42
* libc/misc/wctype/_wctype.c: make it more readable. no code changesDenys Vlasenko2009-09-191-211/+183
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-192-6/+4
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-1818-103/+42
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1845-353/+3
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-181-209/+46
* time.c: style cleanup. no code changes (verified with objdump)Denys Vlasenko2009-09-081-89/+37
* simpler and shorter read_TZ_file() helperDenys Vlasenko2009-09-081-10/+23
* wordexp.c: cleanup - remove old hidden_proto's; remove unused parameterDenys Vlasenko2009-09-061-42/+3
* wordexp.c: fix a bug where we might close stdoutDenys Vlasenko2009-09-061-5/+8
* do not save/restore errno around free() callsDenys Vlasenko2009-09-051-4/+5
* wtmp code: style fixes, no code changesDenys Vlasenko2009-09-051-18/+7
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-052-22/+30
* utent.c: fix a few bugs, and shrink a bitDenys Vlasenko2009-09-051-47/+34
* math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATHDenys Vlasenko2009-09-051-1/+1
* support building out-of-treeBernhard Reutner-Fischer2009-08-1725-0/+50
* add hidden aliases for newer regex search functionsBernhard Reutner-Fischer2009-08-171-0/+2
* fnmatch.c: Include unistd.h before undefining _LIBC.Khem Raj2009-08-011-2/+9
* fnmatch.c: Change scope of posixly_correct to be global.Khem Raj2009-07-311-1/+1
* remove erroneous ';'Bernhard Reutner-Fischer2009-07-282-4/+4
* fix dl_iterate_phdr() for FDPIC systemsMike Frysinger2009-07-231-0/+5
* fix building for systems w/out ldso supportMike Frysinger2009-07-201-1/+3
* first pass at implementing *at funcsMike Frysinger2009-07-201-19/+49
* dirent: push dirent type to prototypesMike Frysinger2009-07-206-32/+12
* regex: convert #if to #ifdefMike Frysinger2009-07-202-2/+2
* add hidden aliases for older regex search functionsMike Frysinger2009-07-201-0/+2
* Check #if feature test macros are defined where they may not beRon2009-07-051-1/+1
* Provide token prototypes for functions that are external but have no headerRon2009-07-051-3/+2
* wchar: fix inverted parameters in error messageAndré Goddard Rosa2009-06-281-1/+1
* - fix fallout from r24140 and r24160 for !CTYPE_TABLESBernhard Reutner-Fischer2009-02-131-0/+1
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-083-2/+34
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-281-1/+1
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-214-41/+33
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-3/+5
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-276-24/+19
* 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
* UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko2008-12-221-36/+2
* more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko2008-12-211-1/+1