Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-10-18 | *** empty log message *** | Jim Meyering | |
2004-10-18 | Regenerate. | Paul Eggert | |
2004-10-18 | pathchk cleanups, gnulib merge | Paul Eggert | |
2004-10-18 | (pathchk invocation): Overall lengths are | Paul Eggert | |
OS limits, not file system limits. Component length checks apply to all components, not merely to existing ones. Say that nonexistent names are not errors. For -p, omit all checks based on the underlying file system, not merely length checks. Explain what the portabile file name character set is. | |||
2004-10-15 | (printf invocation): Mention ISO/IEC 10646 as well as Unicode. | Paul Eggert | |
2004-10-15 | (printf invocation): Mention ISO/IEC 10646 as | Paul Eggert | |
well as Unicode. Various minor formatting cleanups. | |||
2004-10-13 | * coreutils.texi (sort invocation): Move LC_ALL, LC_COLLATE | Paul Eggert | |
2004-10-13 | (sort invocation): Move LC_ALL, LC_COLLATE | Paul Eggert | |
index entries to proper paragraph. | |||
2004-10-12 | (check-texinfo): Add `builtin' and `builtins' to the list of words to avoid. | Jim Meyering | |
2004-10-12 | (check-texinfo): Add `builtin' and `builtins' to | Jim Meyering | |
the list of words to avoid. | |||
2004-10-11 | Add missing . | Paul Eggert | |
2004-10-11 | * coreutils.texi (Special built-in utilities): New node. | Paul Eggert | |
Warn about env variable spelling. | |||
2004-10-11 | (Special built-in utilities): New node. | Paul Eggert | |
(printf invocation): builtin -> built-in, for consistency with POSIX terminology. (test invocation, pwd invocation): Use specific rather than generic language to warn about built-in commands. (chroot invocation, env invocation, nice invocation, nohup invocation): Warn that command must not be a special built-in. (env invocation): Warn about environment variables with unusual spellings, or duplicates. | |||
2004-10-04 | Regenerate. | Paul Eggert | |
2004-09-26 | Add "ls --hide". | Paul Eggert | |
2004-09-26 | (ls invocation): Document "ls --hide". | Paul Eggert | |
2004-09-24 | "chmod -w file" doc | Paul Eggert | |
2004-09-24 | (chmod invocation): Warn about "chmod -w file". | Paul Eggert | |
2004-09-23 | Fix obsolete "tail" option description. | Paul Eggert | |
2004-09-23 | (tail invocation): Fix bugs in the description of | Paul Eggert | |
the obsolete syntax (e.g., it does not support -k or -m). Warn about usages like "tail -" and "tail -c 4" that are ambigous on older systems. | |||
2004-09-22 | Use automake-1.9.2. Regenerate dependent files. | Jim Meyering | |