summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge glibc random, which gets us a much better RNG and aEric Andersen2002-03-191-1/+1
| | | | | | reentrant one as well. It is not much bigger than what we had, so... -Erik
* Add implementations of strtof() and strtold(). These are a bitEric Andersen2002-03-141-1/+1
| | | | | | lame, since internally I'm just using strtod, but that keeps things small, and has the side effect of making these easy to write. -Erik
* Merge in an ugly pile of rand* functions from glibc. :(Eric Andersen2002-03-131-2/+5
|
* New versions of the various string to int functions which are smallerManuel Novoa III2002-03-131-14/+6
| | | | | | than the old ones, even with errno setting turned on now. Also, at least on i386, we no longer need the long long helper functions for division and mod from libgcc.a.
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-1/+1
| | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me.
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
|
* Add in gcvt()Eric Andersen2001-09-291-1/+1
|
* atoi, atol, atoll, and atof are supposed to be functions, not macros.Eric Andersen2001-08-241-2/+2
| | | | -Erik
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-281-1/+1
| | | | | from libm float function support. Also, move all Config files out of the main directory.
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
| | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik
* Fix up the 'make clean' targetEric Andersen2001-05-111-1/+1
|
* Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen2001-05-081-1/+2
| | | | | | | | port. I have reworked the code quite a bit so that the stuff that is supposed to be in libc is in libc, and I added a bunch of missing stuff so the libutil interface matches that of glibc's libutil. The only caveat is that libutil/login.c is currently a stub. -Erik
* Add in random(), make rand use that under the hood. Fix theEric Andersen2001-03-221-1/+1
| | | | include file so folks know random is now there.
* div and ldiv are required for ISO 9899Eric Andersen2001-02-221-1/+1
| | | | -Erik
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-1/+4
| | | | objects with shared uClibc; allow disabling long long support.
* Clean all subdirs on 'make clean'Eric Andersen2001-01-161-2/+3
|
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-3/+3
|
* Patch from James Graves <jgraves@deltamobile.com> to getEric Andersen2001-01-021-2/+5
| | | | | m68k started. Should be just sysdeps/linux/m68k left to hack at this point...
* A bunch of updates, part from Manuel Novoa III (such as more long longEric Andersen2001-01-011-1/+8
| | | | | support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu.
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-201-2/+4
|
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
|
* _start.c is a failed experiment. Go back to using asm...Eric Andersen2000-10-281-1/+2
|
* More random fixes and additions.Eric Andersen2000-10-271-1/+1
|
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-0/+6
| | | | | .comment, saving a lot of space in the resultant binaries... -Erik
* Screwed up non-mmu support. #define was backwards.Eric Andersen2000-10-121-1/+1
| | | | -Erik
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-7/+18
|
* Bug ugly formatting updateEric Andersen2000-10-091-3/+8
|
* Remove obsolete file. Fix dependancy.Eric Andersen2000-10-071-3/+0
|
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-18/+32
| | | | -Erik
* Yet more updates. Getting closer....Eric Andersen2000-08-111-37/+20
| | | | -Erik
* Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen2000-07-091-1/+1
| | | | | | fsck.minix). Of course, it doesn't link yet due to missing functions, but hey... At least it is now easy to see what isn't working. :-) -Erik
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-2/+2
| | | | | It is getting closer... -Erik
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-8/+3
| | | | -Erik
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-4/+4
| | | | | to allow uC-libc to compile under x86. -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+64