summaryrefslogtreecommitdiff
path: root/libc/misc/internals/__uClibc_main.c
AgeCommit message (Expand)Author
2003-06-30Yield to yet another glibc-ism and add __prognameEric Andersen
2003-01-23Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-09-26Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
2002-08-19Call the pthread setup junk early if possible.Eric Andersen
2002-08-08Shuffle things around a bit. Looks a little cleaner.Eric Andersen
2002-06-20Cleanup the function pointer comparisionsEric Andersen
2002-06-17Ah kant spel mi nameEric Andersen
2002-05-06New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III
2002-04-17Patch from Martin Proulx to remove weak_aliases for non ELF compilers inEric Andersen
2002-04-01Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300Eric Andersen
2002-03-15Fix non-elf support (in theory). Revert misguided change suggestedEric Andersen
2002-03-14Don't call null ctors/dtors.Eric Andersen
2002-03-14This should be the last piece needed to make constructors work (usingEric Andersen
2002-03-12Swap in the new stdio code.Manuel Novoa III
2002-02-26Proper support for setting h_errnoEric Andersen
2002-02-21Miles Bader noticed that I'd messed up by always pullingEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen
2002-02-18Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen
2002-02-18Support strong_alias and begin merging usage of weak_functionEric Andersen
2002-02-02Add in support for the Hitach H8/300H architecture,Eric Andersen
2001-10-11Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen
2001-08-09Make sure the weak aliases are defined before the functions/varsDavid McCullough
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-02-27For some reason the fancy attribute tags were not working on m68k soDavid McCullough
2001-02-19Make sure errno is 0 before we call main (may have been set while initializing).Manuel Novoa III
2001-02-19Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III