summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-07-16Include lchown.h.Jim Meyering
1998-07-16*** empty log message ***Jim Meyering
1998-07-16(noinst_HEADERS): Add lchown.h.Jim Meyering
1998-07-16include lchown.hJim Meyering
1998-07-16.Jim Meyering
1998-07-16[!ENOSYS] (ENOSYS): Define to ENOTSUP or ENOMSG.Jim Meyering
1998-07-16*** empty log message ***Jim Meyering
1998-07-16[!ENOSYS] (ENOSYS): Define to ENOTSUP or ENOMSG.Jim Meyering
1998-07-16Update prototype.Jim Meyering
1998-07-16(safe_read): Change type of pointer parameter toJim Meyering
`void' to avoid Irix4 cc errors. Reported by Kaveh Ghazi.
1998-07-16.Jim Meyering
1998-07-15(check_format): Add `5' to the list of digits.Jim Meyering
Reported by Donni Erpel.
1998-07-13.Jim Meyering
1998-07-13check: depend on maint_genJim Meyering
1998-07-13(print_header): Print "1k-blocks", not "1.0k-blocks".Jim Meyering
1998-07-09*** empty log message ***Jim Meyering
1998-07-09(jm_FUNC_CHOWN): Add a check to verify that theJim Meyering
uid and gid actually remain unchanged.
1998-07-08*** empty log message ***Jim Meyering
1998-07-08*** empty log message ***Jim Meyering
1998-07-08Remove FCLOSE_UNLOCKED block.Jim Meyering
1998-07-08Remove fclose_unlocked.Jim Meyering
1998-07-05(parse_line): Add casts to avoid errors from Irix4's `cc' C compiler.Jim Meyering
From Kaveh Ghazi.
1998-07-04Include stdio.h. Required on some systems when using assert.Jim Meyering
From Kaveh Ghazi.
1998-07-04Use cmp, not diff.Jim Meyering
Reported by Kaveh Ghazi.
1998-07-04*** empty log message ***Jim Meyering
1998-07-04bump serial numberJim Meyering
1998-07-04Use syscmd, ifelse, and sysval. Mainly as an exerciseJim Meyering
to prove that this macro can be used in packages without regex.c.
1998-07-04tweak commentJim Meyering
1998-07-04.Jim Meyering
1998-07-04Remove #ifdef around <regex.h> inclusion.Jim Meyering
1998-07-04Remove #ifdef around <regex.h> inclusion.Jim Meyering
(extract_regexp): Remove #if !WITH_REGEX...#endif block.
1998-07-04*** empty log message ***Jim Meyering
1998-07-04add warningJim Meyering
1998-07-04(remove_dir): Use fprintf, not error to avoid newline in prompt.Jim Meyering
1998-07-04*** empty log message ***Jim Meyering
1998-07-04.Jim Meyering
1998-07-04*** empty log message ***Jim Meyering
1998-07-04.Jim Meyering
1998-07-04*** empty log message ***Jim Meyering
1998-07-04use $jm_with_regex, now $WITH_REGEXJim Meyering
1998-07-04remove ifdef around inclusion of regex.h altogether!!Jim Meyering
1998-07-04add 100 to serial numberJim Meyering
1998-07-04.Jim Meyering
1998-07-04(noinst_HEADERS): Add regex.h.Jim Meyering
1998-07-04.Jim Meyering
1998-07-04*** empty log message ***Jim Meyering
1998-07-04.Jim Meyering
1998-07-04.Jim Meyering
1998-07-04(read_filesystem_list):Jim Meyering
Don't leak memory on failure. Don't create a dummy struct mount_entry entry; use the address-of-the-tail-address method instead. Preserve errno if possible on failure, setting it to 0 if inapplicable. Close file descriptor leak if the F_SETLKW failed. Report an error if SVR4 lock file cannot be opened for some reason other than a nonexistent lock file.
1998-07-04.Jim Meyering