summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-26 21:48:37 +0000
committerJim Meyering <jim@meyering.net>1998-07-26 21:48:37 +0000
commit25176dbdefd6f2a756abaa3d08193eb7b7c13212 (patch)
treebae257dd0f5e737713e448c37dc0e1fa58ea66a8 /old/textutils
parentb49807bfb21883e4789dd0f943137a2d3d019a01 (diff)
downloadcoreutils-25176dbdefd6f2a756abaa3d08193eb7b7c13212.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 84e372847..1c37b99db 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,17 @@
+1998-07-26 Jim Meyering <meyering@ascend.com>
+
+ * intl/localealias.c (read_alias_file): Avoid mixing `char*' and
+ `unsigned char*' variables. Again for irix4.
+ Mostly from Kaveh Ghazi.
+
+ * src/join.c: Convert some char* dcls to `unsigned char*' and remove
+ a cast -- to placate irix4's cc.
+ * src/fmt.c (check_punctuation): Add cast to placate irix4's cc.
+ Reported by Kaveh Ghazi.
+
+ * src/md5sum.c (split_3): Add cast to placate irix4's cc.
+ From Kaveh Ghazi.
+
1998-07-25 Jim Meyering <meyering@ascend.com>
* Version 1.22f.