Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-05 | *** empty log message *** | Jim Meyering | |
2000-11-05 | Add tests for the above fix. | Jim Meyering | |
2000-11-05 | *** empty log message *** | Jim Meyering | |
2000-11-05 | *** empty log message *** | Jim Meyering | |
2000-11-05 | *** empty log message *** | Jim Meyering | |
2000-11-04 | *** empty log message *** | Jim Meyering | |
2000-11-04 | Use the `m4_' prefix on `syscmd' and `m4_sysval'. | Jim Meyering | |
2000-11-04 | *** empty log message *** | Jim Meyering | |
2000-11-04 | (hash_get_next): Fix a thinko: when ENTRY is the | Jim Meyering | |
last one in a bucket, advance to the next bucket. From Alexandre Duret-Lutz. | |||
2000-11-04 | *** empty log message *** | Jim Meyering | |
2000-11-03 | list the source | Jim Meyering | |
2000-11-03 | *** empty log message *** | Jim Meyering | |
2000-11-03 | . | Jim Meyering | |
2000-11-03 | *** empty log message *** | Jim Meyering | |
2000-11-03 | (TESTS): Add sample-vec. | Jim Meyering | |
2000-11-03 | *** empty log message *** | Jim Meyering | |
2000-11-03 | *** empty log message *** | Jim Meyering | |
2000-11-03 | cppi | Jim Meyering | |
2000-11-03 | Do not comment out all the code if we are using | Jim Meyering | |
the GNU C library, because in some cases we are replacing buggy code in the GNU C library itself. | |||
2000-11-02 | *** empty log message *** | Jim Meyering | |
2000-11-02 | *** empty log message *** | Jim Meyering | |
2000-11-02 | argh!! use pack's `B', not `b' format | Jim Meyering | |
2000-11-02 | *** empty log message *** | Jim Meyering | |
2000-11-01 | remove const attribute for PARENTS | Jim Meyering | |
2000-11-01 | Fix bad typo! free the string, PARENTS, not the function, dir_name. | Jim Meyering | |
2000-11-01 | *** empty log message *** | Jim Meyering | |
2000-11-01 | (main): Better diagnostics. | Jim Meyering | |
2000-10-31 | *** empty log message *** | Jim Meyering | |
2000-10-31 | Clean up indentation and punctuation. | Jim Meyering | |
Fix a couple typos. From Brian Youmans. | |||
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 | |