201070dbfd0588cdb8d051ae7c095c223e60d88c
[platform/upstream/coreutils.git] / doc / ChangeLog
1 2006-12-21  Jim Meyering  <jim@meyering.net>
2
3         * coreutils.texi (dd invocation): Improve the documentation
4         for bs, ibs, obs, and cbs.  Suggestion from Dan Jacobson.
5         Patch by Olivier Delhomme.
6
7 2006-12-14  Jim Meyering  <jim@meyering.net>
8
9         * coreutils.texi: Remove two doubled words.
10         (Treating / specially): With --preserve-root, chgrp and chown
11         will not modify "/", even through a symlink.
12
13 2006-11-28  Jim Meyering  <jim@meyering.net>
14
15         * perm.texi (Mode Structure): Fix typo: s/setgid/setuid/.
16         Reported by Georg Neis as Debian bug 400778.
17
18 2006-10-27  Jim Meyering  <jim@meyering.net>
19
20         * coreutils.texi (wc invocation): When giving the order in which
21         the various "counts" are listed, also mention "maximum line length".
22         Prompted by a report from Vincent LeFevre.
23
24 2006-10-23  Jim Meyering  <jim@meyering.net>
25
26         * coreutils.texi (rm invocation): Describe --one-file-system.
27
28 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
29
30         * coreutils.texi (groups invocation): "groups" no longer prefixes
31         the output with "user :" unless more than one user is specified.
32
33 2006-09-19  Paul Eggert  <eggert@cs.ucla.edu>
34
35         * coreutils.texi (cp invocation): Say that -i and -f are
36         independent.  Clarify -i's behavior.
37         (Disk usage): Clarify intro.  Problem reported by Van Ly.
38
39 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40
41         * coreutils.texi (tail invocation): Ignore -f when standard input
42         is a FIFO, too.
43
44 2006-09-02  Paul Eggert  <eggert@cs.ucla.edu>
45
46         * coreutils.texi (Treating / specially): --preserve-root is
47         now the default for rm.
48         (rm invocation): Likewise.  Also, document that you can't
49         remove `.' or `..'.  Use the POSIX term "root directory"
50         rather than the more-ambiguous "file system root".
51
52 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
53
54         * .cvsignore: Add Makefile.in, coreutils.html, coreutils.pdf,
55         coreutils.ps, coreutils.tps.  Remove coreutils.cm (dunno what it
56         is, but the makefile doesn't mention it).  Remove coreutils.info
57         as it is subsumed by coreutils.info*.
58
59 2006-08-22  Jim Meyering  <jim@meyering.net>
60
61         * .cvsignore: Add files that are now generated by ../bootstrap.
62
63 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
64
65         * Makefile.in, fdl.texi, getdate.texi:
66         Remove from CVS, since ../bootstrap generates them automatically.
67
68 2006-08-17  Jim Meyering  <jim@meyering.net>
69
70         * Makefile.am (EXTRA_DIST): Reflect doclicense.texi->fdl.texi renaming.
71
72 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
73
74         * ChangeLog: Add copyright notice.
75         * Makefile.am: Likewise.
76         * getdate.texi: Likewise.
77         * perm.texi: Likewise.
78         * getdate.texi: Update to version 1.2 of the GNU FDL.
79         * coreutils.texi: Likewise.
80         (Copying This Manual): Renamed from GNU Free Documentation License.
81         Now an appendix.  Include fdl.texi rather than doclicense.texi.
82         * fdl.tex: Renamed from doclicense.texi.  Latest version from FSF.
83         * perm.texi: Add copyright notice.
84
85 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
86
87         * coreutils.texi (df invocation): df exits nonzero if it outputs
88         nothing.
89
90 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
91
92         * coreutils.texi (dd invocation): Warn about oflag=append without
93         conv=notrunc.  See Debian bug 373736.
94
95 2006-08-08  Paul Eggert  <eggert@cs.ucla.edu>
96
97         * coreutils.texi (shuf invocation, Random sources): New sections.
98         (Operating on sorted files): Add shuf.
99         (sort invocation, shred invocation): New option --random-source.
100         (sort invocation): Fix typo: -R -> -r.
101
102 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
103
104         * coreutils.texi (install invocation, mkdir invocation):
105         Add cross-references to Directory Setuid and Setgid.
106         (install-invocation): The default mode is no longer equivalent to 755.
107         * perm.texi (Changing Special Mode Bits): Clarify u+s versus
108         a+s versus +s, and likewise for g+s.
109         (Numeric Modes): Bring back example of 0055 == 55.  4755 no
110         longer clears setgid bit on directories.
111         (Directory Setuid and Setgid): Numeric modes now affect setuid
112         and setgid on directories only if they set these bits.  This
113         is so that leading 0 has no effect on numeric modes.
114
115 2006-07-26  Jim Meyering  <jim@meyering.net>
116
117         * coreutils.texi (What information is listed): Mention that missing
118         pieces of information are marked with "?".  From Paul Eggert.
119
120 2006-07-25  Paul Eggert  <eggert@cs.ucla.edu>
121
122         * perm.texi (Directory Setuid and Setgid): Explain that this is a
123         GNU extension, and that other systems behave differently here.
124
125 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
126
127         * coreutils.texi (What information is listed): Clarify that the
128         restricted deletion flag is another name for the sticky bit.
129         * perm.texi (Mode Structure): The restricted deletion flag
130         restricts only unprivileged users.
131         (Mode Structure, Symbolic Modes, Numeric Modes): Be more careful
132         about distinguishing file mode bits from permissions bits,
133         and about execute versus search permission.  The FreeBSD command
134         is chflags, not chrflags.
135
136 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
137
138         * coreutils.texi: Change GNU to @acronym{GNU} in a few places.
139         Use "set-user-ID" and "set-group-ID" a bit more consistently.
140         Use "appropriate privileges" rather than "super-user" a bit
141         more consistently.
142         (install invocation): Parent directories are now 755 without uid
143         or gid changing.  The default mode is now 0755, not 755.
144         (mkdir invocation): Rewrite the top-level usage description, since
145         I couldn't easily follow the old one.  It's now 3 lines not 8.
146         For -m, describe file permission bits versus other bits, and note
147         that mkdir is atomic if you don't mention special bits.
148         (chmod invocation): Mention what chmod does to setgid and setuid bits.
149         * perm.texi (Mode Structure): Modernize the explanation of the
150         setuid and setgid bits on directories.
151         (Changing Special Mode Bits): Mention that a implies both u and g
152         for s.  Cross reference to new node.
153         (Numeric Modes): Don't claim that 0055 is the same as 55; this isn't
154         true any more.  Mention new node.
155         4755 is now like u=rwxs,go=rx,g-s, not like u=rwxs,go=rx.
156         (Directory Setuid and Setgid): New node.
157
158 2006-07-08  Jim Meyering  <jim@meyering.net>
159
160         * coreutils.texi (Squeezing): Separate doubled "the", so typo-checkers
161         don't complain.
162
163         * Makefile.am (check-texinfo): Enforce the zeros vs. zeroes consistency.
164
165 2006-07-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
166
167         * coreutils.texi: Fix some typos.  Use `zeros' consistently (both
168         `zeros' and `zeroes' are correct).
169
170 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
171
172         * coreutils.texi (tail invocation): With no operand, 'tail -f' now
173         silently ignores the '-f' only if standard input is a FIFO or pipe
174         and POSIXLY_CORRECT is set.
175
176 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
177
178         * coreutils.texi (seq invocation): seq now uses long double
179         internally rather than double.  It now defaults to a minimal fixed
180         point format if possible.  It lets you use %a, %A, %E, %F, %G.
181         Don't assume printf doesn't work for numbers that fit in 64 but
182         not 32 bits; typically they work these days.  Improve discussion
183         of large integers and update the rounding-error numbers.
184
185 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
186
187         * coreutils.texi (sort invocation): 'sort +1 -2' is now supported
188         even when conforming to POSIX 1003.1-2001, since this is a pure
189         extension to POSIX.
190
191 2006-06-27  Jim Meyering  <jim@meyering.net>
192
193         * coreutils.texi (wc invocation): Remove ./ prefix from example.
194         From Padraig Brady.
195
196 2006-06-26  Jim Meyering  <jim@meyering.net>
197
198         * coreutils.texi (wc invocation): Spell out `--files0-from' in
199         the example. Suggestion from Bob Proulx.
200
201         * coreutils.texi (wc invocation): Document new --files0-from option.
202
203 2006-06-20  Eric Blake  <ebb9@byu.net>
204
205         * coreutils.texi (sleep invocation): Document that accepting
206         multiple arguments and suffixes are extensions.
207         Reported by Dan Jacobson.
208
209 2006-06-12  Paul Eggert  <eggert@cs.ucla.edu>
210
211         * Makefile.am (check-texinfo): Use $(_W) and $(W_) instead of
212         assuming grep -w (which is not portable).
213
214 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
215
216         * Makefile.am: Use `AM_MAKEINFOFLAGS' rather than
217         overwriting `MAKEINFO', so that `missing' can do its job.
218
219         * Makefile.am (check-texinfo): Use `$(EGREP)' instead of `grep -E'.
220         (check-texinfo): Use literal `{' only in brackets, i.e., [{] or [}],
221         to avoid triggering an error from Solaris 2.6's grep.
222
223 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
224
225         * coreutils.texi (sort invocation): Remove mention of --seed, since
226         it's going away.
227
228 2006-05-04  Eric Blake  <ebb9@byu.net>
229
230         * coreutils.texi (Examples of date): Give example of @seconds.
231
232 2006-05-03  Paul Eggert  <eggert@cs.ucla.edu>
233
234         * coreutils.texi (head invocation, tail invocation, sort invocation):
235         Give advice about porting to hosts that support only obsolete syntax.
236         Problem reported by Zack Weinberg.
237
238 2006-04-23  Francesco Montorsi  <fr_m@hotmail.com>
239
240         * coreutils.texi (Which files are listed): Describe new option:
241         --group-directories-first.
242
243 2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
244
245         * coreutils.texi (What information is listed): Add P for Solaris
246         10 ports.  Add commented-out entries for other types that POSIX
247         says are possible, or that I observed in FreeBSD documentation.
248
249 2006-04-18  Jim Meyering  <jim@meyering.net>
250
251         * coreutils.texi (Input processing in ptx): Remove mention of the
252         default --ignore file, /usr/local/lib/eign.  That file has never
253         been used.  Reported by Eric Blake.
254
255 2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
256
257         * coreutils.texi (expr invocation): expr exit status is 3 only for
258         internal errors now; 2 is also for invalid values in expressions.
259
260         (What information is listed): Document 'ls' type letters.
261         Problem reported by Lincoln Martin.
262
263 2006-04-09  Ori Avtalion  <oavtal@bezeqint.net>
264
265         * coreutils.texi (Top): Add 'hostid' to System context menu line.
266         (trivial change)
267
268 2006-03-22  Eric Blake  <ebb9@byu.net>
269
270         * coreutils.texi (General options in ptx): Undocument --copyright.
271
272 2006-03-27  Eric Blake  <ebb9@byu.net>
273
274         * coreutils.texi (dirname invocation): Macro in previous patch
275         was too broad.
276
277 2006-03-11  Eric Blake  <ebb9@byu.net>
278
279         * coreutils.texi (basename invocation, dirname invocation):
280         Improve documentation to match recent // patches.
281
282 2006-03-23  Paul Eggert  <eggert@cs.ucla.edu>
283
284         * coreutils.texi (nohup invocation): nohup now redirects stderr to
285         nohup.out if stdout is closed and stderr is a tty.
286
287 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
288
289         * coreutils.texi (dd invocation): New flags directory, nolinks.
290         Alphabetize nofollow.
291
292 2006-02-17  Simon Josefsson  <jas@extundo.com>
293
294         * coreutils.texi: Add base64 section.
295
296 2006-02-20  Eric Blake  <ebb9@byu.net>
297
298         * coreutils.texi (rm invocation): Fix typo in last patch.
299         (paste invocation): Fix whitespace.
300
301 2006-02-18  Eric Blake  <ebb9@byu.net>
302
303         * coreutils.texi (rm invocation): Document new -I option, and new
304         --interactive behavior.
305
306 2006-02-12  Jim Meyering  <jim@meyering.net>
307
308         * coreutils.texi (Character sets): Don't say that an unknown
309         backslash-escape causes an error message -- it doesn't.
310         Mention that `\' also removes any special significance, so
311         is useful for [, ], *, -.  Prompted by Richard Neill in
312         http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=14937
313
314 2006-02-01  Paul Eggert  <eggert@cs.ucla.edu>
315
316         * coreutils.texi (od invocation): Warn that -t a ignores the high
317         order bit.
318
319 2006-01-30  Paul Eggert  <eggert@cs.ucla.edu>
320
321         * coreutils.texi (tail invocation): In the obsolete usage, the
322         count is optional, so put square brackets around it.
323
324 2006-01-02  Paul Eggert  <eggert@cs.ucla.edu>
325
326         * getdate.texi (General date syntax): Invalid dates are rejected.
327         (Time of day items): Mention the possibility of leap seconds.
328         Problem reported by Dr. David Alan Gilbert.
329
330         * coreutils.texi: Use @acronym around "ISO" uniformly.
331         (Date conversion specifiers): Explain %g, %G, and %V a bit better.
332
333 2006-01-02  Jim Meyering  <jim@meyering.net>
334
335         * coreutils.texi (tail invocation): Say that --retry
336         is useful `mainly' (not `only') when following by name.
337
338 2006-01-01  Paul Eggert  <eggert@cs.ucla.edu>
339
340         * coreutils.texi, perm.texi: Clarify file mode bits versus
341         file permission bits.
342         * coreutils.texi (mkfifo invocation, mknod invocation): -m
343         affects only file permission bits.
344
345 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
346
347         * coreutils.texi (sort invocation): Clarify that a blank is a space
348         or a tab.
349
350 2005-12-15  Jim Meyering  <jim@meyering.net>
351
352         * coreutils.texi (stat invocation) [--printf]: Describe new option.
353         [--format]: Add example.  Distinguish from --printf.
354         Sort option descriptions.
355
356 2005-12-05  Andreas Gruenbacher  <agruen@suse.de>
357
358         * coreutils.texi (ls): Clarify the Alternate Access Method description.
359         (cp): Clarify that --preserve=mode also preserves acls.
360
361 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
362
363         * coreutils.texi (sort invocation): Clarify explanation of
364         --random-sort, and use a simpler example.
365
366 2005-12-10  Frederik Eaton  <frederik@ofb.net>
367
368         * coreutils.texi (sort invocation): Add --random-sort (-R) and --seed.
369
370 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
371
372         * coreutils.texi (dd invocation): New noatime flag.
373
374 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
375
376         * coreutils.texi (df invocation): Document treatment of dummy file
377         systems better.
378
379 2005-11-16  Paul Eggert  <eggert@cs.ucla.edu>
380
381         * coreutils.texi (ln invocation): ln -v now outputs lines only for
382         successful links.
383         (tail invocation): Say that the obsolete form uses exactly one
384         option and at most one file.
385
386 2005-11-13  Jim Meyering  <jim@meyering.net>
387
388         * perm.texi (Mode Structure): Capitalize two sentences in an
389         enumerated list and fix a typo.  From Aaron Hawley.
390
391 2005-11-08  Paul Eggert  <eggert@cs.ucla.edu>
392
393         * coreutils.texi (Formatting file timestamps): ls now defaults to
394         --time-style='locale', which in turn acts like
395         --time-style='posix-long-iso' if the locale settings are messed up.
396
397 2005-11-02  Paul Eggert  <eggert@cs.ucla.edu>
398
399         * coreutils.texi (rm invocation): Don't mention --directory (-d).
400
401 2005-11-01  Paul Eggert  <eggert@cs.ucla.edu>
402
403         * coreutils.texi (tail invocation): Describe obsolete usages
404         like "tail -2" more precisely.
405         (touch invocation): The old usage works only for 1969-1999 now.
406
407 2005-08-28  David Madore  <david.madore@ens.fr>
408
409         * coreutils.texi: Document SHA-1 and SHA-2 utilities.
410
411 2005-10-15  Paul Eggert  <eggert@cs.ucla.edu>
412
413         * doc/coreutils.texi (Top, General output formatting, dir invocation):
414         (vdir invocation): Don't document the old v and d commands.
415
416 2005-10-15  Jim Meyering  <jim@meyering.net>
417
418         * coreutils.texi (du invocation): Document du's -m option,
419         now that we've decided to keep it.
420         (who invocation): Remove documentation for deprecated --idle (-i).
421
422 2005-10-13  Jim Meyering  <jim@meyering.net>
423
424         * coreutils.texi: Avoid a few overfull/underfull hboxes.
425
426 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
427
428         * coreutils.texi (touch invocation):
429         "touch -" now touches standard output.
430
431 2005-09-17  Paul Eggert  <eggert@cs.ucla.edu>
432
433         * coreutils.texi (who invocation): Remove a stray '+'.
434
435 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
436
437         * coreutils.texi (uname invocation): uname -a no longer generates
438         the -p and -i outputs if they are unknown.
439
440 2005-09-13  Paul Eggert  <eggert@cs.ucla.edu>
441
442         * coreutils.texi (Time conversion specifiers, Options for date):
443         Document date --rfc-3339 and new specifiers %:z, %::z, %:::z.  Use
444         "date and time" consistently; the old version sometimes said "time
445         and date".  Fix a minor bug in the documentation for --rfc-2822:
446         it claimed day-of-month < 10 had leading space, not leading zero.
447         Use a consistent format for terms like "RFC".
448         (uname invocation): Mention that Linux outputs "unknown" for
449         -i and -p.
450
451 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
452
453         * coreutils.texi (nice invocation): Document "niceness" versus
454         "nice value" versus "scheduling priority".
455
456 2005-09-07  Paul Eggert  <eggert@cs.ucla.edu>
457
458         * coreutils.texi (nice invocation): Use "niceness", not "nice value"
459         to talk about nice values offset by -20.  Don't use the word
460         "priority" when niceness is intended.
461
462 2005-08-15  Jim Meyering  <jim@meyering.net>
463
464         * coreutils.texi (join invocation): Itemize the defaults.
465         From Karl Berry.
466
467 2005-08-12  Jim Meyering  <jim@meyering.net>
468
469         * coreutils.texi (cp invocation, mv invocation): Remove square
470         brackets in --reply=[HOW].  Reported by Oscar Liljeblad.
471
472 2005-07-19  Paul Eggert  <eggert@cs.ucla.edu>
473
474         * coreutils.texi (md5sum invocation): --check now allows multiple
475         FILE inputs.
476
477 2005-07-18  Paul Eggert  <eggert@cs.ucla.edu>
478
479         * coreutils.texi (false invocation):
480         Mention that false is often built-in, and that it exits
481         with status >1 on some hosts.
482         (true invocation): Remove now-incorrect "non-POSIX mode" reference.
483
484 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
485
486         * coreutils.texi (nohup invocation): POSIXLY_CORRECT no longer
487         affects nohup's behavior.  Input is redirected from /dev/null.
488
489 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
490
491         * coreutils.texi (cat invocation): Remove -B or --binary option
492         (available on MS-DOS-like platforms only).  Explain when text and
493         binary mode are used now.
494         (md5sum invocation): -b actually does have an effect on Unix: it
495         causes "*" to be output.  Explain when text and binary mode are
496         used now.
497
498 2005-07-03  Jim Meyering  <jim@meyering.net>
499
500         * coreutils.texi (cp invocation): Mark --reply as deprecated.
501         (mv invocation): Likewise.
502
503 2005-06-24  Jim Meyering  <jim@meyering.net>
504
505         * coreutils.texi (cp invocation): Clarify how --reply=no works.
506
507 2005-06-14  William Brendling  <wbrendling@gmail.com>
508
509         * coreutils.texi (du invocation): New options --last-time and
510         --time-style.
511
512 2005-06-19  Jim Meyering  <jim@meyering.net>
513
514         * coreutils.texi (ln invocation): Change a few `paths' to `file names'.
515         * Makefile.am (check-texinfo): Also catch uses of path, pathname.
516
517 2005-06-17  Jim Meyering  <jim@meyering.net>
518
519         * coreutils.texi (shred invocation): Clarify that shred
520         works on ext3 as long as it's not in data=journal mode.
521         Patch from Mark Melahn.
522
523 2005-06-16  Jim Meyering  <jim@meyering.net>
524
525         * coreutils.texi (Backup options): Undocument --version-control=S (-V).
526
527 2005-06-07  Jim Meyering  <jim@meyering.net>
528
529         * coreutils.texi (ln invocation): Examples, from Bob Proulx.
530
531 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
532
533         Use "file name" when talking about file names, instead of "filename"
534         or "path", as per the GNU coding standards.
535         * coreutils.texi (readlink invocation): "path component" ->
536         "component", since we don't use the POSIX "path" nomenclature.
537
538 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
539
540         * getdate.texi (General date syntax): Don't say that date
541         date --iso-8601=ns generates acceptable dates; it doesn't yet.
542         Problem reported by Nic Ferrier.
543
544 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
545
546         * coreutils.texi (dd invocation): New flags "binary" and "text".
547
548 2005-05-04  Paul Eggert  <eggert@cs.ucla.edu>
549
550         * coreutils.texi (chmod invocation): chmod -w complains if its
551         behavior differs from what chmod a-w would do.
552
553 2005-05-02  Paul Eggert  <eggert@cs.ucla.edu>
554
555         * coreutils.texi (ls invocation): ls --indicator-style=directory
556         renamed to ls --indicator-style=slash, to avoid confusion with ls
557         --directory.
558
559 2005-04-28  Paul Eggert  <eggert@cs.ucla.edu>
560
561         * perm.texi (Mode Structure, Changing Special Permissions):
562         (Conditional Executability, Numeric Modes):
563         These days the sticky bit is more often uses as the restricted
564         deletion flag, so modernize the discussion about this.
565         (Mode Structure): Linux/GNU -> GNU/Linux.
566         (Symbolic Modes): Don't imply that "+ur" or "u" is valid.
567         (Setting Permissions): Don't imply that "+t" is invalid.
568         Use "rwx" rather than the less-common "rxw" in an example.
569         (Copying Permissions): Say that ugo is a replacement for
570         a string of the other letters.  Add spaces around examples.
571         Use "set-user-ID" rather than "set user ID" to avoid ambiguity.
572         Use "+t" rather than "o+t", since POSIX doesn't specify the latter.
573         Mention which combinations are portable and which are GNU.
574         (Numeric Modes): Don't imply they aren't portable; they are
575         nowadays.
576
577 2005-04-26  Paul Eggert  <eggert@cs.ucla.edu>
578
579         * coreutils.texi (Standards conformance): Do not mention head -10,
580         since it now works the same regardless of POSIX version.
581         (od invocation): -w N -> -w[N].
582         (pr invocation): -S STRING -> -SSTRING.
583         (fold invocation): -WIDTH works even when conforming to POSIX
584         1003.1-2001.
585         (head invocation, tail invocation): Likewise for -NUM.
586         (split invocation): Likewise for -LINES.
587         (uniq invocation): Likewise for -N.
588         (expand invocation, unexpand invocation): Likewise for -TAB.
589         (nice invocation): Likewise for -ADJUSTMENT.
590         (sort invocation): Clarify explanation of +N option.
591         (uniq invocation): Likewise.
592         (join invocation): Remove special case for --help, --version.
593         (touch invocation): Clarify explanation of date options.
594         (Options for date): -I timespec -> -I[timespec].
595
596 2005-04-23  Paul Eggert  <eggert@cs.ucla.edu>
597
598         * coreutils.texi (install invocation): Use a= instead of 0 for
599         the point of departure for -m, and explain what it meeams.
600         (mkdir invocation, mkfifo invocation, mknod invocation):
601         The umask does not affect the point of departure.
602         Problem reported by Mike Stone.
603
604 2005-04-11  Paul Eggert  <eggert@cs.ucla.edu>
605
606         * coreutils.texi: For consistency, standardize on "user ID" rather
607         than "uid" or "UID" or "user id".  Similarly for "group ID".
608
609 2005-04-09  Jim Meyering  <jim@meyering.net>
610
611         * coreutils.texi (rm invocation): Say that --recursive removes
612         listed directories too, not just their contents.
613
614 2005-04-08  Paul Eggert  <eggert@cs.ucla.edu>
615
616         * coreutils.texi (dd invocation): Document the distinction between
617         INFO and USR1 for dd, and the effect of POSIXLY_CORRECT here.
618
619 2005-04-05  Paul Eggert  <eggert@cs.ucla.edu>
620
621         * coreutils.texi (cat invocation, chown invocation)
622         (chgrp invocation, basename invocation, dirname invocation):
623         Add examples, which are copies of the examples newly added
624         to the usage messages.
625         (ln invocation): Use same format as other examples above,
626         for consistency.
627
628 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
629
630         * coreutils.texi: Clarify NUL vs null byte vs null character.
631
632 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
633
634         * coreutils.texi (nohup invocation): Clarify nohup.out creation.
635
636 2005-03-11  Paul Eggert  <eggert@cs.ucla.edu>
637
638         * coreutils.texi (Formatting file timestamps): Very long timestamps
639         may be treated as errors.
640
641 2005-03-08  Paul Eggert  <eggert@cs.ucla.edu>
642
643         * coreutils.texi (date invocation): Use an example that makes it
644         clear tha the default date use space-padded day of month.
645         Replace "directive" with "conversion specifier" to be consistent
646         with POSIX.  All uses changed.
647         Fix menu RHS to match actual directive lists.
648         (Time conversion specifiers): Renamed from Time directives.
649         Use @samp consistently, sometimes instead of @code.
650         Consistently ention which specifiers are GNU extensions.
651         Give more examples (in some cases, instead of ranges).
652         Say why %F is preferred for dates.
653         (Date conversion specifiers): Renamed from Date directives.
654         Likewise for other changes.
655         (Padding and other flags): Correct the description.
656         Document #.  Give an example for %9B.
657
658 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
659
660         * coreutils.texi: Adjust to match current strftime.c.
661         (Time directives): Say that %k, %l, and %P are GNU extensions.
662         For %p and %P, mention handling of noon and midnight.
663         For %s, use ISO 8601, and mention handling of leap seconds.
664         For %S, clarify mention of leap seconds.
665         For %T, say that it's the same as %H:%M:%S.
666         For %X, don't say that it must be the same as %H:%M:%S.
667         For %z and %Z, clarify which time zones are used.  These options
668         are now affected by --date, so don't claim that they're not.
669         (Date directives): %C is now all but the last two chars of %Y.
670         For %D, say that it's equivalent to %m/%d/%y.
671         For %e, use blank in example.
672         For %h, use @code for %b.
673         For %Y, mention what happens with outlandish years.
674         (Padding and other flags): Renamed from Padding.
675         Mention that the flags are GNU extensions.
676         Mention the 0 and ^ flags.
677         Mention field widths an modifiers.
678         (Examples of date): - is a flag, not a modifier.
679
680 2005-01-07  Jim Meyering  <jim@meyering.net>
681
682         * coreutils.texi (sort invocation): Specify that a string
683         of zero digits is interpreted as 0.  Reported by Ulrich Hermisson.
684
685 2005-01-04  Jim Meyering  <jim@meyering.net>
686
687         * coreutils.texi (shred invocation): Clarify that shred works fine
688         with journaled file systems that are configured not to journal
689         file system data.  Also mention BFS and NTFS.
690
691 2004-12-15  Paul Eggert  <eggert@cs.ucla.edu>
692
693         * coreutils.texi (ls invocation): Change minor problem to be
694         "subdirectory not found", since top-level trouble is now serious.
695         (dircolors invocation): Quote argument to eval.  Problem reported
696         by Stephane Chazelas.
697
698 2004-12-11  Paul Eggert  <eggert@cs.ucla.edu>
699
700         * coreutils.texi (join invocation): Mention that blank separators
701         in the -o option need to be quoted.  Problem reported by Phil Clayton.
702
703 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
704
705         * coreutils.texi (id invocation): -G also prints main group.
706         Problem reported by Tim Waugh.
707
708 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
709
710         * coreutils.texi (ls invocation): Document new "ls" exit status.
711
712 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
713
714         * getdate.texi (Time of day items, Time zone items):
715         Describe new formats +00:00, UTC+00:00.
716
717 2004-12-04  Jim Meyering  <jim@meyering.net>
718
719         * coreutils.texi (cut invocation): Say when --complement is useful.
720
721 2004-10-01  Paolo Bonzini  <bonzini@gnu.org>
722
723         * coreutils.texi (cut invocation): Document --complement and
724         adjust the documentation of -b, -c, -f.
725
726 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
727
728         * coreutils.texi (du invocation): Use if=/dev/null rather
729         than :|.  Problem reported by Dan Jacobson.
730         Use "seek=2GiB" rather than the wordier "seek=`echo '2^31'|bc`".
731         Say "KiB" not the (inaccurate) "kilobytes".
732         Similarly for "GiB" and "gigabytes".
733
734 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
735
736         * coreutils.texi: Changes inspired by Debian coreutils 5.2.1-2.
737         (General output formatting): -x doesn't have an operand.
738         (Formatting the file names): Warn that even with -N unprintable
739         chars are still printed as '?' some times.
740         (rm invocation): Reword rm -d to note that it's sometimes useful
741         on non-directories.
742         (logname invocation, users invocation, who invocation):
743         The utmp and wtmp file names vary from system to system.
744
745         * getdate.texi (General date syntax): "next" is 1, not 2.
746         Document that "second" isn't allowed as an ordinal number.
747
748 2004-11-15  Paul Eggert  <eggert@cs.ucla.edu>
749
750         * coreutils.texi (dd invocation): Reword the new dd message.
751
752 2004-11-14  Paul Eggert  <eggert@cs.ucla.edu>
753
754         * coreutils.texi (dd invocation): dd now outputs total bytes,
755         seconds, and bytes per second.
756
757 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
758
759         * Makefile.am (_W, W_): New macros.
760         (check-texinfo): Use them instead of assuming grep -w (which is not
761         portable).
762
763 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
764
765         * coreutils.texi: Document TZ better, and adjust to new getdate.texi.
766         (Top): Update menu.
767         (pr invocation, Formatting file timestamps, touch invocation,
768         stat invocation, who invocation, date invocation, Options for date):
769         Mention TZ.
770         * getdate.texi: Sync from gnulib.
771
772 2004-10-28  Paul Eggert  <eggert@cs.ucla.edu>
773
774         * coreutils.texi (Standards conformance): Use "head -10" rather
775         than "head -1" as example of obsolete usage, since the POSIX
776         consensus is that "head -1" could be supported even if we don't
777         yet have clear consensus on "head -10".  See today's revision to
778         the SUS FAQ
779         <http://www.opengroup.org/austin/papers/single_unix_faq.html>.
780
781 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
782
783         * coreutils.texi (pathchk invocation): Options must precede operands.
784
785 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
786
787         * coreutils.texi (pathchk invocation): Overall lengths are
788         OS limits, not file system limits.  Component length checks
789         apply to all components, not merely to existing ones.  Say
790         that nonexistent names are not errors.  For -p, omit all
791         checks based on the underlying file system, not merely length
792         checks.  Explain what the portable file name character set is.
793
794 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
795
796         * coreutils.texi (printf invocation): Mention ISO/IEC 10646 as
797         well as Unicode.  Various minor formatting cleanups.
798
799 2004-10-13  Paul Eggert  <eggert@cs.ucla.edu>
800
801         * coreutils.texi (sort invocation): Move LC_ALL, LC_COLLATE
802         index entries to proper paragraph.
803
804 2004-10-12  Jim Meyering  <jim@meyering.net>
805
806         * Makefile.am (check-texinfo): Add `builtin' and `builtins' to
807         the list of words to avoid.
808
809 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
810
811         * coreutils.texi (Special built-in utilities): New node.
812         (printf invocation): builtin -> built-in, for consistency
813         with POSIX terminology.
814         (test invocation, pwd invocation):
815         Use specific rather than generic language to warn about
816         built-in commands.
817         (chroot invocation, env invocation, nice invocation, nohup invocation):
818         Warn that command must not be a special built-in.
819         (env invocation): Warn about environment variables with unusual
820         spellings, or duplicates.
821
822 2004-09-26  Paul Eggert  <eggert@cs.ucla.edu>
823
824         * coreutils.texi (ls invocation): Document "ls --hide".
825
826 2004-09-24  Paul Eggert  <eggert@cs.ucla.edu>
827
828         * coreutils.texi (chmod invocation): Warn about "chmod -w file".
829
830 2004-09-23  Paul Eggert  <eggert@cs.ucla.edu>
831
832         * coreutils.texi (tail invocation): Fix bugs in the description of
833         the obsolete syntax (e.g., it does not support -k or -m).  Warn
834         about usages like "tail -" and "tail -c 4" that are ambigous on
835         older systems.
836
837 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
838
839         * coreutils.texi (mv invocation, rm invocation): Say "the response
840         is affirmative" rather than "the response begins with y or Y",
841         so that the documentation is accurate in non-English locales.
842         Problem reported by Munzir Taha.
843
844 2004-09-18  Paul Eggert  <eggert@cs.ucla.edu>
845
846         * coreutils.texi (dd invocation): Distinguish between options
847         (e.g., --help) and operands (e.g., if=file).  Move miscellaneous
848         stuff after the operand descriptions, for clarity.
849
850 2004-09-09  Paul Eggert  <eggert@cs.ucla.edu>
851
852         * coreutils.texi (sort invocation): -u disables the last-resort
853         comparison, too.  Revamp its description.
854         (test invocation): Document -r, -w, -x more carefully.
855
856 2004-09-08  Paul Eggert  <eggert@cs.ucla.edu>
857
858         * coreutils.texi (Common options): Some programs don't reorder
859         options.
860         (tr invocation, echo invocation, printf invocation, test invocation,
861         expr invocation, basename invocation, chroot invocation,
862         nice invocation, nohup invocation, seq invocation):
863         This program doesn't reorder options.
864         (tr invocation): Mention --help, --version, --.
865         (echo invocation): Mention that -- isn't special.
866         (test invocation): Mention that the expression is optional,
867         and that test ! EXPR is like ! test EXPR.
868         Mention that -h and -L don't dereference symlinks.
869         (expr invocation): Mention --help, --version.
870
871         * coreutils.texi (sort invocation): Add remarks about sort -u
872         versus sort | uniq.  Prompted by a question from Andrew Noymer.
873
874 2004-09-06  Paul Eggert  <eggert@cs.ucla.edu>
875
876         * coreutils.texi (od invocation): Several changes for POSIX
877         and FreeBSD compatibility.  Add support for XSI syntax
878         (POSIX 1003.1-2004).  Rename -s[N] to -S N.  Remove documentation
879         for -h.  -i is now -t dI (not d2) and -l is now -t dL (not d4).
880
881 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
882
883         * coreutils.texi (String tests): Improve quality of warning about
884         quoting strings for the shell.
885
886 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
887
888         * coreutils.texi (dd invocation): Specify which conversion options
889         are mutually exclusive.  Give a bit more detail about ascii,
890         ebcdic, and ibm conversions.
891
892 2004-08-24  Paul Eggert  <eggert@cs.ucla.edu>
893
894         POSIX-conformance fixes for "expand" and "unexpand".
895         * coreutils.texi: Standardize on "tab stop" (the POSIX usage)
896         rather than "tabstop".
897         (unexpand invocation): Use "blank" rather than "space" when
898         POSIX requires "blank".  Define "blank".  Initial blanks are
899         converted even if there's just one.  For -a, convert two or
900         more blanks only if they occur just before a tab stop.
901
902 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
903
904         * coreutils.texi (chown invocation): Fix synopsis:
905         group must always be preceded by separator.
906         "chown : file" and "chown '' file" don't change the owner or group.
907         Update the explanation of what happens to the set-user-ID or
908         set-group-ID bits, e.g., they sometimes are not cleared if they
909         denote mandatory locking.  Change "find"-oriented examples to use
910         chown -h.
911
912 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
913
914         * coreutils.texi (printf invocation): Clarify how "printf" is
915         supposed to work with extra arguments, missing arguments, etc.
916
917 2004-08-10  Paul Eggert  <eggert@cs.ucla.edu>
918
919         POSIX-conformance fixes for "-" used as an operand.
920         * coreutils.texi (Common options): Clarify that "-" means
921         stdin/stdout only when it is an operand, not when it is an
922         option-argument.
923         (shred invocation): "shred -- -" is equivalent to "shred -",
924         not to "shred ./-".
925         (tee invocation): "tee -" means to copy (again) to stdout.
926
927 2004-07-25  Paul Eggert  <eggert@cs.ucla.edu>
928
929         * coreutils.texi (nice invocation): Document the "nice value", and
930         how it affects the scheduling priority.  (The old documentation
931         implied that the nice value equaled the scheduling priority, which
932         isn't accurate.)  Document that the range of nice values might
933         exceed -20..19.  Specify what happens when you give a nice value
934         that is out of range, or when you don't have permissions to lower
935         the nice value.  Bash doesn't have a builtin 'nice', so don't say
936         "most shells" have one.
937
938 2004-04-03  Dmitry V. Levin  <ldv@altlinux.org>
939
940         * coreutils.texi (readlink invocation): Document new
941         "readlink -f" behaviour and new canonicalize options, -e and -m.
942
943 2004-07-02  Jim Meyering  <jim@meyering.net>
944
945         * Makefile.am (check-texinfo): Disallow `filename' in .texi files.
946         Spell it like `file name' instead, to be consistent.
947         Fail if a @footnote directive follows non-punctuation.
948         Fail upon use of @url.  Use @uref instead.
949
950 2004-07-01  Paul Eggert  <eggert@cs.ucla.edu>
951
952         * coreutils.texi (Common options, Target directory, cp invocation,
953         install invocation, mv invocation, ln invocation): Add -t as a
954         short option for --target-directory, and -T as a short option for
955         --no-target-directory.  Clean up relevant synopses a bit, so that
956         the language is similar for all.
957
958 2004-06-30  Paul Eggert  <eggert@cs.ucla.edu>
959
960         * coreutils.texi: Put the right amount of space at sentence ends.
961         Make sure "i.e." and "e.g." are followed by commas (the GNU style).
962         Put blank lines before and after every @example, prefer the
963         previous line to end in ":" (when not a sentence end, for consistency),
964         and prepend @noindent to the following line when appropriate.
965         In examples, use "--" arguments when needed to prevent undesired
966         interpretation of operands as options.
967         Use "file name" rather than "filename", as per the GNU coding standards.
968         Remove unwanted spaces before @footnote.
969         Use "---" when appropriate, instead of " -- ".
970         Use "name" (or something like that) rather than "path" or "pathname",
971         since the GNU coding standards don't allow "path".
972         Use @acronym, @command, @minus{}, @samp in a few places,
973         where appropriate.
974         (Target directory): Clarify description of example.
975         (fmt invocation): Give issue number for reference, and reword
976         for clarity.
977         (sort invocation): Note that xargs without -0 also mishandles
978         file names containing some special characters other than newline.
979         (Translating): Mention that \012 is not universally portable.
980         Use '\0' rather than '\000'.
981         (Squeezing): bourne -> Bourne.
982         Fix unportable usage of '\n' by replacing it with '[\n*]'.
983         (More details about version sort): Remove unnecessary indent
984         in examples.
985         (dd invocation): Use 'kill -s USR1', not 'kill -USR1', as POSIX
986         indicates that the former is more portable (the latter is an XSI
987         extension).
988         (shred invocation): Use @uref rather than @url, and use a more-typical
989         style for the date.
990         (kill invocation): Clarify usage; for example, "kill -s TERM -1"
991         isn't allowed.
992         (seq invocation): Reword to avoid implying that printf necessarily
993         fails for numbers outside the 32-bit range.  Prefer separating
994         options from their operands.
995         (Opening the software toolbox): Give an online reference to
996         Robbins's article, and give a date.  Don't imply that the
997         current documentation is unchanged from his article.
998         (Putting the tools together): Rework examples so that they don't
999         assume the C locale; nowadays many users now operate outside the C
1000         locale by default.  While we're at it, don't assume ASCII either.
1001         Indent example to match actual output from GNU uniq.  Remove some
1002         unnecessary and confusing brackets from 'tr' operands.  "Software
1003         Tools in Pascal" is back in print, according to Amazon anyway.
1004         Add references to Kernighan's online copies of examples.
1005
1006 2004-06-30  Paul Eggert  <eggert@cs.ucla.edu>
1007
1008         * coreutils.texi, perm.texi: Standardize on "file system" rather
1009         than "filesystem", as POSIX prefers it with a space.
1010
1011 2004-06-29  Paul Eggert  <eggert@cs.ucla.edu>
1012
1013         * coreutils.texi (Common options, Target directory, cp
1014         invocation, install invocation, mv invocation, ln invocation):
1015         Likewise.
1016         (link invocation): Explain how to rewrite link using ln now
1017         that we have --no-target-directory.
1018         (ln invocation): Explain that --no-target-directory subsumes
1019         --no-dereference.
1020         (unlink invocation): Modify wording to match new wording in
1021         link invocation.
1022
1023 2004-06-25  Paul Eggert  <eggert@cs.ucla.edu>
1024
1025         * coreutils.texi (install invocation): Document
1026         --target-directory in synopsis, too.
1027
1028 2004-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1029
1030         * coreutils.texi (yes invocation): "--" is now supported.
1031         (false invocation, true invocation): --help and --version now
1032         work unconditionally.
1033
1034 2004-06-07  Jim Meyering  <jim@meyering.net>
1035
1036         * coreutils.texi: Remove menu references to just-removed subsection.
1037
1038 2004-06-06  Jim Meyering  <jim@meyering.net>
1039
1040         * coreutils.texi (tr invocation): Remove the section describing
1041         how POSIXLY_CORRECT changes tr's behavior.
1042
1043 2004-06-02  Jim Meyering  <jim@meyering.net>
1044
1045         * coreutils.texi (cut invocation): Clarify what --output-delimiter=STR
1046         does with byte/character ranges.
1047
1048 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1049
1050         * coreutils.texi (tr invocation): Mention -C.
1051
1052 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
1053
1054         * coreutils.texi (echo invocation): Document today's changes.
1055
1056 2004-05-17  Jim Meyering  <jim@meyering.net>
1057
1058         chgrp and chown now dereference symlinks by default, per POSIX.
1059         * coreutils.texi (chgrp invocation, chown invocation): Document it.
1060
1061 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
1062
1063         * coreutils.texi (sort invocation): Document that "sort -m -o F"
1064         might write F before reading all the input.
1065
1066 2004-05-09  Jim Meyering  <jim@meyering.net>
1067
1068         * coreutils.texi (stat invocation): Change IO to I/O.
1069         * Makefile.am (check-texinfo): Check for the above.
1070
1071 2004-04-25  Paul Eggert  <eggert@twinsun.com>
1072
1073         * coreutils.texi (sort invocation): Mention -k earlier, so
1074         that the options are in alphabetical order.  Describe how -b works
1075         more-accurately; this involves fixing some examples, too.  Mention
1076         what happens if the start field falls after an end field or after
1077         a line end.  Warn about using -k without -b, -g, -M, -n, or -t.
1078         Add an example of how to sort IPv4 addresses and Apache Common
1079         Log Format dates.  Remove a duplicate example.
1080         (Putting the tools together): Use separate options rather
1081         than agglomerating them.
1082
1083 2004-03-27  Paul Eggert  <eggert@twinsun.com>
1084
1085         cp -pu and mv -u (when copying) now take the destination
1086         file system time stamp resolution into account.
1087
1088         * coreutils.texi (mv invocation): Document this.
1089         (cp invocation): Document -u (it was missing!) with new behavior.
1090
1091 2004-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1092
1093         * coreutils.texi (dd invocation): Remove noctty flag from dd.
1094
1095 2004-04-07  Paul Eggert  <eggert@twinsun.com>
1096
1097         New dd conv= symbols nocreat, excl, fdatasync, fsync,
1098         and new dd options iflag= and oflag=.
1099
1100         * coreutils.texi (dd invocation): Document them.
1101
1102 2004-04-07  Jim Meyering  <jim@meyering.net>
1103
1104         * coreutils.texi (stty invocation - Input): Document new iutf8 option.
1105
1106 2004-04-04  Jim Meyering  <jim@meyering.net>
1107
1108         * coreutils.texi (stat invocation): Correct --format description.
1109
1110 2004-02-25  Paul Eggert  <eggert@twinsun.com>
1111
1112         * coreutils.texi (Block size): Document new envvar BLOCKSIZE.
1113
1114 2004-03-24  Jim Meyering  <jim@meyering.net>
1115
1116         * Makefile.am (check-texinfo): Add a check to ensure future
1117         consistency in using @sc{nul}, not `NUL'.
1118
1119 2004-03-23  Paul Eggert  <eggert@twinsun.com>
1120
1121         * coreutils.texi: Use @sc{nul} consistently for NUL.
1122         (du invocation): FILE0 -> FILE.
1123
1124 2004-03-23  Jim Meyering  <jim@meyering.net>
1125
1126         * coreutils.texi (du invocation): --files0-from is useful with
1127         --total (-c), not with --summarize.
1128
1129 2004-03-22  Jim Meyering  <jim@meyering.net>
1130
1131         * coreutils.texi: Tweak a few lines that resulted in
1132         `overfull hbox' warnings.
1133
1134 2004-03-03  Jim Meyering  <jim@meyering.net>
1135
1136         * coreutils.texi (du invocation): Document new option: --file0-from=F.
1137
1138 2004-02-29  Paul Eggert  <eggert@twinsun.com>
1139
1140         * coreutils.texi (touch invocation):
1141         Describe use of fractional seconds.
1142         (date invocation, Options for date): Likewise.
1143         * getdate.texi (General date syntax, Time of day items): Likewise.
1144         * coreutils.texi (date invocation): Mention effect of LC_TIME.
1145         (Options for date): Describe new --iso-8601=ns option.
1146
1147         * getdate.texi: Add copyright notice.  Change getdate to
1148         get_date when talking about the function name.
1149         (Seconds since the Epoch): New section, containing the time_t
1150         info moved from Date input formats section, along with new
1151         info about the @ syntax.  Mention negative time stamps,
1152         fractional time stamps, and leap seconds.
1153         (General date syntax): Modernize examples a bit to reflect new
1154         features.
1155         (General date syntax, Relative items in date strings):
1156         Use ' rather than " to quote formats.
1157         (Time of day items): Add an example with fractional seconds.
1158         Describe fractional-second syntax.
1159
1160 2004-03-15  Jim Meyering  <jim@meyering.net>
1161
1162         * coreutils.texi (date invocation): Add missing `C' to %[...] range
1163         in the `Date directives:: ...' menu entry.  From Bob Proulx.
1164
1165         * coreutils.texi: Add FIXME comment:
1166         The following don't have `invocation' nodes: [, pinky, shasum, uptime.
1167
1168 2004-03-10  Jim Meyering  <jim@meyering.net>
1169
1170         * coreutils.texi (Sorting the output): Remove description of
1171         ls's --sort=directory option.  ls doesn't accept that option, yet.
1172         Reported by Arvind Autar.
1173
1174         * coreutils.texi (cp invocation): Improve description of
1175         cp's --sparse=WHEN option.
1176
1177         * coreutils.texi (nl invocation): Specify that these are _basic_
1178         regular expressions (BRE), and add a link to grep's documentation.
1179         Suggestion from Dan Jacobson.
1180
1181 2004-02-23  Paul Eggert  <eggert@twinsun.com>
1182
1183         * coreutils.texi (chown invocation): Document that chown now falls
1184         back on USER.GROUP parsing regardless of POSIX version, as POSIX
1185         1003.1-2001 allows that behavior as a compatible extension.
1186
1187 2004-02-22  Jim Meyering  <jim@meyering.net>
1188
1189         * coreutils.texi (du invocation): Mention that using du's -H option
1190         currently evokes a warning.
1191
1192 2004-02-15  Paul Eggert  <eggert@twinsun.com>
1193
1194         * coreutils.texi (expr invocation):
1195         Document what forms integers may take, and say "integer"
1196         consistently instead of "number".  Warn about operands
1197         that "expr" can misinterpret, and how to work around the
1198         problem.
1199
1200 2004-02-17  Jim Meyering  <jim@meyering.net>
1201
1202         * coreutils.texi (csplit invocation): Correct typo (s/LINE/N/)
1203         in description of `N' pattern.  From Reuben Thomas <rrt@sc3d.org>
1204
1205 2004-02-11  Jim Meyering  <jim@meyering.net>
1206
1207         * coreutils.texi (Time directives): The %s value *is* changed by the
1208         --date=DATE option; don't say otherwise.  Patch from Padraig Brady.
1209
1210 2004-02-10  Paul Eggert  <eggert@twinsun.com>
1211
1212         * coreutils.texi (Formatting the file names):
1213         Improve wording for --quoting-style documentation.
1214         Suggestions by Bruno Haible.
1215
1216 2004-02-02  Jim Meyering  <jim@meyering.net>
1217
1218         * coreutils.texi (nice invocation): Add examples.
1219         Prompted by a suggestion from Dan Jacobson.
1220         (factor invocation): Add an example.
1221         Update timing numbers for a more modern CPU.
1222
1223 2004-01-27  Jim Meyering  <jim@meyering.net>
1224
1225         * coreutils.texi (seq invocation): Remove `@dots{}' at end of synopsis.
1226         Separate `Synopses' section into three examples.
1227         Clarify first paragraph.  @w{}-protect an expression.1
1228         Use @option{--option}, rather than @code{--option}.
1229
1230 2004-01-19  Paul Eggert  <eggert@twinsun.com>
1231
1232         * coreutils.texi (Exit status): Document that ordinary failure
1233         might not exit with status 1 on unusual platforms.
1234         Mention chroot, env, nice, and su as having unusual exit
1235         status patterns.  Don't bother to mention true and false
1236         since their exit status patterns are actually normal.
1237         (sort invocation, su invocation): Mention its unusual exit
1238         status pattern.
1239         (chroot invocation): Simplify description of exit status 1.
1240         Remove duplicate description of status 127.
1241         (env invocation): Use consistent tenses; simplifiy description
1242         of status 1.
1243         (nice invocation): Likewise.
1244
1245 2003-12-15  Paul Eggert  <eggert@twinsun.com>
1246
1247         * coreutils.texi (touch invocation): touch -r and -d can now
1248         both be specified, with -r specifying the origin for -d.
1249
1250 2004-01-15  Alfred M. Szmidt  <ams@kemisten.nu>
1251
1252         Factor out some common options.
1253         * coreutils.texi (Common options): Define macros here.
1254         (What information is listed, cp invocation): Use the macro(s).
1255         (install invocation, mv invocation, ln invocation): Likewise.
1256         (df invocation, du invocation): Likewise.
1257
1258 2004-01-09  Jim Meyering  <jim@meyering.net>
1259
1260         Document the exit status of each and every program.
1261         * coreutils.texi (yes invocation): Document that a write error
1262         makes `yes' exit unsuccessfully.
1263         (chroot invocation): Enumerate the meaning of exit status values.
1264         (nice invocation): Likewise.
1265         (Exit status) [@macro exitstatus]: New macro.
1266         Use @exitstatus to describe the exit status of most programs.
1267
1268 2004-01-02  Jim Meyering  <jim@meyering.net>
1269
1270         * coreutils.texi (du invocation): Mention that -H will eventually
1271         mean not --si, but --dereference-args (-D).
1272
1273 2003-12-20  Jim Meyering  <jim@meyering.net>
1274
1275         * coreutils.texi (du invocation): Describe new option: -0, --null.
1276
1277 2003-12-03  Paul Eggert  <eggert@twinsun.com>
1278
1279         * coreutils.texi (What information is listed, chroot invocation):
1280         Adjust example 'ls' output to match new behavior with narrower
1281         output columns.
1282         (The cut command): Remove example that cut the output of
1283         'ls -l'.  The output was incorrect even with the old 'ls', and
1284         the whole idea of using 'cut' on 'ls -l' output is bogus anyway.
1285
1286 2003-11-24  Paul Eggert  <eggert@twinsun.com>
1287
1288         Parse floating-point operands and options in the C locale.
1289         POSIX requires this for printf, and we might as well be
1290         consistent elsewhere (tail, sleep, seq).
1291
1292         * coreutils.texi (tail invocation, printf invocation,
1293         sleep invocation, seq invocation): Document this.
1294
1295 2003-11-24  Jim Meyering  <jim@meyering.net>
1296
1297         * coreutils.texi (Traversing symlinks, Treating / specially):
1298         New sections.
1299         (rm invocation, chown invocation, chmod invocation, chgrp invocation):
1300         Describe new options, --preserve-root and --no-preserve-root.
1301
1302 2003-11-11  Jim Meyering  <jim@meyering.net>
1303
1304         * coreutils.texi (chown invocation) [chownchgrpoptions]: New macro
1305         describing -H, -L, -P options.  Use it here.
1306         (chgrp invocation): And here.
1307
1308 2003-11-09  Jim Meyering  <jim@meyering.net>
1309
1310         * coreutils.texi (dd invocation): Fix typo in example.
1311
1312 2003-10-15  Jim Meyering  <jim@meyering.net>
1313
1314         * coreutils.texi (ln invocation): Note that --directory, -d, -F
1315         probably won't work even for superuser.  Suggestion from Dan Jacobson.
1316
1317 2003-09-29  Paul Eggert  <eggert@twinsun.com>
1318
1319         * coreutils.texi (csplit invocation):
1320         The regexp offset need not have a sign; POSIX requires support
1321         for signless offets.
1322
1323 2003-10-03  Jim Meyering  <jim@meyering.net>
1324
1325         * coreutils.texi (du invocation): Describe -P, --no-dereference.
1326
1327 2003-09-28  Jim Meyering  <jim@meyering.net>
1328
1329         * coreutils.texi (Translating): Correct typo in menu description.
1330         From A Costa.
1331
1332 2003-09-02  Paul Eggert  <eggert@twinsun.com>
1333
1334         * coreutils.texi (sort invocation): -d now overrides -i.
1335         "whitespace" -> "blanks"; "whitespace" isn't correct.
1336         -t '\0' now specifies a NUL tab.
1337
1338 2003-08-17  Jim Meyering  <jim@meyering.net>
1339
1340         * coreutils.texi (who invocation): Add an entry for -l, --login.
1341         Remove `-l' from the entry for --lookup.
1342         (who invocation): Begin adding missing option documentation.
1343
1344 2003-08-07  Paul Eggert  <eggert@twinsun.com>
1345
1346         * coreutils.texi (split invocation):
1347         Add -d or --numeric-suffixes option to 'split'.
1348
1349 2003-07-31  Paul Eggert  <eggert@twinsun.com>
1350
1351         * getdate.texi (General date syntax): Add --rfc-2822 option to GNU date.
1352         * coreutils.texi (Options for date): Fix a typo in format:
1353         it's now %d not %_d.  Add URLs.
1354
1355 2003-07-31  Paul Eggert  <eggert@twinsun.com>
1356
1357         * getdate.texi (Relative items in date strings): Warn about
1358         fuzz in relative units.
1359
1360 2003-07-29  Jim Meyering  <jim@meyering.net>
1361
1362         * coreutils.texi (tail invocation): Restore two end-of-sentence words
1363         that were mistakenly removed on 2002-09-13.  Reported by Paul Worrall.
1364
1365 2003-07-28  Jim Meyering  <jim@meyering.net>
1366
1367         * coreutils.texi (dd invocation): Explain that a SIGUSR1 signal
1368         makes dd give a progress report to stderr.
1369
1370 2003-07-24  Paul Eggert  <eggert@twinsun.com>
1371
1372         * coreutils.texi: Document changes of 2003-07-24.
1373
1374 2003-07-24  Jim Meyering  <jim@meyering.net>
1375
1376         * coreutils.texi (su invocation): Use `@subsection', not invalid
1377         `@heading'.
1378
1379 2003-07-17  Paul Eggert  <eggert@twinsun.com>
1380
1381         * coreutils.texi (expr invocation): Exit status is 2 if the
1382         expression is syntactically invalid, 3 if there is some other error.
1383         This change is for conformance to POSIX.
1384
1385 2003-07-14  Paul Eggert  <eggert@twinsun.com>
1386
1387         * coreutils.texi (uname invocation): Explain the POSIX
1388         terminology behind uname -m and uname -s.
1389
1390 2003-07-13  Jim Meyering  <jim@meyering.net>
1391
1392         * coreutils.texi (chown invocation): Warn that chown
1393         now clears set-user-ID and set-group-ID bits on some systems.
1394         From Bob Proulx.
1395         (nohup invocation): Tell what happens when stdout is not a terminal.
1396         Based on a suggestion from Steven Mocking.
1397
1398 2003-07-10  Jim Meyering  <jim@meyering.net>
1399
1400         * coreutils.texi (Standards conformance): Mention that uses like
1401         `tail -1' and `head -1', like `sort +1', are non conforming.
1402         (chown invocation): Say that using `.' as a separator may not work.
1403
1404 2003-06-25  Jim Meyering  <jim@meyering.net>
1405
1406         * coreutils.texi (Time directives) [%s]: Add a cross reference
1407         to the related examples.
1408         (Examples of date): Add an @anchor here, along with a few more examples.
1409         Suggestion from Dan Jacobson.
1410
1411 2003-06-12  Jim Meyering  <jim@meyering.net>
1412
1413         * coreutils.texi (wc invocation): Tweak wording: wc prints counts in
1414         the order `newline, word, byte'.  Suggestion from Keith M. Briggs.
1415         Also change `lines' to `newlines'.
1416
1417 2003-05-14  Jim Meyering  <jim@meyering.net>
1418
1419         * coreutils.texi (head invocation): Document --bytes=-N and --lines=-N.
1420
1421 2003-05-13  Paul Eggert  <eggert@twinsun.com>
1422
1423         * coreutils.texi (uniq invocation, squeezing, The uniq command):
1424         Use "repeated" rather than "duplicate" to describe adjacent
1425         duplicates; this simplifies the description and makes it more
1426         consistent with POSIX.
1427         (uniq invocation): Make it clear that -d and -u suppress the
1428         output of lines, rather than cause some lines to be output.
1429         Mention what happens if a line lacks enough fields or characters.
1430
1431 2003-05-13  Jim Meyering  <jim@meyering.net>
1432
1433         * coreutils.texi (true invocation): Mention that it is possible to
1434         make true --help or true --version (in non-POSIX mode) exit nonzero.
1435         Suggestion from Paul Eggert.
1436
1437 2003-05-10  Jim Meyering  <jim@meyering.net>
1438
1439         * coreutils.texi (Exit status): Remove `uniq' from the list.
1440         It uses standard exit codes.
1441         (More details about version sort): Note that strverscmp, and hence
1442         `ls -v', does not use LC_COLLATE.  Reported by From: Andrey Borzenkov.
1443
1444 2003-04-21  Jim Meyering  <jim@meyering.net>
1445
1446         Fix printf POSIX compatibility bug reported by Ben Harris in
1447         <http://mail.gnu.org/archive/html/bug-coreutils/2003-04/msg00070.html>.
1448         * coreutils.texi (printf invocation): It's \NNN in the format,
1449         \0NNN in the %b operand.
1450
1451 2003-04-10  Jim Meyering  <jim@meyering.net>
1452
1453         * Makefile.am (check-texinfo): Check for uses of non-zero.
1454         I prefer to spell it `nonzero'.
1455
1456         * coreutils.texi (readlink invocation): Tweak description a little.
1457
1458 2003-04-04  Jim Meyering  <jim@meyering.net>
1459
1460         * Makefile.am (constants.texi): Rename target (thus enabling it),
1461         now that fileutils, textutils, and sh-utils have been merged.
1462         (MAINTAINERCLEANFILES): Define.
1463
1464 2003-04-02  Jim Meyering  <jim@meyering.net>
1465
1466         * coreutils.texi (false invocation): Note that false exits
1467         unsuccessfully even with --help and --version.
1468
1469         * Makefile.am (check-texinfo): Don't fail if perl is missing.
1470         Reported by Nelson Beebe.
1471
1472 2003-03-27  Jim Meyering  <jim@meyering.net>
1473
1474         * coreutils.texi (printf invocation): Fix formatting bugs.
1475         From Paul Eggert.
1476         (sort invocation): Describe sort's --stable (-s) option.
1477
1478 2003-03-13  Jim Meyering  <jim@meyering.net>
1479
1480         * coreutils.texi (shred invocation): Mention that --exact
1481         is now the default for non-regular files.
1482
1483 2003-03-02  Jim Meyering  <jim@meyering.net>
1484
1485         * coreutils.texi (Exit status): New section.
1486         Suggestion from Michael Stone.
1487
1488 2003-02-21  Jim Meyering  <jim@meyering.net>
1489
1490         * coreutils.texi (du invocation): Document --apparent-size.
1491         Adjust documentation of --bytes (-b).
1492         (stat invocation): Describe %B.
1493
1494 2003-02-07  Richard Dawe  <rich@phekda.freeserve.co.uk>
1495
1496         * coreutils.texi: Use @command instead of @code for program names.
1497
1498         * perm.texi (Mode Structure): Mention filesystem-specific
1499         permissions and that mounting a filesystem as read-only may
1500         override actual file permissions.  Use @command instead
1501         of @code for program names.
1502
1503 2003-02-06  Jim Meyering  <jim@meyering.net>
1504
1505         * coreutils.texi: Adjust alignment and mention `file, text, shell'
1506         on the `* Coreutils:...' dirently line.  From Karl Berry.
1507
1508 2003-02-05  Jim Meyering  <jim@meyering.net>
1509
1510         * Makefile.am (check-texinfo): Allow bare `POSIX' to be used on
1511         direntry lines.
1512
1513         * coreutils.texi: Use new form of @direntry.
1514         Put unlink in its proper place.  Adjust wording in some
1515         dir entry descriptions, mainly so they fit in 80 columns.
1516         Don't use mark-up like @acronym{POSIX} in direntries.
1517         Mostly from Karl Berry.
1518
1519 2003-01-25  Jim Meyering  <jim@meyering.net>
1520
1521         * coreutils.texi (cut invocation): Describe new functionality of
1522         --output-delimiter=STR.
1523
1524 2003-01-24  Jim Meyering  <jim@meyering.net>
1525
1526         * coreutils.texi (The cut command): Give an example of using cut -c
1527         with an output delimiter.  From Jan Nieuwenhuizen.
1528
1529         * coreutils.texi (The cut command): Extend the new example a little.
1530         (Formatting file timestamps): Fix typo: s/%M:S/%M:%S/.
1531
1532         * coreutils.texi: Change each use of `Core-utils' to `Coreutils'.
1533         From Karl Berry.
1534
1535 2003-01-19  Jim Meyering  <jim@meyering.net>
1536
1537         * coreutils.texi (Which files are listed): Document new option:
1538         --dereference-command-line-symlink-to-dir.
1539
1540 2003-01-15  Paul Eggert  <eggert@twinsun.com>
1541
1542         Change ls -H back to the way it was yesterday, since this is
1543         compatible with FreeBSD and the POSIX spec is confusing
1544         and somewhat contradictory.
1545
1546         * coreutils.texi (Which files are listed, General output
1547         formatting): Undo last change.
1548
1549 2003-01-15  Jim Meyering  <jim@meyering.net>
1550
1551         * coreutils.texi (General output formatting): Reflect option name change:
1552         s/--dereference-command-line/--dereference-command-line-symlink-to-dir/.
1553         Say that this option changes how ls treats only symlinks to directories
1554         specified on the command line.
1555
1556 2002-08-27  Dmitry V. Levin  <ldv@altlinux.org>
1557
1558         * coreutils.texi: Document readlink.
1559
1560 2002-12-14  Jim Meyering  <jim@meyering.net>
1561
1562         * coreutils.texi (mknod invocation): Specify how major and minor mode
1563         numbers are interpreted.  Report forwarded by Kristin E Thomas.
1564
1565 2002-11-13  Jim Meyering  <jim@meyering.net>
1566
1567         * coreutils.texi (Examples of expr): Remove bogus `^'s.
1568         Reported by Thomas Goerlich.
1569
1570 2002-11-09  Jim Meyering  <jim@meyering.net>
1571
1572         * coreutils.texi (What information is listed) [--dired]:
1573         Correct parts of --dired description.  Reported by Andre Spiegel.
1574         Include a lot more description, with examples.
1575
1576 2002-11-06  Jim Meyering  <jim@meyering.net>
1577
1578         * coreutils.texi (printf invocation): Fix typo in index:
1579         change \0x prefix to \x.
1580         Change \xhhh to \xhh.
1581
1582 2002-10-07  Paul Eggert  <eggert@twinsun.com>
1583
1584         Add support for locale-specific size indications (e.g.,
1585         thousands-separators) and for explicit size suffixes on output.
1586
1587         * coreutils.texi (Block size): Say that:
1588         This affects display format as well as block size.
1589         Fractional block counts are rounded up.
1590         ls file size blocksize defaults to 1.
1591         A block size spec preceded by ' generates thousands separators.
1592         A suffix without a preceding integer generates suffixes.
1593         (tail invocation): 32k -> 32 KiB.
1594         (What information is listed): ls -h is now equivalent to
1595         ls --block-size=human, and ls -H is now equivalent to
1596         ls --block-size=si.  Displayed file size is now always affected by
1597         --block-size.
1598
1599 2002-09-13  Jim Meyering  <jim@meyering.net>
1600
1601         * coreutils.texi (tail invocation): In --sleep-interval=NUMBER,
1602         NUMBER may now be a floating point number.
1603         (stat invocation): Remove references to now-removed %S and %C.
1604         (Time directives) [%S]: Explain why the range is [0..60].
1605
1606 2002-08-30  Jim Meyering  <jim@meyering.net>
1607
1608         * coreutils.texi [START-INFO-DIR-ENTRY]: Don't use sc{} on LHS.
1609         Fix typo: s/permission/permissions/.  From Michail Litvak.
1610
1611 2002-08-02  Paul Eggert  <eggert@twinsun.com>
1612
1613         * coreutils.texi (uniq invocation): uniq now obeys LC_COLLATE.
1614
1615 2002-07-29  Paul Eggert  <eggert@twinsun.com>
1616
1617         * coreutils.texi (nohup invocation): Change behavior to conform to
1618         POSIX 1003.1-2001:
1619           - Do not adjust scheduling priority.
1620           - Redirects stderr to stdout, if stderr is not a terminal.
1621           - Exit status is now 126 if command was found but not invoked,
1622             127 if nohup failed or if command was not found.
1623
1624 2002-07-24  Jim Meyering  <jim@meyering.net>
1625
1626         * coreutils.texi (Time directives): Document %P, %R, %e, %F,
1627         %g, %G, and %V
1628
1629 2002-07-22  Martin Michlmayr  <tbm@cyrius.com>
1630
1631         * coreutils.texi (Formatting the file names): Document
1632         that -N/--literal are equivalent to --quoting-style=literal.
1633         Reported by Oskar Liljeblad as Debian bug#103612.
1634
1635 2002-07-10  Jim Meyering  <jim@meyering.net>
1636
1637         * coreutils.texi (du invocation): s/PAT/PATTERN/.
1638         From Martin Michlmayr.
1639
1640 2002-07-08  Jim Meyering  <jim@meyering.net>
1641
1642         * coreutils.texi (cp invocation): Remove unnecessary "$@" in example;
1643         Texinfo would render the @" as an umlaut over the following character.
1644         From Paul Eggert.
1645         * Makefile.am (check-texinfo): Check for the above.
1646
1647 2002-07-06  Jim Meyering  <jim@meyering.net>
1648
1649         * coreutils.texi (stat invocation): Remove description of --secure.
1650
1651 2002-07-03  Jim Meyering  <jim@meyering.net>
1652
1653         * coreutils.texi (stat invocation): Rename --link/-l
1654         to --dereference/-L.  Rewrite description of --dereference.
1655
1656 2002-06-26  Paul Eggert  <eggert@twinsun.com>
1657
1658         * coreutils.texi (Putting the tools together): Don't mention egrep,
1659         since it's not part of POSIX 1003.1-2001.
1660
1661 2002-06-21  Jim Meyering  <jim@meyering.net>
1662
1663         * coreutils.texi (stat invocation): New section.  From Michael Meskes.
1664
1665 2002-05-19  Paul Eggert  <eggert@twinsun.com>
1666
1667         * coreutils.texi (ls invocation): Document new option: --author.
1668
1669 2002-06-03  Jim Meyering  <jim@meyering.net>
1670
1671         * coreutils.texi (rm invocation): Add the warning (also in the --help
1672         output) that the contents of a removed file are often recoverable.
1673
1674 2002-05-27  Jim Meyering  <jim@meyering.net>
1675
1676         * Makefile.am (check-texinfo): Adapt to reflect that now we use
1677         @acronym{POSIX}.
1678
1679 2002-05-26  Jim Meyering  <jim@meyering.net>
1680
1681         * coreutils.texi: Use @acronym in place of most uses of @sc.
1682         * getdate.texi (Date input formats): Likewise.
1683
1684 2002-04-28  Jim Meyering  <jim@meyering.net>
1685
1686         * coreutils.texi: Change `@code{PROG}' to `@command{PROG}'.
1687
1688 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1689
1690         * coreutils.texi (kill invocation): Document the above.
1691         Document POSIX signals better.
1692
1693 2002-04-15  Jim Meyering  <jim@meyering.net>
1694
1695         * coreutils.texi: Document kill.
1696         Written by Marcus Brinkmann.
1697
1698 2002-04-13  Jim Meyering  <jim@meyering.net>
1699
1700         * coreutils.texi: Document link and unlink.
1701
1702 2002-04-08  Jim Meyering  <jim@meyering.net>
1703
1704         * coreutils.texi: Use new directives, @copying and @insertcopying,
1705         thus now requiring texinfo-4.2 to create the .info file.
1706
1707 2002-02-26  Paul Eggert  <eggert@twinsun.com>
1708
1709         * coreutils.texi (File characteristic tests): Document the
1710         behavior of test -nt and -ot when one of the files does not exist,
1711         using the same behavior that is documented in ksh93.
1712
1713 2002-03-05  Paul Eggert  <eggert@twinsun.com>
1714
1715         * coreutils.texi (cut invocation): Say that selected input is
1716         written in the same order that it is read, and is written
1717         exactly once.
1718
1719 2002-03-03  Paul Eggert  <eggert@twinsun.com>
1720
1721         Make cp -r equivalent to cp -R.  Add a new cp option --copy-contents
1722         for people who want to emulate the traditional (and rarely desirable)
1723         cp -r behavior.
1724
1725         * coreutils.texi (cp invocation): Document this.
1726         Fix some related minor bugs: --no-dereference is no longer
1727         equivalent to -d, and --archive (-a) can override the other
1728         symlink options.  Warn that cp -R is not portable on symbolic
1729         links unless you also specify -P.
1730
1731 2002-03-02  Jim Meyering  <jim@meyering.net>
1732
1733         * coreutils.texi (cp invocation): Document that cp -r
1734         preserves symlinks.  Emphasize non-portability of cp -r.
1735
1736 2002-02-27  Paul Eggert  <eggert@twinsun.com>
1737
1738         * coreutils.texi (Time directives): Add %N for nanoseconds.
1739         This documents the recent change to 'ls'.
1740
1741 2002-02-28  Jim Meyering  <jim@meyering.net>
1742
1743         * coreutils.texi (pr invocation): Reword to avoid using `:'
1744         in an @opindex entry -- info doesn't permit it.
1745
1746 2002-02-27  Paul Eggert  <eggert@twinsun.com>
1747
1748         * coreutils.texi (Formatting file timestamps): Document new
1749         time-formatting method: --time-style=+FORMAT.
1750
1751 2002-02-18  Paul Eggert  <eggert@twinsun.com>
1752
1753         * coreutils.texi (seq invocation): In the example, use "tail
1754         -n 3", not "tail -3", to conform to POSIX 1003.1-2001.
1755
1756 2002-02-17  Jim Meyering  <jim@meyering.net>
1757
1758         * coreutils.texi (tsort background): New section.
1759         From Ian Lance Taylor.
1760         (tsort invocation): Add a more realistic example.
1761
1762 2002-02-15  Paul Eggert  <eggert@twinsun.com>
1763
1764         * coreutils.texi: Document _POSIX2_VERSION.
1765         (Standards Conformance): New section.
1766
1767 2002-01-24  Jim Meyering  <jim@meyering.net>
1768
1769         * coreutils.texi (START-INFO-DIR-ENTRY): Remove a few entries
1770         and clean up a few others based on suggestions from Bob Proulx.
1771
1772 2002-02-14  Paul Eggert  <eggert@twinsun.com>
1773
1774         Add support for POSIX 1003.1-2001, which requires removal for
1775         support of obsolete "+" option syntax in sort, tail, and uniq.
1776         * coreutils.texi: Document this.  (Also, document a similar
1777         change to "touch", for fileutils).
1778
1779 2002-01-12  Jim Meyering  <jim@meyering.net>
1780
1781         * coreutils.texi (shred invocation): List some journaled filesystems.
1782
1783 2001-11-10  Jim Meyering  <jim@meyering.net>
1784
1785         * coreutils.texi (Date directives): Document %u.
1786
1787 2001-11-07  Paul Eggert  <eggert@twinsun.com>
1788
1789         * coreutils.texi (paste invocation): Give examples.
1790         Thanks to Dan Jacobson for suggesting the examples.
1791
1792 2001-11-05  Jim Meyering  <jim@meyering.net>
1793
1794         * coreutils.texi (sort invocation): Recommend setting LC_ALL=C,
1795         not LC_COLLATE=C.  Explain how the latter can cause problems.
1796         Based on a message from Paul Eggert.
1797         (ls invocation): Recommend setting LC_ALL=C, not LC_COLLATE=C.
1798
1799 2001-10-21  Jim Meyering  <jim@meyering.net>
1800
1801         * coreutils.texi (cp invocation): Describe --reply=...
1802
1803 2001-10-17  Jim Meyering  <jim@meyering.net>
1804
1805         * coreutils.texi (cp invocation): `cp --no-dereference' is
1806         no longer equivalent to `cp -d'.
1807         `cp -d' is equivalent to `--no-dereference --preserve=links'.
1808         cp's -P option means --no-dereference, not --parents.
1809         Describe new optional argument to --preserve.
1810         Describe new option: --no-preserve=ATTRIBUTE_LIST.
1811
1812 2001-09-23  Jim Meyering  <jim@meyering.net>
1813
1814         * Makefile.am (check-texinfo): Redirect stderr of `grep -w' to
1815         /dev/null, so people with old versions of grep don't see the failure.
1816
1817 2001-09-16  Jim Meyering  <jim@meyering.net>
1818
1819         * coreutils.texi (mv invocation): Describe new option:
1820         --reply={yes,no,query}.  Fix a few typos.
1821
1822 2001-09-15  Paul Eggert  <eggert@twinsun.com>
1823
1824         * coreutils.texi (uniq invocation): The input need not
1825         be sorted.  Try to clarify -d versus -D versus -u.
1826
1827 2001-09-12  Jim Meyering  <jim@meyering.net>
1828
1829         * coreutils.texi (tail invocation): Document new option: -F.
1830         From Herbert Xu.
1831
1832 2001-09-04  Paul Eggert  <eggert@twinsun.com>
1833
1834         * coreutils.texi (join invocation): Describe the GNU
1835         extension to join, which does not require sorted input when
1836         the input contains no unpairable lines.
1837
1838 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1839
1840         * coreutils.texi:
1841         New 'uname' options -i or --hardware-platform,
1842         and -o or --operating-system.
1843         'uname -a' now outputs -i and -o information at the end.
1844         New uname option --kernel-version is an alias for -v.
1845         Uname option --release has been renamed to --kernel-release,
1846         and --sysname has been renamed to --kernel-name;
1847         the old options will work for a while, but are no longer documented.
1848
1849 2001-08-24  Herbert Xu  <herbert@gondor.apana.org.au>
1850
1851         * coreutils.texi (cut invocation): Document how cut treats lines
1852         with no separators.
1853
1854 2001-06-19  Paul Eggert  <eggert@twinsun.com>
1855
1856         * coreutils.texi: expr now uses LC_COLLATE for string comparison,
1857         as per POSIX.
1858
1859 2001-08-25  Jim Meyering  <jim@meyering.net>
1860
1861         * coreutils.texi: Use @option, rather than @samp everywhere.
1862
1863 2001-06-21  Paul Eggert  <eggert@twinsun.com>
1864
1865         * coreutils.texi: 'expr' now requires '+' rather than 'quote'
1866         to quote tokens.
1867
1868 2001-07-14  Jim Meyering  <jim@meyering.net>
1869
1870         * coreutils.texi (cp invocation): Reflect 2001-07-08 change to
1871         cp (via copy.c).
1872
1873 2001-06-16  Jim Meyering  <jim@meyering.net>
1874
1875         * Makefile.am (info_TEXINFOS): Reflect renaming: s/omni-/core/.
1876         * coreutils.texi: Likewise.
1877
1878         * coreutils.texi: New, renamed from omni-utils.texi.
1879         * omni-utils.texi: Removed, renamed to coreutils.texi.
1880
1881         * omni-utils.texi (ls invocation): Mention the effect of locale.
1882         Reported by Keith Thompson.
1883
1884 2001-05-24  Jim Meyering  <jim@meyering.net>
1885
1886         * texinfo.tex: Update from master source.
1887
1888         * omni-utils.texi (ls invocation): Document more clearly what ls
1889         does when given no arguments.
1890
1891 2001-05-21  Jim Meyering  <jim@meyering.net>
1892
1893         * textutils.texi: Remove file.
1894
1895         * Makefile.am ($(DVIS), $(INFO_DEPS)): Depend on $(EXTRA_DIST).
1896         (DISABLED_constants.texi): New rule -- disabled for now.
1897
1898         This directory is now shared by fileutils, textutils, and sh-utils.
1899
1900
1901         -----
1902
1903         Copyright (C) 2001, 2003, 2004, 2005, 2006 Free Software
1904         Foundation, Inc.
1905
1906         Copying and distribution of this file, with or without
1907         modification, are permitted provided the copyright notice
1908         and this notice are preserved.