OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / misc / time / time.c
2014-11-19 Bernhard Reutner... locale: Add wcsftime()
2013-11-06 Bernhard Reutner... time.c: make ll_tzname* static again
2012-06-15 Peter S. Mazingertime.c: fix a guard to avoid a warning about unused...
2012-06-15 Peter S. Mazingerresolv.c,time.c,_atexit.c: hide 3 locks
2012-06-15 Peter S. Mazingerdo not include xlocale.h, it is included by locale...
2012-03-26 Denys Vlasenkotime.c: Readability improvements - no code changes
2011-10-12 Guillaume Bourcierlibc: fix daylight saving time handling
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-10 Peter S. Mazingertime.c, time.h: remove unused hidden strftime/strptime
2011-03-09 Peter S. Mazingertime.c, wchar.h: remove unused hidden wcsftime
2011-03-03 Peter S. Mazingerinitialize 2 variables to get rid of compiler warning
2010-07-27 David A RamosFix ctime() standard compliance bug
2010-04-29 Denys Vlasenkotime.c: fix unreadable code style: assignments within...
2010-04-29 Denys Vlasenkooptional /etc/localtime support
2010-01-21 Denys Vlasenkoctime: do not use static struct tm buffer
2010-01-09 Denys Vlasenkoctime: do not use static struct tm buffer
2009-09-19 Denys Vlasenkoremove a few more empty #if/#endif pairs
2009-09-08 Denys Vlasenkotime.c: style cleanup. no code changes (verified with...
2009-09-08 Denys Vlasenkosimpler and shorter read_TZ_file() helper
2008-12-20 Denis VlasenkoDeal with a few data fields which may be made constant.
2008-11-26 Bernhard Reutner... - revert 24148:24151
2008-11-25 Bernhard Reutner... - hide some time related relocs
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-09-25 Bernhard Reutner... - cast both times to double for consistency
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-06-01 Denis Vlasenkosuppress a few "might be used uninitialized" warnings...
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-21 Bernhard Reutner... - fix warning about static not being at the beginning...
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-05-20 Bernhard Reutner... - silence warning
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-04-12 Denis VlasenkoFunctions should be either exported in public .h files
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-11-07 Eric AndersenI failed to check the patch adding support for the...
2006-11-02 Eric AndersenIn bug 622, JohnAta writes:
2006-03-23 Peter S. Mazingerselect needs sys/select.h, str[n]casecmp/ffs needs...
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-03-01 Mike Frysingerreturn NULL if year is too big
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-27 Peter S. MazingerSome warnings go away
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. Mazingers/weak_alias/strong_alias/, only what I knew as needed...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-15 Peter S. Mazingermake tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-08 Mike Frysingerhide internal __time_tm/_time_tzinfo symbols
2005-12-16 Peter S. MazingerRemove all trailing ; after *_alias and change 2 to...
2005-12-09 Peter S. MazingerDo __nl_langinfo, partly sync header w/ glibc, add...
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-08 Peter S. MazingerUse internal versions
2005-12-07 Peter S. MazingerHide more
2005-12-06 Peter S. MazingerHide strftime/strptime/wcsftime and make use of internals
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-03 Peter S. Mazinger_uintmaxtostr is only internally used, we do not need...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-29 Peter S. MazingerHiding again
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-11-04 Peter S. MazingerRemove duplicate ifdefs
2005-10-21 Peter S. MazingerMore IMA compiling
2005-09-22 Peter S. Mazingerweaks moved after the related function so gcc4 won...
2005-08-26 Mike FrysingerFrank Mehnert writes:
2005-07-25 Manuel Novoa III Fix 2 bugs in strftime related to glibc struct tm exten...
2005-06-29 Mike Frysingertweak to get rid of warning when TZ is disabled
2005-05-10 Manuel Novoa III Change strptime so that it only modifies struct tm...
2004-10-31 Manuel Novoa III Revert Peter's __lib_gettimeofday patch. There's the...
2004-10-19 Eric AndersenPeter S. Mazinger writes:
2004-05-08 Manuel Novoa III Change clock() to allow wrapping.
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2004-01-14 Manuel Novoa III Add a dummy (always fails) wcsftime. This is needed...
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-12-14 Manuel Novoa III Fix some dst issues in _time_mktime().
2003-11-16 Manuel Novoa III I forgot to update the thread locking in the last dst...
2003-11-02 Manuel Novoa III Hopefully fix the struct tm extension problem once...
2003-10-08 Eric AndersenApply a trivial patch that doesn't change anything...
2003-08-24 Manuel Novoa III Fix a few bugs in the new extended locale functions.
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-06-17 Manuel Novoa III Optionally support the struct tm extension fields.
2003-02-17 David McCulloughUse a define for the path to /etc/TZ
2002-11-27 Manuel Novoa III Fix bug in setting daylight and timezone when no (valid...
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-10-28 Manuel Novoa III Allow timezone info to be specified in a file... /etc...
2002-08-12 Manuel Novoa III Revert commit by davidm to printf.c that initialized...
2002-07-15 Manuel Novoa III Clean up CLK_TCK situation. clock() and sysconf()...
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-06-18 Manuel Novoa III Add in thread locking for tzset() and associated data...
2002-06-17 Manuel Novoa III Commit the new time stuff, even though I haven't made...
2002-06-15 Eric Andersentime() is implemented in syscalls.c
2001-04-18 Eric AndersenAdd missing time()