*** empty log message ***

This commit is contained in:
Jim Meyering
2001-08-07 12:10:39 +00:00
parent 6258f69c2c
commit 62dbf128a5
+15 -5
View File
@@ -1,3 +1,18 @@
2001-08-07 Jim Meyering <meyering@lucent.com>
* Makefile.maint (m4-check): New rule.
(local-check): Depend on it.
2001-08-06 Jim Meyering <meyering@lucent.com>
* src/mv.c (usage): Correct the description of --update.
* src/copy.c (copy_internal): Set *rename_succeeded, so that
the caller (mv) doesn't remove the source file.
Reported by FIXME?
* tests/mv/update: New test for the above.
* tests/mv/Makefile.am (TESTS): Add update.
2001-08-05 Jim Meyering <meyering@lucent.com>
* tests/root-only: Generalize. Rename to ...
@@ -31,11 +46,6 @@
2001-07-15 Jim Meyering <meyering@lucent.com>
* src/copy.c (copy_internal): Set *rename_succeeded, so that
the caller (mv) doesn't remove the source file.
FIXME: add test case
Reported by FIXME?
* src/Makefile.am (INCLUDES): Add -I../lib so sys2.h can include
the new, generated file, unlocked-io.h.