Age | Commit message (Expand) | Author |
2004-04-06 | Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su. | Eric Andersen |
2004-03-18 | Reduce memory used by static buffers and allocate that memory dynamicly | Eric Andersen |
2004-03-11 | Rewrite the err/warn functions as they were broken (__noreturn__ funcs | Manuel Novoa III |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |
2004-01-21 | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen |
2004-01-17 | Prevent runaway asserts, which can happen if there's a problem with | Manuel Novoa III |
2004-01-14 | Add a dummy (always fails) wcsftime. This is needed for the libstdc++ locale | Manuel Novoa III |
2004-01-04 | My mistake. We do need some weak pthread_* funcs. But we were previously | Manuel Novoa III |
2004-01-02 | Peter S. Mazinger writes: | Eric Andersen |
2003-12-27 | Handle the app_fini stuff in exit without requiring atexit(). | Manuel Novoa III |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-12-14 | Fix some dst issues in _time_mktime(). | Manuel Novoa III |
2003-12-14 | Fix a couple of 'declaration after statement' errors. | Manuel Novoa III |
2003-12-04 | Building of iconv.o was accidently always disabled. | Manuel Novoa III |
2003-11-20 | Always include locale.h, which was included by libintl.h only when | Manuel Novoa III |
2003-11-16 | I forgot to update the thread locking in the last dst fix. | Manuel Novoa III |
2003-11-08 | For now, disable the iconv utility | Eric Andersen |
2003-11-08 | Fix up several errors related to filename length and errno that | Eric Andersen |
2003-11-07 | Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>. | Manuel Novoa III |
2003-11-02 | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III |
2003-10-31 | Some more soft float fixes... for arm in particular (libfloat). | Manuel Novoa III |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-12 | Don't make two copies | Eric Andersen |
2003-10-12 | Sigh. It seems that csh wants glob_pattern_p(), we need to | Eric Andersen |
2003-10-09 | Patch from Rob McMullen: | Eric Andersen |
2003-10-08 | Apply a trivial patch that doesn't change anything, but which is alledged to | Eric Andersen |
2003-09-09 | Fix wctype.c so that wchar can be enabled without ctype table-based functions. | Manuel Novoa III |
2003-09-08 | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III |
2003-09-06 | oops. ftw would blow chunks if UCLIBC_HAS_LFS was disabled. | Eric Andersen |
2003-09-06 | fixup ftw and ftw64. Unfortunately, adding ftw64 doubles the | Eric Andersen |
2003-09-06 | Fix the bugs I stupidly added | Eric Andersen |
2003-09-06 | Let people enable ftw, make glob an option, add a new "Big and Tall" | Eric Andersen |
2003-09-05 | Add support for ftw and nftw | Eric Andersen |
2003-09-03 | Some more buildroot-motivated fixes. Avoid installing some headers, as | Manuel Novoa III |
2003-09-01 | Hack around bg_BG bug; grouping specified but no thousands separator. | Manuel Novoa III |
2003-09-01 | Rework a few things. | Manuel Novoa III |
2003-08-28 | Create a typedef for the ctype bitmask table entries. | Manuel Novoa III |
2003-08-24 | conditionally add wordexp, in this case ripped from glibc. | Eric Andersen |
2003-08-24 | Fix 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-17 | Fix a cut-and-paste error. Collation should be working again. | Manuel Novoa III |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-06-30 | Yield to yet another glibc-ism and add __progname | Eric Andersen |
2003-06-17 | Optionally support the struct tm extension fields. | Manuel Novoa III |
2003-04-29 | uClibc 0.9.19 has a bug in globfree(). If the previous call to | Eric Andersen |
2003-04-19 | Patch from Marshall M. Midden: | Eric Andersen |
2003-02-24 | Fixup some small issues that show up when large file support is disabled | Eric Andersen |
2003-02-17 | Use a define for the path to /etc/TZ | David McCullough |
2003-02-08 | Fixup handling of the .note.ABI-tag section so that it is ARM only, | Eric Andersen |