1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-12 04:36:26 +02:00
Commit Graph

271 Commits

Author SHA1 Message Date
Jim Meyering 9416c94648 *** empty log message *** 2005-02-28 10:18:32 +00:00
Paul Eggert 2df160349e dd now uses a real-time clock if available, for transfer statistics. 2005-02-21 08:07:28 +00:00
Jim Meyering b32308597f *** empty log message *** 2005-02-15 12:33:35 +00:00
Paul Eggert 57d4ab6674 Document stat -f -c %S, plus changes to default formats. 2005-02-08 21:37:26 +00:00
Jim Meyering a8e1f0bbe1 *** empty log message *** 2005-01-15 19:56:32 +00:00
Jim Meyering db0ec0873c *** empty log message *** 2005-01-15 19:51:00 +00:00
Paul Eggert 183dd5f707 Document changes responding to POSIX interpretations about pathchk -p
dated 2005-01-06.
2005-01-10 18:07:42 +00:00
Jim Meyering 2318511e2d *** empty log message *** 2005-01-09 19:45:00 +00:00
Jim Meyering 75e2e5c199 *** empty log message *** 2005-01-08 20:28:51 +00:00
Jim Meyering 55010ac438 *** empty log message *** 2005-01-08 09:42:06 +00:00
Jim Meyering 30cd59096a Include today's date. 2005-01-07 09:57:45 +00:00
Jim Meyering 48910482b3 *** empty log message *** 2005-01-05 08:01:09 +00:00
Jim Meyering 43ac091128 du --exclude=P now compares pattern P against the entire name
of each file, rather than just the final component.
2005-01-05 07:56:45 +00:00
Jim Meyering d8035a9158 *** empty log message *** 2005-01-04 19:40:14 +00:00
Paul Eggert 07f592d78f * NEWS: Mention that one should eval "dircolors" rather than
`dircolors`.
2004-12-19 13:31:45 +00:00
Jim Meyering c3fd921063 mention tac bug fix 2004-12-15 16:03:12 +00:00
Jim Meyering 86e1787721 chown race fix 2004-12-11 10:28:58 +00:00
Paul Eggert c3b2c15cfe ls now exits with status 1 on minor problems, 2 if serious trouble. 2004-12-09 17:49:45 +00:00
Paul Eggert 05af1b4f11 Document new UTC+HH:MM date syntax, and put date changes together. 2004-12-08 22:38:10 +00:00
Jim Meyering fca9a76e83 Mention cut's new --complement option. 2004-12-04 14:15:46 +00:00
Paul Eggert 8adf2bc638 Add noctty flag to dd. 2004-11-20 08:55:22 +00:00
Paul Eggert 537acced26 New dd operand "status=noxfer". 2004-11-16 07:45:15 +00:00
Paul Eggert 07e17aad2a dd now outputs total bytes, seconds, and bytes per second. 2004-11-15 06:49:08 +00:00
Paul Eggert 54e862641b Document today's changes to "sort". 2004-11-13 00:52:32 +00:00
Paul Eggert 80877e6a38 Document recent changes to "pr". 2004-11-12 19:36:18 +00:00
Paul Eggert a4f1136b52 Document getdate changes. 2004-10-30 00:05:00 +00:00
Jim Meyering caf82de4ba `tac /proc/modules' would print nothing 2004-10-29 22:10:36 +00:00
Jim Meyering 0492f5ec4a *** empty log message *** 2004-10-21 10:38:56 +00:00
Jim Meyering 37c518aaf4 *** empty log message *** 2004-10-21 10:38:37 +00:00
Jim Meyering 35abc478c6 rm (and mv when moving between partitions) no longer fails when
operating on too many command-line-specified nonempty directories.
2004-10-18 08:58:55 +00:00
Jim Meyering 2d383a77c9 *** empty log message *** 2004-10-14 19:55:18 +00:00
Jim Meyering bd98640cd8 *** empty log message *** 2004-10-14 19:22:50 +00:00
Paul Eggert 45bf776dee Add "ls --hide". 2004-09-26 22:55:05 +00:00
Paul Eggert 6b05d8254b Mention that "chmod -r -w x" now works as expected. 2004-09-24 23:32:37 +00:00
Paul Eggert 3e9f3d2755 Describe SUSv2 etc. tail fixes. 2004-09-23 20:24:52 +00:00
Paul Eggert d243dee60a The following commands now reject unknown options:
basename dirname factor hostname link nohup sync unlink yes
Also, pathchk no longer accepts trailing options.
2004-09-21 22:00:27 +00:00
Paul Eggert d89f5a3b8f Remove md5sum --string. 2004-09-19 16:53:00 +00:00
Paul Eggert e21fadd7aa "tail" now handles obscure POSIX 1003.2-1992 cases better. 2004-09-10 20:53:53 +00:00
Paul Eggert 2ac3c657c6 Document that "tr xy -z" now works as per POSIX.
Sort the descriptions.
2004-09-09 00:27:45 +00:00
Paul Eggert b8f278429d Document "touch" POSIX-conformance fix. 2004-09-07 06:22:13 +00:00
Paul Eggert d225526e38 Several "od" changes for POSIX and FreeBSD compatibility. 2004-09-06 07:49:06 +00:00
Paul Eggert 59cf3747e3 POSIX-conformance fixes for "expand" and "unexpand". 2004-08-24 07:36:36 +00:00
Paul Eggert c25bd1c9ce "chown : file", "chown '' file", and "chgrp '' file" now
succeed without changing the uid and gid, like FreeBSD.
2004-08-19 20:02:07 +00:00
Paul Eggert 754ebf7885 Document "sort -o -" and "tee -" POSIX-conformance fixes. 2004-08-10 22:05:47 +00:00
Paul Eggert a8faa974c4 md5sum and sha1sum overflow detection. 2004-07-30 00:53:23 +00:00
Paul Eggert a4dec5db91 Portability and POSIX fixes for "nice". 2004-07-26 06:07:04 +00:00
Paul Eggert 2ebcff3337 tail: Fix bug with -f and pipes; remove --max-consecutive-size-changes. 2004-07-23 22:11:15 +00:00
Jim Meyering dd0d9c278a *** empty log message *** 2004-07-08 14:03:45 +00:00
Jim Meyering 4695f1e3b7 * NEWS: Add short names -t and -T for --target-directory
and --no-target-directory options, respectively.
2004-07-02 16:59:41 +00:00
Jim Meyering ef5824798f . 2004-06-30 22:41:35 +00:00