Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-10 | Update copyright date. | Paul Eggert | |
2005-01-10 | Document changes responding to POSIX interpretations about pathchk -p | Paul Eggert | |
dated 2005-01-06. | |||
2005-01-07 | Correct last change: s/zero/no/ From Paul Jarc. | Jim Meyering | |
2005-01-07 | *** empty log message *** | Jim Meyering | |
2005-01-07 | (sort invocation): Specify that a string of zero digits is interpreted as 0. | Jim Meyering | |
2005-01-04 | *** empty log message *** | Jim Meyering | |
2005-01-04 | * coreutils.texi (shred invocation): Clarify that shred works fine | Jim Meyering | |
with journaled file systems that are configured not to journal file system data. Also mention BFS and NTFS. | |||
2005-01-03 | Regenerate. | Paul Eggert | |
2004-12-20 | Regenerate. | Paul Eggert | |
2004-12-15 | * coreutils.texi: Fix minor problems in "ls" and "dircolors". | Paul Eggert | |
2004-12-15 | (ls invocation): Change minor problem to be | Paul Eggert | |
"subdirectory not found", since top-level trouble is now serious. (dircolors invocation): Quote argument to eval. Problem reported by Stephane Chazelas. | |||
2004-12-12 | * coreutils.texi (join invocation): Blank separators need quoting. | Paul Eggert | |
2004-12-12 | (join invocation): Mention that blank separators | Paul Eggert | |
in the -o option need to be quoted. | |||
2004-12-11 | * coreutils.texi (id invocation): -G also prints main group. | Paul Eggert | |
2004-12-11 | (id invocation): -G also prints main group. | Paul Eggert | |
2004-12-09 | ls now exits with status 1 if minor problem, 2 on serious trouble. | Paul Eggert | |
2004-12-09 | (ls invocation): Document new "ls" exit status. | Paul Eggert | |
2004-12-08 | (Time of day items, Time zone items): | Paul Eggert | |
Describe new formats +00:00, UTC+00:00. | |||
2004-12-08 | Add support for time zones like +HH:MM and UTC+HH:MM. | Paul Eggert | |
2004-12-04 | *** empty log message *** | Jim Meyering | |
2004-12-04 | (cut invocation): Say when --complement is useful. | Jim Meyering | |
2004-12-04 | *** empty log message *** | Jim Meyering | |
2004-12-04 | *** empty log message *** | Jim Meyering | |
2004-11-30 | . | Jim Meyering | |
2004-11-28 | . | Jim Meyering | |
2004-11-27 | * coreutils.texi (du invocation): Minor cleanups. | Paul Eggert | |
2004-11-27 | (du invocation): Use if=/dev/null rather | Paul Eggert | |
than :|. Problem reported by Dan Jacobson. Use "seek=2GiB" rather than the wordier "seek=`echo '2^31'|bc`". Say "KiB" not the (inaccurate) "kilobytes". Similarly for "GiB" and "gigabytes". | |||
2004-11-26 | Regenerate. | Paul Eggert | |
2004-11-20 | (dd invocation): Add noctty flag to dd. | Paul Eggert | |
2004-11-16 | doc patches inspired by Debian coreutils 5.2.1-2. | Paul Eggert | |
2004-11-16 | (General output formatting): -x doesn't have | Paul Eggert | |
an operand. (Formatting the file names): Warn that even with -N unprintable chars are still printed as '?' some times. (rm invocation): Reword rm -d to note that it's sometimes useful on non-directories. (logname invocation, users invocation, who invocation): The utmp and wtmp file names vary from system to system. | |||
2004-11-16 | * getdate.texi (General date syntax): "next" is 1, not 2. | Paul Eggert | |
2004-11-16 | (General date syntax): "next" is 1, not 2. | Paul Eggert | |
Document that "second" isn't allowed as an ordinal number. | |||
2004-11-16 | * coreutils.texi (dd invocation): Reword the new dd message. | Paul Eggert | |
2004-11-16 | (dd invocation): Reword the new dd message. | Paul Eggert | |
2004-11-15 | dd now outputs total bytes, seconds, and bytes per second. | Paul Eggert | |
2004-11-15 | (dd invocation): dd now outputs total bytes, | Paul Eggert | |
seconds, and bytes per second. | |||
2004-11-14 | . | Jim Meyering | |
2004-11-06 | . | Jim Meyering | |
2004-11-04 | Regenerate. | Paul Eggert | |
2004-11-03 | * Makefile.am (_W, W_): New macros. | Paul Eggert | |
2004-11-03 | (_W, W_): New macros. | Paul Eggert | |
(check-texinfo): Use them instead of assuming grep -w (which is not portable). Problem reported by Albert Chin. | |||
2004-11-03 | Regenerate. | Paul Eggert | |
2004-10-29 | Sync from gnulib (for getdate changes). | Paul Eggert | |
2004-10-29 | Sync from gnulib. | Paul Eggert | |
2004-10-29 | Document TZ better, and adjust to new getdate.texi. | Paul Eggert | |
(Top): Update menu. (pr invocation, Formatting file timestamps, touch invocation, stat invocation, who invocation, date invocation, Options for date): Mention TZ. | |||
2004-10-28 | * coreutils.texi (Standards conformance): Use "head -10" rather | Paul Eggert | |
than "head -1". | |||
2004-10-28 | (Standards conformance): Use "head -10" rather than "head -1" as | Paul Eggert | |
example of obsolete usage, since the POSIX consensus is that "head -1" could be supported even if we don't yet have clear consensus on "head -10". See today's revision to the SUS FAQ <http://www.opengroup.org/austin/papers/single_unix_faq.html>. | |||
2004-10-25 | * coreutils.texi (pathchk invocation): Options must precede operands. | Paul Eggert | |
2004-10-25 | (pathchk invocation): Options must precede operands. | Paul Eggert | |