2004-03-18 |
Eric Andersen | Reduce memory used by static buffers and allocate that... |
tree | commitdiff |
2004-03-11 |
Manuel Novoa III | Rewrite the err/warn functions as they were broken... |
tree | commitdiff |
2004-02-11 |
Manuel Novoa III | New stdio core. Should be more maintainable. Fixes... |
tree | commitdiff |
2004-01-21 |
Eric Andersen | Split up syscalls.c, since it had grown to be quite... |
tree | commitdiff |
2004-01-17 |
Manuel Novoa III | Prevent runaway asserts, which can happen if there... |
tree | commitdiff |
2004-01-14 |
Manuel Novoa III | Add a dummy (always fails) wcsftime. This is needed... |
tree | commitdiff |
2004-01-04 |
Manuel Novoa III | My mistake. We do need some weak pthread_* funcs.... |
tree | commitdiff |
2004-01-02 |
Eric Andersen | Peter S. Mazinger writes: |
tree | commitdiff |
2003-12-27 |
Manuel Novoa III | Handle the app_fini stuff in exit without requiring... |
tree | commitdiff |
2003-12-27 |
Manuel Novoa III | Fix a long-standing bug with pthreads. A couple of... |
tree | commitdiff |
2003-12-14 |
Manuel Novoa III | Fix some dst issues in _time_mktime(). |
tree | commitdiff |
2003-12-14 |
Manuel Novoa III | Fix a couple of 'declaration after statement' errors. |
tree | commitdiff |
2003-12-04 |
Manuel Novoa III | Building of iconv.o was accidently always disabled. |
tree | commitdiff |
2003-11-20 |
Manuel Novoa III | Always include locale.h, which was included by libintl... |
tree | commitdiff |
2003-11-16 |
Manuel Novoa III | I forgot to update the thread locking in the last dst... |
tree | commitdiff |
2003-11-08 |
Eric Andersen | For now, disable the iconv utility |
tree | commitdiff |
2003-11-08 |
Eric Andersen | Fix up several errors related to filename length and... |
tree | commitdiff |
2003-11-07 |
Manuel Novoa III | Add clock_gettime() submitted by Justus Pendleton ... |
tree | commitdiff |
2003-11-02 |
Manuel Novoa III | Hopefully fix the struct tm extension problem once... |
tree | commitdiff |
2003-10-31 |
Manuel Novoa III | Some more soft float fixes... for arm in particular... |
tree | commitdiff |
2003-10-18 |
Eric Andersen | Peter Kjellerstedt writes: |
tree | commitdiff |
2003-10-18 |
Eric Andersen | Peter Kjellerstedt writes: |
tree | commitdiff |
2003-10-12 |
Eric Andersen | Don't make two copies |
tree | commitdiff |
2003-10-12 |
Eric Andersen | Sigh. It seems that csh wants glob_pattern_p(), we... |
tree | commitdiff |
2003-10-09 |
Eric Andersen | Patch from Rob McMullen: |
tree | commitdiff |
2003-10-08 |
Eric Andersen | Apply a trivial patch that doesn't change anything... |
tree | commitdiff |
2003-09-09 |
Manuel Novoa III | Fix wctype.c so that wchar can be enabled without ctype... |
tree | commitdiff |
2003-09-08 |
Manuel Novoa III | Add back in table-less ctype funcs for those interested... |
tree | commitdiff |
2003-09-06 |
Eric Andersen | oops. ftw would blow chunks if UCLIBC_HAS_LFS was... |
tree | commitdiff |
2003-09-06 |
Eric Andersen | fixup ftw and ftw64. Unfortunately, adding ftw64 doubl... |
tree | commitdiff |
2003-09-06 |
Eric Andersen | Fix the bugs I stupidly added |
tree | commitdiff |
2003-09-06 |
Eric Andersen | Let people enable ftw, make glob an option, add a new... |
tree | commitdiff |
2003-09-05 |
Eric Andersen | Add support for ftw and nftw |
tree | commitdiff |
2003-09-03 |
Manuel Novoa III | Some more buildroot-motivated fixes. Avoid installing... |
tree | commitdiff |
2003-09-01 |
Manuel Novoa III | Hack around bg_BG bug; grouping specified but no thousa... |
tree | commitdiff |
2003-09-01 |
Manuel Novoa III | Rework a few things. |
tree | commitdiff |
2003-08-28 |
Manuel Novoa III | Create a typedef for the ctype bitmask table entries. |
tree | commitdiff |
2003-08-24 |
Eric Andersen | conditionally add wordexp, in this case ripped from... |
tree | commitdiff |
2003-08-24 |
Manuel Novoa III | Fix a few bugs in the new extended locale functions. |
tree | commitdiff |
2003-08-18 |
Manuel Novoa III | _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno... |
tree | commitdiff |
2003-08-17 |
Manuel Novoa III | Fix a cut-and-paste error. Collation should be working... |
tree | commitdiff |
2003-08-01 |
Manuel Novoa III | Add a new *scanf implementation, includeing the *wscanf... |
tree | commitdiff |
2003-06-30 |
Eric Andersen | Yield to yet another glibc-ism and add __progname |
tree | commitdiff |
2003-06-17 |
Manuel Novoa III | Optionally support the struct tm extension fields. |
tree | commitdiff |
2003-04-29 |
Eric Andersen | uClibc 0.9.19 has a bug in globfree(). If the previous... |
tree | commitdiff |
2003-04-19 |
Eric Andersen | Patch from Marshall M. Midden: |
tree | commitdiff |
2003-02-24 |
Eric Andersen | Fixup some small issues that show up when large file... |
tree | commitdiff |
2003-02-17 |
David McCullough | Use a define for the path to /etc/TZ |
tree | commitdiff |
2003-02-08 |
Eric Andersen | Fixup handling of the .note.ABI-tag section so that... |
tree | commitdiff |
2003-01-28 |
Eric Andersen | Fix scandir64 to not free the wrong pieces of memory... |
tree | commitdiff |
2003-01-23 |
Eric Andersen | Making atexit weak does nothing for dynamicly linked... |
tree | commitdiff |
2003-01-18 |
Eric Andersen | Only include lockf64 when large file support is enabled... |
tree | commitdiff |
2003-01-10 |
Eric Andersen | Implement lockf64 |
tree | commitdiff |
2002-12-20 |
Manuel Novoa III | The big thing is locale dependent collation support. |
tree | commitdiff |
2002-12-02 |
Manuel Novoa III | Cut and paste error. |
tree | commitdiff |
2002-12-02 |
Manuel Novoa III | Forgot one... |
tree | commitdiff |
2002-12-02 |
Manuel Novoa III | Add hsearch and hsearch_r. Consolidate all functions... |
tree | commitdiff |
2002-11-27 |
Manuel Novoa III | Fix bug in setting daylight and timezone when no (valid... |
tree | commitdiff |
2002-11-23 |
Manuel Novoa III | Oops.. left in a bit of debugging code. |
tree | commitdiff |
2002-11-22 |
Manuel Novoa III | Ok... here's the summary: |
tree | commitdiff |
2002-11-21 |
Eric Andersen | Doh! As Stefan Allius points out, I forgot to properly... |
tree | commitdiff |
2002-11-21 |
Eric Andersen | Patch from Yoshinori Sato to update the h8300 architecture. |
tree | commitdiff |
2002-11-14 |
Eric Andersen | As released in uClibc 0.9.16, regex was being compiled... |
tree | commitdiff |
2002-11-08 |
Manuel Novoa III | Add wcwidth and wcswidth, based on Markus Kuhn's wcwidt... |
tree | commitdiff |
2002-11-05 |
Manuel Novoa III | Forgot to change btowc and wctob when I changed the... |
tree | commitdiff |
2002-11-04 |
Manuel Novoa III | Add printf wchar support for %lc (%C) and %ls (%S). |
tree | commitdiff |
2002-11-01 |
Manuel Novoa III | Fix a stupid bug. |
tree | commitdiff |
2002-11-01 |
Manuel Novoa III | Reworked setlocale() return values and locale arg proce... |
tree | commitdiff |
2002-10-31 |
Eric Andersen | Ok, this commit is _huge_ and its gonna change the... |
tree | commitdiff |
2002-10-28 |
Manuel Novoa III | ANSI/ISO C99 requires assert() to write to stderr.... |
tree | commitdiff |
2002-10-28 |
Manuel Novoa III | Allow timezone info to be specified in a file... /etc... |
tree | commitdiff |
2002-10-25 |
Eric Andersen | Fixup depends |
tree | commitdiff |
2002-10-25 |
Eric Andersen | Doh. Add a missing #include to interp.c. I wonder... |
tree | commitdiff |
2002-10-01 |
Eric Andersen | This commit contains a patch from Stefan Allius <allius... |
tree | commitdiff |
2002-09-26 |
Eric Andersen | Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ |
tree | commitdiff |
2002-09-19 |
Manuel Novoa III | Add gnu obstack support. I still need to implement... |
tree | commitdiff |
2002-09-19 |
Manuel Novoa III | Hide my personal #warning reminders. Add __wcschrnul... |
tree | commitdiff |
2002-09-14 |
Eric Andersen | Fix a thinko -- I used the wrong symbol to check for... |
tree | commitdiff |
2002-09-10 |
Eric Andersen | Patch from Tiago Marques <[email protected]... |
tree | commitdiff |
2002-09-09 |
"Steven J. Hill" | Fixed compile bugs having to do with 64-bit filesystem... |
tree | commitdiff |
2002-09-03 |
Eric Andersen | Support fstatvfs64 and statvfs64 |
tree | commitdiff |
2002-09-03 |
Eric Andersen | Oops. Turns out I broke statvfs() and fstatvfs() back... |
tree | commitdiff |
2002-08-26 |
Eric Andersen | Implement missing readdir64_r.c |
tree | commitdiff |
2002-08-25 |
Eric Andersen | Make shm stuff work properly. |
tree | commitdiff |
2002-08-19 |
Eric Andersen | Eliminate wrapping of struct stat and use the kernel... |
tree | commitdiff |
2002-08-19 |
Eric Andersen | Add a .note section to make gdb happy |
tree | commitdiff |
2002-08-19 |
Eric Andersen | Call the pthread setup junk early if possible. |
tree | commitdiff |
2002-08-19 |
Eric Andersen | Be prepared to call __pthread_initialize_minimal |
tree | commitdiff |
2002-08-12 |
Eric Andersen | Fix use of __pthread_once, and fix rpc usage of thread... |
tree | commitdiff |
2002-08-12 |
Manuel Novoa III | Revert commit by davidm to printf.c that initialized... |
tree | commitdiff |
2002-08-08 |
Eric Andersen | Shuffle things around a bit. Looks a little cleaner. |
tree | commitdiff |
2002-08-08 |
Eric Andersen | Cleanup warnings and fix prototypes |
tree | commitdiff |
2002-08-07 |
Eric Andersen | Remove some noise |
tree | commitdiff |
2002-08-03 |
Manuel Novoa III | A couple of little cleanups I forgot to check in. |
tree | commitdiff |
2002-08-03 |
Eric Andersen | When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE... |
tree | commitdiff |
2002-07-16 |
Eric Andersen | Do not assume NULL termination on the ut_id field.... |
tree | commitdiff |
2002-07-15 |
Manuel Novoa III | Clean up CLK_TCK situation. clock() and sysconf()... |
tree | commitdiff |
2002-07-10 |
Eric Andersen | Tobias Anderberg <[email protected]> noticed... |
tree | commitdiff |
2002-07-05 |
Manuel Novoa III | Add copyright message and remove dead code. |
tree | commitdiff |
2002-07-03 |
Manuel Novoa III | Enable WCHAR support for C/POSIX stub locales. |
tree | commitdiff |
next |