comparison src/ChangeLog @ 30949:54e668cd8c0b

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 18 Aug 2000 06:39:31 +0000
parents b27b8cce32b4
children 0bf7e72d456f
comparison
equal deleted inserted replaced
30948:0763555f942b 30949:54e668cd8c0b
1 2000-08-18 Kenichi Handa <handa@etl.go.jp>
2
3 * coding.c (decode_coding_string): Set members consumed,
4 consumed_char, produced, produced_char of *coding correctly. If
5 decode_coding doesn't consume any byte, don't try anymore.
6 (encode_coding_string): Likewise.
7
1 2000-08-18 Gerd Moellmann <gerd@gnu.org> 8 2000-08-18 Gerd Moellmann <gerd@gnu.org>
2 9
3 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both side of the 10 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both side of the
4 conditional have void type, for standard C compilers. 11 conditional have void type, for standard C compilers.
5 12