Age | Commit message (Expand) | Author |
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 |
2003-01-28 | Fix scandir64 to not free the wrong pieces of memory (which could | Eric Andersen |
2003-01-23 | Making atexit weak does nothing for dynamicly linked apps. And for | Eric Andersen |
2003-01-18 | Only include lockf64 when large file support is enabled, fixing | Eric Andersen |
2003-01-10 | Implement lockf64 | Eric Andersen |
2002-12-20 | The big thing is locale dependent collation support. | Manuel Novoa III |
2002-12-02 | Cut and paste error. | Manuel Novoa III |
2002-12-02 | Forgot one... | Manuel Novoa III |
2002-12-02 | Add hsearch and hsearch_r. Consolidate all functions prototyped in | Manuel Novoa III |
2002-11-27 | Fix bug in setting daylight and timezone when no (valid) TZ. | Manuel Novoa III |
2002-11-23 | Oops.. left in a bit of debugging code. | Manuel Novoa III |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III |
2002-11-21 | Doh! As Stefan Allius points out, I forgot to properly review | Eric Andersen |
2002-11-21 | Patch from Yoshinori Sato to update the h8300 architecture. | Eric Andersen |
2002-11-14 | As released in uClibc 0.9.16, regex was being compiled without | Eric Andersen |
2002-11-08 | Add wcwidth and wcswidth, based on Markus Kuhn's wcwidth of 2002-05-08. | Manuel Novoa III |
2002-11-05 | Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday. | Manuel Novoa III |
2002-11-04 | Add printf wchar support for %lc (%C) and %ls (%S). | Manuel Novoa III |
2002-11-01 | Fix a stupid bug. | Manuel Novoa III |