summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-10(TESTS): Add trap.Jim Meyering
2004-05-10New file. Test for bug fix of 2004-04-18.Jim Meyering
2004-05-10*** empty log message ***Jim Meyering
2004-05-10(AD_push): Don't use errno in diagnostic about `changed dev/ino'.Jim Meyering
2004-05-10*** empty log message ***Jim Meyering
2004-05-10Remove this generated file from CVS.Jim Meyering
2004-05-10.Jim Meyering
2004-05-09.Jim Meyering
2004-05-09.Jim Meyering
2004-05-09*** empty log message ***Jim Meyering
2004-05-09(check-texinfo): grep -w IOJim Meyering
2004-05-09*** empty log message ***Jim Meyering
2004-05-09(stat invocation): Change IO to I/O.Jim Meyering
2004-05-09*** empty log message ***Jim Meyering
2004-05-09(unquote): Use xcalloc rather than xmalloc andJim Meyering
a loop initializing the just-allocated memory to zero.
2004-05-08*** empty log message ***Jim Meyering
2004-05-08*** empty log message ***Jim Meyering
2004-05-08(TESTS): Add no-give-up.Jim Meyering
2004-05-08Fix bug where "rm" gave up too easily, reported by Dan Jacobsen inJim Meyering
<http://mail.gnu.org/archive/html/bug-coreutils/2004-05/msg00013.html>. (remove_entry): Check for errno values like ENOENT that show the file cannot be directory, instead of for errno values like EPERM that show the file might be a directory. This is necessary because, when a single unlink() call has multiple reasons to fail, it can set errno to any of those reasons; it's only the rare errno value like ENOENT that excludes all the other possible reasons to fail even when the file is a directory. (remove_cwd_entries): Don't attempt chdir if the file is known to not be a directory. (remove_dir): Use the same method that remove_cwd_entries uses (for some reason they differed). Don't assert that saved_errno must be EPERM; it might be just about anything.
2004-05-08New file; check for the above fix.Jim Meyering
2004-05-07Update from gnulib.Jim Meyering
(obstack_finish): Rename local: s/value/__value/.
2004-05-07Update from gnulib.Jim Meyering
(_): Define only if not already defined.
2004-05-06*** empty log message ***Jim Meyering
2004-05-06(main): Use xnmalloc, rather than xmalloc.Jim Meyering
2004-05-06(main): Use xnmalloc, rather than xmalloc.Jim Meyering
2004-05-06(list_entries_users): Use xnmalloc, rather than xmalloc.Jim Meyering
2004-05-06(do_wipefd): Use xnmalloc, rather than xmalloc.Jim Meyering
2004-05-06(xgetgroups): Use variable name, rather than type name in computing bufferJim Meyering
size for xnmalloc.
2004-05-06(xgetgroups): Use xnmalloc, rather than xmalloc.Jim Meyering
Don't add `1' to the buffer size (it was to protect against malloc implementations that fail to allocate a buffer of size zero). That is no longer necessary, since we use a malloc wrapper on such systems.
2004-05-06(main): Use xnmalloc, rather than xmalloc.Jim Meyering
2004-05-06(elide_tail_bytes_pipe): Use xnmalloc, rather than xmalloc.Jim Meyering
2004-05-06(get_input_fstatus): Use xnmalloc, rather than xmalloc.Jim Meyering
2004-05-04.Jim Meyering
2004-05-04*** empty log message ***Jim Meyering
2004-05-04(show_disk, show_point): If several filesystems areJim Meyering
mounted on the same mount point, prefer the last one, not the first. Problem reported by Christian Jones in <http://mail.gnu.org/archive/html/bug-coreutils/2004-04/msg00200.html>. (show_disk): Remove unused statp arg. Return bool, not int. (show_point): Rewrite to avoid gotos. Use the same algorithm for lofs and dummies for each pass through the mount table, rather than subtly different algorithms (which are probably inadvertent).
2004-05-03*** empty log message ***Jim Meyering
2004-05-03(lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.Jim Meyering
2004-05-03*** empty log message ***Jim Meyering
2004-05-03*** empty log message ***Jim Meyering
2004-05-03(EXTRA_DIST): Add m4/ChangeLog, now that we no longer have m4/Makefile*.Jim Meyering
2004-05-03*** empty log message ***Jim Meyering
2004-05-03.Jim Meyering
2004-05-03Temporary work-around for the problem reported here:Jim Meyering
http://sources.redhat.com/ml/automake/2004-05/msg00023.html (FIXME: the number `23' may not be accurate) (AM_GNU_GETTEXT): Don't require AM_INTL_SUBDIR. (AM_INTL_SUBDIR): Comment out definition.
2004-05-01*** empty log message ***Jim Meyering
2004-05-01Remove unused file.Jim Meyering
2004-05-01Remove unused file.Jim Meyering
2004-05-01Remove unused file.Jim Meyering
2004-05-01Remove unused file.Jim Meyering
2004-05-01Remove unused file.Jim Meyering
2004-05-01Remove unused file.Jim Meyering