| Commit message (Expand) | Author | Age | Files | Lines |
| * | (re_match_2_internal): Don't shorten the strings anymore, | Stefan Monnier | 2000-04-19 | 1 | -21/+34 |
| * | * regex.c (PTR_TO_OFFSET) [!emacs]: Remove. | Stefan Monnier | 2000-04-02 | 1 | -131/+85 |
| * | (analyse_first): New function obtained by ripping out most | Stefan Monnier | 2000-03-29 | 1 | -62/+85 |
| * | (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression. | Stefan Monnier | 2000-03-27 | 1 | -123/+104 |
| * | (enum re_opcode_t): New opcode on_failure_jump_nastyloop. | Stefan Monnier | 2000-03-26 | 1 | -6/+50 |
| * | (enum syntaxcode): Provide default for non-Emacs. | Stefan Monnier | 2000-03-23 | 1 | -8/+4 |
| * | (re_compile_fastmap, re_match_2_internal): Fix cast to re_opcode_t. | Dave Love | 2000-03-22 | 1 | -2/+2 |
| * | (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default | Stefan Monnier | 2000-03-22 | 1 | -307/+113 |
| * | (RE_STRING_CHAR): New macro. | Stefan Monnier | 2000-03-19 | 1 | -201/+219 |
| * | (re_match_2): Fix string shortening (to fit `stop') to make sure | Stefan Monnier | 2000-03-16 | 1 | -183/+211 |
| * | * regex.c: Declare a new type `re_char' used throughout the code for the | Stefan Monnier | 2000-03-14 | 1 | -114/+84 |
| * | This is a big redesign of failure-stack and register handling, prompted | Stefan Monnier | 2000-03-08 | 1 | -1219/+623 |
| * | (re_compile_fastmap): While checking a range table for | Richard M. Stallman | 2000-01-18 | 1 | -3/+4 |
| * | Copyright up-date. | Dave Love | 1999-12-15 | 1 | -1/+1 |
| * | 1999-12-15 Kenichi Handa <handa@etl.go.jp> | Dave Love | 1999-12-15 | 1 | -5/+46 |
| * | (POP_FAILURE_POINT): Use failure_id.integer | Gerd Moellmann | 1999-10-28 | 1 | -1/+1 |
| * | (POP_FAILURE_POINT): Extract failure_id as an integer. | Gerd Moellmann | 1999-10-25 | 1 | -1/+1 |
| * | 1999-09-04 Richard M. Stallman <rms@gnu.org> | Dave Love | 1999-10-06 | 1 | -34/+83 |
| * | [emacs]: Handle character classes for multibyte chars: | Richard M. Stallman | 1999-08-29 | 1 | -35/+201 |
| * | (re_match_2_internal) [WINDOWSNT & emacs]: Insert QUIT at various places. | Richard M. Stallman | 1999-01-19 | 1 | -0/+13 |
| * | (re_compile_fastmap): Do something similar to the | Richard M. Stallman | 1998-12-30 | 1 | -7/+13 |
| * | (re_compile_fastmap): For anychar, set all fastmap | Karl Heuer | 1998-12-10 | 1 | -13/+5 |
| * | (regex_compile): Handle translation of multibyte | Karl Heuer | 1998-11-10 | 1 | -9/+20 |
| * | (regex_compile): Declare p with non-const type on AIX. | Richard M. Stallman | 1998-07-25 | 1 | -0/+5 |
| * | (PTR_TO_OFFSET): Alternate definition if not `emacs'. | Richard M. Stallman | 1998-06-09 | 1 | -0/+4 |
| * | (POS_AS_IN_BUFFER): Add 1 only if operating on a buffer. | Richard M. Stallman | 1998-06-06 | 1 | -5/+6 |
| * | (re_search_2): Don't use ++ inside RE_TRANSLATE. | Richard M. Stallman | 1998-05-25 | 1 | -5/+12 |
| * | (regex_compile): When checking after exactn | Richard M. Stallman | 1998-05-06 | 1 | -6/+6 |
| * | (re_search_2): Fix indentation. | Andreas Schwab | 1998-04-29 | 1 | -2/+2 |
| * | (re_search_2): Fix handling of at_dot. | Richard M. Stallman | 1998-04-25 | 1 | -4/+4 |
| * | Use RE_TRANSLATE_P to check whether translation is | Andreas Schwab | 1998-04-15 | 1 | -7/+8 |
| * | (realloc) <emacs>: Define to xrealloc. | Andreas Schwab | 1998-04-15 | 1 | -0/+1 |
| * | (re_match_2, re_search_2): Convert position to a charpos, | Karl Heuer | 1998-04-12 | 1 | -8/+12 |
| * | (re_match_2) <anychar>: In unibyte case, set buf_ch as unsigned. | Karl Heuer | 1998-04-07 | 1 | -1/+1 |
| * | (re_match_2_internal): Declare buf_ch unsigned int. | Richard M. Stallman | 1998-04-07 | 1 | -2/+2 |
| * | (regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error. | Richard M. Stallman | 1998-04-04 | 1 | -1/+1 |
| * | (compile_range): Unused function deleted. | Richard M. Stallman | 1998-04-03 | 1 | -97/+133 |
| * | (re_match_2_internal): Use SYNTAX_TABLE_BYTE_TO_CHAR. | Richard M. Stallman | 1998-01-16 | 1 | -8/+8 |
| * | (re_search_2): Fix call to CHAR_HEAD_P. | Richard M. Stallman | 1998-01-09 | 1 | -11/+26 |
| * | (GROW_FAIL_STACK): Fix test for stack size at max. | Karl Heuer | 1997-12-11 | 1 | -1/+2 |
| * | (GROW_FAIL_STACK): Fix previous change: | Karl Heuer | 1997-12-09 | 1 | -3/+5 |
| * | (TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS. | Karl Heuer | 1997-12-09 | 1 | -28/+42 |
| * | Whitespace change. | Richard M. Stallman | 1997-08-06 | 1 | -6/+7 |
| * | (TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate): | Richard M. Stallman | 1997-07-04 | 1 | -4/+5 |
| * | (re_search_2): Cast result of POS_ADDR_VSTRING. | Richard M. Stallman | 1997-07-02 | 1 | -6/+9 |
| * | Fix previous change. | Richard M. Stallman | 1997-06-15 | 1 | -1/+1 |
| * | Fix up whitespace. | Richard M. Stallman | 1997-06-15 | 1 | -1686/+1686 |
| * | (PTR_TO_OFFSET): New macro. | Richard M. Stallman | 1997-06-15 | 1 | -1951/+2687 |
| * | [emacs] (malloc, free): Define as xmalloc, and xfree. | Richard M. Stallman | 1996-11-07 | 1 | -0/+3 |
| * | (regex_compile): Use TRANSLATE before calling SET_LIST_BIT. | Richard M. Stallman | 1996-09-19 | 1 | -3/+4 |