summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-09-07 17:59:35 +0000
committerJim Meyering <jim@meyering.net>1996-09-07 17:59:35 +0000
commit9c28acb705891286ff2dd7e56a71a2ca3d7d4960 (patch)
tree9189f397c80097198528dd6a3d67e6128f4c0b53 /old
parent7b9e7765ee08c3a95cac53d9ea91b4c1beb295dc (diff)
downloadcoreutils-9c28acb705891286ff2dd7e56a71a2ca3d7d4960.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a0b522881..fbd5683fb 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,11 @@
Sat Sep 7 12:25:42 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * lib/regex.c, lib/regex.h: New files.
+ * lib/rx.c, lib/rx.h: New files.
+
+ * lib/Makefile.am (INCLUDES): Add -I../intl so compiler will find
+ libintl.h for rpmatch.c.
+
* src/system.h: Add comments justifying IS* versions of ctype.h macros.
Thu Sep 5 18:12:44 1996 Jim Meyering <meyering@na-net.ornl.gov>