summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-31Add all the internationalization-relatedJim Meyering
variable names autoconf uses. Set and export them in a loop.
2000-10-31*** empty log message ***Jim Meyering
2000-10-31*** empty log message ***Jim Meyering
2000-10-31*** empty log message ***Jim Meyering
2000-10-31`mkdir -p' would create parent directories with permissionsJim Meyering
that did not account for the umask. [introduced with the 2000-09-30 change that became part of fileutils-4.0.28] Include dirname.h. Compute the parent directory `mode' unconditionally, effectively as `$(umask -S),u+wx'. Use make_path to create only the parent directories, thus using the same code, both with and without -p, to create the final component in each file name. Reported by Bob Proulx.
2000-10-31*** empty log message ***Jim Meyering
2000-10-31Much improved.Jim Meyering
Run each test also with mkdir's `-p' option and check permissions on the parent directories.
2000-10-31use backticks and sed instead of set and shiftJim Meyering
2000-10-31*** empty log message ***Jim Meyering
2000-10-31Add some permission tests.Jim Meyering
2000-10-31Fix the test so it actually does something.Jim Meyering
Run each test also with mkdir's `-p' option.
2000-10-31*** empty log message ***Jim Meyering
2000-10-31Use @sc where appropriate. Document theJim Meyering
ranges of supported times more precisely. Correct menu spacing. Document old Latin 12m/12pm tradition. Remove list of alphabetic time zone names, as it wasn't correct and people shouldn't be relying on it anyway. Relative items also account for non-DST adjustments. Fix some misspellings.
2000-10-31*** empty log message ***Jim Meyering
2000-10-31Add "2000" to Copyright line, as this file was changed this year.Jim Meyering
2000-10-31Remove "2000" from Copyright line, as the file hasn't beenJim Meyering
changed this year other than in the copyright notice.
2000-10-31Remove "2000" from Copyright line, as the file hasn't beenJim Meyering
changed this year other than in the copyright notice.
2000-10-31*** empty log message ***Jim Meyering
2000-10-31(FOLD): Do not assume that characters are unsigned.Jim Meyering
(fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs, e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
2000-10-30.Jim Meyering
2000-10-30.Jim Meyering
2000-10-30*** empty log message ***Jim Meyering
2000-10-30*** empty log message ***Jim Meyering
2000-10-30*** empty log message ***Jim Meyering
2000-10-30Include "system.h" after wctype.h (not before) to avoidJim Meyering
a compilation error on Solaris 5.5.1 systems.
2000-10-29*** empty log message ***Jim Meyering
2000-10-29s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.Jim Meyering
2000-10-29fix typo: s/fseek0/fseeko/Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29(__restrict_arr): Move definition out of #ifndef block.Jim Meyering
Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but doesn't define __restrict_arr.
2000-10-29.Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29(do_copy): When constructing dst_path for use with theJim Meyering
--parents option, first remove any trailing slashes from the command line argument. Otherwise, tests/cp/cp-parent would fail on NetBSD.
2000-10-29*** empty log message ***Jim Meyering
2000-10-29Fix grammar in comment.Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29Add a test.Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29*** empty log message ***Jim Meyering
2000-10-29(DT_INIT): Define.Jim Meyering
[enum filetype]: Remove the #ifdef, and use DT_INIT on the initializers instead.
2000-10-29(LC_COLLATE): Set it to the empty string andJim Meyering
export it. Otherwise, tests/cp/cp-mv-backup would fail e.g., when LC_COLLATE was set to en. Reported by Vin Shelton.
2000-10-28[enum filetype] (arg_directory): Rather than `100', useJim Meyering
a number that should never conflict with another DT_* value. From Ulrich Drepper.
2000-10-28(main): In call to gobble_file with `"."', use `directory'Jim Meyering
as the type, not `unknown'. From Ulrich Drepper.
2000-10-28*** empty log message ***Jim Meyering