summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
* Revert Erik's changes... they were broken since there weren't enoughManuel Novoa III2002-04-093-21/+10
* Support ISblank properlyEric Andersen2002-04-091-0/+1
* Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen2002-04-095-15/+25
* undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfacesEric Andersen2002-04-091-7/+8
* Add a fun pointer to make apps happyEric Andersen2002-04-051-1/+5
* Richard June <rjune@bravegnuworld.com> noticed that pututlineEric Andersen2002-04-031-6/+4
* Richard June <rjune@bravegnuworld.com> noticed that setutentEric Andersen2002-04-031-1/+1
* Doh! I forgot to commit this...Eric Andersen2002-04-031-3/+3
* Remove function declartions from include/features.h, createEric Andersen2002-04-012-0/+17
* Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300Eric Andersen2002-04-011-0/+3
* Add glob64.c, and add support for glob64 when large file is enabled.Eric Andersen2002-03-313-1/+71
* Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen2002-03-311-42/+64
* Patch from Steven J. Hill to disable __fsetlocking whenEric Andersen2002-03-251-0/+2
* Support getttyent and friends so ncurses will compileEric Andersen2002-03-213-1/+238
* Add strptime, and commonize some locale stringsEric Andersen2002-03-155-20/+1010
* Add missing updwtmp() and fix broken makefileEric Andersen2002-03-152-2/+14
* Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>Eric Andersen2002-03-153-1/+139
* Fix non-elf support (in theory). Revert misguided change suggestedEric Andersen2002-03-151-28/+32
* Don't call null ctors/dtors.Eric Andersen2002-03-141-2/+5
* This should be the last piece needed to make constructors work (usingEric Andersen2002-03-141-26/+32
* Add some symbols needed for C++ to work. Temporary hack...Eric Andersen2002-03-142-2/+19
* Fix a segfault in scandir for empty directories. After looking overEric Andersen2002-03-121-65/+77
* Swap in the new stdio code.Manuel Novoa III2002-03-1210-660/+75
* Avoid forced -lpthread lnkage when threading is enabledEric Andersen2002-03-091-1/+1
* A few more little cleanupsEric Andersen2002-02-261-2/+2
* Don't redefine stuffEric Andersen2002-02-264-10/+31
* Fix redefine problemEric Andersen2002-02-261-2/+5
* Fix redefinition problemEric Andersen2002-02-264-12/+40
* Proper support for setting h_errnoEric Andersen2002-02-263-2/+17
* Try this version instead...Eric Andersen2002-02-251-4/+7
* Support isblank()Eric Andersen2002-02-233-3/+21
* Miles Bader noticed that I'd messed up by always pullingEric Andersen2002-02-211-4/+2
* This is a bit less messyEric Andersen2002-02-201-26/+11
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-209-17/+246
* Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen2002-02-181-6/+4
* Make shared libs properly list the correct ld.so in the interpEric Andersen2002-02-181-3/+12
* Support strong_alias and begin merging usage of weak_functionEric Andersen2002-02-181-9/+26
* OOps.Eric Andersen2002-02-051-1/+0
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-021-2/+2
* Add in a weak for __adjtimeEric Andersen2002-02-021-0/+2
* Added insque/remque supportDavid McCullough2002-01-173-1/+92
* Don't print an error if the utmp file doesn't exist, getutent will returnDavid McCullough2002-01-171-1/+0
* Doh! I broke getmntent when I added getmntent_r! This fixes it.Eric Andersen2002-01-091-5/+0
* Allow people to exclude regex code, since it is huge (27k)Eric Andersen2002-01-091-1/+4
* Fix duplicate of timezoneEric Andersen2002-01-091-4/+0
* Scrub malloc handlingEric Andersen2002-01-082-16/+25
* Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen2002-01-068-20/+404
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-1917-0/+17
* Sync regex with glibc 2.2.4. I need to add an option to selectEric Andersen2001-11-241-4300/+6942
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1