summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-16*** empty log message ***Jim Meyering
2000-04-16New option: --strip-trailing-slashes.Jim Meyering
(enum) [STRIP_TRAILING_SLASHES_OPTION]: New member. (remove_trailing_slashes): New global. (long_opts): New getopt spec. (usage): Describe. (do_copy): Strip trailing slashes on SOURCE names only if the new option has been specified. (main): New case.
2000-04-16(TESTS): Add symlink-slash.Jim Meyering
2000-04-16*** empty log message ***Jim Meyering
2000-04-16add commentJim Meyering
2000-04-15.Jim Meyering
2000-04-15*** empty log message ***Jim Meyering
2000-04-15Use `C' to denote so-called `contiguous' files, the same way that tar does.Jim Meyering
* filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define. (ftypelet): Use S_ISCTG.
2000-04-15*** empty log message ***Jim Meyering
2000-04-14tweak copyright dateJim Meyering
2000-04-14*** empty log message ***Jim Meyering
2000-04-14(jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg formJim Meyering
of AC_DEFINE. Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
2000-04-14Shorten `#ifdef HAVE_...' to `#if HAVE_...' andJim Meyering
remove unnecessary uses of `defined' (aesthetics).
2000-04-13*** empty log message ***Jim Meyering
2000-04-13.Jim Meyering
2000-04-13.Jim Meyering
2000-04-13*** empty log message ***Jim Meyering
2000-04-13(jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIMJim Meyering
to insert required #ifndef into config.h.in. Suggestion from Akim Demaille.
2000-04-12*** empty log message ***Jim Meyering
2000-04-12(AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, notJim Meyering
`AC_CHECK_HEADER' to check for locale.h. Thanks to a report from Christian Krackowizer.
2000-04-12(usage): Tweak --help output. Suggestions from Karl Berry.Jim Meyering
2000-04-12*** empty log message ***Jim Meyering
2000-04-12*** empty log message ***Jim Meyering
2000-04-12(_GNU_SOURCE): Define.Jim Meyering
(AC_SYS_LARGEFILE): Require. (AM_C_PROTOTYPES): Require.
2000-04-11*** empty log message ***Jim Meyering
2000-04-10use bc in example, not dcJim Meyering
2000-04-10.Jim Meyering
2000-04-09*** empty log message ***Jim Meyering
2000-04-09*** empty log message ***Jim Meyering
2000-04-09Include constants.texi.Jim Meyering
(tail invocation): Use `@value's instead of referring to the output of `tail --help'.
2000-04-09(usage): Clarify descriptions of the --max-* options.Jim Meyering
From Karl Berry.
2000-04-09*** empty log message ***Jim Meyering
2000-04-09*** empty log message ***Jim Meyering
2000-04-09.Jim Meyering
2000-04-09*** empty log message ***Jim Meyering
2000-04-09Use the "C" locale when using --rfc-822 (-R), asJim Meyering
required by rfc822. Before, in the de_DE locale, date would print the German weekday and month abbreviations.
2000-04-08Add test for rfc822 format and foreign locale settings.Jim Meyering
2000-04-08*** empty log message ***Jim Meyering
2000-04-08*** empty log message ***Jim Meyering
2000-04-08(factor): Use a better exampleJim Meyering
2000-04-08Document the ln=target directive.Jim Meyering
2000-04-08Add support for "ln=target" in the LS_COLORS variable,Jim Meyering
to colorize links as for the file/directory pointed to.
2000-04-08*** empty log message ***Jim Meyering
2000-04-08Document that while the --backup option takes anJim Meyering
optional argument, the -b option accepts none. (main): Use `backup type' in call to xget_version, not the now-deprecated `--version-control'.
2000-04-08Document that while the --backup option takes anJim Meyering
optional argument, the -b option accepts none. (main): Use `backup type' in call to xget_version, not the now-deprecated `--version-control'.
2000-04-08.Jim Meyering
2000-04-08*** empty log message ***Jim Meyering
2000-04-08(charset.alias): Use t-$@, not $@-t so the DOS 8.3Jim Meyering
names don't conflict. Reported by Eli Zaretskii.
2000-04-08.Jim Meyering
2000-04-07*** empty log message ***Jim Meyering