Mercurial > emacs
comparison src/ChangeLog @ 110551:f28cc7ff91f9
Fix int/EMACS_INT use in casefiddle.c and syntax.c.
syntax.c (scan_words, update_syntax_table)
(prev_char_comend_first, back_comment, skip_chars)
(skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
EMACS_INT for buffer and string positions.
syntax.h (scan_words, update_syntax_table): Adjust prototypes.
casefiddle.c (operate_on_word): Use EMACS_INT for buffer
positions.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 24 Sep 2010 11:24:47 -0400 |
parents | d33e6623664c |
children | 66f6be9b4d43 |
comparison
equal
deleted
inserted
replaced
110550:d33e6623664c | 110551:f28cc7ff91f9 |
---|---|
1 2010-09-24 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * syntax.c (scan_words, update_syntax_table) | |
4 (prev_char_comend_first, back_comment, skip_chars) | |
5 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use | |
6 EMACS_INT for buffer and string positions. | |
7 | |
8 * syntax.h (scan_words, update_syntax_table): Adjust prototypes. | |
9 | |
10 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer | |
11 positions. | |
12 | |
1 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | 13 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org> |
2 | 14 |
3 * scroll.c (calculate_scrolling, line_ins_del) | 15 * scroll.c (calculate_scrolling, line_ins_del) |
4 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int | 16 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int |
5 conversion. | 17 conversion. |
18 (print_object): Fix EMACS_INT/int conversion. | 30 (print_object): Fix EMACS_INT/int conversion. |
19 | 31 |
20 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion. | 32 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion. |
21 | 33 |
22 2010-09-24 Eli Zaretskii <eliz@gnu.org> | 34 2010-09-24 Eli Zaretskii <eliz@gnu.org> |
35 | |
36 * syntax.c (scan_words, update_syntax_table) | |
37 (prev_char_comend_first, back_comment, skip_chars): | |
38 | |
39 * syntax.h (scan_words): Adjust prototype. | |
40 | |
41 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer | |
42 positions. | |
23 | 43 |
24 * callproc.c (Fcall_process): Use EMACS_INT for count of | 44 * callproc.c (Fcall_process): Use EMACS_INT for count of |
25 characters read from the subprocess. | 45 characters read from the subprocess. |
26 | 46 |
27 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer | 47 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer |