log src/search.c @ 46728:bd4c1ae5d8e7

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