aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/timefmt.c
Commit message (Expand)AuthorAgeFilesLines
* Replace bcopy with memcpy or memmove as appropriate.Justus Winter2017-08-051-1/+1
* libshouldbeinlibc: fix dead initialization in fmt_named_intervalJustus Winter2014-06-181-1/+1
* libshouldbeinlibc: fix dead assignmentJustus Winter2013-11-151-2/+2
* Address gcc warningsBob Ham2012-06-301-1/+1
* 2001-02-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-02-201-0/+1
* (fmt_past_time): Always use WIDTH+1 as strftime's limit.Miles Bader1996-07-271-1/+1
* (fmt_past_time): Terminate SEPS.Miles Bader1996-07-261-2/+2
* (fmt_past_time): Try several separators when concatenating dates & times.Miles Bader1996-07-231-6/+9
* (fmt_past_time): Get rid of extraneous `f' in fmt string.Miles Bader1996-07-051-1/+1
* (fmt_seconds): Don't print two decimal points.Miles Bader1996-05-281-1/+0
* (add_field): Correctly decrement *SECS by amount printed.Miles Bader1996-05-151-1/+1
* (fmt_named_interval):Miles Bader1996-05-151-21/+55
* (fmt_past_time): And do it correctly, too.Michael I. Bushnell1996-05-091-1/+1
* (fmt_past_time): Cast arg to localtime appropriately.Michael I. Bushnell1996-05-091-1/+1
* (fmt_past_time): Suppress leading noise in some formats.Miles Bader1996-05-081-1/+1
* (fmt_past_time): New function.Miles Bader1996-05-011-110/+170
* Initial revisionMiles Bader1996-04-271-0/+262