aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a1ad4bd944e..a3390bcbc5b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,11 @@
12001-01-24 Kenichi Handa <handa@etl.go.jp> 12001-01-24 Kenichi Handa <handa@etl.go.jp>
2 2
3 * ccl.c (CCL_READ_CHAR): Change the argument name from r to REG 3 * ccl.c (CCL_READ_CHAR): Change the argument name from r to REG as
4 as a workaround for SunOS 4's cc. 4 a workaround for SunOS 4's cc.
5 (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...".
6 (CCL_SUCCESS, CCL_SUSPEND, CCL_INVALID_CMD): Likewise.
7 (ccl_driver) <CCL_ReadMultibyteChar2>: Remove unnecessay "do"
8 statement.
5 9
62001-01-23 Gerd Moellmann <gerd@gnu.org> 102001-01-23 Gerd Moellmann <gerd@gnu.org>
7 11