Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix from Jon Nelson for error in timezone | Eric Andersen | 2001-03-20 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Put regex back in | Eric Andersen | 2001-03-20 | 1 | -1/+1 | |
| | ||||||
* | Add an empty DIRS target incase it gets inherited from the env. | David McCullough | 2001-03-20 | 1 | -0/+2 | |
| | ||||||
* | Add in the timezone global from time.h, from a patch by | Eric Andersen | 2001-03-19 | 1 | -0/+5 | |
| | | | | Jon Nelson <jnelson@boa.org> | |||||
* | Add in alphasort (working fine) and scandir (just a stub for now). | Eric Andersen | 2001-03-19 | 3 | -1/+90 | |
| | | | | -Erik | |||||
* | Move the dirent stuff. I suppose it is system dependant, but then | Eric Andersen | 2001-03-19 | 10 | -1/+346 | |
| | | | | | it really should be grouped together too. And it needed to be grouped more then it needed to be in sysdeps/linux/common | |||||
* | Add in the sysvipc patch from Michael Shmulevich | Eric Andersen | 2001-03-19 | 7 | -8/+327 | |
| | ||||||
* | Since Erik apparently wants def/undef vs def 1/0... | Manuel Novoa III | 2001-03-19 | 2 | -3/+3 | |
| | ||||||
* | Part of the ctype locale support. | Manuel Novoa III | 2001-03-18 | 7 | -26/+934 | |
| | ||||||
* | Delete wordexp. There isn't much point in having this since | Eric Andersen | 2001-03-13 | 4 | -2709/+1 | |
| | | | | | so few apps use it, and it is just a stub anyways. Better to just skip it. | |||||
* | Hmm. Seems I left wordexp off. oops. | Eric Andersen | 2001-03-08 | 1 | -1/+1 | |
| | ||||||
* | Add in wordexp support (mostly stubbed out for now) since the busybox | Eric Andersen | 2001-03-08 | 4 | -1/+2710 | |
| | | | | | shell, lash, is about to start using wordexp. -Erik | |||||
* | stdio mostly rewritten... passes lots of tests now. | Manuel Novoa III | 2001-02-27 | 1 | -15/+11 | |
| | | | | printf now supports long double, plus some bug fixes. | |||||
* | For some reason the fancy attribute tags were not working on m68k so | David McCullough | 2001-02-27 | 1 | -8/+4 | |
| | | | | | | | I followed environ example which uses asm and it seemed to fix the problem nicely. It should be ok on i386. Could some check it please :-) | |||||
* | Make sure errno is 0 before we call main (may have been set while initializing). | Manuel Novoa III | 2001-02-19 | 1 | -0/+10 | |
| | ||||||
* | Create __uClibc_main to handle what can be done in C instead of each arch's | Manuel Novoa III | 2001-02-19 | 2 | -1/+81 | |
| | | | | | | | respective crt0.S. crt0.S should now only be responsible for setting things up to call __uClibc_main(argc, argv, envp), which will do any other necessary setup (setting global __environ, stdio init, etc), call main, and exit. This should ease both maintainance and porting. | |||||
* | Fix LIBC rule. (cut-and-paste user bug...) | Manuel Novoa III | 2001-02-15 | 1 | -2/+2 | |
| | ||||||
* | Add tsearch functions from libc-5.3.12. | Manuel Novoa III | 2001-02-15 | 3 | -1/+234 | |
| | ||||||
* | Remove times and all the foolishness surrounding it. There is | Eric Andersen | 2001-02-09 | 1 | -1/+1 | |
| | | | | | a syscall that does this, so use that. -Erik | |||||
* | Fix up the networking includes | Eric Andersen | 2001-02-05 | 1 | -17/+14 | |
| | | | | -Erik | |||||
* | Added some notes. Removed some dead code. | Manuel Novoa III | 2001-01-30 | 1 | -6/+6 | |
| | ||||||
* | Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah! | Manuel Novoa III | 2001-01-30 | 1 | -106/+262 | |
| | | | | | Modified stdio/Makefile to build printf.c according to Config values for HAS_FLOATS and HAS_LONG_LONG. | |||||
* | Reduced code size; fixed ANSI bug for day -- 5 not 05; mode days and mons const. | Manuel Novoa III | 2001-01-28 | 1 | -28/+48 | |
| | ||||||
* | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III | 2001-01-25 | 1 | -2/+5 | |
| | | | | objects with shared uClibc; allow disabling long long support. | |||||
* | Reduce dependancies -- don't use sysconf() internal to libc. | Eric Andersen | 2001-01-15 | 1 | -7/+5 | |
| | ||||||
* | Make the implementation match the header file. | Eric Andersen | 2001-01-15 | 1 | -3/+2 | |
| | ||||||
* | Patch from James Graves <jgraves@deltamobile.com> to better handle m68k. | Eric Andersen | 2001-01-12 | 1 | -6/+1 | |
| | | | | | | Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik | |||||
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 11 | -21/+21 | |
| | ||||||
* | Oops. left strftime.c in twice. | Eric Andersen | 2001-01-02 | 1 | -1/+1 | |
| | ||||||
* | Patch from James Graves <jgraves@deltamobile.com> to get | Eric Andersen | 2001-01-02 | 3 | -2/+18 | |
| | | | | | m68k started. Should be just sysdeps/linux/m68k left to hack at this point... | |||||
* | Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff) | Eric Andersen | 2000-12-23 | 3 | -1/+179 | |
| | ||||||
* | A number of updates from Manuel Novoa III. Things look good... | Eric Andersen | 2000-12-20 | 11 | -107/+481 | |
| | ||||||
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 12 | -48/+48 | |
| | ||||||
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 13 | -13/+13 | |
| | ||||||
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 8 | -5/+249 | |
| | | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | |||||
* | More random fixes and additions. | Eric Andersen | 2000-10-27 | 3 | -2/+401 | |
| | ||||||
* | Add some more stuff -- {get|set}mntent, getline, getdelim, etc. | Eric Andersen | 2000-10-26 | 4 | -1/+157 | |
| | ||||||
* | A few more syscalls. | Eric Andersen | 2000-10-25 | 3 | -1/+394 | |
| | ||||||
* | More reorg. A place for everything and everything in its place... | Eric Andersen | 2000-10-23 | 3 | -1/+68 | |
| | ||||||
* | A smaller, kinder, gentler regexp implementation. | Eric Andersen | 2000-10-20 | 3 | -7274/+5726 | |
| | ||||||
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 8 | -7/+22 | |
| | | | | | .comment, saving a lot of space in the resultant binaries... -Erik | |||||
* | Fix up ctype.h | Eric Andersen | 2000-10-17 | 3 | -54/+108 | |
| | ||||||
* | Update to assert behavior | Eric Andersen | 2000-10-17 | 1 | -6/+9 | |
| | ||||||
* | Makefile update | Eric Andersen | 2000-10-12 | 8 | -8/+8 | |
| | ||||||
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 7 | -3/+158 | |
| | ||||||
* | New misc tree that actually has misc stuff in it. | Eric Andersen | 2000-10-11 | 16 | -0/+1821 | |
| | ||||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 16 | -6199/+5989 | |
| | ||||||
* | More cleanups | Eric Andersen | 2000-10-07 | 1 | -4/+7 | |
| | ||||||
* | Dependancy update | Eric Andersen | 2000-10-07 | 1 | -5/+8 | |
| | ||||||
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 3 | -30/+80 | |
| | | | | -Erik |