summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2002-04-09undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfacesEric Andersen
2002-04-05Add a fun pointer to make apps happyEric Andersen
2002-04-03Richard June <rjune@bravegnuworld.com> noticed that pututlineEric Andersen
2002-04-03Richard June <rjune@bravegnuworld.com> noticed that setutentEric Andersen
2002-04-03Doh! I forgot to commit this...Eric Andersen
2002-04-01Remove function declartions from include/features.h, createEric Andersen
2002-04-01Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300Eric Andersen
2002-03-31Add glob64.c, and add support for glob64 when large file is enabled.Eric Andersen
2002-03-31Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen
2002-03-25Patch from Steven J. Hill to disable __fsetlocking whenEric Andersen
2002-03-21Support getttyent and friends so ncurses will compileEric Andersen
2002-03-15Add strptime, and commonize some locale stringsEric Andersen
2002-03-15Add missing updwtmp() and fix broken makefileEric Andersen
2002-03-15Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>Eric Andersen
2002-03-15Fix non-elf support (in theory). Revert misguided change suggestedEric Andersen
2002-03-14Don't call null ctors/dtors.Eric Andersen
2002-03-14This should be the last piece needed to make constructors work (usingEric Andersen
2002-03-14Add some symbols needed for C++ to work. Temporary hack...Eric Andersen
2002-03-12Fix a segfault in scandir for empty directories. After looking overEric Andersen
2002-03-12Swap in the new stdio code.Manuel Novoa III
2002-03-09Avoid forced -lpthread lnkage when threading is enabledEric Andersen
2002-02-26A few more little cleanupsEric Andersen
2002-02-26Don't redefine stuffEric Andersen
2002-02-26Fix redefine problemEric Andersen
2002-02-26Fix redefinition problemEric Andersen
2002-02-26Proper support for setting h_errnoEric Andersen
2002-02-25Try this version instead...Eric Andersen
2002-02-23Support isblank()Eric Andersen
2002-02-21Miles Bader noticed that I'd messed up by always pullingEric Andersen
2002-02-20This is a bit less messyEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen
2002-02-18Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen
2002-02-18Make shared libs properly list the correct ld.so in the interpEric Andersen
2002-02-18Support strong_alias and begin merging usage of weak_functionEric Andersen
2002-02-05OOps.Eric Andersen
2002-02-02Add in support for the Hitach H8/300H architecture,Eric Andersen
2002-02-02Add in a weak for __adjtimeEric Andersen
2002-01-17Added insque/remque supportDavid McCullough
2002-01-17Don't print an error if the utmp file doesn't exist, getutent will returnDavid McCullough
2002-01-09Doh! I broke getmntent when I added getmntent_r! This fixes it.Eric Andersen
2002-01-09Allow people to exclude regex code, since it is huge (27k)Eric Andersen
2002-01-09Fix duplicate of timezoneEric Andersen
2002-01-08Scrub malloc handlingEric Andersen
2002-01-06Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-24Sync regex with glibc 2.2.4. I need to add an option to selectEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-11-20A few symbols needed for testingEric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-10-17In theory, this adds readdir64 and friends. Dunno if theyEric Andersen