2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff |
2003-08-01 |
Jim Meyering | (long_options, usage, main): Add --rfc-2822 option... |
blob | commitdiff | diff to current |
2003-07-23 |
Jim Meyering | Don't include headers already included by system.h: |
blob | commitdiff | diff to current |
2003-07-19 |
Jim Meyering | Include "exitfail.h". |
blob | commitdiff | diff to current |
2003-07-11 |
Jim Meyering | (batch_convert): Use the quote function rather than... |
blob | commitdiff | diff to current |
2003-07-11 |
Jim Meyering | Include "quote.h". |
blob | commitdiff | diff to current |
2003-06-17 |
Jim Meyering | (main): Call initialize_main. |
blob | commitdiff | diff to current |
2003-04-11 |
Jim Meyering | Remove anachronistic casts of xmalloc, |
blob | commitdiff | diff to current |
2002-12-15 |
Jim Meyering | Remove all uses of `PARAMS'. |
blob | commitdiff | diff to current |
2002-12-15 |
Jim Meyering | Remove declaration of nstrftime. |
blob | commitdiff | diff to current |
2002-09-13 |
Jim Meyering | (usage): Explain that %S's range of [0..60] is required -- |
blob | commitdiff | diff to current |
2002-08-31 |
Jim Meyering | Change `exit (0)' to `exit (EXIT_SUCCESS)', |
blob | commitdiff | diff to current |
2002-08-30 |
Jim Meyering | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. |
blob | commitdiff | diff to current |
2002-08-08 |
Jim Meyering | Guard inclusion of <langinfo.h> with |
blob | commitdiff | diff to current |
2002-08-07 |
Jim Meyering | (main): Adjust to posixtime signature change. |
blob | commitdiff | diff to current |
2002-07-02 |
Jim Meyering | (usage): Use the PACKAGE_BUGREPORT e-mail address,... |
blob | commitdiff | diff to current |
2002-07-02 |
Jim Meyering | (usage): Mention that the expansions of %p and %P are |
blob | commitdiff | diff to current |
2002-03-01 |
Jim Meyering | Include timespec.h. |
blob | commitdiff | diff to current |
2002-02-24 |
Jim Meyering | Include posixver.h. |
blob | commitdiff | diff to current |
2002-02-16 |
Jim Meyering | Add support for _POSIX2_VERSION, which lets you pick... |
blob | commitdiff | diff to current |
2002-02-11 |
Jim Meyering | Add more support for POSIX 1003.1-2001, which requires... |
blob | commitdiff | diff to current |
2002-02-11 |
Jim Meyering | (usage): Describe %F, %g, %G, %P, and %R. |
blob | commitdiff | diff to current |
2002-01-14 |
Jim Meyering | Comment fixes to bring us up to date with respect to... |
blob | commitdiff | diff to current |
2001-12-15 |
Jim Meyering | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT... |
blob | commitdiff | diff to current |
2001-11-10 |
Jim Meyering | (usage): Document %u. |
blob | commitdiff | diff to current |
2001-08-18 |
Jim Meyering | Revert part of last change and solve the problem a... |
blob | commitdiff | diff to current |
2001-08-18 |
Jim Meyering | (show_date) [--rfc-822]: Don't space-pad the day of... |
blob | commitdiff | diff to current |
2001-08-16 |
Jim Meyering | (main): When there are too many non-option arguments, |
blob | commitdiff | diff to current |
2001-03-09 |
Jim Meyering | (usage): Describe %C. |
blob | commitdiff | diff to current |
2001-01-04 |
Jim Meyering | (main): Fail when --rfc-822 (-R) is specified along |
blob | commitdiff | diff to current |
2000-11-12 |
Jim Meyering | (show_date): Add a comment explaining why the |
blob | commitdiff | diff to current |
2000-10-26 |
Jim Meyering | (usage): Mention the time zone, UTC, and write the... |
blob | commitdiff | diff to current |
2000-10-18 |
Jim Meyering | (universal_time): Remove; it's just a temptation to... |
blob | commitdiff | diff to current |
2000-10-18 |
Jim Meyering | Undo the effect of the 1997-07-12 change to date.c; it |
blob | commitdiff | diff to current |
2000-09-09 |
Jim Meyering | (usage): Make second `Usage' line more precise |
blob | commitdiff | diff to current |
2000-07-19 |
Jim Meyering | (batch_convert): Free `initial_TZ' only if it was set. |
blob | commitdiff | diff to current |
2000-05-11 |
Jim Meyering | (usage): Don't call close_stdout_status directly, |
blob | commitdiff | diff to current |
2000-05-07 |
Jim Meyering | (usage): Call close_stdout_status. |
blob | commitdiff | diff to current |
2000-04-09 |
Jim Meyering | Use the "C" locale when using --rfc-822 (-R), as |
blob | commitdiff | diff to current |
2000-04-03 |
Jim Meyering | Include <langinfo.h> if it exists. |
blob | commitdiff | diff to current |
2000-01-16 |
Jim Meyering | (usage): Correct error in %V description. |
blob | commitdiff | diff to current |
1999-09-02 |
Jim Meyering | Remove xstrdup declaration. |
blob | commitdiff | diff to current |
1999-08-22 |
Jim Meyering | (batch_convert): Use IF_LINT macro instead of #ifdef... |
blob | commitdiff | diff to current |
1999-08-01 |
Jim Meyering | (usage): Correct description of %S; (00..60, not 00... |
blob | commitdiff | diff to current |
1999-05-05 |
Jim Meyering | (show_date): Change an automatic aggregate initializer |
blob | commitdiff | diff to current |
1999-04-08 |
Jim Meyering | Accept new option: --iso-8601. |
blob | commitdiff | diff to current |
1999-03-31 |
Jim Meyering | No longer include long-options.h. |
blob | commitdiff | diff to current |
1999-03-31 |
Jim Meyering | (PROGRAM_NAME, AUTHORS): Define and use. |
blob | commitdiff | diff to current |
1999-03-07 |
Jim Meyering | (batch_convert): Use a `%s' format in error call, |
blob | commitdiff | diff to current |
1999-03-06 |
Jim Meyering | Include long-options.h. |
blob | commitdiff | diff to current |
1999-01-25 |
Jim Meyering | (usage): Remove static attribute. |
blob | commitdiff | diff to current |
1999-01-14 |
Jim Meyering | Include closeout.h. (main): Use close_stdout_status. |
blob | commitdiff | diff to current |
1998-12-11 |
Jim Meyering | (main): Arrange to exit unsuccessfully when stime fails. |
blob | commitdiff | diff to current |
1998-10-03 |
Jim Meyering | (main): Update to use new version of posixtime. |
blob | commitdiff | diff to current |
1998-09-19 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1998-06-29 |
Jim Meyering | revert back to using lower case _unlocked wrapper names |
blob | commitdiff | diff to current |
1998-06-29 |
Jim Meyering | Change all uses of unlocked-wrapped functions to their... |
blob | commitdiff | diff to current |
1998-03-26 |
Jim Meyering | (batch_convert): Remove spurious space in error message. |
blob | commitdiff | diff to current |
1998-03-14 |
Jim Meyering | s/get-date.h/getdate.h/ |
blob | commitdiff | diff to current |
1998-02-20 |
Jim Meyering | s/getdate.h/get-date.h/ |
blob | commitdiff | diff to current |
1998-01-10 |
Jim Meyering | (batch_convert): Use memcpy when we don't need return... |
blob | commitdiff | diff to current |
1997-12-21 |
Jim Meyering | s/__P/PARAMS/ |
blob | commitdiff | diff to current |
1997-11-15 |
Jim Meyering | (mempcpy): Remove definition. |
blob | commitdiff | diff to current |
1997-11-12 |
Jim Meyering | [!HAVE_MEMPCPY] (mempcpy): Define. |
blob | commitdiff | diff to current |
1997-10-25 |
Jim Meyering | Remove old-style xmalloc and xrealloc decls. |
blob | commitdiff | diff to current |
1997-10-23 |
Jim Meyering | Remove stpcpy decl. |
blob | commitdiff | diff to current |
1997-10-07 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1997-08-18 |
Jim Meyering | (show_date): Don't hang if strftime produces an empty... |
blob | commitdiff | diff to current |
1997-07-12 |
Jim Meyering | (MAYBE_SET_TZ_UTC0): New macro. |
blob | commitdiff | diff to current |
1997-06-16 |
Jim Meyering | tweak error message |
blob | commitdiff | diff to current |
1997-02-01 |
Jim Meyering | bracket bug address with <> and append a period |
blob | commitdiff | diff to current |
1997-02-01 |
Jim Meyering | Compare getopt_long return value against -1, not EOF... |
blob | commitdiff | diff to current |
1997-01-18 |
Jim Meyering | Include getdate.h. |
blob | commitdiff | diff to current |
1996-11-03 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | diff to current |
1996-11-02 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | diff to current |
1996-11-02 |
Jim Meyering | (main): Give better diagnostic. |
blob | commitdiff | diff to current |
1996-10-05 |
Jim Meyering | (main): update --version output to conform to coding... |
blob | commitdiff | diff to current |
1996-09-02 |
Jim Meyering | (usage): Tell where to report bugs. |
blob | commitdiff | diff to current |
1996-04-30 |
Jim Meyering | (usage): Change TAB in message to spaces. Doing that... |
blob | commitdiff | diff to current |
1996-04-24 |
Jim Meyering | update Copyright years for 1996 |
blob | commitdiff | diff to current |
1996-04-22 |
Jim Meyering | (usage): Describe new %V format. |
blob | commitdiff | diff to current |
1996-04-13 |
Jim Meyering | (usage): Add missing `\n\' at the end of newly added... |
blob | commitdiff | diff to current |
1996-04-13 |
Jim Meyering | (usage): Document %e and %z. Reported by Karl Berry. |
blob | commitdiff | diff to current |
1996-03-24 |
Jim Meyering | Update FSF's address. |
blob | commitdiff | diff to current |
1996-03-21 |
Jim Meyering | (main): Declare to be of type int, not void. |
blob | commitdiff | diff to current |
1996-03-16 |
Jim Meyering | Don't include version.h. |
blob | commitdiff | diff to current |
1996-03-12 |
Jim Meyering | (main): Initialize for internationalized message support: |
blob | commitdiff | diff to current |
1996-02-25 |
Jim Meyering | (batch_convert): Put `' around filename in error in... |
blob | commitdiff | diff to current |
1996-02-23 |
Jim Meyering | (batch_convert): Declare BUFLEN local to be of type... |
blob | commitdiff | diff to current |
1996-02-01 |
Jim Meyering | (main): Accept new option, --rfc-822 (-R). |
blob | commitdiff | diff to current |
1996-01-07 |
Jim Meyering | Fix typo in __P use. |
blob | commitdiff | diff to current |
1996-01-06 |
Jim Meyering | Protoize and __P-protect forward dcls. |
blob | commitdiff | diff to current |
1996-01-06 |
Jim Meyering | (putenv): Declare. |
blob | commitdiff | diff to current |
1995-11-27 |
Jim Meyering | s/non-zero/nonzero/g |
blob | commitdiff | diff to current |
1995-10-28 |
Jim Meyering | New option --reference=FILE (-r FILE) analogous to the |
blob | commitdiff | diff to current |
1995-10-27 |
Jim Meyering | (batch_convert): Close input stream also when it's... |
blob | commitdiff | diff to current |
1995-08-08 |
Jim Meyering | Annotate localizable strings with _(...). From Franc... |
blob | commitdiff | diff to current |
1995-05-15 |
Jim Meyering | (usage): Add one- and two-line descriptions to --help... |
blob | commitdiff | diff to current |
1995-04-30 |
Jim Meyering | (usage): Fix per kb's suggestions. |
blob | commitdiff | diff to current |
1995-03-09 |
Jim Meyering | add 1995 to Copyright dates |
blob | commitdiff | diff to current |
next |