Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2001-02-20 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2001-02-20 | 1 | -0/+1 |
| | | | | | * timefmt.c: Include <time.h>. Reported by Arkadi E. Shishlov <arkadi@it.lv>. | ||||
* | (fmt_past_time): Always use WIDTH+1 as strftime's limit. | Miles Bader | 1996-07-27 | 1 | -1/+1 |
| | |||||
* | (fmt_past_time): Terminate SEPS. | Miles Bader | 1996-07-26 | 1 | -2/+2 |
| | |||||
* | (fmt_past_time): Try several separators when concatenating dates & times. | Miles Bader | 1996-07-23 | 1 | -6/+9 |
| | |||||
* | (fmt_past_time): Get rid of extraneous `f' in fmt string. | Miles Bader | 1996-07-05 | 1 | -1/+1 |
| | |||||
* | (fmt_seconds): Don't print two decimal points. | Miles Bader | 1996-05-28 | 1 | -1/+0 |
| | |||||
* | (add_field): Correctly decrement *SECS by amount printed. | Miles Bader | 1996-05-15 | 1 | -1/+1 |
| | |||||
* | (fmt_named_interval): | Miles Bader | 1996-05-15 | 1 | -21/+55 |
| | | | | | | | Use fraction digit in more cases. Always pick the last suffix if we can't find any that fits. Use new tv_ functions. (tv_is_zero, tv_is_ge): New functions. | ||||
* | (fmt_past_time): And do it correctly, too. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
| | |||||
* | (fmt_past_time): Cast arg to localtime appropriately. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
| | |||||
* | (fmt_past_time): Suppress leading noise in some formats. | Miles Bader | 1996-05-08 | 1 | -1/+1 |
| | |||||
* | (fmt_past_time): New function. | Miles Bader | 1996-05-01 | 1 | -110/+170 |
| | | | | | | (fmt_minutes, fmt_seconds): New args, rewrite. (add_field): New function. (fmt_frac_value, append_fraction): Functions removed. | ||||
* | Initial revision | Miles Bader | 1996-04-27 | 1 | -0/+262 |