- 17 Sep, 2006 1 commit
-
-
Chong Yidong authored
* syntax.c (Fmodify_syntax_entry): Clear regexp cache.
-
- 08 Sep, 2006 1 commit
-
-
Richard M. Stallman authored
Make syntax table's canon table point to eqv table.
-
- 18 Jul, 2006 1 commit
-
-
Kim F. Storm authored
(signal_failure): Remove (was only called once). (search_command): Use xsignal1 instead of signal_failure.
-
- 12 Jul, 2006 1 commit
-
-
Kim F. Storm authored
-
- 29 May, 2006 1 commit
-
-
Dan Nicolaescu authored
* xterm.c (x_connection_closed): Likewise. * sysdep.c (croak): Likewise. * sound.c (sound_perror, alsa_sound_perror): Likewise. * lisp.h (die, nsberror): Likewise.
-
- 09 Apr, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 01 Mar, 2006 1 commit
-
-
Luc Teirlinck authored
try to make clear that it has a literal meaning; it does not do that. (It could close a character alternative containing a backslash.)
-
- 06 Feb, 2006 1 commit
-
-
Thien-Thi Nguyen authored
-
- 15 Jan, 2006 1 commit
-
-
Andreas Schwab authored
-
- 08 Nov, 2005 1 commit
-
-
Kim F. Storm authored
-
- 21 Oct, 2005 1 commit
-
-
Kenichi Handa authored
`if' condition by parentheses explicitly.
-
- 19 Oct, 2005 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 14 Oct, 2005 1 commit
-
-
Kenichi Handa authored
if one of a target character has a case-equivalence of different charset even if that target charcter is an ASCII.
-
- 07 Aug, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 14 Jul, 2005 1 commit
-
-
Kim F. Storm authored
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 23 Jun, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 22 Jun, 2005 1 commit
-
-
Kim F. Storm authored
(Fmatch_data): Do not mention evaporate option in doc string. Add commentary explaining evaporate arg (for internal use only). (unwind_set_match_data): Add comment on evaporate use.
-
- 08 Jun, 2005 2 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
in REUSE list if non-nil; free them if equal to evaporate. (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST if non-nil; free them if equal to evaporate. Use XCAR/XCDR. (restore_search_regs): Rename from restore_match_data. Uses changed. (unwind_set_match_data): New function. (record_unwind_save_match_data): New function like save-match-data.
-
- 20 Apr, 2005 1 commit
-
-
Kenichi Handa authored
-
- 01 Apr, 2005 1 commit
-
-
Kenichi Handa authored
not DOWNCASE_TABLE. (string_match_1): Likewise. (fast_c_string_match_ignore_case): Use Vascii_canon_table, not Vascii_downcase_table. (fast_string_match_ignore_case): Likewise. (search_buffer): Fix checking of boyer-moore usability. (boyer_moore): Calculate translate_prev_byte1/2/3 in advance. No need of tranlating characters in PAT. Fix calculation of simple_translate.
-
- 27 Nov, 2004 1 commit
-
-
Kim F. Storm authored
marker out of doc string.
-
- 20 Nov, 2004 1 commit
-
-
Richard M. Stallman authored
Renamed from Vsearch_whitespace_regexp. All uses changed.
-
- 19 Nov, 2004 2 commits
-
-
Richard M. Stallman authored
(syms_of_search): Initialize whitespace_regexp elements. (compile_pattern): Compare whitespace_regexp elements. (compile_pattern_1): Set whitespace_regexp elements.
-
Richard M. Stallman authored
(syms_of_search): Defvar it. (compile_pattern_1): Call re_set_whitespace_regexp with it. (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp is non-nil.
-
- 27 Oct, 2004 1 commit
-
-
Richard M. Stallman authored
-
- 18 Oct, 2004 1 commit
-
-
Kenichi Handa authored
-
- 15 Jul, 2004 1 commit
-
-
David Kastrup authored
`saved_last_thing_searched'. Apparently fixes an abort condition.
-
- 30 Jun, 2004 1 commit
-
-
Stefan Monnier authored
-
- 29 Jun, 2004 1 commit
-
-
David Kastrup authored
which can happen if set-match-data is using a pre-consed list.
-
- 23 Jun, 2004 1 commit
-
-
David Kastrup authored
thoroughly when replacing strings in the buffer. search.c (match-data): When INTEGERS is non-nil and the last match was in a buffer, add the buffer as last element to the match data. (Fset_match_data): If an additional element of the match-data is a buffer, restore it to last_thing_searched. (save_search_regs): Save last_thing_searched as part of the match data. (restore_match_data): Restore it again.
-
- 21 Jun, 2004 1 commit
-
-
Richard M. Stallman authored
-
- 11 Jun, 2004 1 commit
-
-
David Kastrup authored
exceeding the allocated search_regs.num_regs gets requested, just return Qnil.
-
- 19 May, 2004 1 commit
-
-
Stefan Monnier authored
-
- 27 Jan, 2004 1 commit
-
-
Richard M. Stallman authored
-
- 15 Jan, 2004 1 commit
-
-
Kenichi Handa authored
make_unibyte_string according to the buffer multibyteness.
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 11 Jun, 2003 1 commit
-
-
Dave Love authored
(syms_of_search): Use xmalloc.
-