summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III2003-09-215-5/+5
* 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 static heaps are aligned correctly.Miles Bader2003-09-171-9/+11
* 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-161-4/+7
* 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
* Peter Kjellerstedt writes:Eric Andersen2003-09-111-5/+4
* Make sure that __syscall_fcntl is extern when LFSEric Andersen2003-09-091-0/+2
* Fix wctype.c so that wchar can be enabled without ctype table-based functions.Manuel Novoa III2003-09-091-0/+58
* Oops! I broke pread on mips with my last update. ThisEric Andersen2003-09-081-4/+4
* 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
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-086-113/+565
* Use __libc_fork for the uClinux fork stubEric Andersen2003-09-081-2/+2
* mjn3 pointed out that my brain was not in gear....Eric Andersen2003-09-081-4/+5
* A few minor syscall cleanupsEric Andersen2003-09-071-47/+62
* Some updates from glibc. mjn3 reports this fixes profilingEric Andersen2003-09-075-14/+44
* i386/mcount.S expects to call __mcount_internal with the 2 args passedManuel Novoa III2003-09-071-1/+1
* Remove profil.c, since it is constained within gmon.c.Manuel Novoa III2003-09-072-114/+1
* Fix some more problems found by the ltpEric Andersen2003-09-072-12/+18
* 'extern inline' doesn't work... Use 'static inline'Eric Andersen2003-09-061-5/+5
* add missing prototypeEric Andersen2003-09-061-0/+2
* Add an implementation of profil(), based on the version fromEric Andersen2003-09-062-1/+114
* Fix numerous problems with both getcwd implementations.Eric Andersen2003-09-061-66/+63
* Fix errno values. Fix MALLOC_GLIBC_COMPAT handling in malloc/malloc.c,Eric Andersen2003-09-064-37/+59
* Running ltp 20030905 showed that tcsendbreak was broken.Eric Andersen2003-09-061-11/+13
* Implement vsnprintf (old_vfprintf only) and vsnscanf when uClibc isManuel Novoa III2003-09-064-70/+358
* Small fix for when threading (I think) was disabled.Manuel Novoa III2003-09-061-1/+1
* oops. ftw would blow chunks if UCLIBC_HAS_LFS was disabled.Eric Andersen2003-09-061-4/+1
* fixup ftw and ftw64. Unfortunately, adding ftw64 doubles theEric Andersen2003-09-062-20/+51
* Fix the bugs I stupidly addedEric Andersen2003-09-063-2/+29
* Let people enable ftw, make glob an option, add a new "Big and Tall"Eric Andersen2003-09-061-1/+7
* Add support for ftw and nftwEric Andersen2003-09-052-0/+660
* mjn3 noticed we were missing seed48, which was odd since we hadEric Andersen2003-09-053-1/+70
* Always build _store_inttype since it is used by the new scanf.Manuel Novoa III2003-09-051-3/+3
* Oops... Forgot to convert this to the new floating point conversion func.Manuel Novoa III2003-09-051-6/+48
* Some more buildroot-motivated fixes. Avoid installing some headers, asManuel Novoa III2003-09-032-2/+6
* Hack around bg_BG bug; grouping specified but no thousands separator.Manuel Novoa III2003-09-011-0/+24
* 15 retries is really rather excessive...Eric Andersen2003-09-011-1/+1
* Greg Nutt writes:Eric Andersen2003-09-011-2/+2
* Rework a few things.Manuel Novoa III2003-09-012-5/+52
* Fix precision bug for %g conversion specifier when using %f style.Manuel Novoa III2003-09-011-3/+4
* Create a typedef for the ctype bitmask table entries.Manuel Novoa III2003-08-284-35/+142
* Added cris to "define list".Tobias Anderberg2003-08-271-1/+1
* Cosmetic changes.Tobias Anderberg2003-08-273-5/+8
* conditionally add wordexp, in this case ripped from glibc.Eric Andersen2003-08-243-1/+2287
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-2413-192/+166