log src/regex.c @ 82733:c079d2d85189

age author description
Mon, 13 Aug 2007 13:41:28 +0000 Miles Bader Merge from emacs--rel--22
Fri, 27 Jul 2007 07:18:33 +0000 Glenn Morris Switch license to GPLv3 or later.
Tue, 12 Jun 2007 18:40:18 +0000 Stefan Monnier (regex_compile): Remove the `regnum' counter.
Wed, 26 Mar 2008 22:57:42 +0000 Chong Yidong (EXTEND_BUFFER): Change order of pointer addition operations, to avoid
Wed, 08 Aug 2007 07:49:21 +0000 Glenn Morris Replace `iff' in comments.
Thu, 26 Jul 2007 04:49:45 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Fri, 29 Dec 2006 14:32:52 +0000 Jason Rumney (regerror): Change parameter name err_code.
Thu, 30 Nov 2006 01:52:26 +0000 Kenichi Handa (regex_compile): Fix previous change.
Tue, 28 Nov 2006 01:13:26 +0000 Kenichi Handa (regex_compile): Fix previous change.
Tue, 28 Nov 2006 01:12:50 +0000 Kenichi Handa (regex_compile): Fix previous change.
Tue, 28 Nov 2006 01:10:09 +0000 Kenichi Handa (regex_compile): Don't call SET_LIST_BIT with a
Fri, 24 Nov 2006 19:36:39 +0000 Juanma Barranquero Fix last change in whitespace.
Fri, 24 Nov 2006 09:30:44 +0000 Juanma Barranquero Whitespace/tab mixups.
Tue, 03 Oct 2006 13:19:18 +0000 Stefan Monnier (regex_compile): Set the new `used_syntax' bit.
Fri, 22 Sep 2006 17:30:13 +0000 Stefan Monnier (analyse_first): For eight-bit-control chars, mark both the
Sat, 16 Sep 2006 15:28:47 +0000 Richard M. Stallman (re_compile_pattern): Set gl_state.current_syntax_table.
Tue, 21 Feb 2006 12:58:58 +0000 Andreas Schwab Fix indentation.
Mon, 20 Feb 2006 16:44:09 +0000 Chong Yidong * regex.c: Revert 2006-02-19 change.
Mon, 20 Feb 2006 16:25:21 +0000 Chong Yidong * regex.c (xmalloc, xrealloc): Define these when not linked to
Mon, 20 Feb 2006 03:48:53 +0000 Luc Teirlinck (extend_range_table_work_area): Fix typo.
Mon, 20 Feb 2006 01:19:08 +0000 Richard M. Stallman (regex_compile): Call xmalloc and xrealloc.
Mon, 20 Feb 2006 01:15:42 +0000 Richard M. Stallman (extend_range_table_work_area): Call xmalloc and xrealloc.
Tue, 24 Jan 2006 19:14:58 +0000 Stefan Monnier (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
Tue, 04 Oct 2005 04:31:08 +0000 Stefan Monnier (re_char): Move it back to the implementation file.
Fri, 30 Sep 2005 22:38:16 +0000 Dan Nicolaescu * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Sun, 24 Apr 2005 16:40:43 +0000 Eli Zaretskii (re_search_2, re_match_2_internal): Convert second arg
Mon, 20 Dec 2004 11:06:14 +0000 Richard M. Stallman (re_match_2_internal) <symend, wordend>:
Mon, 06 Dec 2004 00:41:40 +0000 Stefan Monnier (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
Sun, 05 Dec 2004 23:34:16 +0000 Richard M. Stallman (regex_compile): Fix end-of-pattern case for space.
Fri, 19 Nov 2004 19:47:39 +0000 Richard M. Stallman Fix previous change.
Fri, 19 Nov 2004 19:36:09 +0000 Richard M. Stallman (regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero.
Sun, 24 Oct 2004 03:56:51 +0000 Kenichi Handa (re_error_msgid): Add an entry for REG_ERANGEX.
Sun, 13 Jun 2004 22:36:05 +0000 Richard M. Stallman (re_wctype, re_iswctype): Function defs longer static.
Fri, 28 May 2004 22:28:09 +0000 Stefan Monnier (print_partial_compiled_pattern): Add missing 'break'
Wed, 19 May 2004 16:37:35 +0000 Stefan Monnier Add support for new '\_<' and '\_>' regexp operators, matching the
Tue, 11 May 2004 09:47:25 +0000 Eli Zaretskii (mutually_exclusive_p): In 'case wordbeg', compare op2
Mon, 13 Oct 2003 18:48:14 +0000 Richard M. Stallman (MAX_BUF_SIZE): Reduce to 2**15.
Tue, 30 Sep 2003 12:36:17 +0000 Richard M. Stallman (regex_compile): Free the stack when returning from function.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Sun, 23 Feb 2003 15:00:30 +0000 Richard M. Stallman (print_partial_compiled_pattern): Output to stderr.
Tue, 04 Feb 2003 14:56:31 +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 M. Stallman (regnum_t): Use signed int, not unsigned int.
Fri, 06 Sep 2002 03:08:53 +0000 Richard M. Stallman (set_image_of_range_1): In no-TRANSLATE case,
Thu, 05 Sep 2002 02:34:37 +0000 Richard M. Stallman (set_image_of_range_1): New function.
Fri, 23 Aug 2002 22:19:56 +0000 Stefan Monnier (PATFETCH): Remove the translating fetch.
Mon, 25 Mar 2002 00:45:48 +0000 Richard M. Stallman (GET_UNSIGNED_NUMBER): Give proper error for spaces.
Thu, 21 Mar 2002 09:44:14 +0000 Richard M. 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.