summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-11-05*** empty log message ***Jim Meyering
2000-11-05Add 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-04Use 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 theJim 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-03list the sourceJim 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-03cppiJim Meyering
2000-11-03Do not comment out all the code if we are usingJim 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-02argh!! use pack's `B', not `b' formatJim Meyering
2000-11-02*** empty log message ***Jim Meyering
2000-11-01remove const attribute for PARENTSJim Meyering
2000-11-01Fix 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-31Clean up indentation and punctuation.Jim Meyering
Fix a couple typos. From Brian Youmans.
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