summaryrefslogtreecommitdiff
path: root/src/date.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-15Remove all uses of `PARAMS'.Jim Meyering1-1/+1
2002-12-15Remove declaration of nstrftime.Jim Meyering1-3/+1
2002-09-13(usage): Explain that %S's range of [0..60] is required --Jim Meyering1-1/+1
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering1-6/+6
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering1-3/+3
2002-08-08Guard inclusion of <langinfo.h> withJim Meyering1-1/+1
2002-08-07(main): Adjust to posixtime signature change.Jim Meyering1-7/+7
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering1-1/+1
2002-07-02(usage): Mention that the expansions of %p and %P areJim Meyering1-2/+2
2002-03-01Include timespec.h.Jim Meyering1-29/+31
2002-02-24Include posixver.h.Jim Meyering1-0/+1
2002-02-16Add support for _POSIX2_VERSION, which lets you pick which POSIXJim Meyering1-26/+7
2002-02-11Add more support for POSIX 1003.1-2001, which requires removalJim Meyering1-3/+28
2002-02-11(usage): Describe %F, %g, %G, %P, and %R.Jim Meyering1-2/+9
2002-01-14Comment fixes to bring us up to date with respect to POSIX 1003.1-2001.Jim Meyering1-2/+2
2001-12-15Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering1-43/+63
2001-11-10(usage): Document %u.Jim Meyering1-0/+1
2001-08-18Revert part of last change and solve the problem a better way.Jim Meyering1-5/+13
2001-08-18(show_date) [--rfc-822]: Don't space-pad the day of the month.Jim Meyering1-3/+3
2001-08-16(main): When there are too many non-option arguments,Jim Meyering1-1/+2
2001-03-09(usage): Describe %C.Jim Meyering1-0/+1
2001-01-04(main): Fail when --rfc-822 (-R) is specified alongJim Meyering1-1/+10
2000-11-12(show_date): Add a comment explaining why theJim Meyering1-0/+7
2000-10-26(usage): Mention the time zone, UTC, and write the dateJim Meyering1-1/+1
2000-10-18(universal_time): Remove; it's just a temptation to do the wrong thing.Jim Meyering1-22/+14
2000-10-18Undo the effect of the 1997-07-12 change to date.c; itJim Meyering1-48/+7
2000-09-09(usage): Make second `Usage' line more preciseJim Meyering1-1/+1
2000-07-19(batch_convert): Free `initial_TZ' only if it was set.Jim Meyering1-1/+2
2000-05-11(usage): Don't call close_stdout_status directly,Jim Meyering1-3/+3
2000-05-07(usage): Call close_stdout_status.Jim Meyering1-0/+1
2000-04-09Use the "C" locale when using --rfc-822 (-R), asJim Meyering1-0/+3
2000-04-03Include <langinfo.h> if it exists.Jim Meyering1-7/+20
2000-01-16(usage): Correct error in %V description.Jim Meyering1-2/+2
1999-09-02Remove xstrdup declaration.Jim Meyering1-2/+0
1999-08-22(batch_convert): Use IF_LINT macro instead of #ifdef lint.Jim Meyering1-6/+1
1999-08-01(usage): Correct description of %S; (00..60, not 00..61).Jim Meyering1-1/+1
1999-05-05(show_date): Change an automatic aggregate initializerJim Meyering1-2/+4
1999-04-08Accept new option: --iso-8601.Jim Meyering1-10/+56
1999-03-31No longer include long-options.h.Jim Meyering1-4/+4
1999-03-31(PROGRAM_NAME, AUTHORS): Define and use.Jim Meyering1-2/+7
1999-03-07(batch_convert): Use a `%s' format in error call,Jim Meyering1-1/+1
1999-03-06Include long-options.h.Jim Meyering1-18/+5
1999-01-25(usage): Remove static attribute.Jim Meyering1-77/+76
1999-01-14Include closeout.h. (main): Use close_stdout_status.Jim Meyering1-4/+3
1998-12-11(main): Arrange to exit unsuccessfully when stime fails.Jim Meyering1-1/+4
1998-10-03(main): Update to use new version of posixtime.Jim Meyering1-2/+3
1998-09-19update bug-reporting addressJim Meyering1-1/+1
1998-06-29revert back to using lower case _unlocked wrapper namesJim Meyering1-2/+2
1998-06-29Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering1-2/+2
1998-03-26(batch_convert): Remove spurious space in error message.Jim Meyering1-1/+1