comparison src/ChangeLog @ 4525:d64f1060cd65

Fix off-by-one error in ccl_driver. <87iqr7v7p0.fsf@uwakimon.sk.tsukuba.ac.jp>
author Stephen J. Turnbull <stephen@xemacs.org>
date Sat, 01 Nov 2008 23:32:53 +0900
parents 66411359ce4e
children 8418d1ad4944
comparison
equal deleted inserted replaced
4524:03ba50f7ecd7 4525:d64f1060cd65
1 2008-11-01 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * mule-ccl.c (ccl_driver): Fix off-by-one error.
4 By Julian Bradfield in <18691.16568.526264.972026@krk.inf.ed.ac.uk>.
5
1 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org> 6 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org>
2 7
3 * lisp.h (static_pro): Cast out a warning. 8 * lisp.h (static_pro): Cast out a warning.
4 g++ 4.3 complains about the conversion of const char to char. 9 g++ 4.3 complains about the conversion of const char to char.
5 These end up in a dynarray, so we would need to define a whole new 10 These end up in a dynarray, so we would need to define a whole new