Age | Commit message (Expand) | Author |
2005-01-25 | merge parallel build support | Mike Frysinger |
2004-10-31 | Revert Peter's __lib_gettimeofday patch. There's the minor issue of | Manuel Novoa III |
2004-10-19 | Peter S. Mazinger writes: | Eric Andersen |
2004-05-08 | Obligatory forgotten file... | Manuel Novoa III |
2004-05-08 | Change clock() to allow wrapping. | Manuel Novoa III |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |
2004-01-14 | Add a dummy (always fails) wcsftime. This is needed for the libstdc++ locale | Manuel Novoa III |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-12-14 | Fix some dst issues in _time_mktime(). | Manuel Novoa III |
2003-11-16 | I forgot to update the thread locking in the last dst fix. | Manuel Novoa III |
2003-11-07 | Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>. | Manuel Novoa III |
2003-11-02 | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-08 | Apply a trivial patch that doesn't change anything, but which is alledged to | Eric Andersen |
2003-08-24 | Fix a few bugs in the new extended locale functions. | Manuel Novoa III |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-06-17 | Optionally support the struct tm extension fields. | Manuel Novoa III |
2003-02-17 | Use a define for the path to /etc/TZ | David McCullough |
2002-11-27 | Fix bug in setting daylight and timezone when no (valid) TZ. | Manuel Novoa III |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-10-28 | Allow timezone info to be specified in a file... /etc/TZ. Turned on by | Manuel Novoa III |
2002-08-12 | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III |
2002-08-03 | A couple of little cleanups I forgot to check in. | Manuel Novoa III |
2002-07-15 | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III |
2002-07-03 | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III |
2002-06-18 | Add in thread locking for tzset() and associated data. Also, fix a bug so | Manuel Novoa III |
2002-06-17 | Commit the new time stuff, even though I haven't made it threadsafe yet. | Manuel Novoa III |
2002-06-15 | time() is implemented in syscalls.c | Eric Andersen |
2002-05-23 | Cleanup slightly | Eric Andersen |
2002-05-11 | Begin the process of reworking the time functions for proper | Eric Andersen |
2002-03-15 | Add strptime, and commonize some locale strings | Eric Andersen |
2002-02-05 | OOps. | Eric Andersen |
2002-02-02 | Add in a weak for __adjtime | Eric Andersen |
2002-01-09 | Fix duplicate of timezone | Eric Andersen |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen |
2001-11-20 | A few symbols needed for testing | Eric Andersen |
2001-09-27 | Update to accomodate the header file changes | Eric Andersen |
2001-09-06 | Patch from Andrew Ip <aip@cwlinux.com> to add ftime, | Eric Andersen |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen |
2001-04-18 | Add missing time() | Eric Andersen |
2001-04-06 | Fix up more leftovers resultant from fixing _LIBC | Eric Andersen |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen |
2001-03-20 | Fix from Jon Nelson for error in timezone | Eric Andersen |
2001-03-19 | Add in the timezone global from time.h, from a patch by | Eric Andersen |
2001-02-09 | Remove times and all the foolishness surrounding it. There is | Eric Andersen |
2001-01-28 | Reduced code size; fixed ANSI bug for day -- 5 not 05; mode days and mons const. | Manuel Novoa III |
2001-01-15 | Reduce dependancies -- don't use sysconf() internal to libc. | Eric Andersen |
2001-01-12 | Patch from James Graves <jgraves@deltamobile.com> to better handle m68k. | Eric Andersen |
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen |