summaryrefslogtreecommitdiffstats
path: root/libc/misc/internals/__uClibc_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix non-elf support (in theory). Revert misguided change suggestedEric Andersen2002-03-151-28/+32
* Don't call null ctors/dtors.Eric Andersen2002-03-141-2/+5
* This should be the last piece needed to make constructors work (usingEric Andersen2002-03-141-26/+32
* Swap in the new stdio code.Manuel Novoa III2002-03-121-9/+9
* Proper support for setting h_errnoEric Andersen2002-02-261-1/+6
* Miles Bader noticed that I'd messed up by always pullingEric Andersen2002-02-211-4/+2
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-16/+15
* Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen2002-02-181-6/+4
* Support strong_alias and begin merging usage of weak_functionEric Andersen2002-02-181-9/+26
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-021-2/+2
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-5/+5
* Make sure the weak aliases are defined before the functions/varsDavid McCullough2001-08-091-14/+14
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-3/+12
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
* For some reason the fancy attribute tags were not working on m68k soDavid McCullough2001-02-271-8/+4
* Make sure errno is 0 before we call main (may have been set while initializing).Manuel Novoa III2001-02-191-0/+10
* Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III2001-02-191-0/+80