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.
|