summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-07-04*** empty log message ***Jim Meyering
1999-07-04*** empty log message ***Jim Meyering
1999-07-04New test case for Paul's 1999-06-03 fix.Jim Meyering
1999-07-04(xfields): Only <blank>s separate fields, not <space>s.Jim Meyering
1999-07-04.Jim Meyering
1999-07-04Use lower case characters in sc{} context.Jim Meyering
Reported by Eli Zaretskii.
1999-07-04*** empty log message ***Jim Meyering
1999-07-04(enum human_inexact_style): New enum.Jim Meyering
(human_readable_inexact): New decl.
1999-07-04(human_readable): New function.Jim Meyering
(human_readable_inexact): Renamed from human_readable, with new arg INEXACT_STYLE. Add support for ceiling and floor.
1999-07-04(print_header): Conform to POSIX if posix_format).Jim Meyering
(df_readable): Take ceiling if posix_format. (ceil_percent): New function. (show_dev): Take ceiling of percent if posix_format. Align with POSIX-conforming header if posix_format.
1999-07-04*** empty log message ***Jim Meyering
1999-07-04(__strtol): Remove decl; it doesn't work if __strtolJim Meyering
expands to a macro, which occurs in HP-UX 10.20 with strtoumax. (strtol, strtoul): New decls (for pre-ANSI hosts), to replace the above decl.
1999-05-27.Jim Meyering
1999-05-27*** empty log message ***Jim Meyering
1999-05-25Fix non-portable use of `tr' that caused this testJim Meyering
to fail when run with a SysV-style tr. Based on a patch from Kaveh Ghazi.
1999-05-25(Squeezing): Remove misleading square bracketsJim Meyering
from SET1 in the one-word-per-line example.
1999-05-23(copy_internal): Don't apply the umask in move_mode.Jim Meyering
Otherwise, `mv' would not preserve the permissions when copying between partitions. Reported by David Godfrey
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