diff options
| author | Eli Zaretskii | 2010-09-24 11:24:47 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2010-09-24 11:24:47 -0400 |
| commit | 4f3a2f8d41f3a1e2be27921e8271c5fdb78e6d98 (patch) | |
| tree | 9afa3e5cda7d3f8505ca39f25d5004797b78c6f2 /src/ChangeLog | |
| parent | f0812d352e22fb610d5002a50827278fd271938c (diff) | |
| download | emacs-4f3a2f8d41f3a1e2be27921e8271c5fdb78e6d98.tar.gz emacs-4f3a2f8d41f3a1e2be27921e8271c5fdb78e6d98.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4a921520603..7c13fab36b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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) |
| @@ -21,6 +33,14 @@ | |||
| 21 | 33 | ||
| 22 | 2010-09-24 Eli Zaretskii <eliz@gnu.org> | 34 | 2010-09-24 Eli Zaretskii <eliz@gnu.org> |
| 23 | 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. | ||
| 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 | ||