summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2003-01-25*** empty log message ***Jim Meyering
2003-01-25(cut invocation): Describe new functionality of --output-delimiter=STR.Jim Meyering
2003-01-24Tweak mysql output to match input :-) From Jan.Jim Meyering
2003-01-24*** empty log message ***Jim Meyering
2003-01-24*** empty log message ***Jim Meyering
2003-01-24Change each use of `Core-utils' to `Coreutils'.Jim Meyering
2003-01-24*** empty log message ***Jim Meyering
2003-01-24(Formatting file timestamps): Fix typo: s/%M:S/%M:%S/.Jim Meyering
2003-01-24(The cut command): Extend the new example a little.Jim Meyering
2003-01-24(The cut command): Give an example of using cut -cJim Meyering
with an output delimiter. From Jan Nieuwenhuizen.
2003-01-19*** empty log message ***Jim Meyering
2003-01-19(Which files are listed): Document new option:Jim Meyering
--dereference-command-line-symlink-to-dir.
2003-01-16*** empty log message ***Jim Meyering
2003-01-16(Which files are listed, General output formatting): Undo last change.Jim Meyering
2003-01-15*** empty log message ***Jim Meyering
2003-01-15(General output formatting): Reflect option name change:Jim Meyering
s/--dereference-command-line/--dereference-command-line-symlink-to-dir/. Say that this option changes how ls treats only symlinks to directories specified on the command line.
2003-01-09Document readlink.Jim Meyering
2003-01-09*** empty log message ***Jim Meyering
2002-12-21.Jim Meyering
2002-12-14*** empty log message ***Jim Meyering
2002-12-14*** empty log message ***Jim Meyering
2002-12-14*** empty log message ***Jim Meyering
2002-12-14(mknod invocation): Specify how major and minor mode numbers are interpreted.Jim Meyering
2002-12-06add a FIXME commentJim Meyering
2002-12-03regenerate using automake-1.7.1bJim Meyering
2002-11-15.Jim Meyering
2002-11-13*** empty log message ***Jim Meyering
2002-11-13(Examples of expr): Remove bogus `^'s.Jim Meyering
2002-11-09*** empty log message ***Jim Meyering
2002-11-09(What information is listed): Correct parts of --dired description.Jim Meyering
Include a lot more description, with examples.
2002-11-08use only my permanent addressJim Meyering
2002-11-06.Jim Meyering
2002-11-06*** empty log message ***Jim Meyering
2002-11-06(printf invocation): Fix typo in index: change \0x prefix to \x.Jim Meyering
Change \xhhh to \xhh.
2002-11-06*** empty log message ***Jim Meyering
2002-11-06Add support for locale-specific size indications (e.g.,Jim Meyering
thousands-separators) and for explicit size suffixes on output. (Block size): Say that: This affects display format as well as block size. Fractional block counts are rounded up. ls file size blocksize defaults to 1. A block size spec preceded by ' generates thousands separators. A suffix without a preceding integer generates suffixes. (tail invocation): 32k -> 32 KiB. (What information is listed): ls -h is now equivalent to ls --block-size=human, and ls -H is now equivalent to ls --block-size=si. Displayed file size is now always affected by --block-size.
2002-09-29.Jim Meyering
2002-09-22upgrade to automake-1.6fJim Meyering
2002-09-13*** empty log message ***Jim Meyering
2002-09-13(Time directives) [%S]: Explain why the range is [0..60].Jim Meyering
2002-09-13(stat invocation): Remove references to now-removed %S and %C.Jim Meyering
2002-09-13*** empty log message ***Jim Meyering
2002-09-13(tail invocation): In --sleep-interval=NUMBER,Jim Meyering
NUMBER may now be a floating point number.
2002-08-30*** empty log message ***Jim Meyering
2002-08-30[START-INFO-DIR-ENTRY]: Don't use sc{} on LHS.Jim Meyering
Fix typo: s/permission/permissions/. From Michail Litvak.
2002-08-02*** empty log message ***Jim Meyering
2002-08-02uniq now obeys LC_COLLATE.Jim Meyering
2002-07-29*** empty log message ***Jim Meyering
2002-07-29Change behavior to conform to POSIX 1003.1-2001:Jim Meyering
- Do not adjust scheduling priority. - Redirects stderr to stdout, if stderr is not a terminal. - Exit status is now 126 if command was found but not invoked, 127 if nohup failed or if command was not found.
2002-07-28.Jim Meyering