log src/syntax.c @ 81712:4a274af3692c

age author description
2007-06-06 Chong Yidong (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
2007-05-19 Stefan Monnier (skip_chars): Update syntax-table only after we checked that
2007-01-14 Glenn Morris Update copyright for years from Emacs 21 to present (mainly adding
2006-12-10 Stefan Monnier Fix spurious open-paren-in-column-0 in a comment.
2006-12-09 Alan Mackenzie * syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the
2006-11-24 Juanma Barranquero Space/tab mixup.
2006-09-17 Chong Yidong * search.c (clear_regexp_cache): New function.
2006-07-18 Kim F. Storm (scan_lists): Use xsignal3.
2006-07-13 Andreas Schwab (scan_sexps_forward): Use EMACS_INT for out_bytepos and
2006-07-12 Kim F. Storm (check_syntax_table): Use CHECK_TYPE.
2006-07-11 Stefan Monnier (forw_comment): Also use EMACS_INT for buffer positions.
2006-07-09 Stefan Monnier (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
2006-07-09 Stefan Monnier (Fforward_comment): Revert the reversion.
2006-07-09 John Paul Wallington (Fforward_comment): Use type int for `stop', `count1', `out_charpos'
2006-07-09 John Paul Wallington (Fforward_comment): Use type int for `from' and `from_byte'.
2006-07-07 Stefan Monnier (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
2006-06-19 Richard M. Stallman (init_syntax_once): Give most control chars' syntax Spunct.
2006-05-01 Stefan Monnier (Fforward_comment): Detect generic comment at beginning of
2006-04-30 Stefan Monnier (Fforward_comment): Don't forget to break out of the loop
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-10-29 Stefan Monnier (Fparse_partial_sexp): Fix docstring.
2005-08-29 Stefan Monnier (update_syntax_table): Properly reproduce the special +1
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-14 Kim F. Storm (syms_of_syntax): Staticpro lisp objects in gl_state.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-23 Juanma Barranquero (Fstring_to_syntax): Follow error conventions.
2004-12-11 Stefan Monnier (Fforward_word): Avoid non-idempotent side-effects in macro arguments.
2004-10-27 Stefan Monnier (scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.
2004-08-20 Kenichi Handa (skip_chars): Fix for unibyte case.
2004-08-19 Stefan Monnier (back_comment): Fixup globals in all cases.