Age | Commit message (Expand) | Author |
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 |
2002-11-01 | Reworked setlocale() return values and locale arg processing to | Manuel Novoa III |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-10-28 | ANSI/ISO C99 requires assert() to write to stderr. This means that | Manuel Novoa III |
2002-10-28 | Allow timezone info to be specified in a file... /etc/TZ. Turned on by | Manuel Novoa III |
2002-10-25 | Fixup depends | Eric Andersen |
2002-10-25 | Doh. Add a missing #include to interp.c. I wonder why it used to | Eric Andersen |
2002-10-01 | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | Eric Andersen |
2002-09-26 | Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen |
2002-09-19 | Add gnu obstack support. I still need to implement the obstack_printf | Manuel Novoa III |
2002-09-19 | Hide my personal #warning reminders. Add __wcschrnul, rename strchrnul | Manuel Novoa III |
2002-09-14 | Fix a thinko -- I used the wrong symbol to check for LFS support. | Eric Andersen |
2002-09-10 | Patch from Tiago Marques <tmarques@viaconnect.inf.br> -- fall back to | Eric Andersen |
2002-09-09 | Fixed compile bugs having to do with 64-bit filesystem operations that | "Steven J. Hill" |
2002-09-03 | Support fstatvfs64 and statvfs64 | Eric Andersen |
2002-09-03 | Oops. Turns out I broke statvfs() and fstatvfs() back in February, | Eric Andersen |
2002-08-26 | Implement missing readdir64_r.c | Eric Andersen |
2002-08-25 | Make shm stuff work properly. | Eric Andersen |
2002-08-19 | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen |
2002-08-19 | Add a .note section to make gdb happy | Eric Andersen |
2002-08-19 | Call the pthread setup junk early if possible. | Eric Andersen |
2002-08-19 | Be prepared to call __pthread_initialize_minimal | Eric Andersen |
2002-08-12 | Fix use of __pthread_once, and fix rpc usage of thread local | Eric Andersen |
2002-08-12 | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III |
2002-08-08 | Shuffle things around a bit. Looks a little cleaner. | Eric Andersen |