summaryrefslogtreecommitdiff
path: root/asctime.c
Commit message (Expand)AuthorAgeFilesLines
* Use ‘restrict’ more consistently with standardsPaul Eggert2022-12-191-1/+1
* Avoid some static aliasing unless C89Paul Eggert2022-11-301-3/+13
* Refactor location of ctime, ctime_rPaul Eggert2022-11-301-0/+15
* Remove ancient asctime.c cruftPaul Eggert2022-07-121-16/+2
* Avoid C macros when this is easyPaul Eggert2022-07-121-14/+12
* Improve #if indentingPaul Eggert2022-07-121-4/+4
* Update and/or clean up POSIX version infoPaul Eggert2018-04-151-9/+3
* Port zdump.c back to C89Paul Eggert2017-06-121-0/+3
* Remove some dependenciesPaul Eggert2017-06-121-0/+1
* Commentary fixesPaul Eggert2017-06-121-3/+0
* Avoid non-null-terminated const char arraysPaul Eggert2017-05-091-6/+6
* Remove duplication between private.h and zdump.cPaul Eggert2017-01-171-1/+0
* Fix EOVERFLOW-related problems noted by Chistos Zoulas.Paul Eggert2014-10-081-4/+0
* Avoid (void) before calls.Paul Eggert2014-08-251-2/+2
* * asctime.c, newctime.3, newtzset.3: Don't imply ASCII is required.Paul Eggert2014-06-281-1/+1
* Restore 'register'.Paul Eggert2012-10-261-4/+4
* More C modernization.Paul Eggert2012-10-261-4/+4
* Assume C89.Paul Eggert2012-10-121-5/+2
* Switch from SCCS to git.Paul Eggert2012-07-181-6/+0
* optimizationArthur David Olson2012-07-181-6/+4
* KRE improvementArthur David Olson2012-07-181-1/+2
* check for NULL asctime argumentArthur David Olson2012-07-181-0/+4
* avoid gcc warning on asctime formatsArthur David Olson2012-07-181-1/+10
* electronic mail addresses purgedArthur David Olson2012-07-181-1/+1
* delintedArthur David Olson2012-07-181-1/+1
* comment added re not punting to strftimeArthur David Olson2012-07-181-0/+6
* Eggert modArthur David Olson2012-07-181-0/+2
* SCCS-file: asctime.cArthur David Olson2012-07-181-13/+2
* STRICTLY_STANDARD_ASCTIME workArthur David Olson2012-07-181-0/+8
* SCCS-file: asctime.cArthur David Olson2012-07-181-1/+7
* call strftime to get yearArthur David Olson2012-07-181-7/+7
* SCCS-file: asctime.cArthur David Olson2012-07-181-5/+5
* hopefully finalizedArthur David Olson2012-07-181-2/+2
* gratuitous optimizationArthur David Olson2012-07-181-2/+2
* grammarArthur David Olson2012-07-181-1/+2
* gcc noteArthur David Olson2012-07-181-0/+1
* SCCS-file: asctime.cArthur David Olson2012-07-181-1/+5
* SCCS-file: asctime.cArthur David Olson2012-07-181-28/+50
* SCCS-file: asctime.cArthur David Olson2012-07-181-8/+22
* partial responses to feedbackArthur David Olson2012-07-181-2/+3
* final?Arthur David Olson2012-07-181-10/+10
* hopefully finalized for 2004Arthur David Olson2012-07-181-2/+1
* standard conformanceArthur David Olson2012-07-181-4/+6
* a la EggertArthur David Olson2012-07-181-4/+4
* Guy Harris additions of asctime_r and ctime_rArthur David Olson2012-07-181-13/+26
* convert datesArthur David Olson2012-07-181-1/+1
* disclaimersArthur David Olson2012-07-181-0/+5
* INT_STRLEN_MAXIMUM workArthur David Olson2012-07-181-1/+1
* bug fix, slight optimizationsArthur David Olson2012-07-181-5/+4
* result declaration changeArthur David Olson2012-07-181-4/+5