summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-26(S_IRWXUGO): Define.Jim Meyering
(make_path): Always perform explicit chmod if MODE specifies any of the `special' permission bits.
2000-04-19*** empty log message ***Jim Meyering
2000-04-19[__BEOS__]: Ignore O_BINARY and O_TEXT.Jim Meyering
2000-04-18*** empty log message ***Jim Meyering
2000-04-18add commentJim Meyering
2000-04-18*** empty log message ***Jim Meyering
2000-04-18[!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define getpagesize.Jim Meyering
For BeOS. Based on a patch from Bruno Haible.
2000-04-18*** empty log message ***Jim Meyering
2000-04-18(jm_PREREQ_GETPAGESIZE): New macro.Jim Meyering
(jm_PREREQ): Use it.
2000-04-17*** empty log message ***Jim Meyering
2000-04-17(my_strftime) [strftime]: Declare strftime here, since the definitionJim Meyering
of it to rpl_strftime also defined-away the system's declaration.
2000-04-17.Jim Meyering
2000-04-17*** empty log message ***Jim Meyering
2000-04-17Get it right :-)Jim Meyering
(jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the actual #define via AH_VERBATIM. Don't need separate AC_DEFINE. Suggestion from Akim Demaille.
2000-04-17Accept new option: --from=CURRENT_OWNER:CURRENT_GROUP.Jim Meyering
(enum) [FROM_OPTION]: New member. (long_options): New getopt spec. (change_file_owner): Add old_user, old_group parameters. Use them. (change_dir_owner): Likewise. (usage): Describe. (main): New case.
2000-04-17Don't remove support for --max-consecutive-size-changes just yet...Jim Meyering
2000-04-16*** empty log message ***Jim Meyering
2000-04-16(tail invocation): Remove description.Jim Meyering
2000-04-16Remove option: --max-consecutive-size-changes=N.Jim Meyering
Doesn't seem useful. (usage): Remove description.
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.