summaryrefslogtreecommitdiff
path: root/strftime.c
Commit message (Expand)AuthorAgeFilesLines
* Use ‘restrict’ more consistently with standardsPaul Eggert2022-12-191-2/+4
* Use C23 [[maybe_unused]] if availablePaul Eggert2022-11-201-1/+1
* * strftime.c: Improve comment.Paul Eggert2022-11-101-4/+4
* Port mktime and strftime to strict CPaul Eggert2022-11-081-1/+10
* Avoid C macros when this is easyPaul Eggert2022-07-121-3/+3
* Improve #if indentingPaul Eggert2022-07-121-5/+5
* strftime %s no longer worries about mktime failurePaul Eggert2022-06-061-35/+4
* Stricter mktime -1 heuristic in strftimePaul Eggert2022-06-061-3/+24
* Omit some castsPaul Eggert2021-09-111-5/+7
* strftime: conform better to POSIX+Paul Eggert2020-08-081-1/+23
* Allow definition of vars the system lacksPaul Eggert2019-11-231-2/+2
* Use “timezone“ for timestamp historiesPaul Eggert2018-06-271-1/+2
* * Makefile, strftime.c, zic.8: alternate -> alternativePaul Eggert2018-04-081-1/+1
* Prefer https: URLs and bring some URLs up to datePaul Eggert2017-09-231-1/+1
* Bring back Y2K code as DEPRECATE_TWO_DIGIT_YEARSPaul Eggert2017-06-121-13/+57
* Remove some dependenciesPaul Eggert2017-06-121-0/+1
* Remove old Y2K codePaul Eggert2017-06-121-58/+13
* * strftime.c: Fix comment typo (thanks to Oscar van Vlijmen).Paul Eggert2017-06-091-1/+1
* Clean up configuration of tzname etc.Paul Eggert2017-06-081-20/+18
* Prefer "timestamp" to "time stamp"Paul Eggert2017-02-211-1/+1
* Remove duplication between private.h and zdump.cPaul Eggert2017-01-171-1/+0
* Use angle brackets for system includesPaul Eggert2017-01-171-2/+2
* date +%z now outputs -0000 for uninhabitedPaul Eggert2017-01-151-1/+12
* Port better to Solaris 10Paul Eggert2016-10-041-11/+13
* Simplify strftime to pacify GCC 6.2Paul Eggert2016-09-121-5/+2
* Port better to MS-WindowsPaul Eggert2016-02-261-0/+2
* Clarify licensing statusPaul Eggert2015-12-081-19/+30
* Simplify strftime's use of tm_zonePaul Eggert2015-09-021-4/+3
* Pacify Visual Studio 2013 'const' againPaul Eggert2015-07-271-1/+1
* Pacify Visual Studio 2013Paul Eggert2015-07-241-7/+5
* Add strftime_l to the library. Only the C locale is supported.Paul Eggert2014-08-251-0/+10
* strftime: remove support for long-obsolete SunOS locale filesPaul Eggert2014-08-251-132/+0
* Use bool for boolean.Paul Eggert2014-08-251-11/+15
* Avoid (void) before calls.Paul Eggert2014-08-251-15/+15
* Update to pacify recent GCC's static checking.Paul Eggert2014-06-181-6/+0
* Be more consistent about bracketing URLs in commentary.Paul Eggert2014-06-171-1/+1
* Don't abuse "`" to mean open quote.Paul Eggert2014-06-151-3/+3
* Port to x32 by fixing type incompatibility with POSIX.Paul Eggert2013-09-241-1/+1
* Correct some UTC-vs-UT solecisms.Paul Eggert2013-09-041-1/+1
* Port to NetBSD, where, e.g., 'time_t' is wider than 'long'.Paul Eggert2013-05-271-4/+4
* * strftime.c: Also mention sccsid in the "Based on" comment.Paul Eggert2013-01-121-1/+3
* * strftime.c: Bring back "Based on UCB" comment.Paul Eggert2013-01-111-0/+5
* Restore 'register'.Paul Eggert2012-10-261-2/+2
* More C modernization.Paul Eggert2012-10-261-2/+2
* Assume C89.Paul Eggert2012-10-121-29/+11
* Switch from SCCS to git.Paul Eggert2012-07-181-10/+0
* c format warning fixArthur David Olson2012-07-181-1/+1
* P macro goesArthur David Olson2012-07-181-7/+7
* delintedArthur David Olson2012-07-181-12/+13
* Eggert modArthur David Olson2012-07-181-0/+1