summaryrefslogtreecommitdiff
path: root/regex.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright up-date.Dave Love1999-12-151-1/+1
* 1999-12-15 Kenichi Handa <handa@etl.go.jp>Dave Love1999-12-151-5/+46
* (POP_FAILURE_POINT): Use failure_id.integerGerd Moellmann1999-10-281-1/+1
* (POP_FAILURE_POINT): Extract failure_id as an integer.Gerd Moellmann1999-10-251-1/+1
* 1999-09-04 Richard Stallman <rms@gnu.org>Dave Love1999-10-061-34/+83
* [emacs]: Handle character classes for multibyte chars:Richard Stallman1999-08-291-35/+201
* (re_match_2_internal) [WINDOWSNT & emacs]: Insert QUIT at various places.EMACS_20_4Richard Stallman1999-01-191-0/+13
* (re_compile_fastmap): Do something similar to theRichard Stallman1998-12-301-7/+13
* (re_compile_fastmap): For anychar, set all fastmapKarl Heuer1998-12-101-13/+5
* (regex_compile): Handle translation of multibyteKarl Heuer1998-11-101-9/+20
* (regex_compile): Declare p with non-const type on AIX.Richard Stallman1998-07-251-0/+5
* (PTR_TO_OFFSET): Alternate definition if not `emacs'.Richard Stallman1998-06-091-0/+4
* (POS_AS_IN_BUFFER): Add 1 only if operating on a buffer.Richard Stallman1998-06-061-5/+6
* (re_search_2): Don't use ++ inside RE_TRANSLATE.Richard Stallman1998-05-251-5/+12
* (regex_compile): When checking after exactnRichard 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 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 Stallman1998-04-071-2/+2
* (regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error.Richard Stallman1998-04-041-1/+1
* (compile_range): Unused function deleted.Richard Stallman1998-04-031-97/+133
* (re_match_2_internal): Use SYNTAX_TABLE_BYTE_TO_CHAR.Richard Stallman1998-01-161-8/+8
* (re_search_2): Fix call to CHAR_HEAD_P.Richard 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.EMACS_20_2Richard Stallman1997-08-061-6/+7
* (TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate):Richard Stallman1997-07-041-4/+5
* (re_search_2): Cast result of POS_ADDR_VSTRING.Richard Stallman1997-07-021-6/+9
* Fix previous change.Richard Stallman1997-06-151-1/+1
* Fix up whitespace.Richard Stallman1997-06-151-1686/+1686
* (PTR_TO_OFFSET): New macro.Richard Stallman1997-06-151-1951/+2687
* [emacs] (malloc, free): Define as xmalloc, and xfree.Richard Stallman1996-11-071-0/+3
* (regex_compile): Use TRANSLATE before calling SET_LIST_BIT.Richard Stallman1996-09-191-3/+4
* (re_match_2_internal) [emacs]: Use PT, not point.Karl Heuer1996-09-011-3/+3
* Clean up whitespace.Richard Stallman1996-08-311-1914/+1913
* (re_search_2): Optimize regexp that starts with ^.Richard Stallman1996-08-311-1/+19
* (FREE_VAR): Clean up C syntax.Richard Stallman1996-08-311-1/+1
* (re_max_failures): Increase to 20000 again.Richard 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 Stallman1996-06-261-2/+2
* (re_max_failures): Reduce to 8000.Richard 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 Stallman1996-05-121-8/+0
* (re_match_2_internal): Fix off-by-one error; don't useRichard Stallman1996-05-111-3/+3
* (MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.Richard Stallman1996-04-121-2/+5
* Update FSF address in comment.Karl Heuer1996-01-291-1/+2