summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-16Add note to help people understand that this documentationJim Meyering
may not refer to the (shell built-in) command they're running.
2001-09-16Add note to help people understand this documentationJim Meyering
may not refer to the (shell built-in) command they're running.
2001-09-16*** empty log message ***Jim Meyering
2001-09-16tweak line in help outputJim Meyering
2001-09-16*** empty log message ***Jim Meyering
2001-09-16(mv invocation): Describe new option: --reply={yes,no,query}. Fix a few typos.Jim Meyering
2001-09-16*** empty log message ***Jim Meyering
2001-09-16.Jim Meyering
2001-09-16.Jim Meyering
2001-09-16*** empty log message ***Jim Meyering
2001-09-16.Jim Meyering
2001-09-16*** empty log message ***Jim Meyering
2001-09-16(UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.Jim Meyering
2001-09-16(UTILS_FUNC_MKDIR_TRAILING_SLASH): Require it.Jim Meyering
2001-09-16.Jim Meyering
2001-09-16*** empty log message ***Jim Meyering
2001-09-16(digest_check): On systems for which setmode actuallyJim Meyering
does something, arrange to read the file containing checksum strings in text mode. Based on a patch from Chris Faylor.
2001-09-16(SET_MODE): Define.Jim Meyering
2001-09-16*** empty log message ***Jim Meyering
2001-09-16*** empty log message ***Jim Meyering
2001-09-16*** empty log message ***Jim Meyering
2001-09-16(uniq invocation): The input need notJim Meyering
be sorted. Try to clarify -d versus -D versus -u.
2001-09-15.Jim Meyering
2001-09-15.Jim Meyering
2001-09-15*** empty log message ***Jim Meyering
2001-09-15Check for help2man.Jim Meyering
2001-09-15*** empty log message ***Jim Meyering
2001-09-15renamed from ginstall.xJim Meyering
2001-09-15(TESTS): Add fail-diag.Jim Meyering
2001-09-15*** empty log message ***Jim Meyering
2001-09-15(EISDIR): Define to 0, if not already defined.Jim Meyering
(touch): Give a better diagnostic for e.g., `touch /' by non-root. Based on a patch from Michael Stone. Reported by Jeff Sheinberg as Debian bug #101677.
2001-09-15.Jim Meyering
2001-09-15*** empty log message ***Jim Meyering
2001-09-15(UNWRITABLE): Define (factored out of copy_internal).Jim Meyering
(copy_internal): Use UNWRITABLE.
2001-09-15(copy_internal) [move_mode]: Support the newJim Meyering
--reply=... option.
2001-09-15Accept new option: --reply={yes,no,query}Jim Meyering
Include argmatch.h. (enum) [REPLY_OPTION]: Define. (usage): Describe new option. Split long usage string into smaller pieces. (main): Handle new option.
2001-09-15(main): Reflect renaming: s/I_ON/I_ASK_USER/.Jim Meyering
2001-09-15(enum Interactive): Remove members, I_OFF and I_ON.Jim Meyering
Instead, add I_ALWAYS_YES, I_ALWAYS_NO, and I_ASK_USER.
2001-09-15*** empty log message ***Jim Meyering
2001-09-15Clean up: use priv-check rather than open-coding it.Jim Meyering
2001-09-15*** empty log message ***Jim Meyering
2001-09-15(main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering
Don't include "dirname.h" when no longer needed.
2001-09-15(main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering
Don't include "dirname.h" when no longer needed.
2001-09-15(main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering
Don't include "dirname.h" when no longer needed.
2001-09-15(main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering
Don't include "dirname.h" when no longer needed.
2001-09-15(main): Don't strip trailing slashes; POSIX doesn't allow it here.Jim Meyering
Don't include "dirname.h" when no longer needed.
2001-09-12*** empty log message ***Jim Meyering
2001-09-12The command `echo a|./fmt -2147483647' would cause fmt to segfault.Jim Meyering
(fmt_paragraph): Test for sentinal directly, rather than doing arithmetic with it's potentially large (INT_MAX) length.
2001-09-12*** empty log message ***Jim Meyering
2001-09-12Add wide-1 and wide-2.Jim Meyering