]> code.delx.au - gnu-emacs/history - src/search.c
(archive-l-e): New optional argument `float' means generate a float value.
[gnu-emacs] / src / search.c
2006-04-09 Richard M. Stallman(boyer_moore): Test ch >= 0400, not >.
2006-03-01 Luc Teirlinck(Fregexp_quote): Do not precede a literal `]' with...
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2006-01-15 Andreas Schwab(Freplace_match): Use UPPERCASEP instead of !NOCASEP.
2005-11-08 Kim F. Storm(search_buffer): No need to initialize base_pat.
2005-10-21 Kenichi Handa(boyer_moore): Surround the '||' part of expression in
2005-10-19 Richard M. StallmanFix prev change.
2005-10-19 Richard M. Stallman(Fstring_match): Doc fix.
2005-10-14 Kenichi Handa(search_buffer): Give up BM search on case-fold-search
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-14 Kim F. Storm(syms_of_search): Staticpro searchbuf.whitespace_regexp.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-23 Juanma Barranquero(Freplace_match): Follow error conventions.
2005-06-22 Kim F. Storm(Fmatch_data): Remove evaporate option.
2005-06-08 Kim F. Storm(Fset_match_data): Fix last change.
2005-06-08 Kim F. Storm(Fmatch_data): Add optional RESEAT arg. Unchain markers
2005-04-20 Kenichi Handa(boyer_moore): Fix previous change.
2005-04-01 Kenichi Handa(looking_at_1): Use current_buffer->case_canon_table,
2004-11-27 Kim F. Storm(syms_of_search) <search-spaces-regexp>: Move 'doc:'
2004-11-20 Richard M. Stallman(Vsearch_spaces_regexp):
2004-11-19 Richard M. Stallman(struct regexp_cache): New element whitespace_regexp.
2004-11-19 Richard M. Stallman(Vsearch_whitespace_regexp): New variable.
2004-10-27 Richard M. StallmanComment change.
2004-10-18 Kenichi Handa(fast_string_match_ignore_case): New function.
2004-07-15 David Kastrup(syms_of_search): staticpro
2004-06-30 Stefan Monnier(match_limit, Fmatch_data, Fset_match_data): YAILOM.
2004-06-29 David Kastrup(Fset_match_data): Allow buffer before end of list
2004-06-23 David Kastrup(Freplace_match): Adjust the match-data more
2004-06-21 Richard M. Stallman(match_limit): Cleaner err msg when no match data avail...
2004-06-11 David Kastrup(match_limit): Don't flag an error if match-data
2004-05-19 Stefan Monnier(trivial_regexp_p): \_ is no longer a trivial regexp.
2004-01-27 Richard M. Stallman(Freplace_match): Handle nonexistent back-references...
2004-01-15 Kenichi Handa(Freplace_match): Use make_multibyte_string or
2003-09-01 Miles BaderAdd arch taglines
2003-06-11 Dave Love(shrink_regexp_cache): Use xrealloc.
2003-02-13 Kim F. Storm(Fmatch_data): Doc fix. Explicitly state that
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-11-24 Richard M. Stallman(Fstring_match): Doc fix.
2002-09-29 Richard M. StallmanFix previous change.
2002-09-29 Richard M. Stallman(Freplace_match): Adjust match data for the substitution
2002-07-16 Ken Raeburn(fast_c_string_match_ignore_case): String pointer args
2002-07-16 Ken Raeburncomment update
2002-07-16 Ken Raeburn* search.c (wordify): Use SDATA.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-05-13 Kenichi Handa(search_buffer): Give up boyer moore search if inverse
2002-05-10 Richard M. Stallman(Freplace_match): Doc fix.
2001-11-23 Pavel Janík(Freplace_match): Remove unused variable `inslen'.
2001-11-11 Richard M. Stallman(Freplace_match): Use replace_range to insert and delete.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-24 Pavel Janík(scan_newline): Remove unused variable `selective_display'.
2001-10-21 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-12 Stefan Monnier(wordify): Use empty_string.
2001-10-08 Gerd MoellmannDon't define min/max.
2001-10-01 Richard M. StallmanFix previous change.
2001-10-01 Richard M. Stallman(Freplace_match): Doc fix.
2001-09-27 Stefan Monnier(trivial_regexp_p): Catch \{N,M\} as well.
2001-02-01 Gerd Moellmann(search_buffer): Call set_search_regs with a byte
2001-01-02 Eli Zaretskii(shrink_regexp_cache): Remove unused variable `cpp'.
2000-10-30 Kenichi Handa(Fset_match_data): Be sure to make search_regs always...
2000-10-11 Eli Zaretskii(Fsearch_backward, Fsearch_forward): Doc fix.
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-09-08 Kenichi Handa(compile_pattern): Check the multibyteness of cached
2000-05-31 Jason Rumney(Fre_search_forward, Fre_search_backward)
2000-05-30 Gerd Moellmann(Fre_search_forward, Fre_search_backward)
2000-05-20 Kenichi Handa(wordify): Use FETCH_STRING_CHAR_ADVANCE
2000-05-12 Gerd Moellmann(Freplace_match): Handle case of `\N' in the
2000-04-05 Ken Raeburnmake_number/XINT/XUINT conversions; EQ/== fixes; =...
2000-03-29 Kenichi Handa(Freplace_match): Adjust multibyteness of the current
2000-02-27 Dave LoveRemove definition of CONST.
2000-02-14 Stefan Monnier* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and...
2000-02-03 Ken Raeburn* search.c (compile_pattern): If a cache entry has...
1999-12-25 Gerd Moellmann(looking_at_1): Reset immediate_quit before modifying
1999-12-23 Richard M. Stallman(Freplace_match): For nonliteral replacement,
1999-12-15 Kenichi Handa(search_buffer): Adjusted for the change of CHAR_STRING.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-09-13 Ken RaeburnUse XCAR and XCDR instead of explicit member access.
1999-08-29 Richard M. Stallman(compile_pattern_1): Enable RE_CHAR_CLASSES for regexp.
1999-05-11 Kenichi Handa(boyer_moore): Get charset base value of `untranslated'
1999-03-04 Karl Heuer(Fstring_match, Fposix_string_match): Doc fix.
1999-01-06 Richard M. Stallman(search_buffer): Fix previous change.
1998-12-15 Kenichi Handa(search_buffer): Don't use Boyer-Moore
1998-12-01 Richard M. Stallman(Freplace_match): Set OPOINT clearly for the case
1998-06-29 Richard M. Stallman(wordify): Fix i_byte even in unibyte case for copy...
1998-06-20 Karl Heuer(Freplace_match): Work by chars, not by bytes,
1998-05-24 Richard M. Stallman(shrink_regexp_cache): New function.
1998-05-15 Richard M. Stallman(search_buffer): Set search regs for all success with...
1998-05-07 Richard M. Stallman(Freplace_match): Fix the loop for copying text
1998-05-05 Richard M. Stallman(boyer_moore): Check more reliably for ptr[1] being
1998-05-03 Richard M. Stallman(search_buffer): Fix casts when assigning raw_pattern.
1998-05-01 Richard M. Stallman(wordify): Do the second loop by chars, not by bytes.
1998-04-14 Andreas Schwab(compile_pattern, compile_pattern_1): Fix mixing of
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-04-09 Karl Heuer(min, max): Make these macros, not functions.
1998-03-21 Richard M. Stallman(Fregexp_quote): Use make_specified_string.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-14 Richard M. Stallman(Fset_match_data): Renamed from Fstore_match_data.
1998-03-09 Richard M. Stallman(simple_search): Don't count a character until it matches!
1998-02-24 Kenichi Handa(scan_newline): Delete duplicated code.
1998-02-20 Kenichi Handa(search_buffer): Update POS_BYTE for regexp search.
next