*** empty log message ***

This commit is contained in:
Jim Meyering 2000-11-18 13:51:56 +00:00
parent 8bbc00b147
commit f94fab125e
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,9 @@
2000-11-18 Jim Meyering <meyering@lucent.com> 2000-11-18 Jim Meyering <meyering@lucent.com>
* Version 4.0.32. * Version 4.0.33.
* src/mkdir.c (main): When failing to create a directory, give only
one diagnostic, not two. Reported by Volker Borchert.
* src/mkdir.c (main): With --parents, remove any trailing slashes * src/mkdir.c (main): With --parents, remove any trailing slashes
from the argument to the final mkdir call. Required for NetBSD. from the argument to the final mkdir call. Required for NetBSD.

View File

@ -1,4 +1,7 @@
Changes in release 4.01: Changes in release 4.01:
[4.0.33]
* mkdir now gives one diagnostic (rather than two) for certain failures
* mkdir portability fix for NetBSD
[4.0.32] [4.0.32]
* touch now interprets a lone numeric argument of 8 or 10 digits as a file name, * touch now interprets a lone numeric argument of 8 or 10 digits as a file name,
rather than as a date/time in the obsolescent `MMDDhhmm[YY]' format. rather than as a date/time in the obsolescent `MMDDhhmm[YY]' format.