Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-01 | seq defaults to a minimal fixed point format that does not lose | Paul Eggert | |
information if seq's operands are all fixed point decimal numbers. You no longer need the `-f%.f' in `seq -f%.f 1048575 1024 1050623', for example, since the default format now has the same effect. seq now lets you use %a, %A, %E, %F, and %G formats. seq now uses long double internally rather than double. | |||
2006-06-28 | * coreutils.texi (sort invocation): 'sort +1 -2' is now supported | Paul Eggert | |
even when conforming to POSIX 1003.1-2001. | |||
2006-06-27 | * coreutils.texi (wc invocation): Remove ./ prefix from example. | Jim Meyering | |
From Padraig Brady. | |||
2006-06-26 | * coreutils.texi (wc invocation): Spell out `--files0-from' in | Jim Meyering | |
the example. Suggestion from Bob Proulx. | |||
2006-06-26 | * coreutils.texi (wc invocation): Document new --files0-from option. | Jim Meyering | |
2006-06-25 | (sleep invocation): Document that accepting | Jim Meyering | |
multiple arguments and suffixes are extensions. Reported by Dan Jacobson. | |||
2006-06-12 | (check-texinfo): Use $(_W) and $(W_) instead of | Paul Eggert | |
assuming grep -w (which is not portable). | |||
2006-05-27 | *** empty log message *** | Jim Meyering | |
2006-05-27 | *** empty log message *** | Jim Meyering | |
2006-05-27 | *** empty log message *** | Jim Meyering | |
2006-05-25 | Remove mention of --seed. | Paul Eggert | |
2006-05-04 | *** empty log message *** | Jim Meyering | |
2006-05-03 | (head invocation, tail invocation, sort invocation): | Paul Eggert | |
Give advice about porting to hosts that support only obsolete syntax. | |||
2006-04-23 | *** empty log message *** | Jim Meyering | |
2006-04-17 | Document filemode changes. | Paul Eggert | |
2006-04-17 | *** empty log message *** | Jim Meyering | |
2006-04-13 | (What information is listed): Document 'ls' type letters. | Paul Eggert | |
2006-04-12 | (expr invocation): expr exit status is 3 only for | Paul Eggert | |
internal errors now; 2 is also for invalid values in expressions. | |||
2006-04-09 | Add 'hostid' to System context menu line. | Paul Eggert | |
2006-03-28 | *** empty log message *** | Jim Meyering | |
2006-03-27 | *** empty log message *** | Jim Meyering | |
2006-03-26 | *** empty log message *** | Jim Meyering | |
2006-03-23 | nohup diagnostics are now more precise, and nohup now | Paul Eggert | |
redirects stderr to nohup.out if stdout is closed and stderr is a tty. | |||
2006-03-06 | (dd invocation): New flags directory, nolinks. | Paul Eggert | |
Alphabetize nofollow. | |||
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-20 | *** empty log message *** | Jim Meyering | |
2006-02-20 | *** empty log message *** | Jim Meyering | |
2006-02-12 | *** empty log message *** | Jim Meyering | |
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-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-02 | *** empty log message *** | Jim Meyering | |
2006-01-02 | New approach to safer chmod. | Paul Eggert | |
2005-12-29 | (sort invocation): Clarify that a blank is a space | Paul Eggert | |
or a tab. | |||
2005-12-17 | *** empty log message *** | Jim Meyering | |
2005-12-17 | *** empty log message *** | Jim Meyering | |
2005-12-12 | Clarify sort -R. | Paul Eggert | |
2005-12-10 | Add sort -R. | Paul Eggert | |
2005-12-07 | * coreutils.texi (dd invocation): New noatime flag. | Paul Eggert | |
2005-11-26 | Log today's changes. | Paul Eggert | |
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-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-02 | rm -d no longer has any effect, and we plan to remove it (and maybe ln -d). | Paul Eggert | |
2005-11-01 | "touch 0101000000" now operates as POSIX 1002.1-2001 requires. | Paul Eggert | |
2005-11-01 | "tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires. | Paul Eggert | |
2005-10-23 | *** empty log message *** | Jim Meyering | |
2005-10-16 | *** empty log message *** | Jim Meyering | |