summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-05-23*** empty log message ***Jim Meyering
1999-05-23.Jim Meyering
1999-05-23*** empty log message ***Jim Meyering
1999-05-23*** empty log message ***Jim Meyering
1999-05-23.Jim Meyering
1999-05-23*** empty log message ***Jim Meyering
1999-05-23Correct erroneous expected output from the `cp -f foo foo' tests.Jim Meyering
1999-05-23(libfu_a_SOURCES): Add same.c.Jim Meyering
(noinst_HEADERS): Add same.h.
1999-05-23Remove today's earlier misguided attempts.Jim Meyering
Add a single condition to the existing sameness test.
1999-05-23Include same.h.Jim Meyering
(copy_internal): Qualify SAME_INODE test with (link-count == 1 || same_name(...)).
1999-05-23*** empty log message ***Jim Meyering
1999-05-23New file (function extracted from ln.c).Jim Meyering
1999-05-23(same_name): Remove function.Jim Meyering
<same.h>: Include this instead. <dirname.h>: No longer include this.
1999-05-23*** empty log message ***Jim Meyering
1999-05-23white-space tweakJim Meyering
1999-05-23white-space tweakJim Meyering
1999-05-23(copy_internal): Make it so `mv -f FILE FILE' does not remove FILE.Jim Meyering
Based on a patch from Chris Yeo.
1999-05-23*** empty log message ***Jim Meyering
1999-05-23*** empty log message ***Jim Meyering
1999-05-23(TESTS): Add force.Jim Meyering
(TESTS_ENVIRONMENT): Change PATH to be absolute.
1999-05-23*** empty log message ***Jim Meyering
1999-05-23*** empty log message ***Jim Meyering
1999-05-23*** empty log message ***Jim Meyering
1999-05-22*** empty log message ***Jim Meyering
1999-05-22*** empty log message ***Jim Meyering
1999-05-22*** empty log message ***Jim Meyering
1999-05-22(AC_REPLACE_FUNCS): Add memchr.Jim Meyering
1999-05-22*** empty log message ***Jim Meyering
1999-05-22*** empty log message ***Jim Meyering
1999-05-22Document locale-specific changes to `sort',Jim Meyering
as well as the new, POSIX-compliant definition of line comparison, and -g's more careful treatment of NaNs, infinities and zeros.
1999-05-22(general_numcompare): Put exceptional casesJim Meyering
first, not last, to be consistent with -M.
1999-05-22*** empty log message ***Jim Meyering
1999-05-22*** empty log message ***Jim Meyering
1999-05-22.Jim Meyering
1999-05-22.Jim Meyering
1999-05-22*** empty log message ***Jim Meyering
1999-05-22(strtod): Declare if STDC_HEADERS is not defined.Jim Meyering
(general_numcompare): Use strtod, not xstrtod. Do not consider partial conversions to be errors. Put -infinity at the start, and +infinity at the end; follow +infinity with NaNs (sorted by bit pattern), and finally by conversion errors.
1999-05-22(use-nl): New test from Paul Eggert.Jim Meyering
1999-05-22tweak commentJim Meyering
1999-05-22(11d): Reverse lines in expected output to reflect latest change.Jim Meyering
1999-05-21remove trailing newlineJim Meyering
1999-05-21*** empty log message ***Jim Meyering
1999-05-21Treat the trailing newline as part of the line, as required by POSIX.2.Jim Meyering
(struct line, findlines, compare, checkfp, mergefps, sort): A line now includes its trailing newline. (findlines): Do not replace newline with NUL. (memcoll, keycompare): Work even if the data to be compared are adjacent strings; this is possible now that lines contain the trailing newline. (fillbuf): Always have an unused byte at the end of the buffer, since memcoll and keycompare want to modify a byte after the last line. (sortalloc, mergealloc): Increase by 1, for trailing byte.
1999-05-21*** empty log message ***Jim Meyering
1999-05-20.Jim Meyering
1999-05-20[AC_SEARCH_LIBS]: Quote name in undefine.Jim Meyering
Add a colon after each `then' in case $4 is empty.
1999-05-20.Jim Meyering
1999-05-20.Jim Meyering
1999-05-20*** empty log message ***Jim Meyering
1999-05-20Add test case from Paul Eggert.Jim Meyering