diff options
author | Jim Meyering <jim@meyering.net> | 1996-01-05 02:37:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-01-05 02:37:28 +0000 |
commit | 92e8245d901bcc5b212c3f12386ec362cdfe4971 (patch) | |
tree | ca554a70d0a97fd6273f9f7cdc97add001d1ab52 | |
parent | c300ac7a4db71649b0d52985b9afea7c7c42d354 (diff) | |
download | coreutils-92e8245d901bcc5b212c3f12386ec362cdfe4971.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2f1e3c1a4..877059c05 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,14 @@ +Thu Jan 4 20:32:52 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * src/Makefile.am (DIST_OTHER): Include md5-test.rfc so make check + works again. Reported by François Pinard and Kaveh Ghazi. + + * rx.c [SYNTAX]: Rename from SYNTAX_TABLE. + [SYNTAX_TABLE]: Remove extern dcl or re_syntax_table. + (RE_SEARCH_2_FN): Cast string1 and string2 to avoid pointer type + mismatch errors from e.g. SunOS's /bin/cc. + Reported by Kaveh Ghazi. + Wed Jan 3 23:34:39 1996 Jim Meyering (meyering@na-net.ornl.gov) * configure.in (VERSION): Set variable directly rather than from |