Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-12 | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | |
define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | |||
2001-05-25 | added __GNUC_PREREQ() macro | David Schleef | |
2001-04-25 | Be really sneaky and use GNU ld special stuff so that whenever folks | Eric Andersen | |
use the unsafe gets, they will get a warning from the linker. muahahaha. This method will soon be applied to fork() w/o an mmu etc... -Erik | |||
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | |
This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | |||
2001-03-18 | Added Vladimir's ctype locale support. Make Config setting visible in ↵ | Manuel Novoa III | |
features.h. Reworked build of shared lib as suggested by Magick <magick@dds.nl>. | |||
2001-02-15 | Define __USE_GNU as glibc does. | Manuel Novoa III | |
2001-02-05 | Make the __GLIBC__ define be conditional. Stub out gnu-versions.h | Eric Andersen | |
-Erik | |||
2001-02-03 | I hereby commit a sin. features.h is now going to _lie_ | Eric Andersen | |
and claim that this is GNU libc. Too many pieces of code look for GNU libc version numbers. So uClibc is now going to lie and claim it is GNU libc. This makes, for example, networking apps work much better since /usr/include/linux/socket.h does the wrong thing otherwise. There are lots of other examples. -Erik | |||
2001-01-15 | Makeheader files be more like GNU | Eric Andersen | |
2001-01-12 | Patch from James Graves <jgraves@deltamobile.com> to better handle m68k. | Eric Andersen | |
Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik | |||
2000-12-21 | Sync version number with Makefile | Eric Andersen | |
2000-12-12 | A few cleanups. Fix fflush so it remembers to init stdio. | Eric Andersen | |
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
2000-11-04 | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | |
Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | |||
2000-10-07 | Add in support for shm/ipc. | Eric Andersen | |
2000-10-04 | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | |
-Erik | |||
2000-09-01 | Repeat after me 100 times: | Eric Andersen | |
I will always compile before I commit -Erik | |||
2000-09-01 | Remove __restrict when not supported | Eric Andersen | |
-Erik | |||
2000-08-10 | More stuff. Down to only 43 missing functions before BusyBox will | Eric Andersen | |
link. Fixed socket stuff so it doesn't pull in kernel headers and stubbed out fork and clone. A few other header file cleanups. -Erik | |||
2000-07-06 | Some more major updates to further superate ucLibc from the kernel | Eric Andersen | |
headers (the way it has been done in GNU libc). -Erik | |||
2000-06-19 | Add in a version number so apps can tell uclib is being used. | Eric Andersen | |
-Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |