comparison src/ChangeLog @ 5041:efaa6cd845e5

add regexp-debugging -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-15 Ben Wing <ben@xemacs.org> * regex.c: * regex.c (DEBUG_FAIL_PRINT1): * regex.c (PUSH_FAILURE_POINT): * regex.c (POP_FAILURE_POINT): * regex.c (regex_compile): * regex.c (re_match_2_internal): * regex.h: * search.c: * search.c (search_buffer): * search.c (debug_regexps_changed): * search.c (vars_of_search): Add an internal variable debug_regexps and a corresponding Lisp variable `debug-regexps' that takes a list of areas in which to display debugging info about regex compilation and matching (currently three areas exist). Use existing debugging code already in regex.c and modify it so that it recognizes the debug_regexps variable and the flags in it. Rename variable `debug-xemacs-searches' to just `debug-searches', consistent with other debug vars. tests/ChangeLog addition: 2010-02-15 Ben Wing <ben@xemacs.org> * automated/search-tests.el (let): * automated/search-tests.el (boundp): debug-xemacs-searches renamed to debug-searches.
author Ben Wing <ben@xemacs.org>
date Mon, 15 Feb 2010 21:51:22 -0600
parents 22179cd0fe15
children f395ee7ad844
comparison
equal deleted inserted replaced
5027:22179cd0fe15 5041:efaa6cd845e5
1 2010-02-15 Ben Wing <ben@xemacs.org>
2
3 * regex.c:
4 * regex.c (DEBUG_FAIL_PRINT1):
5 * regex.c (PUSH_FAILURE_POINT):
6 * regex.c (POP_FAILURE_POINT):
7 * regex.c (regex_compile):
8 * regex.c (re_match_2_internal):
9 * regex.h:
10 * search.c:
11 * search.c (search_buffer):
12 * search.c (debug_regexps_changed):
13 * search.c (vars_of_search):
14 Add an internal variable debug_regexps and a corresponding Lisp
15 variable `debug-regexps' that takes a list of areas in which to
16 display debugging info about regex compilation and matching
17 (currently three areas exist). Use existing debugging code
18 already in regex.c and modify it so that it recognizes the
19 debug_regexps variable and the flags in it.
20
21 Rename variable `debug-xemacs-searches' to just `debug-searches',
22 consistent with other debug vars.
23
1 2010-02-10 Ben Wing <ben@xemacs.org> 24 2010-02-10 Ben Wing <ben@xemacs.org>
2 25
3 * text.h: 26 * text.h:
4 * text.h (VALIDATE_IBYTEPTR_BACKWARD): 27 * text.h (VALIDATE_IBYTEPTR_BACKWARD):
5 * text.h (EI_ALLOC): 28 * text.h (EI_ALLOC):