summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2001-07-01These zero-length files apparently weren't deleted from cvs.Manuel Novoa III
2001-06-26ANSI/ISO specifies that no library function sets errno to 0.Manuel Novoa III
2001-06-26Looks like we lost clearing errnoEric Andersen
2001-06-25Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-06-07The m68k-elf compiler chokes on this code when compiling for PIC asDavid McCullough
2001-06-02Add locale-enabled strcoll function from vodz, plus supporting tool.Manuel Novoa III
2001-06-01Put the locale stuff back how it was till we can get a proper implementationEric Andersen
2001-05-28Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III
2001-05-26Fix regex support to be compatible with 4.2 BSD regex library. This isEric Andersen
2001-05-26Add in message queue support, based on work from <tapu@371.net>.Eric Andersen
2001-05-25Add in some more GNU compatible locale stuff. I only implement theEric Andersen
2001-05-23Remove dead code.Manuel Novoa III
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-09Add in an older libc5 glob implementation, which is a bit thinner.Eric Andersen
2001-05-08Turns out alphasort was totally broken. This fixed one works.Eric Andersen
2001-05-08A patch from Jon Nelson <jnelson@securepipe.com> to make scandirEric Andersen
2001-04-19Remove the old crypt implementationEric Andersen
2001-04-18Add missing time()Eric Andersen
2001-04-18Update temp file handling and use a single function to do allEric Andersen
2001-04-06Fix up more leftovers resultant from fixing _LIBCEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-03-21Stub out localeconv. Please look over this to check it is correct....Eric Andersen
2001-03-20Fix from Jon Nelson for error in timezoneEric Andersen
2001-03-20Put regex back inEric Andersen
2001-03-20Add an empty DIRS target incase it gets inherited from the env.David McCullough
2001-03-19Add in the timezone global from time.h, from a patch byEric Andersen
2001-03-19Add in alphasort (working fine) and scandir (just a stub for now).Eric Andersen
2001-03-19Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen
2001-03-19Add in the sysvipc patch from Michael ShmulevichEric Andersen
2001-03-19Since Erik apparently wants def/undef vs def 1/0...Manuel Novoa III
2001-03-18Part of the ctype locale support.Manuel Novoa III
2001-03-13Delete wordexp. There isn't much point in having this sinceEric Andersen
2001-03-08Hmm. Seems I left wordexp off. oops.Eric Andersen
2001-03-08Add in wordexp support (mostly stubbed out for now) since the busyboxEric Andersen
2001-02-27stdio mostly rewritten... passes lots of tests now.Manuel Novoa III
2001-02-27For some reason the fancy attribute tags were not working on m68k soDavid McCullough
2001-02-19Make sure errno is 0 before we call main (may have been set while initializing).Manuel Novoa III
2001-02-19Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III
2001-02-15Fix LIBC rule. (cut-and-paste user bug...)Manuel Novoa III
2001-02-15Add tsearch functions from libc-5.3.12.Manuel Novoa III
2001-02-09Remove times and all the foolishness surrounding it. There isEric Andersen
2001-02-05Fix up the networking includesEric Andersen
2001-01-30Added some notes. Removed some dead code.Manuel Novoa III
2001-01-30Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!Manuel Novoa III
2001-01-28Reduced code size; fixed ANSI bug for day -- 5 not 05; mode days and mons const.Manuel Novoa III
2001-01-25Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III
2001-01-15Reduce dependancies -- don't use sysconf() internal to libc.Eric Andersen
2001-01-15Make the implementation match the header file.Eric Andersen
2001-01-12Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen