about summary refs log tree commit diff
path: root/src/time
Commit message (Expand)AuthorAgeFilesLines
* add the %s (seconds since the epoch) format to strftimeRich Felker2013-08-251-0/+4
* fix strftime regression in %e formatRich Felker2013-08-241-2/+2
* properly fill in tzname[] for old (pre-64-bit-format) zoneinfo filesRich Felker2013-08-241-1/+22
* minor fix to tz name checkingRich Felker2013-08-241-2/+2
* fix strftime handling of time zone dataRich Felker2013-08-244-8/+36
* fix mishandling of empty or blank TZ environment variableRich Felker2013-08-231-1/+1
* fix missing string.h in strftime.c (needed by new strftime code)Rich Felker2013-08-231-0/+1
* add strftime and wcsftime field widthsRich Felker2013-08-222-24/+81
* simplify strftime and fix integer overflowsRich Felker2013-08-221-28/+12
* strftime cleanup: avoid recomputing strlen when it's knownRich Felker2013-08-221-10/+16
* more strftime refactoringRich Felker2013-08-221-23/+25
* begin refactoring strftime to make adding field widths easierRich Felker2013-08-221-151/+161
* have new timer threads unblock their own SIGTIMERRich Felker2013-08-031-2/+2
* add system for resetting TLS to initial valuesRich Felker2013-08-031-0/+3
* fix multiple bugs in SIGEV_THREAD timersRich Felker2013-08-035-21/+35
* add wcsftime_t aliasRich Felker2013-08-021-0/+3
* fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker2013-07-282-2/+2
* reorder strftime to eliminate the incorrect indention levelRich Felker2013-07-271-5/+5
* rework langinfo code for ABI compat and for use by time codeRich Felker2013-07-242-8/+9
* add __wcsftime_l symbolRich Felker2013-07-241-3/+9
* move strftime_l into strftime.c and add __-prefixed versionRich Felker2013-07-241-1/+10
* fix error code on time conversion overflowsRich Felker2013-07-174-4/+4
* fix fd leak in file mapping code used in new zoneinfo supportRich Felker2013-07-171-1/+1
* the big time handling overhaulRich Felker2013-07-1718-348/+649
* implement week-based-year year numbers in strftimeRich Felker2013-06-281-27/+34
* fix breakage in last commit to strftime due to missing INT_MAXRich Felker2013-06-281-0/+1
* implement week numbers and half of the week-based-year logic for strftimeRich Felker2013-06-281-3/+38
* support cputime clocks for processes/threads other than selfRich Felker2013-06-081-2/+5
* fix overflow behavior of clock() functionRich Felker2013-05-231-7/+10
* fix incorrect clock tick scaling in fallback case of clock()Rich Felker2013-05-051-1/+1
* do not interpret errors in return value of times() syscallRich Felker2013-05-051-1/+1
* silence nonsensical warnings in timer_createRich Felker2013-04-061-2/+2
* __time_to_tm: initialize tm_zone and tm_gmtoffrofl0r2013-04-021-0/+2
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-1/+1
* make some arrays constrofl0r2013-02-021-1/+1
* fix tm_to_time logic for number of days in novemberRich Felker2013-01-261-1/+1
* clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-081-0/+1
* more close-on-exec fixes, mostly using new "e" flag to fopenRich Felker2012-09-291-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-0610-11/+11
* fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker2012-08-091-1/+2
* add timegm function (inverse of gmtime), nonstandardRich Felker2012-06-131-0/+9
* linux deprecated SYS_utime on some archs, so use SYS_utimes insteadRich Felker2012-05-241-1/+8
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-241-3/+3
* remove debug cruft that was left in getdateRich Felker2012-03-021-2/+0
* first try at implementing getdate functionRich Felker2012-03-021-0/+47
* fix bugs in strptime handling of string day/month names, literalsRich Felker2012-03-021-0/+2
* implement wcsftime functionRich Felker2012-02-281-0/+32
* cleanup various minor issues reported by nszRich Felker2011-09-261-1/+2
* fix assumptions that char is signedRich Felker2011-09-161-2/+2
* remove incorrectly-made-visible internal dst offset variableRich Felker2011-09-141-1/+0