summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* With all the headerfile changes, some functions didn't get there arg typesDavid McCullough2001-10-041-1/+1
* Update to accomodate the header file changesEric Andersen2001-09-2710-10/+18
* OopsEric Andersen2001-09-151-1/+1
* Recurse into 'file'Eric Andersen2001-09-151-2/+2
* Add lockfEric Andersen2001-09-152-0/+113
* Patch from Andrew Ip <aip@cwlinux.com> to add ftime,Eric Andersen2001-09-062-1/+37
* Fix a silly bug with the header fileEric Andersen2001-08-171-1/+1
* use some #defines internal to the ctype functions to eliminate themEric Andersen2001-08-141-0/+32
* Make sure the weak aliases are defined before the functions/varsDavid McCullough2001-08-091-14/+14
* These zero-length files apparently weren't deleted from cvs.Manuel Novoa III2001-07-012-0/+0
* ANSI/ISO specifies that no library function sets errno to 0.Manuel Novoa III2001-06-261-2/+0
* Looks like we lost clearing errnoEric Andersen2001-06-261-0/+2
* Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III2001-06-251-11/+1
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-3/+12
* The m68k-elf compiler chokes on this code when compiling for PIC asDavid McCullough2001-06-071-1129/+1128
* Add locale-enabled strcoll function from vodz, plus supporting tool.Manuel Novoa III2001-06-023-76/+248
* Put the locale stuff back how it was till we can get a proper implementationEric Andersen2001-06-0111-1222/+0
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-281-1/+1
* Fix regex support to be compatible with 4.2 BSD regex library. This isEric Andersen2001-05-261-0/+1
* Add in message queue support, based on work from <tapu@371.net>.Eric Andersen2001-05-262-1/+60
* Add in some more GNU compatible locale stuff. I only implement theEric Andersen2001-05-2511-0/+1222
* Remove dead code.Manuel Novoa III2001-05-233-130/+0
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-1217-34/+17
* Add in an older libc5 glob implementation, which is a bit thinner.Eric Andersen2001-05-091-963/+451
* Turns out alphasort was totally broken. This fixed one works.Eric Andersen2001-05-081-4/+3
* A patch from Jon Nelson <jnelson@securepipe.com> to make scandirEric Andersen2001-05-081-4/+5
* Remove the old crypt implementationEric Andersen2001-04-191-1/+1
* Add missing time()Eric Andersen2001-04-182-1/+39
* Update temp file handling and use a single function to do allEric Andersen2001-04-182-1/+188
* Fix up more leftovers resultant from fixing _LIBCEric Andersen2001-04-061-2/+39
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-0612-17/+20
* Stub out localeconv. Please look over this to check it is correct....Eric Andersen2001-03-213-9/+58
* Fix from Jon Nelson for error in timezoneEric Andersen2001-03-201-1/+1
* Put regex back inEric Andersen2001-03-201-1/+1
* Add an empty DIRS target incase it gets inherited from the env.David McCullough2001-03-201-0/+2
* Add in the timezone global from time.h, from a patch byEric Andersen2001-03-191-0/+5
* Add in alphasort (working fine) and scandir (just a stub for now).Eric Andersen2001-03-193-1/+90
* Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen2001-03-1910-1/+346
* Add in the sysvipc patch from Michael ShmulevichEric Andersen2001-03-197-8/+327
* Since Erik apparently wants def/undef vs def 1/0...Manuel Novoa III2001-03-192-3/+3
* Part of the ctype locale support.Manuel Novoa III2001-03-187-26/+934
* Delete wordexp. There isn't much point in having this sinceEric Andersen2001-03-134-2709/+1
* Hmm. Seems I left wordexp off. oops.Eric Andersen2001-03-081-1/+1
* Add in wordexp support (mostly stubbed out for now) since the busyboxEric Andersen2001-03-084-1/+2710
* stdio mostly rewritten... passes lots of tests now.Manuel Novoa III2001-02-271-15/+11
* For some reason the fancy attribute tags were not working on m68k soDavid McCullough2001-02-271-8/+4
* Make sure errno is 0 before we call main (may have been set while initializing).Manuel Novoa III2001-02-191-0/+10
* Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III2001-02-192-1/+81
* Fix LIBC rule. (cut-and-paste user bug...)Manuel Novoa III2001-02-151-2/+2
* Add tsearch functions from libc-5.3.12.Manuel Novoa III2001-02-153-1/+234