log src/search.c @ 88463:656d99c0c155

age author description
Tue, 07 May 2002 12:46:21 +0000 Kenichi Handa (boyer_moore): Fix handling of mulitbyte character translation.
Fri, 01 Mar 2002 01:46:49 +0000 Kenichi Handa Include "character.h" instead of "charset.h".
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Sat, 01 Dec 2007 06:57:11 +0000 Richard M. Stallman (syms_of_search) <inhibit-changing-match-data>: Doc fix.
Wed, 21 Nov 2007 04:55:58 +0000 Miles Bader Merge from emacs--rel--22
Wed, 12 Sep 2007 07:22:20 +0000 Glenn Morris (boyer_moore): Remove #ifdef C_ALLOCA block.
Mon, 13 Aug 2007 13:41:28 +0000 Miles Bader Merge from emacs--rel--22
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Tue, 10 Jul 2007 03:48:51 +0000 Richard M. Stallman (Vinhibit_changing_match_data, search_regs_1): New vars.
Fri, 08 Jun 2007 20:08:39 +0000 Juanma Barranquero (wordify): Use empty_unibyte_string.
Sat, 05 Apr 2008 21:42:59 +0000 Chong Yidong (compile_pattern_1): Treat non-nil and non-string of
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Fri, 16 Nov 2007 22:16:01 +0000 Stefan Monnier (Fset_match_data): Remove the `evaporate' feature.
Wed, 08 Aug 2007 07:49:21 +0000 Glenn Morris Replace `iff' in comments.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 14 Jan 2007 03:38:22 +0000 Glenn Morris Update copyright for years from Emacs 21 to present (mainly adding
Tue, 26 Dec 2006 18:02:27 +0000 Richard M. Stallman (Fsearch_forward): Doc fix.
Tue, 19 Dec 2006 16:14:54 +0000 Juanma Barranquero (Fsearch_forward): Doc fix.
Fri, 17 Nov 2006 12:12:05 +0000 Kenichi Handa (simple_search): In the loop of backward searching,
Tue, 03 Oct 2006 13:47:26 +0000 Stefan Monnier (compile_pattern): Only check `cp->syntax_table' if needed.
Tue, 03 Oct 2006 13:25:26 +0000 Stefan Monnier (compile_pattern): Only check `cp->syntax_table' if needed.
Sun, 24 Sep 2006 20:28:49 +0000 Richard M. Stallman (compile_pattern_1): Don't BLOCK_INPUT.
Tue, 19 Sep 2006 21:44:52 +0000 Chong Yidong * search.c (struct regexp_cache): New entry syntax_table.
Sun, 17 Sep 2006 17:38:59 +0000 Chong Yidong * search.c (clear_regexp_cache): New function.
Fri, 08 Sep 2006 12:07:07 +0000 Richard M. Stallman (looking_at_1, string_match_1, search_command):
Tue, 18 Jul 2006 13:28:53 +0000 Kim F. Storm (compile_pattern_1): Use xsignal1.
Wed, 12 Jul 2006 13:20:32 +0000 Kim F. Storm (Fset_match_data): Use CHECK_LIST.
Mon, 29 May 2006 08:06:15 +0000 Dan Nicolaescu * search.c (matcher_overflow): Mark as NO_RETURN.