| Commit message (Expand) | Author | Age | Files | Lines |
* | (Freplace_match): Remove unused variable `inslen'. | Pavel Janík | 2001-11-23 | 1 | -1/+0 |
* | (Freplace_match): Use replace_range to insert and delete. | Richard M. Stallman | 2001-11-11 | 1 | -17/+16 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -15/+15 |
* | (scan_newline): Remove unused variable `selective_display'. | Pavel Janík | 2001-10-24 | 1 | -5/+0 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-21 | 1 | -184/+185 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -3/+3 |
* | (wordify): Use empty_string. | Stefan Monnier | 2001-10-12 | 1 | -1/+1 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -3/+0 |
* | Fix previous change. | Richard M. Stallman | 2001-10-01 | 1 | -1/+1 |
* | (Freplace_match): Doc fix. | Richard M. Stallman | 2001-10-01 | 1 | -5/+11 |
* | (trivial_regexp_p): Catch \{N,M\} as well. | Stefan Monnier | 2001-09-27 | 1 | -2/+2 |
* | (search_buffer): Call set_search_regs with a byte | Gerd Moellmann | 2001-02-01 | 1 | -1/+1 |
* | (shrink_regexp_cache): Remove unused variable `cpp'. | Eli Zaretskii | 2001-01-02 | 1 | -3/+2 |
* | (Fset_match_data): Be sure to make search_regs always sane. | Kenichi Handa | 2000-10-30 | 1 | -1/+7 |
* | (Fsearch_backward, Fsearch_forward): Doc fix. | Eli Zaretskii | 2000-10-11 | 1 | -0/+8 |
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 1 | -4/+6 |
* | (compile_pattern): Check the multibyteness of cached | Kenichi Handa | 2000-09-08 | 1 | -0/+1 |
* | (Fre_search_forward, Fre_search_backward) | Jason Rumney | 2000-05-31 | 1 | -4/+4 |
* | (Fre_search_forward, Fre_search_backward) | Gerd Moellmann | 2000-05-30 | 1 | -4/+8 |
* | (wordify): Use FETCH_STRING_CHAR_ADVANCE | Kenichi Handa | 2000-05-20 | 1 | -13/+6 |
* | (Freplace_match): Handle case of `\N' in the | Gerd Moellmann | 2000-05-12 | 1 | -4/+7 |
* | make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP | Ken Raeburn | 2000-04-05 | 1 | -1/+1 |
* | (Freplace_match): Adjust multibyteness of the current | Kenichi Handa | 2000-03-29 | 1 | -4/+41 |
* | Remove definition of CONST. | Dave Love | 2000-02-27 | 1 | -6/+0 |
* | * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS | Stefan Monnier | 2000-02-14 | 1 | -1/+1 |
* | * search.c (compile_pattern): If a cache entry has a nil regexp, fill in that | Ken Raeburn | 2000-02-03 | 1 | -1/+11 |
* | (looking_at_1): Reset immediate_quit before modifying | Gerd Moellmann | 1999-12-25 | 1 | -1/+2 |
* | (Freplace_match): For nonliteral replacement, | Richard M. Stallman | 1999-12-23 | 1 | -14/+53 |
* | (search_buffer): Adjusted for the change of CHAR_STRING. | Kenichi Handa | 1999-12-15 | 1 | -5/+3 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -4/+1 |
* | Use XCAR and XCDR instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -4/+4 |
* | (compile_pattern_1): Enable RE_CHAR_CLASSES for regexp. | Richard M. Stallman | 1999-08-29 | 1 | -1/+1 |
* | (boyer_moore): Get charset base value of `untranslated' | Kenichi Handa | 1999-05-11 | 1 | -1/+1 |
* | (Fstring_match, Fposix_string_match): Doc fix. | Karl Heuer | 1999-03-04 | 1 | -0/+2 |
* | (search_buffer): Fix previous change. | Richard M. Stallman | 1999-01-06 | 1 | -6/+9 |
* | (search_buffer): Don't use Boyer-Moore | Kenichi Handa | 1998-12-15 | 1 | -21/+13 |
* | (Freplace_match): Set OPOINT clearly for the case | Richard M. Stallman | 1998-12-01 | 1 | -1/+3 |
* | (wordify): Fix i_byte even in unibyte case for copy loop. | Richard M. Stallman | 1998-06-29 | 1 | -3/+10 |
* | (Freplace_match): Work by chars, not by bytes, | Karl Heuer | 1998-06-20 | 1 | -16/+20 |
* | (shrink_regexp_cache): New function. | Richard M. Stallman | 1998-05-24 | 1 | -0/+17 |
* | (search_buffer): Set search regs for all success with an empty string. | Richard M. Stallman | 1998-05-15 | 1 | -6/+13 |
* | (Freplace_match): Fix the loop for copying text | Richard M. Stallman | 1998-05-07 | 1 | -12/+12 |
* | (boyer_moore): Check more reliably for ptr[1] being | Richard M. Stallman | 1998-05-05 | 1 | -6/+12 |
* | (search_buffer): Fix casts when assigning raw_pattern. | Richard M. Stallman | 1998-05-03 | 1 | -8/+9 |
* | (wordify): Do the second loop by chars, not by bytes. | Richard M. Stallman | 1998-05-01 | 1 | -11/+28 |
* | (compile_pattern, compile_pattern_1): Fix mixing of | Andreas Schwab | 1998-04-14 | 1 | -2/+2 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+5 |
* | (min, max): Make these macros, not functions. | Karl Heuer | 1998-04-09 | 1 | -27/+25 |
* | (Fregexp_quote): Use make_specified_string. | Richard M. Stallman | 1998-03-21 | 1 | -2/+3 |
* | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -15/+15 |