1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-12-07 06:21:12 +00:00
parent 52dedbfebb
commit ef234641de

View File

@@ -1,7 +1,21 @@
1998-12-06 Jim Meyering <meyering@ascend.com>
1998-12-07 Jim Meyering <meyering@ascend.com>
* Version 4.1-b1.
* src/copy.c: Use dir_name, not dirname. Include dirname.h.
* src/cp.c: Likewise.
* src/df.c: Likewise.
* src/install.c: Likewise.
* src/ln.c: Likewise.
* src/mvdir.c: Likewise.
* lib/dirname.c (dir_name): Rename from dirname.
Make argument `const'. Include "dirname.h"
* lib/dirname.h: New file.
* lib/Makefile.am (noinst_HEADERS): Add dirname.h.
1998-12-06 Jim Meyering <meyering@ascend.com>
* lib/rpmatch.c (rpmatch) [!ENABLE_NLS]: Hard-code tests to use
`^[yY]' and `^[nN]' (avoiding regex). From Karl Heuer.