| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some dst issues in _time_mktime(). | Manuel Novoa III | 2003-12-14 | 1 | -5/+12 |
* | Fix a couple of 'declaration after statement' errors. | Manuel Novoa III | 2003-12-14 | 1 | -2/+1 |
* | Building of iconv.o was accidently always disabled. | Manuel Novoa III | 2003-12-04 | 1 | -8/+4 |
* | Always include locale.h, which was included by libintl.h only when | Manuel Novoa III | 2003-11-20 | 1 | -0/+2 |
* | I forgot to update the thread locking in the last dst fix. | Manuel Novoa III | 2003-11-16 | 1 | -2/+4 |
* | For now, disable the iconv utility | Eric Andersen | 2003-11-08 | 1 | -8/+7 |
* | Fix up several errors related to filename length and errno that | Eric Andersen | 2003-11-08 | 1 | -2/+5 |
* | Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>. | Manuel Novoa III | 2003-11-07 | 2 | -1/+41 |
* | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III | 2003-11-02 | 1 | -22/+65 |
* | Some more soft float fixes... for arm in particular (libfloat). | Manuel Novoa III | 2003-10-31 | 1 | -1/+1 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 26 | -26/+26 |
* | Don't make two copies | Eric Andersen | 2003-10-12 | 2 | -34/+40 |
* | Sigh. It seems that csh wants glob_pattern_p(), we need to | Eric Andersen | 2003-10-12 | 1 | -5/+3 |
* | Patch from Rob McMullen: | Eric Andersen | 2003-10-09 | 1 | -0/+74 |
* | Apply a trivial patch that doesn't change anything, but which is alledged to | Eric Andersen | 2003-10-08 | 1 | -1/+1 |
* | Fix wctype.c so that wchar can be enabled without ctype table-based functions. | Manuel Novoa III | 2003-09-09 | 1 | -0/+58 |
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 2 | -5/+93 |
* | oops. ftw would blow chunks if UCLIBC_HAS_LFS was disabled. | Eric Andersen | 2003-09-06 | 1 | -4/+1 |
* | fixup ftw and ftw64. Unfortunately, adding ftw64 doubles the | Eric Andersen | 2003-09-06 | 2 | -20/+51 |
* | Fix the bugs I stupidly added | Eric Andersen | 2003-09-06 | 3 | -2/+29 |
* | Let people enable ftw, make glob an option, add a new "Big and Tall" | Eric Andersen | 2003-09-06 | 1 | -1/+7 |
* | Add support for ftw and nftw | Eric Andersen | 2003-09-05 | 2 | -0/+660 |
* | Some more buildroot-motivated fixes. Avoid installing some headers, as | Manuel Novoa III | 2003-09-03 | 2 | -2/+6 |
* | Hack around bg_BG bug; grouping specified but no thousands separator. | Manuel Novoa III | 2003-09-01 | 1 | -0/+24 |
* | Rework a few things. | Manuel Novoa III | 2003-09-01 | 2 | -5/+52 |
* | Create a typedef for the ctype bitmask table entries. | Manuel Novoa III | 2003-08-28 | 2 | -34/+126 |
* | conditionally add wordexp, in this case ripped from glibc. | Eric Andersen | 2003-08-24 | 3 | -1/+2287 |
* | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | 2003-08-24 | 9 | -154/+82 |
* | _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ. | Manuel Novoa III | 2003-08-18 | 1 | -0/+7 |
* | Fix a cut-and-paste error. Collation should be working again. | Manuel Novoa III | 2003-08-17 | 1 | -1/+1 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 15 | -844/+2667 |
* | Yield to yet another glibc-ism and add __progname | Eric Andersen | 2003-06-30 | 1 | -0/+3 |
* | Optionally support the struct tm extension fields. | Manuel Novoa III | 2003-06-17 | 2 | -12/+40 |
* | uClibc 0.9.19 has a bug in globfree(). If the previous call to | Eric Andersen | 2003-04-29 | 1 | -2/+2 |
* | Patch from Marshall M. Midden: | Eric Andersen | 2003-04-19 | 1 | -33/+39 |
* | Fixup some small issues that show up when large file support is disabled | Eric Andersen | 2003-02-24 | 1 | -0/+2 |
* | Use a define for the path to /etc/TZ | David McCullough | 2003-02-17 | 1 | -1/+2 |
* | Fixup handling of the .note.ABI-tag section so that it is ARM only, | Eric Andersen | 2003-02-08 | 3 | -88/+1 |
* | Fix scandir64 to not free the wrong pieces of memory (which could | Eric Andersen | 2003-01-28 | 6 | -79/+86 |
* | Making atexit weak does nothing for dynamicly linked apps. And for | Eric Andersen | 2003-01-23 | 1 | -3/+5 |
* | Only include lockf64 when large file support is enabled, fixing | Eric Andersen | 2003-01-18 | 2 | -1/+23 |
* | Implement lockf64 | Eric Andersen | 2003-01-10 | 2 | -1/+86 |
* | The big thing is locale dependent collation support. | Manuel Novoa III | 2002-12-20 | 1 | -76/+280 |
* | Cut and paste error. | Manuel Novoa III | 2002-12-02 | 1 | -4/+5 |
* | Forgot one... | Manuel Novoa III | 2002-12-02 | 1 | -33/+0 |
* | Add hsearch and hsearch_r. Consolidate all functions prototyped in | Manuel Novoa III | 2002-12-02 | 9 | -93/+334 |
* | Fix bug in setting daylight and timezone when no (valid) TZ. | Manuel Novoa III | 2002-11-27 | 1 | -3/+5 |
* | Oops.. left in a bit of debugging code. | Manuel Novoa III | 2002-11-23 | 1 | -2/+0 |
* | Ok... here's the summary: | Manuel Novoa III | 2002-11-22 | 5 | -43/+662 |