log src/search.c @ 79580:e5c7c65de20a

age author description
2007-11-16 Stefan Monnier (Fset_match_data): Remove the `evaporate' feature.
2007-08-08 Glenn Morris Replace `iff' in comments.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-01-14 Glenn Morris Update copyright for years from Emacs 21 to present (mainly adding
2006-12-26 Richard M. Stallman (Fsearch_forward): Doc fix.
2006-12-19 Juanma Barranquero (Fsearch_forward): Doc fix.
2006-11-17 Kenichi Handa (simple_search): In the loop of backward searching,
2006-10-03 Stefan Monnier (compile_pattern): Only check `cp->syntax_table' if needed.
2006-10-03 Stefan Monnier (compile_pattern): Only check `cp->syntax_table' if needed.
2006-09-24 Richard M. Stallman (compile_pattern_1): Don't BLOCK_INPUT.
2006-09-19 Chong Yidong * search.c (struct regexp_cache): New entry syntax_table.
2006-09-17 Chong Yidong * search.c (clear_regexp_cache): New function.
2006-09-08 Richard M. Stallman (looking_at_1, string_match_1, search_command):
2006-07-18 Kim F. Storm (compile_pattern_1): Use xsignal1.
2006-07-12 Kim F. Storm (Fset_match_data): Use CHECK_LIST.