aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-02-08 18:44:53 +0400
committerDmitry Antipov2013-02-08 18:44:53 +0400
commit8ca30920525154d5eef67899b04dde77f4176169 (patch)
tree21370d2a80e1698b9fcd835527ee3dda5f8324fa /src/ChangeLog
parent6130b96ae7ed9632e7623fb86eac695edc401098 (diff)
downloademacs-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/ChangeLog10
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 @@
12013-02-08 Dmitry Antipov <dmantipov@yandex.ru> 12013-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
112013-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):