Commit Graph

16605 Commits

Author SHA1 Message Date
Jim Meyering c8b7d2500d *** empty log message *** 2003-09-03 08:53:29 +00:00
Jim Meyering 6f3fcc3168 (AUTHORS): Remove Larry McVoy's name, since the relatively
small amount of code from him was first moved to lib/human.c, and was
subsequently rewritten entirely.
2003-09-03 08:53:19 +00:00
Jim Meyering ae8c5ba47a *** empty log message *** 2003-09-03 08:28:12 +00:00
Jim Meyering 54feed1c1a (relative_time_table): Use tDAY_UNIT for "tomorrow",
"yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
course with correspondingly smaller numbers for tomorrow and
yesterday.  From Tadayoshi Funaba.  Originally installed into
sh-utils on 1999-08-07, but the patch was mistakenly reverted by
the next change to that shared file (but this time in fileutils)
on 1999-08-29.
2003-09-03 08:28:08 +00:00
Jim Meyering ccef10d373 *** empty log message *** 2003-09-02 21:48:18 +00:00
Jim Meyering e23f19a810 *** empty log message *** 2003-08-31 11:26:40 +00:00
Jim Meyering 33ed497451 Reorder/rename the last 3 tests to make them consistent with
those in tests/sha1sum/basic-1.
2003-08-31 11:26:23 +00:00
Jim Meyering 53576d2eda (check-bsd2, check-bsd3): New tests for
--check exit status and BSD SHA1 format (adapted from tests
in tests/md5sum/basic-1).
2003-08-31 11:23:57 +00:00
Jim Meyering a95cc22613 (check-bsd3): New test to make sure that
`md5sum --check' doesn't accept the BSD SHA1 format (adapted
from `check-bsd' test in tests/sha1sum/basic-1).
2003-08-31 11:19:53 +00:00
Jim Meyering 7b1f0fa519 (split_3): Accept the BSD format for generic
message digest modes.  Currently works with BSD's MD5 and SHA1
formats since these are the two algorithms presently used in
coreutils.  Updated comments to reflect this change.
(bsd_split_3): Updated comments.
2003-08-31 11:11:10 +00:00
Jim Meyering a78c9ec4f0 Change meaning of -l from --lookup to --login, per POSIX.
who's -l option has been eliciting an unconditional warning about
this impending change since sh-utils-2.0.12 (April 2002).
2003-08-31 08:24:41 +00:00
Jim Meyering 48494e2cd1 *** empty log message *** 2003-08-31 05:54:59 +00:00
Jim Meyering a71deb5316 *** empty log message *** 2003-08-30 20:26:49 +00:00
Jim Meyering 27a8f1e732 (do_link): Use SAME_INODE rather than open-coding it. 2003-08-30 20:26:42 +00:00
Jim Meyering ab7bdb3919 *** empty log message *** 2003-08-30 18:13:27 +00:00
Jim Meyering 97bf7dae4f When source and destination arguments refer to the same file, reside
on a partition (e.g. VFAT) on which distinct names may refer to the
same directory entry (often due to variations in case), and when the
link count for the file is 1, mv no longer unlinks the file.
FIXME: this is a band-aid fix.  If the file happens to have a link
count of 2 or greater, mv will still unlink it.

(same_file_ok): Invoke same_name (which might still
return false for names that refer to the same directory entry)
only if the link count is 2 or more.
2003-08-30 18:13:23 +00:00
Jim Meyering c612365c07 *** empty log message *** 2003-08-27 13:37:38 +00:00
Jim Meyering 91c35e3464 . 2003-08-27 11:42:19 +00:00
Jim Meyering 91225dcfe0 *** empty log message *** 2003-08-27 11:42:09 +00:00
Jim Meyering 5bd780f6a3 (paste_parallel): Don't output EOF' (aka -1) as a char'.
This would happen for nonempty files not ending with a newline.
2003-08-27 11:41:49 +00:00
Jim Meyering 94b763cc88 *** empty log message *** 2003-08-27 11:41:05 +00:00
Jim Meyering 87052bad50 (TESTS): Add paste-no-nl. 2003-08-27 11:35:34 +00:00
Jim Meyering 9cddf00834 *** empty log message *** 2003-08-27 09:18:28 +00:00
Jim Meyering 9591df25d1 *** empty log message *** 2003-08-27 09:05:50 +00:00
Jim Meyering e563c61167 Update from gettext-0.12.2. 2003-08-27 09:05:47 +00:00
Jim Meyering ddc3343bf9 . 2003-08-27 09:04:55 +00:00
Jim Meyering c5637a8751 . 2003-08-27 09:01:16 +00:00
Jim Meyering 2f9876c910 (TESTS): Add stat-fmt. 2003-08-27 09:01:01 +00:00
Jim Meyering 2bfb4145e4 *** empty log message *** 2003-08-27 09:00:47 +00:00
Jim Meyering bd26acdde7 *** empty log message *** 2003-08-27 08:55:33 +00:00
Jim Meyering e37cd8f9f4 (print_it): Avoid buffer overrun that would occur
when the user-specified format string ends with `%'.
2003-08-27 08:55:01 +00:00
Jim Meyering e364229e33 *** empty log message *** 2003-08-27 07:22:53 +00:00
Jim Meyering bdd47cd6ad *** empty log message *** 2003-08-27 06:42:34 +00:00
Jim Meyering 19a897c05f Require that the system mkstemp be able to create
70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
would fail after 32.  Reported by Danny Levinson.  Details here:
http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
2003-08-27 06:42:31 +00:00
Jim Meyering 96eeabcd47 *** empty log message *** 2003-08-27 06:29:25 +00:00
Jim Meyering 9a934ed3a7 *** empty log message *** 2003-08-26 12:08:05 +00:00
Jim Meyering 0d89345cdd *** empty log message *** 2003-08-26 09:29:31 +00:00
Jim Meyering 18c090ec11 (local-checks-to-skip): New. 2003-08-26 09:29:26 +00:00
Jim Meyering d1f0b99838 (local-check): Rename as...
(local-checks-available): this.
(local-check): New.
2003-08-26 09:29:15 +00:00
Jim Meyering af78d9c564 Apply changes from bison.
(WGETFLAGS): Define to `-C off'.
Update all uses of $(WGET).
2003-08-26 07:49:44 +00:00
Jim Meyering 92aefc30dc (SHELL): Define to `sh', if necessary.
Add copyright.
2003-08-26 07:40:04 +00:00
Jim Meyering 5c3ef41e0d *** empty log message *** 2003-08-26 07:20:03 +00:00
Jim Meyering fb980e53f9 (print_changelog_deltas): Neutralize "<#" as
"<\#" to avoid magic from Gnus when posting parts of this script.
2003-08-26 07:19:57 +00:00
Jim Meyering 19ef24661f *** empty log message *** 2003-08-26 06:39:10 +00:00
Jim Meyering 6b50f6f76a *** empty log message *** 2003-08-25 07:39:36 +00:00
Jim Meyering 6bb625621f (main): Warn about use of deprecated `-l' option. 2003-08-25 07:39:26 +00:00
Jim Meyering adbc34bacb . 2003-08-25 06:30:06 +00:00
Jim Meyering 48341936d7 *** empty log message *** 2003-08-23 12:23:50 +00:00
Jim Meyering 671f12d8fd *** empty log message *** 2003-08-23 12:23:35 +00:00
Jim Meyering 64bd38cf92 *** empty log message *** 2003-08-22 09:46:16 +00:00