summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-07(binary_operator) [LINT]: Initialize lt and rt to 0.Jim Meyering
2005-04-07(digest_check) [LINT]: Initialize hex_digest to NULL.Jim Meyering
2005-04-07*** empty log message ***Jim Meyering
2005-04-07(binop): Move function definition to precede first use so we can...Jim Meyering
(binop): ...remove prototype.
2005-04-07*** empty log message ***Jim Meyering
2005-04-07(is_int, age_of, binop): Declare `char *' parameters to be `const'.Jim Meyering
2005-04-06*** empty log message ***Jim Meyering
2005-04-06Remove rw.Jim Meyering
2005-04-06Remove file -- many invalid message strings.Jim Meyering
2005-04-05Regenerate.Paul Eggert
2005-04-05Add examples to basename, cat, chgrp, chown, dirname.Paul Eggert
2005-04-05(usage): Add examples.Paul Eggert
2005-04-05(.x.1): Remove "COMMAND.td/" from examples.Paul Eggert
2005-04-05Add examples to cat, chown, chgrp, basename, dirname. Change ln examplesPaul Eggert
to match that format.
2005-04-05(cat invocation, chown invocation)Paul Eggert
(chgrp invocation, basename invocation, dirname invocation): Add examples, which are copies of the examples newly added to the usage messages. (ln invocation): Use same format as other examples above, for consistency.
2005-04-05*** empty log message ***Jim Meyering
2005-04-05(usage): Mention that some shells provide a built-in function by the same name.Jim Meyering
2005-04-05(usage): Mention that some shells provide aJim Meyering
built-in function by the same name.
2005-04-05.Jim Meyering
2005-04-05*** empty log message ***Jim Meyering
2005-04-05(SUBDIRS): Add tee.Jim Meyering
2005-04-05(AC_CONFIG_FILES): Add tests/tee/Makefile.Jim Meyering
2005-04-05.Jim Meyering
2005-04-05(tee): When closing files, do not close stdout,Jim Meyering
leave this job to close_stdout() instead. From Dmitry V. Levin.
2005-04-05*** empty log message ***Jim Meyering
2005-04-05Add Kinyarwanda (rw).Jim Meyering
2005-04-05version: 5.3.0Jim Meyering
2005-04-04(usage): Move USAGE_BUILTIN_WARNING to end of --help output.Jim Meyering
2005-04-04(USAGE_BUILTIN_WARNING): remove trailing newlineJim Meyering
2005-04-04.Jim Meyering
2005-04-04*** empty log message ***Jim Meyering
2005-04-04Remove `DESCRIPTION' section, now that --help includes it.Jim Meyering
2005-04-04*** empty log message ***Jim Meyering
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
function by the same name.
2005-04-04*** empty log message ***Jim Meyering
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
function by the same name.
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
function by the same name.
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
function by the same name.
2005-04-04(USAGE_BUILTIN_WARNING): New macro.Jim Meyering
2005-04-04getdate patch for empty string near dst changes.Paul Eggert
2005-04-04(parser_control): rels_seen is now a boolean, not aPaul Eggert
count, since there's no maximum. All uses changed. Add member dsts_seen. (local_zone): Accumulate dsts_seen rather than relying on tm_isdst not being INT_MAX. (get_date): Initialize dsts_seen, and check that it doesn't go over 1. Use pc_rels_seen to decide whther a date is absolute. (number): Don't overwrite year. (get_date): Initialize pc.year.digits to 0, not 4, to enable above check.
2005-04-03*** empty log message ***Jim Meyering
2005-04-03(main): Fix off-by-one error.Jim Meyering
pr -$(perl -e 'print "0"x63 . 1') would write one byte beyond the end of a malloc'd buffer.
2005-04-01Correct indentation of the two just-split lines.Jim Meyering
2005-04-01split two longer-than-80-column linesJim Meyering
2005-04-01*** empty log message ***Jim Meyering
2005-04-01(main): Free column_count_string when done with it.Jim Meyering
2005-04-01.Jim Meyering
2005-04-01*** empty log message ***Jim Meyering
2005-04-01Don't let pr treat +1:-1 like +1:18446744073709551615.Jim Meyering
(neg-page): Add a test for this.