summaryrefslogtreecommitdiff
path: root/src/date.c
AgeCommit message (Collapse)Author
1996-04-30(usage): Change TAB in message to spaces. Doing that seemsJim Meyering
to have worked around a problem with something in gettext that was producing a truncated usage message for date's usage. François Pinard.
1996-04-24update Copyright years for 1996Jim Meyering
1996-04-22(usage): Describe new %V format.Jim Meyering
1996-04-13(usage): Add missing `\n\' at the end of newly added lines for %e and %z.Jim Meyering
1996-04-13(usage): Document %e and %z. Reported by Karl Berry.Jim Meyering
1996-03-24Update FSF's address.Jim Meyering
1996-03-21(main): Declare to be of type int, not void.Jim Meyering
1996-03-16Don't include version.h.Jim Meyering
(main): Use PACKAGE_VERSION instead of version_string.
1996-03-12(main): Initialize for internationalized message support:Jim Meyering
call setlocale, bindtextdomain, and textdomain.
1996-02-25(batch_convert): Put `' around filename in error in case it's empty.Jim Meyering
1996-02-23(batch_convert): Declare BUFLEN local to be of type size_t, not int.Jim Meyering
1996-02-01(main): Accept new option, --rfc-822 (-R).Jim Meyering
(show_date): Use RFC822-mandated strftime format. From H. Peter Anvin (hpa@storm.net). (usage): Add a line describing the new option.
1996-01-07Fix typo in __P use.Jim Meyering
1996-01-06Protoize and __P-protect forward dcls.Jim Meyering
1996-01-06(putenv): Declare.Jim Meyering
(universal_time): Remove. (main): If -u is given, set TZ to "UTC0"; this causes date to use UTC uniformly and fixes bugs in the handling of date -u +'%s %Z'. (show_date): Just use localtime and a single format, since TZ will be set properly if -u is given. From Paul Eggert.
1995-11-27s/non-zero/nonzero/gJim Meyering
1995-10-28New option --reference=FILE (-r FILE) analogous to theJim Meyering
like-named touch option. (main): Recognize it and give diagnostic for misuse. (usage): Describe briefly. From Franc,ois Pinard. (batch_convert): Close input stream also when it's not stdin. (main): Reorganize to do option-consistency checks before all else.
1995-10-27(batch_convert): Close input stream also when it's not stdin.Jim Meyering
1995-08-08Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-05-15(usage): Add one- and two-line descriptions to --help output.Jim Meyering
From Karl.
1995-04-30(usage): Fix per kb's suggestions.Jim Meyering
1995-03-09add 1995 to Copyright datesJim Meyering
1995-02-27(batch_convert): Remove any trailing newline from offendingJim Meyering
line before including it in the `invalid date' error from `date -f'. Reported by Franc,ois Pinard.
1994-12-20* src/*.c: Include "error.h" instead of simply declaringJim Meyering
`void error ();'.
1994-10-01.Jim Meyering
1994-10-01.Jim Meyering
1994-09-29merge with 1.10n3Jim Meyering
1994-09-27merge with 1.10n2Jim Meyering
1994-09-25.Jim Meyering
1994-09-24(main): Cast string literal to (char*).Jim Meyering
1994-09-17.Jim Meyering
1994-09-17.Jim Meyering
1994-08-19.Jim Meyering
1994-07-26.Jim Meyering
1994-07-13.Jim Meyering
1994-07-05merge with 1.10dJim Meyering
1994-04-20.Jim Meyering
1994-02-01.Jim Meyering
1994-01-03merge with 1.9.2cJim Meyering
1993-12-28who.cJim Meyering
1993-12-23.Jim Meyering
1993-10-26merge with 1.8.1iJim Meyering
1993-10-24merge with 1.8.1hJim Meyering
1993-10-17merge with 1.8.1gJim Meyering
1993-10-12merge with 1.8.1dJim Meyering
1993-10-12merge with 1.8.1bJim Meyering
1993-09-08merge with 1.8.1 + partial --version and --helpJim Meyering
1993-03-26Add long options.Jim Meyering
1992-12-07Remove unused definition of isdigit.Jim Meyering
1992-11-12all files: make most variables static and const when possible.Jim Meyering
declare lots of functions static.