diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 24b8e711420..8b0149bc5f4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,8 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | Consistently use validate_subarray to verify substring. | 3 | Consistently use validate_subarray to verify substring. |
| 4 | * fns.c (validate_substring): Not static any more. Adjust to | 4 | * fns.c (validate_substring): Not static any more. Adjust to |
| 5 | use ptrdiff_t, not EMACS_INT, becase string and vector limits | 5 | use ptrdiff_t, not EMACS_INT, because string and vector limits |
| 6 | can't exceed ptrdiff_t even if EMACS_INT is wider. | 6 | can't exceed ptrdiff_t even if EMACS_INT is wider. |
| 7 | (Fcompare_strings, Fsubstring, Fsubstring_no_properties) | ||
| 8 | (secure_hash): Adjust user. | ||
| 7 | * lisp.h (validate_subarray): Add prototype. | 9 | * lisp.h (validate_subarray): Add prototype. |
| 8 | * coding.c (Fundecodable_char_position): | 10 | * coding.c (Fundecodable_char_position): |
| 9 | * composite.c (Fcomposition_get_gstring, Fcompose_string_internal): | 11 | * composite.c (Fcomposition_get_gstring, Fcompose_string_internal): |