comparison src/ChangeLog @ 31550:86ecaeea77c2

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 12 Sep 2000 02:29:12 +0000
parents b769954f58da
children a1b90be8f105
comparison
equal deleted inserted replaced
31549:84fcbc8496b7 31550:86ecaeea77c2
1 2000-09-12 Miyashita Hisashi <himi@meadowy.org>
2
3 * ccl.c: Comment fixed.
4 (MAX_MAP_SET_LEVEL): Increased to 30.
5 (PUSH_MAPPING_STACK): Enclose with do-while block.
6 (POP_MAPPING_STACK): Likewise.
7 (stack_idx_of_map_multiple): New variable.
8 (CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
9 (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol,
10 call the corresponding CCL program by
11 CCL_CALL_FOR_MAP_INSTRUCTION.
12 (ccl_driver) <CCL_MapSingle>: Likewise.
13 (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal
14 with the case where looking up process reaches to the end of
15 map-set, and call CCL programs as the above change.
16
1 2000-09-11 Gerd Moellmann <gerd@gnu.org> 17 2000-09-11 Gerd Moellmann <gerd@gnu.org>
2 18
3 * xfns.c (png_load, jpeg_load): Declare some variables volatile 19 * xfns.c (png_load, jpeg_load): Declare some variables volatile
4 that might be clobbered by longjmp. 20 that might be clobbered by longjmp.
5 (check_x_display_info, x_decode_color, create_frame_xic) 21 (check_x_display_info, x_decode_color, create_frame_xic)