Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-12 | *** empty log message *** | Jim Meyering | |
2006-02-12 | (Character sets): Don't say that an unknown | Jim Meyering | |
backslash-escape causes an error message -- it doesn't. Mention that `\' also removes any special significance, so is useful for [, ], *, -. Prompted by Richard Neill in http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=14937 | |||
2006-02-12 | (Character sets): Don't say that an unknown | Jim Meyering | |
backslash-escape causes an error message -- it doesn't. | |||
2006-02-02 | (od invocation): Warn that -t a ignores the high order bit. | Paul Eggert | |
2006-01-31 | (tail invocation): In the obsolete usage, the | Paul Eggert | |
count is optional, so put square brackets around it. | |||
2006-01-12 | . | Jim Meyering | |
2006-01-04 | . | Jim Meyering | |
2006-01-03 | (General date syntax): Invalid dates are rejected. | Paul Eggert | |
(Time of day items): Mention the possibility of leap seconds. Problem reported by Dr. David Alan Gilbert. | |||
2006-01-03 | Explain date %g, %G a bit better. | Paul Eggert | |
2006-01-03 | Use @acronym around "ISO" uniformly. | Paul Eggert | |
(Date conversion specifiers): Explain %g, %G, and %V a bit better. | |||
2006-01-02 | *** empty log message *** | Jim Meyering | |
2006-01-02 | (tail invocation): Say that --retry | Jim Meyering | |
is useful `mainly' (not `only') when following by name. | |||
2006-01-02 | Fix typo in previous change. | Paul Eggert | |
2006-01-02 | New approach to safer chmod. | Paul Eggert | |
2006-01-02 | Clarify file mode bits versus file permission bits. | Paul Eggert | |
2006-01-02 | Update copyright year. | Paul Eggert | |
2006-01-02 | Clarify file mode bits versus file permission bits. | Paul Eggert | |
(mkfifo invocation, mknod invocation): -m affects only file permission bits. | |||
2005-12-29 | (sort invocation): Clarify that by default a blank is a space or a tab. | Paul Eggert | |
2005-12-29 | (sort invocation): Clarify that a blank is a space | Paul Eggert | |
or a tab. | |||
2005-12-21 | . | Jim Meyering | |
2005-12-17 | *** empty log message *** | Jim Meyering | |
2005-12-17 | (stat invocation) [--printf]: Describe new option. | Jim Meyering | |
[--format]: Add example. Distinguish from --printf. Sort option descriptions. | |||
2005-12-17 | . | Jim Meyering | |
2005-12-17 | *** empty log message *** | Jim Meyering | |
2005-12-17 | (ls): Clarify the Alternate Access Method description. | Jim Meyering | |
(cp): Clarify that --preserve=mode also preserves acls. | |||
2005-12-15 | . | Jim Meyering | |
2005-12-12 | (sort invocation): Clarify explanation of | Paul Eggert | |
--random-sort, and use a simpler example. | |||
2005-12-12 | Clarify sort -R. | Paul Eggert | |
2005-12-10 | Add sort -R. | Paul Eggert | |
2005-12-10 | (sort invocation): Add --random-sort (-R) and --seed. | Paul Eggert | |
2005-12-07 | * coreutils.texi (dd invocation): New noatime flag. | Paul Eggert | |
2005-12-07 | (dd invocation): New noatime flag. | Paul Eggert | |
2005-12-03 | . | Jim Meyering | |
2005-11-26 | Log today's changes. | Paul Eggert | |
2005-11-26 | (df invocation): Document treatment of dummy file | Paul Eggert | |
systems better. | |||
2005-11-22 | . | Jim Meyering | |
2005-11-16 | (tail invocation): Say that the obsolete form uses exactly one | Paul Eggert | |
option and at most one file. | |||
2005-11-16 | Improve quality of ln's diagnostics. | Paul Eggert | |
2005-11-16 | (ln invocation): ln -v now outputs lines only for successful links. | Paul Eggert | |
2005-11-13 | (Mode Structure): Capitalize two sentences in an | Jim Meyering | |
enumerated list and fix a typo. From Aaron Hawley. | |||
2005-11-13 | *** empty log message *** | Jim Meyering | |
2005-11-08 | ls now defaults to --time-style='locale', which in turn acts | Paul Eggert | |
like --time-style='posix-long-iso' if the locale settings are messed up. | |||
2005-11-08 | (Formatting file timestamps): ls now defaults to | Paul Eggert | |
--time-style='locale', which in turn acts like --time-style='posix-long-iso' if the locale settings are messed up. | |||
2005-11-02 | rm -d no longer has any effect, and we plan to remove it (and maybe ln -d). | Paul Eggert | |
2005-11-02 | (rm invocation): Don't mention --directory (-d). | Paul Eggert | |
2005-11-01 | "touch 0101000000" now operates as POSIX 1002.1-2001 requires. | Paul Eggert | |
2005-11-01 | (touch invocation): The old usage works only for 1969-1999 now. | Paul Eggert | |
2005-11-01 | "tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires. | Paul Eggert | |
2005-11-01 | (tail invocation): Describe obsolete usages | Paul Eggert | |
like "tail -2" more precisely. | |||
2005-10-23 | *** empty log message *** | Jim Meyering | |