(expr invocation):
[coreutils.git] / doc / ChangeLog
blobc823a86d46d0a93bf257090c11cb1b2d05b18e79
1 2004-02-17  Jim Meyering  <jim@meyering.net>
3         * coreutils.texi (csplit invocation): Correct typo (s/LINE/N/)
4         in description of `N' pattern.  From Reuben Thomas <rrt@sc3d.org>
6 2004-02-11  Jim Meyering  <jim@meyering.net>
8         * coreutils.texi (Time directives): The %s value *is* changed by the
9         --date=DATE option; don't say otherwise.  Patch from Padraig Brady.
11 2004-02-10  Paul Eggert  <eggert@twinsun.com>
13         * coreutils.texi (Formatting the file names):
14         Improve wording for --quoting-style documentation.
15         Suggestions by Bruno Haible.
17 2004-02-02  Jim Meyering  <jim@meyering.net>
19         * coreutils.texi (nice invocation): Add examples.
20         Prompted by a suggestion from Dan Jacobson.
21         (factor invocation): Add an example.
22         Update timing numbers for a more modern CPU.
24 2004-01-27  Jim Meyering  <jim@meyering.net>
26         * coreutils.texi (seq invocation): Remove `@dots{}' at end of synopsis.
27         Separate `Synopses' section into three examples.
28         Clarify first paragraph.  @w{}-protect an expression.1
29         Use @option{--option}, rather than @code{--option}.
31 2004-01-19  Paul Eggert  <eggert@twinsun.com>
33         * coreutils.texi (Exit status): Document that ordinary failure
34         might not exit with status 1 on unusual platforms.
35         Mention chroot, env, nice, and su as having unusual exit
36         status patterns.  Don't bother to mention true and false
37         since their exit status patterns are actually normal.
38         (sort invocation, su invocation): Mention its unusual exit
39         status pattern.
40         (chroot invocation): Simplify description of exit status 1.
41         Remove duplicate description of status 127.
42         (env invocation): Use consistent tenses; simplifiy description
43         of status 1.
44         (nice invocation): Likewise.
46 2003-12-15  Paul Eggert  <eggert@twinsun.com>
48         * coreutils.texi (touch invocation): touch -r and -d can now
49         both be specified, with -r specifying the origin for -d.
51 2004-01-15  Alfred M. Szmidt  <ams@kemisten.nu>
53         Factor out some common options.
54         * coreutils.texi (Common options): Define macros here.
55         (What information is listed, cp invocation): Use the macro(s).
56         (install invocation, mv invocation, ln invocation): Likewise.
57         (df invocation, du invocation): Likewise.
59 2004-01-09  Jim Meyering  <jim@meyering.net>
61         Document the exit status of each and every program.
62         * coreutils.texi (yes invocation): Document that a write error
63         makes `yes' exit unsuccessfully.
64         (chroot invocation): Enumerate the meaning of exit status values.
65         (nice invocation): Likewise.
66         (Exit status) [@macro exitstatus]: New macro.
67         Use @exitstatus to describe the exit status of most programs.
69 2004-01-02  Jim Meyering  <jim@meyering.net>
71         * coreutils.texi (du invocation): Mention that -H will eventually
72         mean not --si, but --dereference-args (-D).
74 2003-12-20  Jim Meyering  <jim@meyering.net>
76         * coreutils.texi (du invocation): Describe new option: -0, --null.
78 2003-12-03  Paul Eggert  <eggert@twinsun.com>
80         * coreutils.texi (What information is listed, chroot invocation):
81         Adjust example 'ls' output to match new behavior with narrower
82         output columns.
83         (The cut command): Remove example that cut the output of
84         'ls -l'.  The output was incorrect even with the old 'ls', and
85         the whole idea of using 'cut' on 'ls -l' output is bogus anyway.
87 2003-11-24  Paul Eggert  <eggert@twinsun.com>
89         Parse floating-point operands and options in the C locale.
90         POSIX requires this for printf, and we might as well be
91         consistent elsewhere (tail, sleep, seq).
93         * coreutils.texi (tail invocation, printf invocation,
94         sleep invocation, seq invocation): Document this.
96 2003-11-24  Jim Meyering  <jim@meyering.net>
98         * coreutils.texi (Traversing symlinks, Treating / specially):
99         New sections.
100         (rm invocation, chown invocation, chmod invocation, chgrp invocation):
101         Describe new options, --preserve-root and --no-preserve-root.
103 2003-11-11  Jim Meyering  <jim@meyering.net>
105         * coreutils.texi (chown invocation) [chownchgrpoptions]: New macro
106         describing -H, -L, -P options.  Use it here.
107         (chgrp invocation): And here.
109 2003-11-09  Jim Meyering  <jim@meyering.net>
111         * coreutils.texi (dd invocation): Fix typo in example.
113 2003-10-15  Jim Meyering  <jim@meyering.net>
115         * coreutils.texi (ln invocation): Note that --directory, -d, -F
116         probably won't work even for superuser.  Suggestion from Dan Jacobson.
118 2003-09-29  Paul Eggert  <eggert@twinsun.com>
120         * coreutils.texi (csplit invocation):
121         The regexp offset need not have a sign; POSIX requires support
122         for signless offets.
124 2003-10-03  Jim Meyering  <jim@meyering.net>
126         * coreutils.texi (du invocation): Describe -P, --no-dereference.
128 2003-09-28  Jim Meyering  <jim@meyering.net>
130         * coreutils.texi (Translating): Correct typo in menu description.
131         From A Costa.
133 2003-09-02  Paul Eggert  <eggert@twinsun.com>
135         * coreutils.texi (sort invocation): -d now overrides -i.
136         "whitespace" -> "blanks"; "whitespace" isn't correct.
137         -t '\0' now specifies a NUL tab.
139 2003-08-17  Jim Meyering  <jim@meyering.net>
141         * coreutils.texi (who invocation): Add an entry for -l, --login.
142         Remove `-l' from the entry for --lookup.
143         (who invocation): Begin adding missing option documentation.
145 2003-08-07  Paul Eggert  <eggert@twinsun.com>
147         * coreutils.texi (split invocation):
148         Add -d or --numeric-suffixes option to 'split'.
150 2003-07-31  Paul Eggert  <eggert@twinsun.com>
152         * getdate.texi (General date syntax): Add --rfc-2822 option to GNU date.
153         * coreutils.texi (Options for date): Fix a typo in format:
154         it's now %d not %_d.  Add URLs.
156 2003-07-31  Paul Eggert  <eggert@twinsun.com>
158         * getdate.texi (Relative items in date strings): Warn about
159         fuzz in relative units.
161 2003-07-29  Jim Meyering  <jim@meyering.net>
163         * coreutils.texi (tail invocation): Restore two end-of-sentence words
164         that were mistakenly removed on 2002-09-13.  Reported by Paul Worrall.
166 2003-07-28  Jim Meyering  <jim@meyering.net>
168         * coreutils.texi (dd invocation): Explain that a SIGUSR1 signal
169         makes dd give a progress report to stderr.
171 2003-07-24  Paul Eggert  <eggert@twinsun.com>
173         * coreutils.texi: Document changes of 2003-07-24.
175 2003-07-24  Jim Meyering  <jim@meyering.net>
177         * coreutils.texi (su invocation): Use `@subsection', not invalid
178         `@heading'.
180 2003-07-17  Paul Eggert  <eggert@twinsun.com>
182         * coreutils.texi (expr invocation): Exit status is 2 if the
183         expression is syntactically invalid, 3 if there is some other error.
184         This change is for conformance to POSIX.
186 2003-07-14  Paul Eggert  <eggert@twinsun.com>
188         * coreutils.texi (uname invocation): Explain the POSIX
189         terminology behind uname -m and uname -s.
191 2003-07-13  Jim Meyering  <jim@meyering.net>
193         * coreutils.texi (chown invocation): Warn that chown
194         now clears set-user-ID and set-group-ID bits on some systems.
195         From Bob Proulx.
196         (nohup invocation): Tell what happens when stdout is not a terminal.
197         Based on a suggestion from Steven Mocking.
199 2003-07-10  Jim Meyering  <jim@meyering.net>
201         * coreutils.texi (Standards conformance): Mention that uses like
202         `tail -1' and `head -1', like `sort +1', are non conforming.
203         (chown invocation): Say that using `.' as a separator may not work.
205 2003-06-25  Jim Meyering  <jim@meyering.net>
207         * coreutils.texi (Time directives) [%s]: Add a cross reference
208         to the related examples.
209         (Examples of date): Add an @anchor here, along with a few more examples.
210         Suggestion from Dan Jacobson.
212 2003-06-12  Jim Meyering  <jim@meyering.net>
214         * coreutils.texi (wc invocation): Tweak wording: wc prints counts in
215         the order `newline, word, byte'.  Suggestion from Keith M. Briggs.
216         Also change `lines' to `newlines'.
218 2003-05-14  Jim Meyering  <jim@meyering.net>
220         * coreutils.texi (head invocation): Document --bytes=-N and --lines=-N.
222 2003-05-13  Paul Eggert  <eggert@twinsun.com>
224         * coreutils.texi (uniq invocation, squeezing, The uniq command):
225         Use "repeated" rather than "duplicate" to describe adjacent
226         duplicates; this simplifies the description and makes it more
227         consistent with POSIX.
228         (uniq invocation): Make it clear that -d and -u suppress the
229         output of lines, rather than cause some lines to be output.
230         Mention what happens if a line lacks enough fields or characters.
232 2003-05-13  Jim Meyering  <jim@meyering.net>
234         * coreutils.texi (true invocation): Mention that it is possible to
235         make true --help or true --version (in non-POSIX mode) exit nonzero.
236         Suggestion from Paul Eggert.
238 2003-05-10  Jim Meyering  <jim@meyering.net>
240         * coreutils.texi (Exit status): Remove `uniq' from the list.
241         It uses standard exit codes.
242         (More details about version sort): Note that strverscmp, and hence
243         `ls -v', does not use LC_COLLATE.  Reported by From: Andrey Borzenkov.
245 2003-04-21  Jim Meyering  <jim@meyering.net>
247         Fix printf POSIX compatibility bug reported by Ben Harris in
248         <http://mail.gnu.org/archive/html/bug-coreutils/2003-04/msg00070.html>.
249         * coreutils.texi (printf invocation): It's \NNN in the format,
250         \0NNN in the %b operand.
252 2003-04-10  Jim Meyering  <jim@meyering.net>
254         * Makefile.am (check-texinfo): Check for uses of non-zero.
255         I prefer to spell it `nonzero'.
257         * coreutils.texi (readlink invocation): Tweak description a little.
259 2003-04-04  Jim Meyering  <jim@meyering.net>
261         * Makefile.am (constants.texi): Rename target (thus enabling it),
262         now that fileutils, textutils, and sh-utils have been merged.
263         (MAINTAINERCLEANFILES): Define.
265 2003-04-02  Jim Meyering  <jim@meyering.net>
267         * coreutils.texi (false invocation): Note that false exits
268         unsuccessfully even with --help and --version.
270         * Makefile.am (check-texinfo): Don't fail if perl is missing.
271         Reported by Nelson Beebe.
273 2003-03-27  Jim Meyering  <jim@meyering.net>
275         * coreutils.texi (printf invocation): Fix formatting bugs.
276         From Paul Eggert.
277         (sort invocation): Describe sort's --stable (-s) option.
279 2003-03-13  Jim Meyering  <jim@meyering.net>
281         * coreutils.texi (shred invocation): Mention that --exact
282         is now the default for non-regular files.
284 2003-03-02  Jim Meyering  <jim@meyering.net>
286         * coreutils.texi (Exit status): New section.
287         Suggestion from Michael Stone.
289 2003-02-21  Jim Meyering  <jim@meyering.net>
291         * coreutils.texi (du invocation): Document --apparent-size.
292         Adjust documentation of --bytes (-b).
293         (stat invocation): Describe %B.
295 2003-02-07  Richard Dawe  <rich@phekda.freeserve.co.uk>
297         * coreutils.texi: Use @command instead of @code for program names.
299         * perm.texi (Mode Structure): Mention filesystem-specific
300         permissions and that mounting a filesystem as read-only may
301         override actual file permissions.  Use @command instead
302         of @code for program names.
304 2003-02-06  Jim Meyering  <jim@meyering.net>
306         * coreutils.texi: Adjust alignment and mention `file, text, shell'
307         on the `* Coreutils:...' dirently line.  From Karl Berry.
309 2003-02-05  Jim Meyering  <jim@meyering.net>
311         * Makefile.am (check-texinfo): Allow bare `POSIX' to be used on
312         direntry lines.
314         * coreutils.texi: Use new form of @direntry.
315         Put unlink in its proper place.  Adjust wording in some
316         dir entry descriptions, mainly so they fit in 80 columns.
317         Don't use mark-up like @acronym{POSIX} in direntries.
318         Mostly from Karl Berry.
320 2003-01-25  Jim Meyering  <jim@meyering.net>
322         * coreutils.texi (cut invocation): Describe new functionality of
323         --output-delimiter=STR.
325 2003-01-24  Jim Meyering  <jim@meyering.net>
327         * coreutils.texi (The cut command): Give an example of using cut -c
328         with an output delimiter.  From Jan Nieuwenhuizen.
330         * coreutils.texi (The cut command): Extend the new example a little.
331         (Formatting file timestamps): Fix typo: s/%M:S/%M:%S/.
333         * coreutils.texi: Change each use of `Core-utils' to `Coreutils'.
334         From Karl Berry.
336 2003-01-19  Jim Meyering  <jim@meyering.net>
338         * coreutils.texi (Which files are listed): Document new option:
339         --dereference-command-line-symlink-to-dir.
341 2003-01-15  Paul Eggert  <eggert@twinsun.com>
343         Change ls -H back to the way it was yesterday, since this is
344         compatible with FreeBSD and the POSIX spec is confusing
345         and somewhat contradictory.
347         * coreutils.texi (Which files are listed, General output
348         formatting): Undo last change.
350 2003-01-15  Jim Meyering  <jim@meyering.net>
352         * coreutils.texi (General output formatting): Reflect option name change:
353         s/--dereference-command-line/--dereference-command-line-symlink-to-dir/.
354         Say that this option changes how ls treats only symlinks to directories
355         specified on the command line.
357 2002-08-27  Dmitry V. Levin  <ldv@altlinux.org>
359         * coreutils.texi: Document readlink.
361 2002-12-14  Jim Meyering  <jim@meyering.net>
363         * coreutils.texi (mknod invocation): Specify how major and minor mode
364         numbers are interpreted.  Report forwarded by Kristin E Thomas.
366 2002-11-13  Jim Meyering  <jim@meyering.net>
368         * coreutils.texi (Examples of expr): Remove bogus `^'s.
369         Reported by Thomas Goerlich.
371 2002-11-09  Jim Meyering  <jim@meyering.net>
373         * coreutils.texi (What information is listed) [--dired]:
374         Correct parts of --dired description.  Reported by Andre Spiegel.
375         Include a lot more description, with examples.
377 2002-11-06  Jim Meyering  <jim@meyering.net>
379         * coreutils.texi (printf invocation): Fix typo in index:
380         change \0x prefix to \x.
381         Change \xhhh to \xhh.
383 2002-10-07  Paul Eggert  <eggert@twinsun.com>
385         Add support for locale-specific size indications (e.g.,
386         thousands-separators) and for explicit size suffixes on output.
388         * coreutils.texi (Block size): Say that:
389         This affects display format as well as block size.
390         Fractional block counts are rounded up.
391         ls file size blocksize defaults to 1.
392         A block size spec preceded by ' generates thousands separators.
393         A suffix without a preceding integer generates suffixes.
394         (tail invocation): 32k -> 32 KiB.
395         (What information is listed): ls -h is now equivalent to
396         ls --block-size=human, and ls -H is now equivalent to
397         ls --block-size=si.  Displayed file size is now always affected by
398         --block-size.
400 2002-09-13  Jim Meyering  <jim@meyering.net>
402         * coreutils.texi (tail invocation): In --sleep-interval=NUMBER,
403         NUMBER may now be a floating point number.
404         (stat invocation): Remove references to now-removed %S and %C.
405         (Time directives) [%S]: Explain why the range is [0..60].
407 2002-08-30  Jim Meyering  <jim@meyering.net>
409         * coreutils.texi [START-INFO-DIR-ENTRY]: Don't use sc{} on LHS.
410         Fix typo: s/permission/permissions/.  From Michail Litvak.
412 2002-08-02  Paul Eggert  <eggert@twinsun.com>
414         * coreutils.texi (uniq invocation): uniq now obeys LC_COLLATE.
416 2002-07-29  Paul Eggert  <eggert@twinsun.com>
418         * coreutils.texi (nohup invocation): Change behavior to conform to
419         POSIX 1003.1-2001:
420           - Do not adjust scheduling priority.
421           - Redirects stderr to stdout, if stderr is not a terminal.
422           - Exit status is now 126 if command was found but not invoked,
423             127 if nohup failed or if command was not found.
425 2002-07-24  Jim Meyering  <jim@meyering.net>
427         * coreutils.texi (Time directives): Document %P, %R, %e, %F,
428         %g, %G, and %V
430 2002-07-22  Martin Michlmayr  <tbm@cyrius.com>
432         * coreutils.texi (Formatting the file names): Document
433         that -N/--literal are equivalent to --quoting-style=literal.
434         Reported by Oskar Liljeblad as Debian bug#103612.
436 2002-07-10  Jim Meyering  <jim@meyering.net>
438         * coreutils.texi (du invocation): s/PAT/PATTERN/.
439         From Martin Michlmayr.
441 2002-07-08  Jim Meyering  <jim@meyering.net>
443         * coreutils.texi (cp invocation): Remove unnecessary "$@" in example;
444         Texinfo would render the @" as an umlaut over the following character.
445         From Paul Eggert.
446         * Makefile.am (check-texinfo): Check for the above.
448 2002-07-06  Jim Meyering  <jim@meyering.net>
450         * coreutils.texi (stat invocation): Remove description of --secure.
452 2002-07-03  Jim Meyering  <jim@meyering.net>
454         * coreutils.texi (stat invocation): Rename --link/-l
455         to --dereference/-L.  Rewrite description of --dereference.
457 2002-06-26  Paul Eggert  <eggert@twinsun.com>
459         * coreutils.texi (Putting the tools together): Don't mention egrep,
460         since it's not part of POSIX 1003.1-2001.
462 2002-06-21  Jim Meyering  <jim@meyering.net>
464         * coreutils.texi (stat invocation): New section.  From Michael Meskes.
466 2002-05-19  Paul Eggert  <eggert@twinsun.com>
468         * coreutils.texi (ls invocation): Document new option: --author.
470 2002-06-03  Jim Meyering  <jim@meyering.net>
472         * coreutils.texi (rm invocation): Add the warning (also in the --help
473         output) that the contents of a removed file are often recoverable.
475 2002-05-27  Jim Meyering  <jim@meyering.net>
477         * Makefile.am (check-texinfo): Adapt to reflect that now we use
478         @acronym{POSIX}.
480 2002-05-26  Jim Meyering  <jim@meyering.net>
482         * coreutils.texi: Use @acronym in place of most uses of @sc.
483         * getdate.texi (Date input formats): Likewise.
485 2002-04-28  Jim Meyering  <jim@meyering.net>
487         * coreutils.texi: Change `@code{PROG}' to `@command{PROG}'.
489 2002-04-28  Paul Eggert  <eggert@twinsun.com>
491         * coreutils.texi (kill invocation): Document the above.
492         Document POSIX signals better.
494 2002-04-15  Jim Meyering  <jim@meyering.net>
496         * coreutils.texi: Document kill.
497         Written by Marcus Brinkmann.
499 2002-04-13  Jim Meyering  <jim@meyering.net>
501         * coreutils.texi: Document link and unlink.
503 2002-04-08  Jim Meyering  <jim@meyering.net>
505         * coreutils.texi: Use new directives, @copying and @insertcopying,
506         thus now requiring texinfo-4.2 to create the .info file.
508 2002-02-26  Paul Eggert  <eggert@twinsun.com>
510         * coreutils.texi (File characteristic tests): Document the
511         behavior of test -nt and -ot when one of the files does not exist,
512         using the same behavior that is documented in ksh93.
514 2002-03-05  Paul Eggert  <eggert@twinsun.com>
516         * coreutils.texi (cut invocation): Say that selected input is
517         written in the same order that it is read, and is written
518         exactly once.
520 2002-03-03  Paul Eggert  <eggert@twinsun.com>
522         Make cp -r equivalent to cp -R.  Add a new cp option --copy-contents
523         for people who want to emulate the traditional (and rarely desirable)
524         cp -r behavior.
526         * coreutils.texi (cp invocation): Document this.
527         Fix some related minor bugs: --no-dereference is no longer
528         equivalent to -d, and --archive (-a) can override the other
529         symlink options.  Warn that cp -R is not portable on symbolic
530         links unless you also specify -P.
532 2002-03-02  Jim Meyering  <jim@meyering.net>
534         * coreutils.texi (cp invocation): Document that cp -r
535         preserves symlinks.  Emphasize non-portability of cp -r.
537 2002-02-27  Paul Eggert  <eggert@twinsun.com>
539         * coreutils.texi (Time directives): Add %N for nanoseconds.
540         This documents the recent change to 'ls'.
542 2002-02-28  Jim Meyering  <jim@meyering.net>
544         * coreutils.texi (pr invocation): Reword to avoid using `:'
545         in an @opindex entry -- info doesn't permit it.
547 2002-02-27  Paul Eggert  <eggert@twinsun.com>
549         * coreutils.texi (Formatting file timestamps): Document new
550         time-formatting method: --time-style=+FORMAT.
552 2002-02-18  Paul Eggert  <eggert@twinsun.com>
554         * coreutils.texi (seq invocation): In the example, use "tail
555         -n 3", not "tail -3", to conform to POSIX 1003.1-2001.
557 2002-02-17  Jim Meyering  <jim@meyering.net>
559         * coreutils.texi (tsort background): New section.
560         From Ian Lance Taylor.
561         (tsort invocation): Add a more realistic example.
563 2002-02-15  Paul Eggert  <eggert@twinsun.com>
565         * coreutils.texi: Document _POSIX2_VERSION.
566         (Standards Conformance): New section.
568 2002-01-24  Jim Meyering  <jim@meyering.net>
570         * coreutils.texi (START-INFO-DIR-ENTRY): Remove a few entries
571         and clean up a few others based on suggestions from Bob Proulx.
573 2002-02-14  Paul Eggert  <eggert@twinsun.com>
575         Add support for POSIX 1003.1-2001, which requires removal for
576         support of obsolete "+" option syntax in sort, tail, and uniq.
577         * coreutils.texi: Document this.  (Also, document a similar
578         change to "touch", for fileutils).
580 2002-01-12  Jim Meyering  <jim@meyering.net>
582         * coreutils.texi (shred invocation): List some journaled filesystems.
584 2001-11-10  Jim Meyering  <jim@meyering.net>
586         * coreutils.texi (Date directives): Document %u.
588 2001-11-07  Paul Eggert  <eggert@twinsun.com>
590         * coreutils.texi (paste invocation): Give examples.
591         Thanks to Dan Jacobson for suggesting the examples.
593 2001-11-05  Jim Meyering  <jim@meyering.net>
595         * coreutils.texi (sort invocation): Recommend setting LC_ALL=C,
596         not LC_COLLATE=C.  Explain how the latter can cause problems.
597         Based on a message from Paul Eggert.
598         (ls invocation): Recommend setting LC_ALL=C, not LC_COLLATE=C.
600 2001-10-21  Jim Meyering  <jim@meyering.net>
602         * coreutils.texi (cp invocation): Describe --reply=...
604 2001-10-17  Jim Meyering  <jim@meyering.net>
606         * coreutils.texi (cp invocation): `cp --no-dereference' is
607         no longer equivalent to `cp -d'.
608         `cp -d' is equivalent to `--no-dereference --preserve=links'.
609         cp's -P option means --no-dereference, not --parents.
610         Describe new optional argument to --preserve.
611         Describe new option: --no-preserve=ATTRIBUTE_LIST.
613 2001-09-23  Jim Meyering  <jim@meyering.net>
615         * Makefile.am (check-texinfo): Redirect stderr of `grep -w' to
616         /dev/null, so people with old versions of grep don't see the failure.
618 2001-09-16  Jim Meyering  <jim@meyering.net>
620         * coreutils.texi (mv invocation): Describe new option:
621         --reply={yes,no,query}.  Fix a few typos.
623 2001-09-15  Paul Eggert  <eggert@twinsun.com>
625         * coreutils.texi (uniq invocation): The input need not
626         be sorted.  Try to clarify -d versus -D versus -u.
628 2001-09-12  Jim Meyering  <jim@meyering.net>
630         * coreutils.texi (tail invocation): Document new option: -F.
631         From Herbert Xu.
633 2001-09-04  Paul Eggert  <eggert@twinsun.com>
635         * coreutils.texi (join invocation): Describe the GNU
636         extension to join, which does not require sorted input when
637         the input contains no unpairable lines.
639 2001-09-03  Paul Eggert  <eggert@twinsun.com>
641         * coreutils.texi:
642         New 'uname' options -i or --hardware-platform,
643         and -o or --operating-system.
644         'uname -a' now outputs -i and -o information at the end.
645         New uname option --kernel-version is an alias for -v.
646         Uname option --release has been renamed to --kernel-release,
647         and --sysname has been renamed to --kernel-name;
648         the old options will work for a while, but are no longer documented.
650 2001-08-24  Herbert Xu  <herbert@gondor.apana.org.au>
652         * coreutils.texi (cut invocation): Document how cut treats lines
653         with no separators.
655 2001-06-19  Paul Eggert  <eggert@twinsun.com>
657         * coreutils.texi: expr now uses LC_COLLATE for string comparison,
658         as per POSIX.
660 2001-08-25  Jim Meyering  <jim@meyering.net>
662         * coreutils.texi: Use @option, rather than @samp everywhere.
664 2001-06-21  Paul Eggert  <eggert@twinsun.com>
666         * coreutils.texi: 'expr' now requires '+' rather than 'quote'
667         to quote tokens.
669 2001-07-14  Jim Meyering  <jim@meyering.net>
671         * coreutils.texi (cp invocation): Reflect 2001-07-08 change to
672         cp (via copy.c).
674 2001-06-16  Jim Meyering  <jim@meyering.net>
676         * Makefile.am (info_TEXINFOS): Reflect renaming: s/omni-/core/.
677         * coreutils.texi: Likewise.
679         * coreutils.texi: New, renamed from omni-utils.texi.
680         * omni-utils.texi: Removed, renamed to coreutils.texi.
682         * omni-utils.texi (ls invocation): Mention the effect of locale.
683         Reported by Keith Thompson.
685 2001-05-24  Jim Meyering  <jim@meyering.net>
687         * texinfo.tex: Update from master source.
689         * omni-utils.texi (ls invocation): Document more clearly what ls
690         does when given no arguments.
692 2001-05-21  Jim Meyering  <jim@meyering.net>
694         * textutils.texi: Remove file.
696         * Makefile.am ($(DVIS), $(INFO_DEPS)): Depend on $(EXTRA_DIST).
697         (DISABLED_constants.texi): New rule -- disabled for now.
699         This directory is now shared by fileutils, textutils, and sh-utils.