log regex.c @ 4626:889f28a944e3 emacs-unicode-2

age author description
Mon, 08 Sep 2003 12:48:12 +0000 Kenichi Handa *** empty log message *** emacs-unicode-2
Mon, 01 Sep 2003 15:45:56 +0000 Miles Bader Add arch taglines
Mon, 02 Jun 2003 18:28:46 +0000 Dave Love (re_search_2): Fix last change. emacs-unicode
Fri, 30 May 2003 07:00:29 +0000 Kenichi Handa (GET_CHAR_BEFORE_2): Check multibyte, not
Mon, 07 Oct 2002 12:58:29 +0000 Kenichi Handa (re_search_2): Fix for the case of unibyte buffer.
Thu, 19 Sep 2002 00:40:09 +0000 Kenichi Handa (re_search_2): Fix previous change.
Thu, 05 Sep 2002 17:01:55 +0000 Dave Love Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
Tue, 03 Sep 2002 04:09:40 +0000 Kenichi Handa * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
Fri, 01 Mar 2002 01:46:12 +0000 Kenichi Handa * regex.c: Include "character.h" instead of "charset.h".
Sun, 23 Feb 2003 15:00:30 +0000 Richard Stallman (print_partial_compiled_pattern): Output to stderr.
Tue, 04 Feb 2003 14:03:13 +0000 Juanma Barranquero Trailing whitespace deleted.
Thu, 16 Jan 2003 04:31:55 +0000 Kenichi Handa (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
Mon, 18 Nov 2002 15:40:28 +0000 Dave Love (_GNU_SOURCE): Don't define.
Thu, 07 Nov 2002 20:53:33 +0000 Dave Love (regexec): Fix pmatch declaration.
Tue, 10 Sep 2002 05:59:32 +0000 Stefan Monnier (DISCARD_FAILURE_REG_OR_COUNT): Delete.
Mon, 09 Sep 2002 19:41:30 +0000 Richard Stallman (regnum_t): Use signed int, not unsigned int.
Fri, 06 Sep 2002 03:08:53 +0000 Richard Stallman (set_image_of_range_1): In no-TRANSLATE case,
Thu, 05 Sep 2002 02:34:37 +0000 Richard Stallman (set_image_of_range_1): New function.
Fri, 23 Aug 2002 22:19:56 +0000 Stefan Monnier (PATFETCH): Remove the translating fetch.
Thu, 16 Jan 2003 01:44:22 +0000 Kenichi Handa (GET_CHAR_BEFORE_2): Fix for the case that the previous EMACS_21_1_RC
Fri, 02 Nov 2001 16:10:25 +0000 Stefan Monnier (regcomp, regexec): Don't forget the __restrict.
Mon, 25 Mar 2002 00:45:48 +0000 Richard Stallman (GET_UNSIGNED_NUMBER): Give proper error for spaces.
Thu, 21 Mar 2002 09:44:14 +0000 Richard Stallman (DISCARD_FAILURE_REG_OR_COUNT): New macro.
Fri, 02 Nov 2001 16:06:54 +0000 Stefan Monnier (re_wctype): Try to fix some warnings.
Tue, 09 Oct 2001 10:05:13 +0000 Gerd Moellmann (WIDE_CHAR_SUPPORT): Do not use defined() in macro.
Sat, 12 May 2001 10:52:38 +0000 Eli Zaretskii (malloc, realloc, free) [emacs]: Undefine before
Thu, 25 Jan 2001 01:44:54 +0000 Stefan Monnier (mutually_exclusive_p): Add missing `break' at the end of `charset' processing.
Wed, 24 Jan 2001 23:11:40 +0000 Stefan Monnier (mutually_exclusive_p): Don't blindly handle `charset_not'
Mon, 30 Oct 2000 15:20:17 +0000 Stefan Monnier (re_iswctype, re_wctype_to_bit): Fix braino.
Fri, 27 Oct 2000 13:29:36 +0000 Stefan Monnier (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
Thu, 26 Oct 2000 00:45:01 +0000 Stefan Monnier More `unsigned char' -> `re_char' changes.
Tue, 24 Oct 2000 14:00:55 +0000 Andrew Innes (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
Tue, 24 Oct 2000 08:27:34 +0000 Kenichi Handa (regex_compile): Fix previous change.
Tue, 24 Oct 2000 08:10:27 +0000 Kenichi Handa (regex_compile): Change the way of handling a range from a char less
Tue, 17 Oct 2000 06:55:04 +0000 Jeff Bailey Remove warning that noone noticed anyway
Sun, 15 Oct 2000 16:44:45 +0000 Stefan Monnier (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
Tue, 19 Sep 2000 15:47:02 +0000 Jeff Bailey Add warning to top of source files
Mon, 04 Sep 2000 04:24:00 +0000 Stefan Monnier (WIDE_CHAR_SUPPORT): New macro.
Thu, 31 Aug 2000 17:19:13 +0000 Stefan Monnier * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Wed, 30 Aug 2000 18:31:17 +0000 Stefan Monnier Merge some changes from GNU libc. Add prototypes.
Mon, 28 Aug 2000 00:37:22 +0000 Stefan Monnier * regex.c: Indent cpp directives and remove parens after `defined'.
Fri, 25 Aug 2000 14:35:12 +0000 Stefan Monnier (PUSH_FAILURE_COUNT): New macro.
Fri, 11 Aug 2000 01:56:59 +0000 Kenichi Handa (regex_compile) <normal_char>: Pay attention to multibyteness.
Tue, 20 Jun 2000 16:48:05 +0000 Stefan Monnier (re_match, re_match_2): Protect calls to alloca (0).
Sat, 10 Jun 2000 08:04:33 +0000 Kenichi Handa (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
Tue, 30 May 2000 02:58:58 +0000 Stefan Monnier (PREFETCH_NOLIMIT): New function.
Thu, 25 May 2000 16:30:40 +0000 Stefan Monnier (at_begline_loc_p): Also recognize the \\(?:^ case
Wed, 19 Apr 2000 21:39:18 +0000 Stefan Monnier (re_match_2_internal): Don't shorten the strings anymore,
Sun, 02 Apr 2000 23:56:45 +0000 Stefan Monnier * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Wed, 29 Mar 2000 04:01:25 +0000 Stefan Monnier (analyse_first): New function obtained by ripping out most
Mon, 27 Mar 2000 22:26:37 +0000 Stefan Monnier (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression.
Sun, 26 Mar 2000 23:05:51 +0000 Stefan Monnier (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
Thu, 23 Mar 2000 04:36:14 +0000 Stefan Monnier (enum syntaxcode): Provide default for non-Emacs.
Wed, 22 Mar 2000 14:25:38 +0000 Dave Love (re_compile_fastmap, re_match_2_internal): Fix cast to re_opcode_t.
Wed, 22 Mar 2000 04:17:32 +0000 Stefan Monnier (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
Sun, 19 Mar 2000 23:22:06 +0000 Stefan Monnier (RE_STRING_CHAR): New macro.
Thu, 16 Mar 2000 02:53:38 +0000 Stefan Monnier (re_match_2): Fix string shortening (to fit `stop') to make sure
Tue, 14 Mar 2000 00:27:57 +0000 Stefan Monnier * regex.c: Declare a new type `re_char' used throughout the code for the
Wed, 08 Mar 2000 23:25:41 +0000 Stefan Monnier This is a big redesign of failure-stack and register handling, prompted
Tue, 18 Jan 2000 20:11:41 +0000 Richard Stallman (re_compile_fastmap): While checking a range table for