log src/search.c @ 66193:654295366299

age author description
Wed, 19 Oct 2005 01:52:50 +0000 Richard M. Stallman (Fstring_match): Doc fix.
Fri, 14 Oct 2005 07:54:50 +0000 Kenichi Handa (search_buffer): Give up BM search on case-fold-search
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Thu, 14 Jul 2005 11:24:08 +0000 Kim F. Storm (syms_of_search): Staticpro searchbuf.whitespace_regexp.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Thu, 23 Jun 2005 16:14:45 +0000 Juanma Barranquero (Freplace_match): Follow error conventions.
Wed, 22 Jun 2005 23:18:59 +0000 Kim F. Storm (Fmatch_data): Remove evaporate option.
Wed, 08 Jun 2005 22:54:39 +0000 Kim F. Storm (Fset_match_data): Fix last change.
Wed, 08 Jun 2005 22:32:20 +0000 Kim F. Storm (Fmatch_data): Add optional RESEAT arg. Unchain markers
Wed, 20 Apr 2005 07:21:47 +0000 Kenichi Handa (boyer_moore): Fix previous change.
Fri, 01 Apr 2005 01:05:46 +0000 Kenichi Handa (looking_at_1): Use current_buffer->case_canon_table,
Sat, 27 Nov 2004 01:08:45 +0000 Kim F. Storm (syms_of_search) <search-spaces-regexp>: Move 'doc:'
Sat, 20 Nov 2004 14:04:16 +0000 Richard M. Stallman (Vsearch_spaces_regexp):
Fri, 19 Nov 2004 20:02:32 +0000 Richard M. Stallman (struct regexp_cache): New element whitespace_regexp.
Fri, 19 Nov 2004 19:38:26 +0000 Richard M. Stallman (Vsearch_whitespace_regexp): New variable.
Wed, 27 Oct 2004 10:59:20 +0000 Richard M. Stallman Comment change.
Mon, 18 Oct 2004 12:26:36 +0000 Kenichi Handa (fast_string_match_ignore_case): New function.
Thu, 15 Jul 2004 03:01:08 +0000 David Kastrup (syms_of_search): staticpro
Wed, 30 Jun 2004 19:34:34 +0000 Stefan Monnier (match_limit, Fmatch_data, Fset_match_data): YAILOM.
Tue, 29 Jun 2004 02:37:52 +0000 David Kastrup (Fset_match_data): Allow buffer before end of list
Wed, 23 Jun 2004 19:22:25 +0000 David Kastrup (Freplace_match): Adjust the match-data more
Mon, 21 Jun 2004 03:24:25 +0000 Richard M. Stallman (match_limit): Cleaner err msg when no match data available.
Fri, 11 Jun 2004 00:08:37 +0000 David Kastrup (match_limit): Don't flag an error if match-data
Wed, 19 May 2004 16:32:59 +0000 Stefan Monnier (trivial_regexp_p): \_ is no longer a trivial regexp.
Tue, 27 Jan 2004 04:52:09 +0000 Richard M. Stallman (Freplace_match): Handle nonexistent back-references properly.
Thu, 15 Jan 2004 11:31:37 +0000 Kenichi Handa (Freplace_match): Use make_multibyte_string or
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 11 Jun 2003 11:43:39 +0000 Dave Love (shrink_regexp_cache): Use xrealloc.
Thu, 13 Feb 2003 10:33:34 +0000 Kim F. Storm (Fmatch_data): Doc fix. Explicitly state that
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Sun, 24 Nov 2002 19:04:57 +0000 Richard M. Stallman (Fstring_match): Doc fix.
Sun, 29 Sep 2002 20:50:15 +0000 Richard M. Stallman Fix previous change.
Sun, 29 Sep 2002 17:51:45 +0000 Richard M. Stallman (Freplace_match): Adjust match data for the substitution
Tue, 16 Jul 2002 19:48:55 +0000 Ken Raeburn (fast_c_string_match_ignore_case): String pointer args
Tue, 16 Jul 2002 17:11:56 +0000 Ken Raeburn comment update
Tue, 16 Jul 2002 15:49:53 +0000 Ken Raeburn * search.c (wordify): Use SDATA.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Mon, 13 May 2002 00:06:01 +0000 Kenichi Handa (search_buffer): Give up boyer moore search if inverse
Fri, 10 May 2002 01:01:30 +0000 Richard M. Stallman (Freplace_match): Doc fix.
Fri, 23 Nov 2001 07:13:49 +0000 Pavel Jank (Freplace_match): Remove unused variable `inslen'.
Sun, 11 Nov 2001 20:04:04 +0000 Richard M. Stallman (Freplace_match): Use replace_range to insert and delete.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Wed, 24 Oct 2001 20:17:33 +0000 Pavel Jank (scan_newline): Remove unused variable `selective_display'.
Sun, 21 Oct 2001 12:13:46 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Fri, 12 Oct 2001 02:24:34 +0000 Stefan Monnier (wordify): Use empty_string.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Mon, 01 Oct 2001 06:08:20 +0000 Richard M. Stallman Fix previous change.
Mon, 01 Oct 2001 06:07:56 +0000 Richard M. Stallman (Freplace_match): Doc fix.
Thu, 27 Sep 2001 22:45:50 +0000 Stefan Monnier (trivial_regexp_p): Catch \{N,M\} as well.
Thu, 01 Feb 2001 19:21:26 +0000 Gerd Moellmann (search_buffer): Call set_search_regs with a byte
Tue, 02 Jan 2001 14:04:56 +0000 Eli Zaretskii (shrink_regexp_cache): Remove unused variable `cpp'.
Mon, 30 Oct 2000 04:10:22 +0000 Kenichi Handa (Fset_match_data): Be sure to make search_regs always sane.
Wed, 11 Oct 2000 17:54:18 +0000 Eli Zaretskii (Fsearch_backward, Fsearch_forward): Doc fix.
Thu, 21 Sep 2000 20:54:57 +0000 Gerd Moellmann Avoid some more compiler warnings.
Fri, 08 Sep 2000 00:46:53 +0000 Kenichi Handa (compile_pattern): Check the multibyteness of cached
Wed, 31 May 2000 18:51:08 +0000 Jason Rumney (Fre_search_forward, Fre_search_backward)
Tue, 30 May 2000 18:43:56 +0000 Gerd Moellmann (Fre_search_forward, Fre_search_backward)
Sat, 20 May 2000 00:05:02 +0000 Kenichi Handa (wordify): Use FETCH_STRING_CHAR_ADVANCE
Fri, 12 May 2000 09:21:59 +0000 Gerd Moellmann (Freplace_match): Handle case of `\N' in the
Wed, 05 Apr 2000 17:29:31 +0000 Ken Raeburn make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Wed, 29 Mar 2000 11:31:23 +0000 Kenichi Handa (Freplace_match): Adjust multibyteness of the current
Sun, 27 Feb 2000 12:48:53 +0000 Dave Love Remove definition of CONST.
Mon, 14 Feb 2000 17:00:16 +0000 Stefan Monnier * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Thu, 03 Feb 2000 07:54:12 +0000 Ken Raeburn * search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Sat, 25 Dec 1999 12:55:46 +0000 Gerd Moellmann (looking_at_1): Reset immediate_quit before modifying
Thu, 23 Dec 1999 04:45:26 +0000 Richard M. Stallman (Freplace_match): For nonliteral replacement,
Wed, 15 Dec 1999 00:20:26 +0000 Kenichi Handa (search_buffer): Adjusted for the change of CHAR_STRING.
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Mon, 13 Sep 1999 03:35:33 +0000 Ken Raeburn Use XCAR and XCDR instead of explicit member access.
Sun, 29 Aug 1999 20:40:00 +0000 Richard M. Stallman (compile_pattern_1): Enable RE_CHAR_CLASSES for regexp.
Tue, 11 May 1999 01:34:28 +0000 Kenichi Handa (boyer_moore): Get charset base value of `untranslated'
Thu, 04 Mar 1999 09:15:37 +0000 Karl Heuer (Fstring_match, Fposix_string_match): Doc fix.
Wed, 06 Jan 1999 22:46:20 +0000 Richard M. Stallman (search_buffer): Fix previous change.
Tue, 15 Dec 1998 04:35:38 +0000 Kenichi Handa (search_buffer): Don't use Boyer-Moore
Tue, 01 Dec 1998 05:17:11 +0000 Richard M. Stallman (Freplace_match): Set OPOINT clearly for the case
Mon, 29 Jun 1998 17:20:52 +0000 Richard M. Stallman (wordify): Fix i_byte even in unibyte case for copy loop.
Sat, 20 Jun 1998 22:28:28 +0000 Karl Heuer (Freplace_match): Work by chars, not by bytes,
Sun, 24 May 1998 23:24:25 +0000 Richard M. Stallman (shrink_regexp_cache): New function.
Fri, 15 May 1998 22:23:01 +0000 Richard M. Stallman (search_buffer): Set search regs for all success with an empty string.
Thu, 07 May 1998 23:15:14 +0000 Richard M. Stallman (Freplace_match): Fix the loop for copying text
Tue, 05 May 1998 06:25:58 +0000 Richard M. Stallman (boyer_moore): Check more reliably for ptr[1] being
Sun, 03 May 1998 02:32:58 +0000 Richard M. Stallman (search_buffer): Fix casts when assigning raw_pattern.
Fri, 01 May 1998 04:51:20 +0000 Richard M. Stallman (wordify): Do the second loop by chars, not by bytes.
Tue, 14 Apr 1998 13:09:08 +0000 Andreas Schwab (compile_pattern, compile_pattern_1): Fix mixing of
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Thu, 09 Apr 1998 18:50:53 +0000 Karl Heuer (min, max): Make these macros, not functions.
Sat, 21 Mar 1998 17:50:03 +0000 Richard M. Stallman (Fregexp_quote): Use make_specified_string.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Sat, 14 Mar 1998 04:57:20 +0000 Richard M. Stallman (Fset_match_data): Renamed from Fstore_match_data.
Mon, 09 Mar 1998 00:25:30 +0000 Richard M. Stallman (simple_search): Don't count a character until it matches!
Tue, 24 Feb 1998 06:57:15 +0000 Kenichi Handa (scan_newline): Delete duplicated code.
Fri, 20 Feb 1998 01:40:47 +0000 Kenichi Handa (search_buffer): Update POS_BYTE for regexp search.
Wed, 18 Feb 1998 22:54:43 +0000 Karl Heuer (search_command): Check LIM in valid range
Sat, 14 Feb 1998 08:43:17 +0000 Richard M. Stallman (simple_search): Call set_search_regs.
Mon, 09 Feb 1998 00:21:15 +0000 Richard M. Stallman (search_command): Fix call to search_buffer.
Sun, 08 Feb 1998 21:33:56 +0000 Richard M. Stallman (boyer_moore, simple_search): New subroutines.
Tue, 03 Feb 1998 06:15:42 +0000 Richard M. Stallman (search_buffer): New args pos_byte and lim_byte.
Wed, 28 Jan 1998 12:37:25 +0000 Kenichi Handa (fast_string_match): Give re_search byte size of
Wed, 21 Jan 1998 22:22:17 +0000 Richard M. Stallman Update copyright year.
Sun, 18 Jan 1998 04:53:32 +0000 Karl Heuer (compile_pattern_1): If representation of STRING
Mon, 05 Jan 1998 17:22:52 +0000 Richard M. Stallman (search_buffer): Handle bytes vs chars in non-RE case.
Thu, 01 Jan 1998 06:35:47 +0000 Richard M. Stallman (scan_newline): Always restore prev value of immediate_quit.
Thu, 01 Jan 1998 02:52:20 +0000 Richard M. Stallman (looking_at_1): Use bytepos to call re_search_2.
Tue, 25 Nov 1997 13:28:06 +0000 Andreas Schwab Include "intervals.h" for prototypes.
Tue, 26 Aug 1997 11:42:33 +0000 Kenichi Handa (Fsearch_backward): Inherit the current input method on
Sun, 13 Jul 1997 06:36:36 +0000 Richard M. Stallman (compile_pattern_1): Don't declare val with CONST.
Mon, 09 Jun 1997 18:01:02 +0000 Richard M. Stallman (fast_c_string_match_ignore_case):
Mon, 02 Jun 1997 18:30:09 +0000 Richard M. Stallman (Freplace_match): If opoint is 0, that's relative to ZV.
Mon, 02 Jun 1997 02:19:29 +0000 Richard M. Stallman (search_buffer): Use XINT around refs to trt.
Sat, 31 May 1997 19:20:26 +0000 Richard M. Stallman (Freplace_match): Fix previous change.
Sat, 31 May 1997 07:40:46 +0000 Richard M. Stallman (Freplace_match): Use move_if_not_intangible
Tue, 15 Apr 1997 04:52:38 +0000 Richard M. Stallman (looking_at_1): Set re_match_object.
Wed, 02 Apr 1997 04:24:41 +0000 Richard M. Stallman (skip_chars): Make `c' an unsigned int.
Sat, 22 Mar 1997 04:17:06 +0000 Richard M. Stallman (Freplace_match): Give error if
Thu, 27 Feb 1997 06:50:46 +0000 Kenichi Handa (skip_chars): If enable-multibyte-characters is nil,
Sun, 23 Feb 1997 22:49:18 +0000 Karl Heuer Fix previous change.
Thu, 20 Feb 1997 07:26:24 +0000 Karl Heuer Include category.h and charset.h.
Sun, 19 Jan 1997 01:28:07 +0000 Richard M. Stallman (skip_chars): Optimize by not calling SET_PT in the loop.
Thu, 19 Dec 1996 08:11:56 +0000 Richard M. Stallman (Fmatch_data): Doc fix.