log src/syntax.c @ 86761:e172f800b602

age author description
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
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.
2004-08-19 Stefan Monnier (char_quoted): Mixup byte/char pos.
2004-06-30 Stefan Monnier (skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.
2004-06-15 Kim F. Storm (skip_chars): Only recognize [:class:] when it has the
2004-06-13 Richard M. Stallman Include regex.h.
2004-06-13 Andreas Schwab (char_quoted): Avoid warning about undefined operation.
2004-05-07 Juanma Barranquero (Fmodify_syntax_entry): Fix docstring.
2004-04-13 Stefan Monnier (scan_lists): Simplify backward string scan.
2004-01-06 Andreas Schwab (skip_chars): Treat '-' at end of string as ordinary
2003-09-01 Miles Bader Add arch taglines
2003-08-17 Richard M. Stallman (Fforward_word): Argument changed to optional. Set default value to 1.
2003-05-17 Richard M. Stallman (find_defun_start): When open_paren_in_column_0_is_defun_start,
2003-04-24 Kenichi Handa (skip_chars): Fix previous change.
2003-04-24 Kenichi Handa (skip_chars): Make the code faster by using the common
2003-02-25 Stefan Monnier (back_comment): Only check nestedness of 2nd char if needed.
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2003-01-31 Dave Love (Fskip_chars_forward)
2002-11-14 Dave Love (scan_sexps_forward):
2002-11-12 Stefan Monnier (scan_sexps_forward): Undo last patch.
2002-11-09 Stefan Monnier (scan_sexps_forward): Update syntax table before reading
2002-10-30 Dave Love (Fforward_comment): Doc fix.
2002-10-18 Juanma Barranquero Fix typo in comment.
2002-10-14 Stefan Monnier (scan_lists): Don't get fooled by a symbol ending with a backslash-quoted char.
2002-07-19 Ken Raeburn (Fstring_to_syntax, skip_chars): Treat Lisp string
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2001-11-26 Stefan Monnier (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
2001-11-19 Stefan Monnier (describe_syntax): Add dummy arg.
2001-11-02 Stefan Monnier (describe_syntax): New wrapper.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-25 Stefan Monnier Fix comment ending.