diff options
author | Jim Meyering <jim@meyering.net> | 1993-06-16 14:33:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-06-16 14:33:22 +0000 |
commit | adcd9b9c14adabe4b089cd2a6c4c655113ea5f65 (patch) | |
tree | 99e0d1e208d9d939c345386dc89add394b834514 | |
parent | 2a33928da63748b1d1bc52b501f317eef37a082b (diff) | |
download | coreutils-adcd9b9c14adabe4b089cd2a6c4c655113ea5f65.tar.xz |
merge with 1.8
-rw-r--r-- | old/textutils/ChangeLog | 11 | ||||
-rw-r--r-- | old/textutils/NEWS | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 7c510eab4..4c903aa21 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,14 @@ +Thu May 27 01:37:51 1993 Jim Meyering (meyering@comco.com) + + * Version 1.8. + + * memchr.c: De-ansify the fixed version from glibc. + It is supposed to work on systems with 64-bit long ints. + +Mon May 24 00:32:43 1993 Jim Meyering (meyering@comco.com) + + * Version 1.7. + Sat May 22 02:13:12 1993 Jim Meyering (meyering@comco.com) * Version 1.6. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index bc00525ff..2555910bc 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,3 +1,8 @@ +Major changes in release 1.8: +* added non-ANSIfied version of memchr.c from GNU libc. + +Major changes in release 1.7: +* none Major changes in release 1.6: * with the --version option programs print the version and exit immediately * pr -2a really terminates |