summaryrefslogtreecommitdiffstats
path: root/libc/misc/internals
Commit message (Expand)AuthorAgeFilesLines
...
* Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen2003-01-231-3/+5
* Doh! As Stefan Allius points out, I forgot to properly reviewEric Andersen2002-11-211-1/+2
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-211-0/+4
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-312-2/+2
* Fixup dependsEric Andersen2002-10-251-3/+3
* Doh. Add a missing #include to interp.c. I wonder why it used toEric Andersen2002-10-251-0/+1
* This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen2002-10-011-56/+111
* Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-09-261-2/+4
* Add a .note section to make gdb happyEric Andersen2002-08-193-1/+83
* Call the pthread setup junk early if possible.Eric Andersen2002-08-191-3/+10
* Shuffle things around a bit. Looks a little cleaner.Eric Andersen2002-08-081-56/+21
* Cleanup the function pointer comparisionsEric Andersen2002-06-201-7/+7
* Some commentaryEric Andersen2002-06-181-5/+4
* Ah kant spel mi nameEric Andersen2002-06-171-1/+1
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-0/+12
* Patch from Martin Proulx to not do ELFish things when not ELF.Eric Andersen2002-04-171-0/+2
* Patch from Martin Proulx to remove weak_aliases for non ELF compilers inEric Andersen2002-04-171-2/+2
* Remove function declartions from include/features.h, createEric Andersen2002-04-012-0/+17
* Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300Eric Andersen2002-04-011-0/+3
* Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen2002-03-311-42/+64
* 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-129-621/+33
* Proper support for setting h_errnoEric Andersen2002-02-263-2/+17
* Try this version instead...Eric Andersen2002-02-251-4/+7
* Miles Bader noticed that I'd messed up by always pullingEric Andersen2002-02-211-4/+2
* This is a bit less messyEric Andersen2002-02-201-26/+11
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-205-17/+54
* Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen2002-02-181-6/+4
* Make shared libs properly list the correct ld.so in the interpEric Andersen2002-02-181-3/+12
* 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
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* 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
* These zero-length files apparently weren't deleted from cvs.Manuel Novoa III2001-07-012-0/+0
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-3/+12
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-281-1/+1
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* Update temp file handling and use a single function to do allEric Andersen2001-04-182-1/+188
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
* stdio mostly rewritten... passes lots of tests now.Manuel Novoa III2001-02-271-15/+11
* 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-192-1/+81
* Added some notes. Removed some dead code.Manuel Novoa III2001-01-301-6/+6
* Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!Manuel Novoa III2001-01-301-106/+262
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-2/+5
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-2/+2