summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't use linux/sysctl.h and instead locally define struct __sysctl_args.Eric Andersen2003-08-221-1/+9
* Patch from Atsushi Nemoto, who writes:Eric Andersen2003-08-222-1/+95
* Add missing semicolonsEric Andersen2003-08-211-2/+2
* Correct included header for ustat.Manuel Novoa III2003-08-201-1/+1
* scanf %lc,%ls,%l[ would always set mb_fail on eof or error,Manuel Novoa III2003-08-181-8/+22
* _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ.Manuel Novoa III2003-08-181-0/+7
* Fix a cut-and-paste error. Collation should be working again.Manuel Novoa III2003-08-171-1/+1
* Use the common version for bits/sem.h. Fixup the types toEric Andersen2003-08-145-351/+2
* Patch from Paul Mundt adding uClibc sh64 support:Eric Andersen2003-08-1318-2/+1225
* Add support for the ulimit syscallEric Andersen2003-08-101-0/+81
* Add in a MALLOC_GLIBC_COMPAT option to let people decide if theyEric Andersen2003-08-082-0/+10
* Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen2003-08-083-6/+38
* Patch from David Wuertele to prevent "conflicts with new declaration with CEric Andersen2003-08-051-0/+4
* Zou WeiJun noticed a type breaking the stime syscallEric Andersen2003-08-051-1/+1
* For sparc, powerpc, mips, and alpha we should also use theEric Andersen2003-08-044-251/+0
* Update inet_aton() to support an undocumented feature of inet_aton,Eric Andersen2003-08-041-7/+13
* Replace 'new' in a prototype to avoid c++ problems.Manuel Novoa III2003-08-011-1/+1
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-0134-2166/+6903
* Remove the arch specific shm.h and use the fixed up commonEric Andersen2003-08-016-496/+34
* Bug fix from Peter Kjellerstedt <peter.kjellerstedt@axis.com>. vfscanf wasManuel Novoa III2003-07-171-1/+9
* Patch from Peter Kjellerstedt to make it simpler for arches to specifyEric Andersen2003-07-151-1/+1
* Yikes! This was doing another lock instead of unlocking the stream.Manuel Novoa III2003-07-141-1/+1
* As noted by Felix Radensky back on 16 Mar:Eric Andersen2003-07-032-2/+2
* Yield to yet another glibc-ism and add __prognameEric Andersen2003-06-301-0/+3