summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-116-68/+44
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-215-21/+18
* Prevent runaway asserts, which can happen if there's a problem withManuel Novoa III2004-01-171-9/+15
* Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III2004-01-142-0/+36
* My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III2004-01-041-2/+87
* Peter S. Mazinger writes:Eric Andersen2004-01-021-0/+7
* Handle the app_fini stuff in exit without requiring atexit().Manuel Novoa III2003-12-271-3/+4
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-2714-95/+30
* Fix some dst issues in _time_mktime().Manuel Novoa III2003-12-141-5/+12
* Fix a couple of 'declaration after statement' errors.Manuel Novoa III2003-12-141-2/+1
* Building of iconv.o was accidently always disabled.Manuel Novoa III2003-12-041-8/+4
* Always include locale.h, which was included by libintl.h only whenManuel Novoa III2003-11-201-0/+2
* I forgot to update the thread locking in the last dst fix.Manuel Novoa III2003-11-161-2/+4
* For now, disable the iconv utilityEric Andersen2003-11-081-8/+7
* Fix up several errors related to filename length and errno thatEric Andersen2003-11-081-2/+5
* Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>.Manuel Novoa III2003-11-072-1/+41
* Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III2003-11-021-22/+65
* Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III2003-10-311-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-1826-26/+26
* Don't make two copiesEric Andersen2003-10-122-34/+40
* Sigh. It seems that csh wants glob_pattern_p(), we need toEric Andersen2003-10-121-5/+3
* Patch from Rob McMullen:Eric Andersen2003-10-091-0/+74
* Apply a trivial patch that doesn't change anything, but which is alledged toEric Andersen2003-10-081-1/+1
* Fix wctype.c so that wchar can be enabled without ctype table-based functions.Manuel Novoa III2003-09-091-0/+58
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-082-5/+93
* 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
* 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
* Rework a few things.Manuel Novoa III2003-09-012-5/+52
* Create a typedef for the ctype bitmask table entries.Manuel Novoa III2003-08-282-34/+126
* 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-249-154/+82
* _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
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-0115-844/+2667
* Yield to yet another glibc-ism and add __prognameEric Andersen2003-06-301-0/+3
* Optionally support the struct tm extension fields.Manuel Novoa III2003-06-172-12/+40
* uClibc 0.9.19 has a bug in globfree(). If the previous call toEric Andersen2003-04-291-2/+2
* Patch from Marshall M. Midden:Eric Andersen2003-04-191-33/+39
* Fixup some small issues that show up when large file support is disabledEric Andersen2003-02-241-0/+2
* Use a define for the path to /etc/TZDavid McCullough2003-02-171-1/+2
* Fixup handling of the .note.ABI-tag section so that it is ARM only,Eric Andersen2003-02-083-88/+1
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-286-79/+86
* Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen2003-01-231-3/+5
* Only include lockf64 when large file support is enabled, fixingEric Andersen2003-01-182-1/+23