log src/regex.c @ 53646:8c55b1b400d5

age author description
2003-10-13 Richard M. Stallman (MAX_BUF_SIZE): Reduce to 2**15.
2003-09-30 Richard M. Stallman (regex_compile): Free the stack when returning from function.
2003-09-01 Miles Bader Add arch taglines
2003-02-23 Richard M. Stallman (print_partial_compiled_pattern): Output to stderr.
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2003-01-16 Kenichi Handa (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
2002-11-18 Dave Love (_GNU_SOURCE): Don't define.
2002-11-07 Dave Love (regexec): Fix pmatch declaration.
2002-09-10 Stefan Monnier (DISCARD_FAILURE_REG_OR_COUNT): Delete.
2002-09-09 Richard M. Stallman (regnum_t): Use signed int, not unsigned int.
2002-09-06 Richard M. Stallman (set_image_of_range_1): In no-TRANSLATE case,
2002-09-05 Richard M. Stallman (set_image_of_range_1): New function.
2002-08-23 Stefan Monnier (PATFETCH): Remove the translating fetch.
2002-03-25 Richard M. Stallman (GET_UNSIGNED_NUMBER): Give proper error for spaces.
2002-03-21 Richard M. Stallman (DISCARD_FAILURE_REG_OR_COUNT): New macro.
2001-11-02 Stefan Monnier (re_wctype): Try to fix some warnings.
2001-10-09 Gerd Moellmann (WIDE_CHAR_SUPPORT): Do not use defined() in macro.
2001-05-12 Eli Zaretskii (malloc, realloc, free) [emacs]: Undefine before
2001-01-25 Stefan Monnier (mutually_exclusive_p): Add missing `break' at the end of `charset' processing.
2001-01-24 Stefan Monnier (mutually_exclusive_p): Don't blindly handle `charset_not'
2000-10-30 Stefan Monnier (re_iswctype, re_wctype_to_bit): Fix braino.
2000-10-27 Stefan Monnier (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
2000-10-26 Stefan Monnier More `unsigned char' -> `re_char' changes.
2000-10-24 Andrew Innes (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
2000-10-24 Kenichi Handa (regex_compile): Fix previous change.
2000-10-24 Kenichi Handa (regex_compile): Change the way of handling a range from a char less
2000-10-17 Jeff Bailey Remove warning that noone noticed anyway
2000-10-15 Stefan Monnier (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
2000-09-19 Jeff Bailey Add warning to top of source files
2000-09-04 Stefan Monnier (WIDE_CHAR_SUPPORT): New macro.
2000-08-31 Stefan Monnier * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
2000-08-30 Stefan Monnier Merge some changes from GNU libc. Add prototypes.
2000-08-28 Stefan Monnier * regex.c: Indent cpp directives and remove parens after `defined'.
2000-08-25 Stefan Monnier (PUSH_FAILURE_COUNT): New macro.
2000-08-11 Kenichi Handa (regex_compile) <normal_char>: Pay attention to multibyteness.
2000-06-20 Stefan Monnier (re_match, re_match_2): Protect calls to alloca (0).
2000-06-10 Kenichi Handa (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
2000-05-30 Stefan Monnier (PREFETCH_NOLIMIT): New function.
2000-05-25 Stefan Monnier (at_begline_loc_p): Also recognize the \\(?:^ case
2000-04-19 Stefan Monnier (re_match_2_internal): Don't shorten the strings anymore,
2000-04-02 Stefan Monnier * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
2000-03-29 Stefan Monnier (analyse_first): New function obtained by ripping out most
2000-03-27 Stefan Monnier (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression.
2000-03-26 Stefan Monnier (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
2000-03-23 Stefan Monnier (enum syntaxcode): Provide default for non-Emacs.
2000-03-22 Dave Love (re_compile_fastmap, re_match_2_internal): Fix cast to re_opcode_t.
2000-03-22 Stefan Monnier (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
2000-03-19 Stefan Monnier (RE_STRING_CHAR): New macro.
2000-03-16 Stefan Monnier (re_match_2): Fix string shortening (to fit `stop') to make sure
2000-03-14 Stefan Monnier * regex.c: Declare a new type `re_char' used throughout the code for the
2000-03-08 Stefan Monnier This is a big redesign of failure-stack and register handling, prompted
2000-01-18 Richard M. Stallman (re_compile_fastmap): While checking a range table for
1999-12-15 Dave Love Copyright up-date.
1999-12-15 Dave Love 1999-12-15 Kenichi Handa <handa@etl.go.jp>
1999-10-28 Gerd Moellmann (POP_FAILURE_POINT): Use failure_id.integer
1999-10-25 Gerd Moellmann (POP_FAILURE_POINT): Extract failure_id as an integer.
1999-10-06 Dave Love 1999-09-04 Richard Stallman <rms@gnu.org>
1999-08-29 Richard M. Stallman [emacs]: Handle character classes for multibyte chars:
1999-01-19 Richard M. Stallman (re_match_2_internal) [WINDOWSNT & emacs]: Insert QUIT at various places.
1998-12-30 Richard M. Stallman (re_compile_fastmap): Do something similar to the