summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
* __assert: include unistd.h for smallintBernhard Reutner-Fischer2009-11-221-2/+1
* msgrcv is of type ssize_tAustin Foxley2009-11-221-2/+2
* assert: make linenumber unsignedPeter S. Mazinger2009-11-221-4/+3
* regex: call memcpy() ourselvesMike Frysinger2009-11-091-1/+2
* make the sem_open changes actually compileAustin Foxley2009-11-092-2/+2
* Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-092-8/+9
* whitespace fixesAustin Foxley2009-10-172-2/+1
* sync a few trivial changes back to masterAustin Foxley2009-10-171-4/+4
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-162-2/+5
* clean up O_CLOEXEC handlingMike Frysinger2009-10-162-26/+7
* use correct define to guard non tls errnoAustin Foxley2009-09-232-17/+1
* tls: test for DTV vs TCB at TP correctlyAustin Foxley2009-09-231-2/+2
* spent this morning beating i386 nptl into shapeAustin Foxley2009-09-221-0/+1
* not-cancel: use *_not_cancel variants directlyAustin Foxley2009-09-214-61/+0
* libc/misc/wctype/_wctype.c: make it more readable. no code changesDenys Vlasenko2009-09-181-211/+183
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-182-6/+4
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-1817-106/+42
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-1844-346/+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-181-89/+37
* simpler and shorter read_TZ_file() helperDenys Vlasenko2009-09-181-10/+23
* wordexp.c: cleanup - remove old hidden_proto's; remove unused parameterDenys Vlasenko2009-09-181-42/+3
* wordexp.c: fix a bug where we might close stdoutDenys Vlasenko2009-09-181-5/+8
* do not save/restore errno around free() callsDenys Vlasenko2009-09-181-4/+5
* open_not_cancel macro requires all three argsAustin Foxley2009-09-181-1/+1
* wtmp code: style fixes, no code changesDenys Vlasenko2009-09-181-21/+10
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-182-26/+38
* utent.c: fix a few bugs, and shrink a bitDenys Vlasenko2009-09-181-58/+40
* math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATHDenys Vlasenko2009-09-091-1/+1
* support building out-of-treeBernhard Reutner-Fischer2009-08-1925-0/+50
* add hidden aliases for newer regex search functionsBernhard Reutner-Fischer2009-08-191-0/+2
* remove erroneous ';'Bernhard Reutner-Fischer2009-08-192-4/+4
* fix dl_iterate_phdr() for FDPIC systemsMike Frysinger2009-08-191-0/+5
* fix building for systems w/out ldso supportMike Frysinger2009-08-191-1/+3
* first pass at implementing *at funcsMike Frysinger2009-08-191-18/+49
* dirent: push dirent type to prototypesMike Frysinger2009-08-196-32/+12
* regex: convert #if to #ifdefMike Frysinger2009-08-192-2/+2
* add hidden aliases for older regex search functionsMike Frysinger2009-08-191-0/+2
* fnmatch.c: Include unistd.h before undefining _LIBC.Khem Raj2009-08-021-2/+9
* fnmatch.c: Change scope of posixly_correct to be global.Khem Raj2009-08-021-1/+1
* Check #if feature test macros are defined where they may not beRon2009-07-091-1/+1
* Provide token prototypes for functions that are external but have no headerRon2009-07-091-3/+2
* wchar: fix inverted parameters in error messageAndré Goddard Rosa2009-07-091-1/+1
* Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS relatedCarmelo Amoroso2009-02-201-1/+1
* - synch r25316:25325 from trunkBernhard Reutner-Fischer2009-02-181-0/+1
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-083-2/+34
* Minor changes to silent compiler warning due to sigdness.Carmelo Amoroso2009-01-291-1/+1
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-214-41/+33
* - pull r24593:24596 from trunkBernhard Reutner-Fischer2008-12-291-3/+5
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-276-24/+19