summaryrefslogtreecommitdiff
path: root/src/syntax.c
AgeCommit message (Expand)Author
2006-12-07Merge from emacs--devo--0Miles Bader
2006-11-24Space/tab mixup.Juanma Barranquero
2006-09-20Merge from emacs--devo--0Miles Bader
2006-09-17* search.c (clear_regexp_cache): New function.Chong Yidong
2006-07-19Merge from emacs--devo--0Miles Bader
2006-07-18(scan_lists): Use xsignal3.Kim F. Storm
2006-07-13(scan_sexps_forward): Use EMACS_INT for out_bytepos andAndreas Schwab
2006-07-12(check_syntax_table): Use CHECK_TYPE.Kim F. Storm
2006-07-11(forw_comment): Also use EMACS_INT for buffer positions.Stefan Monnier
2006-07-09(back_comment, scan_lists): Also use EMACS_INT for buffer positions.Stefan Monnier
2006-07-09(Fforward_comment): Revert the reversion.Stefan Monnier
2006-07-09(Fforward_comment): Use type int for `stop', `count1', `out_charpos'John Paul Wallington
2006-07-09(Fforward_comment): Use type int for `from' and `from_byte'.John Paul Wallington
2006-07-07(Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.Stefan Monnier
2006-06-20Merge from emacs--devo--0Miles Bader
2006-06-19(init_syntax_once): Give most control chars' syntax Spunct.Richard M. Stallman
2006-05-02Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58Miles Bader
2006-05-01(Fforward_comment): Detect generic comment at beginning ofStefan Monnier
2006-04-30(Fforward_comment): Don't forget to break out of the loopStefan Monnier
2006-02-08Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2006-01-16Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader
2005-10-29(Fparse_partial_sexp): Fix docstring.Stefan Monnier
2005-09-06Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79Miles Bader
2005-08-29(update_syntax_table): Properly reproduce the special +1Stefan Monnier
2005-08-26Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-22Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71Miles Bader
2005-07-14(syms_of_syntax): Staticpro lisp objects in gl_state.Kim F. Storm
2005-07-07Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader
2005-07-04Update FSF's address.Lute Kamstra
2005-06-24Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65Miles Bader
2005-06-23(Fstring_to_syntax): Follow error conventions.Juanma Barranquero
2004-12-14Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-78Miles Bader
2004-12-11(Fforward_word): Avoid non-idempotent side-effects in macro arguments.Stefan Monnier
2004-11-04Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69Miles Bader
2004-10-29(skip_syntaxes): Return lispy 0 (not nil) if point isKenichi Handa
2004-10-27(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.Stefan Monnier
2004-08-27Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32Miles Bader
2004-08-20(skip_chars): Fix for unibyte case.Kenichi Handa
2004-08-19(back_comment): Fixup globals in all cases.Stefan Monnier
2004-08-19(char_quoted): Mixup byte/char pos.Stefan Monnier
2004-06-30(skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.Stefan Monnier
2004-06-28Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader
2004-06-15(skip_chars): Only recognize [:class:] when it has theKim F. Storm
2004-06-13Include regex.h.Richard M. Stallman
2004-06-13(char_quoted): Avoid warning about undefined operation.Andreas Schwab
2004-05-07(Fmodify_syntax_entry): Fix docstring.Juanma Barranquero
2004-04-16Sync to HEADKenichi Handa
2004-04-13(scan_lists): Simplify backward string scan.Stefan Monnier