summaryrefslogtreecommitdiff
path: root/src/regex.c
Commit message (Expand)AuthorAgeFilesLines
* (PTR_TO_OFFSET): Alternate definition if not `emacs'.Richard M. Stallman1998-06-091-0/+4
* (POS_AS_IN_BUFFER): Add 1 only if operating on a buffer.Richard M. Stallman1998-06-061-5/+6
* (re_search_2): Don't use ++ inside RE_TRANSLATE.Richard M. Stallman1998-05-251-5/+12
* (regex_compile): When checking after exactnRichard M. Stallman1998-05-061-6/+6
* (re_search_2): Fix indentation.Andreas Schwab1998-04-291-2/+2
* (re_search_2): Fix handling of at_dot.Richard M. Stallman1998-04-251-4/+4
* Use RE_TRANSLATE_P to check whether translation isAndreas Schwab1998-04-151-7/+8
* (realloc) <emacs>: Define to xrealloc.Andreas Schwab1998-04-151-0/+1
* (re_match_2, re_search_2): Convert position to a charpos,Karl Heuer1998-04-121-8/+12
* (re_match_2) <anychar>: In unibyte case, set buf_ch as unsigned.Karl Heuer1998-04-071-1/+1
* (re_match_2_internal): Declare buf_ch unsigned int.Richard M. Stallman1998-04-071-2/+2
* (regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error.Richard M. Stallman1998-04-041-1/+1
* (compile_range): Unused function deleted.Richard M. Stallman1998-04-031-97/+133
* (re_match_2_internal): Use SYNTAX_TABLE_BYTE_TO_CHAR.Richard M. Stallman1998-01-161-8/+8
* (re_search_2): Fix call to CHAR_HEAD_P.Richard M. Stallman1998-01-091-11/+26
* (GROW_FAIL_STACK): Fix test for stack size at max.Karl Heuer1997-12-111-1/+2
* (GROW_FAIL_STACK): Fix previous change:Karl Heuer1997-12-091-3/+5
* (TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS.Karl Heuer1997-12-091-28/+42
* Whitespace change.Richard M. Stallman1997-08-061-6/+7
* (TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate):Richard M. Stallman1997-07-041-4/+5
* (re_search_2): Cast result of POS_ADDR_VSTRING.Richard M. Stallman1997-07-021-6/+9
* Fix previous change.Richard M. Stallman1997-06-151-1/+1
* Fix up whitespace.Richard M. Stallman1997-06-151-1686/+1686
* (PTR_TO_OFFSET): New macro.Richard M. Stallman1997-06-151-1951/+2687
* [emacs] (malloc, free): Define as xmalloc, and xfree.Richard M. Stallman1996-11-071-0/+3
* (regex_compile): Use TRANSLATE before calling SET_LIST_BIT.Richard M. Stallman1996-09-191-3/+4
* (re_match_2_internal) [emacs]: Use PT, not point.Karl Heuer1996-09-011-3/+3
* Clean up whitespace.Richard M. Stallman1996-08-311-1914/+1913
* (re_search_2): Optimize regexp that starts with ^.Richard M. Stallman1996-08-311-1/+19
* (FREE_VAR): Clean up C syntax.Richard M. Stallman1996-08-311-1/+1
* (re_max_failures): Increase to 20000 again.Richard M. Stallman1996-08-091-1/+1
* [_LIBC] (re_comp, re_exec): Use `weak_function' keyword in defn instead ofRoland McGrath1996-07-091-9/+9
* (re_max_failures): Reduce to 4000.Richard M. Stallman1996-06-261-2/+2
* (re_max_failures): Reduce to 8000.Richard M. Stallman1996-06-021-1/+3
* Tue May 21 19:18:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-241-2/+11
* Delete the Emacs local variables spec.Richard M. Stallman1996-05-121-8/+0
* (re_match_2_internal): Fix off-by-one error; don't useRichard M. Stallman1996-05-111-3/+3
* (MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.Richard M. Stallman1996-04-121-2/+5
* Update FSF address in comment.Karl Heuer1996-01-291-1/+2
* (AT_WORD_BOUNDARY): Disable macro.Karl Heuer1995-12-131-7/+46
* (gettext_noop): New macro, identity fn.Roland McGrath1995-11-161-296/+303
* (NUM_FAILURE_ITEMS, POP_FAILURE_POINT, PUSH_FAILURE_POINT):Richard M. Stallman1995-11-111-4/+5
* (POP_FAILURE_POINT): Use .word.integer.Richard M. Stallman1995-10-291-1/+1
* Don't declare alloca.Richard M. Stallman1995-10-221-0/+2
* (TRANSLATE, PATFETCH): Cast elt of `translate'.Richard M. Stallman1995-10-191-12/+30
* (re_search_2): Use 0, not -1, as the lower boundRichard M. Stallman1995-10-011-3/+4
* (re_search_2): If pattern starts with \=, optimize search.Richard M. Stallman1995-09-011-8/+12
* (PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or popRichard M. Stallman1995-08-221-34/+38
* Fix conditional.Karl Heuer1995-07-171-1/+1
* Don't use relocatable allocator.Richard M. Stallman1995-07-071-3/+4