summaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)AuthorLines
2013-11-08remove O_NOFOLLOW from __map_file used for time zone file loadingRich Felker-1/+1
2013-11-08fix handling of overly-long TZ environment variable valuesRich Felker-1/+1
2013-11-04timezone parser: fix iteration over search dir pathsrofl0r-1/+1
2013-11-04timezone parser: fix offset to transition table in 64bit code pathrofl0r-1/+1
2013-11-04fix timezone parser code crashing on 64bit sysrofl0r-1/+1
2013-10-25add legacy ftime function and sys/timeb.hRich Felker-0/+12
2013-08-25add the %s (seconds since the epoch) format to strftimeRich Felker-0/+4
2013-08-24fix strftime regression in %e formatRich Felker-2/+2
2013-08-24properly fill in tzname[] for old (pre-64-bit-format) zoneinfo filesRich Felker-1/+22
2013-08-24minor fix to tz name checkingRich Felker-2/+2
2013-08-24fix strftime handling of time zone dataRich Felker-8/+36
2013-08-23fix mishandling of empty or blank TZ environment variableRich Felker-1/+1
2013-08-23fix missing string.h in strftime.c (needed by new strftime code)Rich Felker-0/+1
2013-08-22add strftime and wcsftime field widthsRich Felker-24/+81
2013-08-22simplify strftime and fix integer overflowsRich Felker-28/+12
2013-08-22strftime cleanup: avoid recomputing strlen when it's knownRich Felker-10/+16
2013-08-22more strftime refactoringRich Felker-23/+25
2013-08-22begin refactoring strftime to make adding field widths easierRich Felker-151/+161
2013-08-03have new timer threads unblock their own SIGTIMERRich Felker-2/+2
2013-08-03add system for resetting TLS to initial valuesRich Felker-0/+3
2013-08-03fix multiple bugs in SIGEV_THREAD timersRich Felker-21/+35
2013-08-02add wcsftime_t aliasRich Felker-0/+3
2013-07-28fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker-2/+2
2013-07-27reorder strftime to eliminate the incorrect indention levelRich Felker-5/+5
2013-07-24rework langinfo code for ABI compat and for use by time codeRich Felker-8/+9
2013-07-24add __wcsftime_l symbolRich Felker-3/+9
2013-07-24move strftime_l into strftime.c and add __-prefixed versionRich Felker-1/+10
2013-07-17fix error code on time conversion overflowsRich Felker-4/+4
2013-07-17fix fd leak in file mapping code used in new zoneinfo supportRich Felker-1/+1
2013-07-17the big time handling overhaulRich Felker-348/+649
2013-06-28implement week-based-year year numbers in strftimeRich Felker-27/+34
2013-06-28fix breakage in last commit to strftime due to missing INT_MAXRich Felker-0/+1
2013-06-28implement week numbers and half of the week-based-year logic for strftimeRich Felker-3/+38
2013-06-08support cputime clocks for processes/threads other than selfRich Felker-2/+5
2013-05-23fix overflow behavior of clock() functionRich Felker-7/+10
2013-05-05fix incorrect clock tick scaling in fallback case of clock()Rich Felker-1/+1
2013-05-05do not interpret errors in return value of times() syscallRich Felker-1/+1
2013-04-06silence nonsensical warnings in timer_createRich Felker-2/+2
2013-04-02__time_to_tm: initialize tm_zone and tm_gmtoffrofl0r-0/+2
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker-1/+1
2013-02-02make some arrays constrofl0r-1/+1
2013-01-26fix tm_to_time logic for number of days in novemberRich Felker-1/+1
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker-0/+1
2012-09-29more close-on-exec fixes, mostly using new "e" flag to fopenRich Felker-1/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-11/+11
2012-08-09fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker-1/+2
2012-06-13add timegm function (inverse of gmtime), nonstandardRich Felker-0/+9
2012-05-24linux deprecated SYS_utime on some archs, so use SYS_utimes insteadRich Felker-1/+8
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker-3/+3
2012-03-02remove debug cruft that was left in getdateRich Felker-2/+0