- 18 Oct, 2009 1 commit
-
-
Stefan Monnier authored
* character.c (unibyte_to_multibyte_table): Remove. (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE. * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table. * character.h (UNIBYTE_TO_CHAR): New macro. (MAKE_CHAR_MULTIBYTE): Use it. (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove. * xdisp.c (get_next_display_element): USE ASCII_CHAR_P. (message_dolog, set_message_1): * search.c (Freplace_match): * editfns.c (Fcompare_buffer_substrings): * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE. (concat): * insdel.c (copy_text, count_size_as_multibyte): Use ASCII_CHAR_P and BYTE8_TO_CHAR. * term.c (produce_glyphs): * syntax.c (skip_chars): Use BYTE8_TO_CHAR. * regex.c (RE_CHAR_TO_MULTIBYTE): * cmds.c (internal_self_insert): * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
-
- 03 Oct, 2009 2 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
- 16 Apr, 2009 2 commits
-
-
Andreas Schwab authored
* lisp.h: Adjust prototypes.
-
Andreas Schwab authored
match instead of depending on overflow behavior.
-
- 15 Apr, 2009 1 commit
-
-
Stefan Monnier authored
-
- 12 Feb, 2009 1 commit
-
-
Kenichi Handa authored
-
- 08 Jan, 2009 1 commit
-
-
Glenn Morris authored
-
- 25 Sep, 2008 1 commit
-
-
Chong Yidong authored
(Fword_search_forward_lax, Fword_search_backward_lax): New funs.
-
- 27 Aug, 2008 1 commit
-
-
Andreas Schwab authored
-
- 14 May, 2008 1 commit
-
-
Glenn Morris authored
-
- 05 Apr, 2008 2 commits
-
-
Chong Yidong authored
search-spaces-regexp as nil.
-
Chong Yidong authored
search-spaces-regexp as nil.
-
- 11 Feb, 2008 1 commit
-
-
Kenichi Handa authored
emacs-unicode-2.
-
- 08 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 01 Dec, 2007 1 commit
-
-
Richard M. Stallman authored
-
- 16 Nov, 2007 1 commit
-
-
Stefan Monnier authored
(unwind_set_match_data): Don't use the `evaporate' feature.
-
- 12 Sep, 2007 1 commit
-
-
Glenn Morris authored
-
- 08 Aug, 2007 1 commit
-
-
Glenn Morris authored
-
- 25 Jul, 2007 1 commit
-
-
Glenn Morris authored
-
- 10 Jul, 2007 1 commit
-
-
Richard M. Stallman authored
(looking_at_1): Don't change search_regs and last_thing_searched if `inhibit-changing-match-data' is non-nil. (string_match_1, search_buffer, set_search_regs): Likewise. (syms_of_search): Add Lisp level definition for `inhibit-changing-match-data' and set it to nil. (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute start and end of the match, instead of using values in search_regs.
-
- 08 Jun, 2007 1 commit
-
-
Juanma Barranquero authored
-
- 15 Feb, 2007 1 commit
-
-
Kenichi Handa authored
(compile_pattern_1): Delete argument multibyte. Don't set cp->buf.target_multibyte here. Set cp->buf.charset_unibyte. (compile_pattern): Don't compare cp->buf.target_multibyte. Compare cp->buf.charset_unibyte. (compile_pattern): Set cp->buf.target_multibyte.
-
- 14 Jan, 2007 1 commit
-
-
Glenn Morris authored
2001).
-
- 26 Dec, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 19 Dec, 2006 1 commit
-
-
Juanma Barranquero authored
-
- 30 Nov, 2006 1 commit
-
-
Kenichi Handa authored
-
- 22 Nov, 2006 1 commit
-
-
Kenichi Handa authored
-
- 17 Nov, 2006 1 commit
-
-
Kenichi Handa authored
check also the byte position against the limit.
-
- 03 Oct, 2006 2 commits
-
-
Stefan Monnier authored
(compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'. (clear_regexp_cache): Only flush those regexps which depend on a syntax-table.
-
Stefan Monnier authored
(compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
-
- 24 Sep, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 19 Sep, 2006 1 commit
-
-
Chong Yidong authored
(compile_pattern_1): Set it. (syms_of_search): Initialize it. (compile_pattern): Require the syntax_table entry of the cache element to match the current syntax table entry.
-
- 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.)
-