log src/search.c @ 24014:0997bcfd8827

age author description
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.