Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4530:9b182263dbd7 bytecomp-coding-system-2008-10-29
Merge bytecomp-coding-system-2008-10-29.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sun, 02 Nov 2008 03:11:29 +0900 |
parents | 8418d1ad4944 |
children | b58af9a9765d |
comparison
equal
deleted
inserted
replaced
4529:6f41fb7f3a65 | 4530:9b182263dbd7 |
---|---|
1 2008-11-01 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * regex.c (re_search_2): Fix at_dot by changing charpos to bytepos. | |
4 From Julian Bradfield <18654.1143.304851.782755@krk.inf.ed.ac.uk>. | |
5 | |
6 2008-11-01 Stephen J. Turnbull <stephen@xemacs.org> | |
7 | |
8 * mule-ccl.c (ccl_driver): Fix off-by-one error. | |
9 By Julian Bradfield in <18691.16568.526264.972026@krk.inf.ed.ac.uk>. | |
10 | |
1 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org> | 11 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 12 |
3 * lisp.h (static_pro): Cast out a warning. | 13 * lisp.h (static_pro): Cast out a warning. |
4 g++ 4.3 complains about the conversion of const char to char. | 14 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 | 15 These end up in a dynarray, so we would need to define a whole new |