diff options
| author | Dmitry Antipov | 2013-02-08 18:44:53 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-02-08 18:44:53 +0400 |
| commit | 8ca30920525154d5eef67899b04dde77f4176169 (patch) | |
| tree | 21370d2a80e1698b9fcd835527ee3dda5f8324fa /src/ChangeLog | |
| parent | 6130b96ae7ed9632e7623fb86eac695edc401098 (diff) | |
| download | emacs-8ca30920525154d5eef67899b04dde77f4176169.tar.gz emacs-8ca30920525154d5eef67899b04dde77f4176169.zip | |
* search.c (scan_buffer): Calculate end byte position just once.
(scan_newline): Do not recalculate start_byte.
(search_command): Use eassert.
* syntax.c (struct lisp_parse_state): New member location_byte.
(scan_sexps_forward): Record from_byte and avoid redundant
character to byte position calculation ...
(Fparse_partial_sexp): ... here. Break too long line.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 073227281f0..420cb5aed63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * search.c (scan_buffer): Calculate end byte position just once. | ||
| 4 | (scan_newline): Do not recalculate start_byte. | ||
| 5 | (search_command): Use eassert. | ||
| 6 | * syntax.c (struct lisp_parse_state): New member location_byte. | ||
| 7 | (scan_sexps_forward): Record from_byte and avoid redundant | ||
| 8 | character to byte position calculation ... | ||
| 9 | (Fparse_partial_sexp): ... here. Break too long line. | ||
| 10 | |||
| 11 | 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 12 | |||
| 3 | * lisp.h (make_uninit_vector): New function. | 13 | * lisp.h (make_uninit_vector): New function. |
| 4 | * alloc.c (Fvector, Fmake_byte_code): | 14 | * alloc.c (Fvector, Fmake_byte_code): |
| 5 | * ccl.c (Fregister_ccl_program): | 15 | * ccl.c (Fregister_ccl_program): |