| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add printf wchar support for %lc (%C) and %ls (%S). | Manuel Novoa III | 2002-11-04 | 1 | -15/+41 |
* | Fix a stupid bug. | Manuel Novoa III | 2002-11-01 | 1 | -0/+1 |
* | Reworked setlocale() return values and locale arg processing to | Manuel Novoa III | 2002-11-01 | 1 | -89/+166 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 15 | -23/+23 |
* | ANSI/ISO C99 requires assert() to write to stderr. This means that | Manuel Novoa III | 2002-10-28 | 1 | -0/+35 |
* | Allow timezone info to be specified in a file... /etc/TZ. Turned on by | Manuel Novoa III | 2002-10-28 | 1 | -3/+132 |
* | Fixup depends | Eric Andersen | 2002-10-25 | 1 | -3/+3 |
* | Doh. Add a missing #include to interp.c. I wonder why it used to | Eric Andersen | 2002-10-25 | 1 | -0/+1 |
* | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | Eric Andersen | 2002-10-01 | 1 | -56/+111 |
* | Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | 2002-09-26 | 1 | -2/+4 |
* | Add gnu obstack support. I still need to implement the obstack_printf | Manuel Novoa III | 2002-09-19 | 3 | -1/+671 |
* | Hide my personal #warning reminders. Add __wcschrnul, rename strchrnul | Manuel Novoa III | 2002-09-19 | 3 | -3/+14 |
* | Fix a thinko -- I used the wrong symbol to check for LFS support. | Eric Andersen | 2002-09-14 | 1 | -1/+1 |
* | Patch from Tiago Marques <tmarques@viaconnect.inf.br> -- fall back to | Eric Andersen | 2002-09-10 | 1 | -3/+12 |
* | Fixed compile bugs having to do with 64-bit filesystem operations that | "Steven J. Hill" | 2002-09-09 | 1 | -0/+4 |
* | Support fstatvfs64 and statvfs64 | Eric Andersen | 2002-09-03 | 3 | -1/+120 |
* | Oops. Turns out I broke statvfs() and fstatvfs() back in February, | Eric Andersen | 2002-09-03 | 2 | -26/+0 |
* | Implement missing readdir64_r.c | Eric Andersen | 2002-08-26 | 2 | -1/+81 |
* | Make shm stuff work properly. | Eric Andersen | 2002-08-25 | 1 | -11/+8 |
* | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | 2002-08-19 | 1 | -1/+1 |
* | Add a .note section to make gdb happy | Eric Andersen | 2002-08-19 | 3 | -1/+83 |
* | Call the pthread setup junk early if possible. | Eric Andersen | 2002-08-19 | 1 | -3/+10 |
* | Be prepared to call __pthread_initialize_minimal | Eric Andersen | 2002-08-19 | 1 | -0/+1 |
* | Fix use of __pthread_once, and fix rpc usage of thread local | Eric Andersen | 2002-08-12 | 1 | -0/+1 |
* | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III | 2002-08-12 | 2 | -3/+4 |
* | Shuffle things around a bit. Looks a little cleaner. | Eric Andersen | 2002-08-08 | 1 | -56/+21 |
* | Cleanup warnings and fix prototypes | Eric Andersen | 2002-08-08 | 1 | -16/+11 |
* | Remove some noise | Eric Andersen | 2002-08-07 | 1 | -13/+0 |
* | A couple of little cleanups I forgot to check in. | Manuel Novoa III | 2002-08-03 | 1 | -1/+1 |
* | When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE was disabled, | Eric Andersen | 2002-08-03 | 1 | -2/+6 |
* | Do not assume NULL termination on the ut_id field. Thanks | Eric Andersen | 2002-07-16 | 1 | -1/+1 |
* | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III | 2002-07-15 | 1 | -13/+18 |
* | Tobias Anderberg <tobias.anderberg@axis.com> noticed that | Eric Andersen | 2002-07-10 | 1 | -1/+1 |
* | Add copyright message and remove dead code. | Manuel Novoa III | 2002-07-05 | 1 | -157/+28 |
* | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | 2002-07-03 | 7 | -40/+756 |
* | Oops. missed a spot | Eric Andersen | 2002-07-02 | 1 | -0/+1 |
* | openlog could deadlock when called from vsyslog, so | Eric Andersen | 2002-07-02 | 1 | -1/+1 |
* | Cleanup the function pointer comparisions | Eric Andersen | 2002-06-20 | 1 | -7/+7 |
* | Add in thread locking for tzset() and associated data. Also, fix a bug so | Manuel Novoa III | 2002-06-18 | 1 | -5/+42 |
* | Fix thread locking so it works | Eric Andersen | 2002-06-18 | 1 | -45/+20 |
* | Fix locking. Kill | Eric Andersen | 2002-06-18 | 1 | -5/+18 |
* | Some commentary | Eric Andersen | 2002-06-18 | 1 | -5/+4 |
* | Shuffle the logic around a bit | Eric Andersen | 2002-06-17 | 1 | -56/+49 |
* | Some cleanups so utmp/wtmp behaves. Fix potential use of | Eric Andersen | 2002-06-17 | 3 | -90/+210 |
* | Ah kant spel mi name | Eric Andersen | 2002-06-17 | 1 | -1/+1 |
* | Commit the new time stuff, even though I haven't made it threadsafe yet. | Manuel Novoa III | 2002-06-17 | 21 | -2203/+1879 |
* | time() is implemented in syscalls.c | Eric Andersen | 2002-06-15 | 2 | -39/+1 |
* | Added a version of nl_langinfo for the stub C/POSIX locale support. | Manuel Novoa III | 2002-06-08 | 1 | -3/+92 |
* | Fixup totally broken locking code... No storage for the mutex, | Eric Andersen | 2002-05-30 | 8 | -29/+29 |
* | Cope with systems that don't glob all these together, but use | Eric Andersen | 2002-05-30 | 3 | -17/+48 |