| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 2 | -73/+185 |
* | Optionally support the struct tm extension fields. | Manuel Novoa III | 2003-06-17 | 2 | -12/+40 |
* | Use a define for the path to /etc/TZ | David McCullough | 2003-02-17 | 1 | -1/+2 |
* | Fix bug in setting daylight and timezone when no (valid) TZ. | Manuel Novoa III | 2002-11-27 | 1 | -3/+5 |
* | Ok... here's the summary: | Manuel Novoa III | 2002-11-22 | 1 | -0/+7 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -1/+1 |
* | Allow timezone info to be specified in a file... /etc/TZ. Turned on by | Manuel Novoa III | 2002-10-28 | 1 | -3/+132 |
* | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III | 2002-08-12 | 1 | -2/+3 |
* | A couple of little cleanups I forgot to check in. | Manuel Novoa III | 2002-08-03 | 1 | -1/+1 |
* | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III | 2002-07-15 | 1 | -13/+18 |
* | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | 2002-07-03 | 1 | -4/+1 |
* | Add in thread locking for tzset() and associated data. Also, fix a bug so | Manuel Novoa III | 2002-06-18 | 1 | -5/+42 |
* | 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 |
* | Cleanup slightly | Eric Andersen | 2002-05-23 | 1 | -8/+10 |
* | Begin the process of reworking the time functions for proper | Eric Andersen | 2002-05-11 | 15 | -410/+432 |
* | Add strptime, and commonize some locale strings | Eric Andersen | 2002-03-15 | 5 | -20/+1010 |
* | OOps. | Eric Andersen | 2002-02-05 | 1 | -1/+0 |
* | Add in a weak for __adjtime | Eric Andersen | 2002-02-02 | 1 | -0/+2 |
* | Fix duplicate of timezone | Eric Andersen | 2002-01-09 | 1 | -4/+0 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
* | A few symbols needed for testing | Eric Andersen | 2001-11-20 | 2 | -2/+9 |
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 5 | -2/+7 |
* | Patch from Andrew Ip <aip@cwlinux.com> to add ftime, | Eric Andersen | 2001-09-06 | 2 | -1/+37 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 |
* | Add missing time() | Eric Andersen | 2001-04-18 | 2 | -1/+39 |
* | Fix up more leftovers resultant from fixing _LIBC | Eric Andersen | 2001-04-06 | 1 | -2/+39 |
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -1/+1 |
* | Fix from Jon Nelson for error in timezone | Eric Andersen | 2001-03-20 | 1 | -1/+1 |
* | Add in the timezone global from time.h, from a patch by | Eric Andersen | 2001-03-19 | 1 | -0/+5 |
* | Remove times and all the foolishness surrounding it. There is | Eric Andersen | 2001-02-09 | 1 | -1/+1 |
* | Reduced code size; fixed ANSI bug for day -- 5 not 05; mode days and mons const. | Manuel Novoa III | 2001-01-28 | 1 | -28/+48 |
* | Reduce dependancies -- don't use sysconf() internal to libc. | Eric Andersen | 2001-01-15 | 1 | -7/+5 |
* | Patch from James Graves <jgraves@deltamobile.com> to better handle m68k. | Eric Andersen | 2001-01-12 | 1 | -6/+1 |
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -2/+2 |
* | Oops. left strftime.c in twice. | Eric Andersen | 2001-01-02 | 1 | -1/+1 |
* | Patch from James Graves <jgraves@deltamobile.com> to get | Eric Andersen | 2001-01-02 | 1 | -0/+6 |
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 1 | -4/+4 |
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 3 | -1/+113 |
* | More random fixes and additions. | Eric Andersen | 2000-10-27 | 2 | -1/+400 |
* | More reorg. A place for everything and everything in its place... | Eric Andersen | 2000-10-23 | 3 | -1/+68 |
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -1/+3 |
* | Makefile update | Eric Andersen | 2000-10-12 | 1 | -1/+1 |
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 1 | -1/+1 |
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 13 | -390/+407 |
* | Dependancy update | Eric Andersen | 2000-10-07 | 1 | -5/+8 |
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 1 | -10/+27 |
* | Rework all the string handling. Make const stuff be constified. | Eric Andersen | 2000-07-06 | 1 | -1/+1 |
* | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | 2000-07-05 | 1 | -1/+0 |