Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-31 | Add all the internationalization-related | Jim 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 permissions | Jim 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-31 | Much improved. | Jim Meyering | |
Run each test also with mkdir's `-p' option and check permissions on the parent directories. | |||
2000-10-31 | use backticks and sed instead of set and shift | Jim Meyering | |
2000-10-31 | *** empty log message *** | Jim Meyering | |
2000-10-31 | Add some permission tests. | Jim Meyering | |
2000-10-31 | Fix 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-31 | Use @sc where appropriate. Document the | Jim 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-31 | Add "2000" to Copyright line, as this file was changed this year. | Jim Meyering | |
2000-10-31 | Remove "2000" from Copyright line, as the file hasn't been | Jim Meyering | |
changed this year other than in the copyright notice. | |||
2000-10-31 | Remove "2000" from Copyright line, as the file hasn't been | Jim 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-30 | Include "system.h" after wctype.h (not before) to avoid | Jim Meyering | |
a compilation error on Solaris 5.5.1 systems. | |||
2000-10-29 | *** empty log message *** | Jim Meyering | |
2000-10-29 | s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming. | Jim Meyering | |
2000-10-29 | fix 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 the | Jim 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-29 | Fix grammar in comment. | Jim Meyering | |
2000-10-29 | *** empty log message *** | Jim Meyering | |
2000-10-29 | *** empty log message *** | Jim Meyering | |
2000-10-29 | Add 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 and | Jim 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', use | Jim 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 | |