summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-14Fix typo: s/supercede/supersede/.Jim Meyering
2004-05-13*** empty log message ***Jim Meyering
2004-05-13(unquote, make_printable_str): Use e.g. '\a' rather than '\007',Jim Meyering
for portability to EBCDIC hosts.
2004-05-13(print_esc_char): Use e.g. '\a' rather than '\007',Jim Meyering
for portability to EBCDIC hosts.
2004-05-13(print_ascii, dump_strings): Use e.g. '\a' rather thanJim Meyering
'\007', for portability to EBCDIC hosts.
2004-05-13*** empty log message ***Jim Meyering
2004-05-13 Don't assume that "make -C" works; Solaris "make" doesn't have -C.Jim Meyering
* src/Makefile.am (all_programs.list): New rule, copied from man/Makefile.am and tests/Makefile.am, except that we use the system tr rather than ./tr and we don't use tr -s. * tests/Makefile.am (all_programs): Use it. * man/Makefile.am (all_programs): Likewise. Renamed from programs, for consistency. All uses changed.
2004-05-13 Don't assume that "make -C" works; Solaris "make" doesn't have -C.Jim Meyering
* src/Makefile.am (all_programs.list): New rule, copied from man/Makefile.am and tests/Makefile.am, except that we use the system tr rather than ./tr and we don't use tr -s. * tests/Makefile.am (all_programs): Use it.
2004-05-13Don't assume that "make -C" works; Solaris "make" doesn't have -C.Jim Meyering
(all_programs.list): New rule, copied from man/Makefile.am and tests/Makefile.am, except that we use the system tr rather than ./tr and we don't use tr -s.
2004-05-12*** empty log message ***Jim Meyering
2004-05-12(AD_pop_and_chdir): Move lstat-`.' into if-blockJim Meyering
where the result is used. This avoids one unnecessary lstat call per command line argument.
2004-05-11*** empty log message ***Jim Meyering
2004-05-11(TESTS): Add unread3.Jim Meyering
2004-05-11New 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 justJim Meyering
because opening `.' failed. Resort to using xgetcwd.
2004-05-11*** empty log message ***Jim Meyering
2004-05-11Don'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-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