Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-21 | Sync w/ glibc, we can leave __USE_ATFILE in, because we do not define it in ↵ | Peter S. Mazinger | |
features.h | |||
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger | |
2006-01-04 | Sync w/ glibc, mostly REDIRECT_NTH,__wur | Peter S. Mazinger | |
2005-11-15 | as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h ↵ | Mike Frysinger | |
wont exist if user disables the option | |||
2005-11-15 | sync getopt headers with glibc | Mike Frysinger | |
2005-11-04 | Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabled | Peter S. Mazinger | |
2005-11-03 | Sync w/ glibc | Peter S. Mazinger | |
2005-10-04 | Do not stub out functions for mmu-less systems. Hide all | Eric Andersen | |
prototypes for functions disabled on mmu-less systems. | |||
2005-04-06 | remove pthread_atfork() prototype since SuSv3 doesnt *require* it and ↵ | Mike Frysinger | |
glibc-2.3.x has since punted it too from unistd.h | |||
2004-10-07 | Remove unimplemented non-SuSv3 function prototypes | Eric Andersen | |
2004-07-30 | Cleanup some dead wood in the header files | Eric Andersen | |
2003-11-02 | Add some missing prototypes | Eric Andersen | |
2003-09-08 | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | |
static build sizes and not needing wchar support. Add in a SUSv3 getopt as an option for those not needing gnu getopt. Again, mainly for the static linking crowd. | |||
2002-09-04 | Added function 'get_current_dir_name' for Linux Test Project. Tested and | "Steven J. Hill" | |
works identically to function in glibc. | |||
2002-01-10 | Eliminate C++ style comments | Eric Andersen | |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-08-14 | Put a bandaid on getpgrp behavior | Eric Andersen | |
2001-06-27 | Don't include asm/unistd.h | Eric Andersen | |
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-03-19 | Fix up breakage resulting from flipping the sense of some defines. Change from | Eric Andersen | |
defining things to "0" in the disabled case to outright undefining them, lest code that does an "#ifdef FOO" get inadvertantly triggered. Remove now unneeded lines from Rules.mak which makes the command line smaller and avoids redundancy (since this stuff is now pulled in via features.h). -Erik | |||
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-13 | Handle fork and vfork on a per architecture basis... | Eric Andersen | |
2000-11-16 | Remove environ from _USE_GNU wrapper. | Eric Andersen | |
2000-11-15 | Add in tmpnam() support from David Whedon <dwhedon@gordian.com>, | Eric Andersen | |
rework include/stdio.h, and fix up the resultant damage. | |||
2000-11-11 | Fix up a few messes so it compiles cleanly again. | 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-23 | Fix a few more screwups. | Eric Andersen | |
2000-10-23 | Forgot a few things... | Eric Andersen | |
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-08-11 | Yet more updates. Getting closer.... | 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 | Lots and lots of cleanups. | Eric Andersen | |
-Erik | |||
2000-07-05 | More header file cleanup. | Eric Andersen | |
-Erik | |||
2000-07-05 | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | |
It is getting closer... -Erik | |||
2000-05-14 | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com> | Erik Andersen | |
to allow uC-libc to compile under x86. -Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |