summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-02-22 08:19:19 +0000
committerJim Meyering <jim@meyering.net>1998-02-22 08:19:19 +0000
commita1413ad1cdb057ae3eee688686cf149f77289dd7 (patch)
tree3f436cf0a2086c69a1752b00c626b01579195be0 /old/fileutils
parentc9dd33ec3f2ac7237984565a4ccdbdd2e4c09706 (diff)
downloadcoreutils-a1413ad1cdb057ae3eee688686cf149f77289dd7.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 1 insertions, 7 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 564f4df32..d8e44868b 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -13,19 +13,13 @@
Remove get_date decl.
* lib/getdate.h: Removed. Could cause confusion with an
- automake-generated `.y.h' rule
+ automake-generated `.y.h' rule.
* lib/get-date.h: Renamed from getdate.h.
* lib/getdate.y: s/getdate.h/get-date.h/
* lib/Makefile.am (noinst_HEADERS): s/getdate.h/get-date.h/
1998-02-19 Jim Meyering <meyering@eng.ascend.com>
- * lib/dirname.c (dirname): Include ctype.h.
- [IN_CTYPE_DOMAIN]: Define.
- [ISALPHA]: Define.
- [MSDOS]: Add support for DOS-style file names with drive letters.
- Based on a patch from Eli Zaretskii.
-
1997-10-17 Eli Zaretskii <eliz@is.elta.co.il>
* lib/fileblocks.c [__DJGPP__]: Add missing typedef for daddr_t.