log src/search.c @ 10032:f689803caa92

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