summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-04*** empty log message ***Jim Meyering
2003-09-04*** empty log message ***Jim Meyering
2003-09-04*** empty log message ***Jim Meyering
2003-09-04(usage): Say "blanks" instead of "whitespace",Jim Meyering
Similar fixes for many comments. (TAB_DEFAULT): New constant, so that we can support NUL as the field separator. (tab): Now int, not char. Initialize to TAB_DEFAULT. (specify_sort_size): If multiple sizes are specified, use the largest. (begfield, limfield): Support NUL tab char. (set_ordering): Do not let -i override -d. (main): Report an error if incompatible -o or -t options are given. Report an error for "-t ''". Allow "-t '\0'" to specify a NUL tab.
2003-09-04[o2, nul-tab]: New tests for changes of 2003-09-02.Jim Meyering
2003-09-04(elide_tail_lines_pipe): Don't truncate return value from safe_read.Jim Meyering
2003-09-04(pipe_lines): Don't truncate return value from safe_read.Jim Meyering
2003-09-03*** empty log message ***Jim Meyering
2003-09-03*** empty log message ***Jim Meyering
2003-09-03(human_readable): Fix bug that rounded 10501 to 10k.Jim Meyering
Bug reported by Lute Kamstra in <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
2003-09-03*** empty log message ***Jim Meyering
2003-09-03(AUTHORS): Remove Larry McVoy's name, since the relativelyJim Meyering
small amount of code from him was first moved to lib/human.c, and was subsequently rewritten entirely.
2003-09-03*** empty log message ***Jim Meyering
2003-09-03(relative_time_table): Use tDAY_UNIT for "tomorrow",Jim Meyering
"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-02*** empty log message ***Jim Meyering
2003-08-31*** empty log message ***Jim Meyering
2003-08-31Reorder/rename the last 3 tests to make them consistent withJim Meyering
those in tests/sha1sum/basic-1.
2003-08-31(check-bsd2, check-bsd3): New tests forJim Meyering
--check exit status and BSD SHA1 format (adapted from tests in tests/md5sum/basic-1).
2003-08-31(check-bsd3): New test to make sure thatJim Meyering
`md5sum --check' doesn't accept the BSD SHA1 format (adapted from `check-bsd' test in tests/sha1sum/basic-1).
2003-08-31(split_3): Accept the BSD format for genericJim Meyering
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-31Change meaning of -l from --lookup to --login, per POSIX.Jim Meyering
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*** empty log message ***Jim Meyering
2003-08-30*** empty log message ***Jim Meyering
2003-08-30(do_link): Use SAME_INODE rather than open-coding it.Jim Meyering
2003-08-30*** empty log message ***Jim Meyering
2003-08-30When source and destination arguments refer to the same file, resideJim Meyering
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-27*** empty log message ***Jim Meyering
2003-08-27.Jim Meyering
2003-08-27*** empty log message ***Jim Meyering
2003-08-27(paste_parallel): Don't output `EOF' (aka -1) as a `char'.Jim Meyering
This would happen for nonempty files not ending with a newline.
2003-08-27*** empty log message ***Jim Meyering
2003-08-27(TESTS): Add paste-no-nl.Jim Meyering
2003-08-27*** empty log message ***Jim Meyering
2003-08-27*** empty log message ***Jim Meyering
2003-08-27Update from gettext-0.12.2.Jim Meyering
2003-08-27.Jim Meyering
2003-08-27.Jim Meyering
2003-08-27(TESTS): Add stat-fmt.Jim Meyering
2003-08-27*** empty log message ***Jim Meyering
2003-08-27*** empty log message ***Jim Meyering
2003-08-27(print_it): Avoid buffer overrun that would occurJim Meyering
when the user-specified format string ends with `%'.
2003-08-27*** empty log message ***Jim Meyering
2003-08-27*** empty log message ***Jim Meyering
2003-08-27Require that the system mkstemp be able to createJim Meyering
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*** empty log message ***Jim Meyering
2003-08-26*** empty log message ***Jim Meyering
2003-08-26*** empty log message ***Jim Meyering
2003-08-26(local-checks-to-skip): New.Jim Meyering
2003-08-26(local-check): Rename as...Jim Meyering
(local-checks-available): this. (local-check): New.
2003-08-26Apply changes from bison.Jim Meyering
(WGETFLAGS): Define to `-C off'. Update all uses of $(WGET).