log src/search.c @ 21988:8cf3bbc89c3c

age author description
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.
Wed, 18 Dec 1996 23:35:48 +0000 Richard M. Stallman (Fmatch_data): New args INTEGERS and REUSE.
Sun, 22 Sep 1996 04:38:10 +0000 Richard M. Stallman (REGEXP_CACHE_SIZE): Increase to 20.
Tue, 10 Sep 1996 19:50:56 +0000 Richard M. Stallman (search_buffer): Use EMACS_UINT.
Sun, 01 Sep 1996 19:15:05 +0000 Karl Heuer Change all references from point to PT.
Sun, 14 Jul 1996 00:06:09 +0000 Karl Heuer (Fmatch_data): If no matching done yet, return Qnil.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 00:33:47 +0000 Erik Naggum (Fmatch_end, Fregexp_quote): Harmonize arguments with documentation.
Fri, 05 Jan 1996 10:03:17 +0000 Karl Heuer Comment fixes.
Wed, 25 Oct 1995 19:33:48 +0000 Richard M. Stallman (string_match_1): Pass the POSIX arg to compile_pattern.
Wed, 18 Oct 1995 23:30:32 +0000 Richard M. Stallman (compile_pattern_1, compile_pattern, search_buffer):
Tue, 08 Aug 1995 21:20:07 +0000 Richard M. Stallman (Freplace_match): New arg SUBEXP.
Thu, 15 Jun 1995 20:42:24 +0000 Karl Heuer Update GPL to version 2.
Fri, 09 Jun 1995 01:10:11 +0000 Karl Heuer (Freplace_match): Do the right thing with backslash.
Fri, 09 Jun 1995 01:07:18 +0000 Karl Heuer (Freplace_match): Fix check for valid reg in string replace.
Tue, 06 Jun 1995 01:48:53 +0000 Karl Heuer (Freplace_match): Calls to upcase_initials and upcase_initials_region changed
Mon, 05 Jun 1995 12:32:41 +0000 Karl Heuer (trivial_regexp_p): = is special after \.
Thu, 04 May 1995 16:17:44 +0000 Richard M. Stallman (search_buffer): Cast p_limit to EMACS_INT not int.
Fri, 07 Apr 1995 18:46:21 +0000 Richard M. Stallman (search_buffer): Avoid casting trt to int.
Thu, 06 Apr 1995 05:18:35 +0000 Richard M. Stallman (Flooking_at, Fposix_looking_at): Change arg name.
Sun, 25 Dec 1994 21:15:07 +0000 Richard M. Stallman (set_search_regs): Really set search_regs.start and .end.
Sun, 11 Dec 1994 08:26:27 +0000 Richard M. Stallman (compile_pattern): Call re_set_registers here.
Wed, 07 Dec 1994 13:03:48 +0000 Richard M. Stallman (search_regs_saved): Delete initializer.
Tue, 22 Nov 1994 23:33:01 +0000 Richard M. Stallman (save_search_regs): Add declaration.
Mon, 21 Nov 1994 12:50:27 +0000 Francesco Potort Added code for automatically saving and restoring the match data
Sat, 19 Nov 1994 10:00:14 +0000 Richard M. Stallman (struct regexp_cache): New field `posix'.
Wed, 19 Oct 1994 04:51:45 +0000 Karl Heuer (searchbufs): New variable, replaces searchbuf and last_regexp and
Tue, 11 Oct 1994 19:44:27 +0000 Jim Blandy (scan_buffer): After temporarily turning immediate_quit off, turn it
Sat, 08 Oct 1994 22:15:15 +0000 Jim Blandy * search.c: #include "region-cache.h".
Tue, 04 Oct 1994 16:12:32 +0000 Karl Heuer (skip_chars, Fmatch_data, Fstore_match_data): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 12:22:12 +0000 Karl Heuer (Flooking_at, skip_chars, search_buffer, set_search_regs, Fstore_match_data):
Tue, 27 Sep 1994 01:24:44 +0000 Karl Heuer (Fmatch_data, Fstore_match_data): Use type test macros.
Fri, 23 Sep 1994 22:18:59 +0000 Richard M. Stallman (Freplace_match): New 4th arg OBJECT can specify string to replace in.
Tue, 20 Sep 1994 05:40:52 +0000 Karl Heuer (trivial_regexp_p): New function.
Tue, 23 Aug 1994 00:33:29 +0000 Karl Heuer (Fstring_match): Fix sign error.
Thu, 11 Aug 1994 22:57:20 +0000 Richard M. Stallman (Freplace_match): Treat caseless initial like a lowercase initial.
Tue, 14 Jun 1994 21:54:45 +0000 Richard M. Stallman (find_next_newline_no_quit): New function.
Sat, 11 Jun 1994 21:53:09 +0000 Richard M. Stallman (Freplace_match): Be sure not to treat non-digit like digit.
Wed, 25 May 1994 03:59:06 +0000 Karl Heuer (Freplace_match): Improve capitalization heuristics.
Wed, 25 May 1994 03:53:30 +0000 Richard M. Stallman (Freplace_match): Don't capitalize unless all matched words are capitalized.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Tue, 05 Apr 1994 04:51:58 +0000 Karl Heuer (Freplace_match): Don't capitalize unless all matched words are capitalized.
Sun, 27 Mar 1994 07:51:45 +0000 Richard M. Stallman (Freplace_match): Doc fix.
Mon, 14 Mar 1994 21:44:12 +0000 Karl Heuer (search_buffer): Avoid boolean/integer mixing that confuses some compilers.
Thu, 10 Mar 1994 22:55:04 +0000 Karl Heuer (Fre_search_forward, Fre_search_backward): Doc fix.
Fri, 04 Mar 1994 04:42:04 +0000 Richard M. Stallman (skip_chars): Treat `-' as alias for space, if syntaxp.
Thu, 03 Feb 1994 05:06:01 +0000 Richard M. Stallman (scan_buffer): New arg ALLOW_QUIT.
Mon, 10 Jan 1994 22:36:49 +0000 Richard M. Stallman (set_search_regs): New subroutine.
Wed, 10 Nov 1993 19:52:09 +0000 Richard M. Stallman (Fskip_chars_backward, Fskip_chars_forward): Doc fix.
Wed, 10 Nov 1993 08:29:34 +0000 Richard M. Stallman (skip_chars): Finish reenabling checks for buffer bounds.
Mon, 25 Oct 1993 05:09:20 +0000 Brian Fox (Freplace_match): Fix argument names to match doc string.
Fri, 08 Oct 1993 07:36:11 +0000 Brian Fox (skip_chars): Fixed typo.
Thu, 07 Oct 1993 22:58:57 +0000 Brian Fox (skip_chars): Reinstate check for end of buffer, ignoring cryptic
Tue, 14 Sep 1993 12:08:30 +0000 Richard M. Stallman (Freplace_match): Call Finsert_and_inherit.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Sat, 14 Aug 1993 20:16:43 +0000 Richard M. Stallman (compile_pattern): Cast result of re_compile_pattern.
Tue, 27 Jul 1993 07:25:54 +0000 Richard M. Stallman (search_buffer): If n is 0, just return POS.
Thu, 10 Jun 1993 12:52:31 +0000 Jim Blandy * search.c (Flooking_at, Fstring_match, fast_string_match,
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Tue, 04 May 1993 02:35:38 +0000 Jim Blandy * search.c (Freplace_match): Arrange for markers sitting at the
Wed, 07 Apr 1993 20:08:55 +0000 Richard M. Stallman (search_buffer): Fix typo in previous change.
Wed, 31 Mar 1993 10:55:33 +0000 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
Sun, 28 Mar 1993 05:21:24 +0000 Richard M. Stallman (Freplace_match): Clean up criterion about converting case.
Mon, 22 Feb 1993 14:48:45 +0000 Jim Blandy * callint.c (Fcall_interactively): Pass the correct number of
Sun, 21 Feb 1993 06:03:36 +0000 Richard M. Stallman (Fskip_syntax_backward): New function.
Mon, 15 Feb 1993 05:55:45 +0000 Richard M. Stallman (search_command): #if 0 previous change.
Mon, 15 Feb 1993 05:42:13 +0000 Richard M. Stallman (search_command): When moving to LIM on failure, return LIM.
Sat, 12 Dec 1992 15:37:30 +0000 Jim Blandy * search.c (Fskip_chars_forward, Fskip_chars_backward): Return the
Sat, 31 Oct 1992 05:38:19 +0000 Jim Blandy * search.c (Fstore_match_data): Don't assume Flength returns an
Thu, 15 Oct 1992 05:07:42 +0000 Richard M. Stallman Comment fix.
Wed, 22 Jul 1992 03:10:28 +0000 Richard M. Stallman entered into RCS
Thu, 16 Jul 1992 22:56:42 +0000 Jim Blandy *** empty log message ***
Wed, 24 Jun 1992 05:09:26 +0000 Jim Blandy *** empty log message ***
Wed, 10 Jun 1992 03:53:16 +0000 Jim Blandy *** empty log message ***
Mon, 18 May 1992 08:14:41 +0000 Jim Blandy *** empty log message ***
Sun, 10 May 1992 21:52:58 +0000 Jim Blandy *** empty log message ***
Sun, 10 May 1992 18:15:10 +0000 Jim Blandy *** empty log message ***
Fri, 08 May 1992 06:55:33 +0000 Richard M. Stallman *** empty log message ***
Fri, 24 Apr 1992 08:11:54 +0000 Jim Blandy *** empty log message ***
Sat, 04 Apr 1992 05:55:39 +0000 Jim Blandy *** empty log message ***