1995-04-07 |
Richard M. Stallman |
(search_buffer): Avoid casting trt to int.
|
1995-04-06 |
Richard M. Stallman |
(Flooking_at, Fposix_looking_at): Change arg name.
|
1994-12-25 |
Richard M. Stallman |
(set_search_regs): Really set search_regs.start and .end.
|
1994-12-11 |
Richard M. Stallman |
(compile_pattern): Call re_set_registers here.
|
1994-12-07 |
Richard M. Stallman |
(search_regs_saved): Delete initializer.
|
1994-11-22 |
Richard M. Stallman |
(save_search_regs): Add declaration.
|
1994-11-21 |
Francesco Potortì |
Added code for automatically saving and restoring the match data
|
1994-11-19 |
Richard M. Stallman |
(struct regexp_cache): New field `posix'.
|
1994-10-19 |
Karl Heuer |
(searchbufs): New variable, replaces searchbuf and last_regexp and
|
1994-10-11 |
Jim Blandy |
(scan_buffer): After temporarily turning immediate_quit off, turn it
|
1994-10-08 |
Jim Blandy |
* search.c: #include "region-cache.h".
|
1994-10-04 |
Karl Heuer |
(skip_chars, Fmatch_data, Fstore_match_data): Don't use XFASTINT as an lvalue.
|
1994-10-04 |
Karl Heuer |
(Flooking_at, skip_chars, search_buffer, set_search_regs, Fstore_match_data):
|
1994-09-27 |
Karl Heuer |
(Fmatch_data, Fstore_match_data): Use type test macros.
|
1994-09-23 |
Richard M. Stallman |
(Freplace_match): New 4th arg OBJECT can specify string to replace in.
|
1994-09-20 |
Karl Heuer |
(trivial_regexp_p): New function.
|
1994-08-23 |
Karl Heuer |
(Fstring_match): Fix sign error.
|
1994-08-11 |
Richard M. Stallman |
(Freplace_match): Treat caseless initial like a lowercase initial.
|
1994-06-14 |
Richard M. Stallman |
(find_next_newline_no_quit): New function.
|
1994-06-11 |
Richard M. Stallman |
(Freplace_match): Be sure not to treat non-digit like digit.
|
1994-05-25 |
Karl Heuer |
(Freplace_match): Improve capitalization heuristics.
|
1994-05-25 |
Richard M. Stallman |
(Freplace_match): Don't capitalize unless all matched words are capitalized.
|
1994-05-04 |
Karl Heuer |
Update copyright.
|
1994-04-05 |
Karl Heuer |
(Freplace_match): Don't capitalize unless all matched words are capitalized.
|
1994-03-27 |
Richard M. Stallman |
(Freplace_match): Doc fix.
|
1994-03-14 |
Karl Heuer |
(search_buffer): Avoid boolean/integer mixing that confuses some compilers.
|
1994-03-10 |
Karl Heuer |
(Fre_search_forward, Fre_search_backward): Doc fix.
|
1994-03-04 |
Richard M. Stallman |
(skip_chars): Treat `-' as alias for space, if syntaxp.
|
1994-02-03 |
Richard M. Stallman |
(scan_buffer): New arg ALLOW_QUIT.
|
1994-01-10 |
Richard M. Stallman |
(set_search_regs): New subroutine.
|