summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do theTobias Anderberg2003-09-241-1/+1
* Quick fix to make sure vfprintf always checks stream orientation whenManuel Novoa III2003-09-231-0/+19
* One more scanf difference.Manuel Novoa III2003-09-221-0/+4
* More fiddling with static free-areas: make sure both their size _and_Miles Bader2003-09-221-5/+5
* Document some glibc bugs that Ulrich Drepper refuses to acknowledge. :-(Manuel Novoa III2003-09-221-1/+31
* Modify _stdio_READ to conform with C99, as stdio input behavior uponManuel Novoa III2003-09-221-28/+66
* Ugh... EOF handling by scanf was completely broken. :-( Regretably,Manuel Novoa III2003-09-221-67/+66
* Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III2003-09-215-5/+5
* * Partial re-write to match other archs and remove duplicate code.Tobias Anderberg2003-09-191-229/+226
* Corrected LD_BOOT macroTobias Anderberg2003-09-192-2/+2
* Initialize strings as pointers instead of arrays.Tobias Anderberg2003-09-192-4/+4
* Re-add cris to "define list" when fixing auxvt.Tobias Anderberg2003-09-191-1/+1
* Added assembler version of startup code. Fix Makefile so it uses the newTobias Anderberg2003-09-192-1/+73
* Make sure we don't allocate too little space for static free-areasMiles Bader2003-09-191-1/+3
* Add dependencies on header files.Miles Bader2003-09-191-2/+5
* Make sure we use the local copy of elf.h, since some systemEric Andersen2003-09-171-6/+9
* Make sure static heaps are aligned correctly.Miles Bader2003-09-171-9/+11
* Patch from Philip Nye fixing mmu-lessEric Andersen2003-09-171-1/+1
* Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64Eric Andersen2003-09-171-4/+4
* This should enabled building of uClibc locale support when using uClibc itself.Manuel Novoa III2003-09-163-8/+13
* Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>Manuel Novoa III2003-09-131-3/+7
* Patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp> to do arch-requiredManuel Novoa III2003-09-111-66/+103
* Fix several stupid bugs I let slip into the releaseEric Andersen2003-09-111-3/+3
* Peter Kjellerstedt writes:Eric Andersen2003-09-111-5/+4
* Simplify an expression. Use static const on strings to avoidEric Andersen2003-09-112-12/+10
* Stefan Allius writes:Eric Andersen2003-09-111-36/+45
* Stefan Allius writes:Eric Andersen2003-09-112-5/+5
* Yet more trivial doc updates0_9_21Eric Andersen2003-09-093-35/+44
* minor spelling fixesEric Andersen2003-09-091-4/+4
* Force Large File Support disabled on Cris, since somethingEric Andersen2003-09-091-0/+1
* Make sure that __syscall_fcntl is extern when LFSEric Andersen2003-09-091-0/+2
* sigh. The cris compiler doesn't do link_warning's....Eric Andersen2003-09-091-1/+5
* Fix cris shared lib loader so it compiles...Eric Andersen2003-09-091-2/+4
* Fix grammarEric Andersen2003-09-091-4/+4
* Update websiteEric Andersen2003-09-092-46/+103
* Attack of the spelling police....Eric Andersen2003-09-091-6/+6
* update changelogEric Andersen2003-09-091-0/+31
* Update changelog for releaseEric Andersen2003-09-091-672/+1329
* Enable automagic locale data downloadsEric Andersen2003-09-092-4/+18
* Arm needs this to compile with gcc 2.95Eric Andersen2003-09-092-0/+24
* Add in several config system updates for locale support.Eric Andersen2003-09-091-3/+42
* Fix wctype.c so that wchar can be enabled without ctype table-based functions.Manuel Novoa III2003-09-092-1/+59
* Force enable ADD_LIBGCC_FUNCTIONS on armEric Andersen2003-09-081-4/+2
* Oops! I broke pread on mips with my last update. ThisEric Andersen2003-09-081-4/+4
* Fix broken testEric Andersen2003-09-081-25/+24
* Fix a trivial compile problemEric Andersen2003-09-081-2/+2
* Signifcantly speed out integer to string conversion for printf.Manuel Novoa III2003-09-081-49/+38
* Obligatory forgotten file.Manuel Novoa III2003-09-081-0/+8
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-0812-278/+600
* Use __libc_fork for the uClinux fork stubEric Andersen2003-09-081-2/+2