Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-11 | New test, for the above fix and today's lib/save-cwd.c improvement. | Jim Meyering | |
2004-05-11 | *** empty log message *** | Jim Meyering | |
2004-05-11 | (save_cwd): If opening `.' read-only fails, try write-only. | Jim Meyering | |
2004-05-11 | *** empty log message *** | Jim Meyering | |
2004-05-11 | *** empty log message *** | Jim Meyering | |
2004-05-11 | *** empty log message *** | Jim Meyering | |
2004-05-11 | (save_cwd) [HAVE_FCHDIR]: Don't fail just | Jim Meyering | |
because opening `.' failed. Resort to using xgetcwd. | |||
2004-05-11 | *** empty log message *** | Jim Meyering | |
2004-05-11 | Don't include "save-cwd.h". It's no longer used. | Jim Meyering | |
2004-05-10 | . | Jim Meyering | |
2004-05-10 | *** empty log message *** | Jim Meyering | |
2004-05-10 | (TESTS): Add trap. | Jim Meyering | |
2004-05-10 | New 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-10 | Remove 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 IO | Jim 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 and | Jim 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-08 | Fix bug where "rm" gave up too easily, reported by Dan Jacobsen in | Jim 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-08 | New file; check for the above fix. | Jim Meyering | |
2004-05-07 | Update from gnulib. | Jim Meyering | |
(obstack_finish): Rename local: s/value/__value/. | |||
2004-05-07 | Update 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 buffer | Jim 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 are | Jim 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 | |