summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2004-01-14Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III
2004-01-04My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III
2004-01-02Peter S. Mazinger writes:Eric Andersen
2003-12-27Handle the app_fini stuff in exit without requiring atexit().Manuel Novoa III
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-12-14Fix some dst issues in _time_mktime().Manuel Novoa III
2003-12-14Fix a couple of 'declaration after statement' errors.Manuel Novoa III
2003-12-04Building of iconv.o was accidently always disabled.Manuel Novoa III
2003-11-20Always include locale.h, which was included by libintl.h only whenManuel Novoa III
2003-11-16I forgot to update the thread locking in the last dst fix.Manuel Novoa III
2003-11-08For now, disable the iconv utilityEric Andersen
2003-11-08Fix up several errors related to filename length and errno thatEric Andersen
2003-11-07Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>.Manuel Novoa III
2003-11-02Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III
2003-10-31Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-12Don't make two copiesEric Andersen
2003-10-12Sigh. It seems that csh wants glob_pattern_p(), we need toEric Andersen
2003-10-09Patch from Rob McMullen:Eric Andersen
2003-10-08Apply a trivial patch that doesn't change anything, but which is alledged toEric Andersen
2003-09-09Fix wctype.c so that wchar can be enabled without ctype table-based functions.Manuel Novoa III
2003-09-08Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III
2003-09-06oops. ftw would blow chunks if UCLIBC_HAS_LFS was disabled.Eric Andersen
2003-09-06fixup ftw and ftw64. Unfortunately, adding ftw64 doubles theEric Andersen
2003-09-06Fix the bugs I stupidly addedEric Andersen
2003-09-06Let people enable ftw, make glob an option, add a new "Big and Tall"Eric Andersen
2003-09-05Add support for ftw and nftwEric Andersen
2003-09-03Some more buildroot-motivated fixes. Avoid installing some headers, asManuel Novoa III
2003-09-01Hack around bg_BG bug; grouping specified but no thousands separator.Manuel Novoa III
2003-09-01Rework a few things.Manuel Novoa III
2003-08-28Create a typedef for the ctype bitmask table entries.Manuel Novoa III
2003-08-24conditionally add wordexp, in this case ripped from glibc.Eric Andersen
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III
2003-08-18_wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ.Manuel Novoa III
2003-08-17Fix a cut-and-paste error. Collation should be working again.Manuel Novoa III
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-06-30Yield to yet another glibc-ism and add __prognameEric Andersen
2003-06-17Optionally support the struct tm extension fields.Manuel Novoa III
2003-04-29uClibc 0.9.19 has a bug in globfree(). If the previous call toEric Andersen
2003-04-19Patch from Marshall M. Midden:Eric Andersen
2003-02-24Fixup some small issues that show up when large file support is disabledEric Andersen
2003-02-17Use a define for the path to /etc/TZDavid McCullough
2003-02-08Fixup handling of the .note.ABI-tag section so that it is ARM only,Eric Andersen
2003-01-28Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen
2003-01-23Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen
2003-01-18Only include lockf64 when large file support is enabled, fixingEric Andersen
2003-01-10Implement lockf64Eric Andersen
2002-12-20The big thing is locale dependent collation support.Manuel Novoa III
2002-12-02Cut and paste error.Manuel Novoa III