Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-03 | add _dl_errno support to errno.h, cleanup | Peter S. Mazinger | |
Add support to use errno.h in ldso. Move __set_errno into _LIBC guard. Remove uClibc_errno.h, unused. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2009-09-26 | include/: add tls errno and res_state | Austin Foxley | |
Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2008-05-20 | Synch extern declaration with definition provided in __uClibc_main.c | Carmelo Amoroso | |
2006-08-23 | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | |
2006-02-22 | guard program_invocation_name w/ __ASSEMBLER__ | Peter S. Mazinger | |
2006-01-22 | Allow to be used in bits/syscalls.h even if _GNU_SOURCE is defined | Peter S. Mazinger | |
2006-01-03 | keep __USE_GNU for program_invocation_*_name | Peter S. Mazinger | |
2006-01-03 | add optional support for program_invocation_name/program_invocation_short_name | Mike Frysinger | |
2005-09-20 | Fix bug 370. | Joakim Tjernlund | |
2005-07-02 | use C style comments | Mike Frysinger | |
2005-07-02 | sync with glibc | Mike Frysinger | |
2004-07-30 | Cleanup some dead wood in the header files | Eric Andersen | |
2001-10-15 | Turn off program_invocation_name and friend | Eric Andersen | |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-07-11 | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | |
it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. | |||
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 | |||
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-10-05 | Major update to string handling. strcmp and friends were horribly | Eric Andersen | |
broken. They now test out as working properly. -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 | |