log src/syntax.c @ 61152:8ee11f15019d

age author description
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.
2001-10-23 Pavel Janík (modify-syntax-entry): Fix argument names (use CHAR instead of C) and usage.
2001-10-20 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-12 Stefan Monnier (update_syntax_table): Simplify.
2001-10-10 Stefan Monnier Include keymap.h.
2001-09-08 Richard M. Stallman Comment change.
2001-06-15 Eli Zaretskii Fixed a typo in a comment.
2001-05-01 Stefan Monnier (update_syntax_table): Check that oldi has the same
2000-12-09 Stefan Monnier (scan_lists): Check that the right quote char has the
2000-10-24 Kenichi Handa *** empty log message ***
2000-10-15 Stefan Monnier (describe_syntax): Add code for comment and string fences.
2000-10-15 Stefan Monnier (Fstring_to_syntax): New function extracted from Fmodify_syntax_entry.
2000-10-15 Eli Zaretskii Fix wording in a comment.
2000-10-12 Kenichi Handa (skip_chars): Change the way of handling a range from unibyte char to
2000-10-02 Stefan Monnier (prev_char_comstart_first): Remove.
2000-10-02 Stefan Monnier (forw_comment): Match nestedness of ender/starter.
2000-09-28 Kenichi Handa (skip_chars): Handle negation correctly.
2000-08-27 Stefan Monnier (back_comment): Detect cases where a comment-starter is
2000-08-07 Kenichi Handa * syntax.c (skip_chars): Fix previous change. Make the handling of
2000-08-05 Kenichi Handa (skip_chars): Fix handling of multibyte<->unibyte conversion.
2000-08-04 Gerd Moellmann (skip_chars): Fix typo in error message.
2000-07-25 Gerd Moellmann (Fforward_word): Add last arg nil in call of
2000-07-14 Dave Love (back_comment): Add null default in switch for pcc.
2000-07-12 Stefan Monnier (back_comment): Use one switch rather than a few `if's.
2000-06-21 Stefan Monnier (back_comment): Simplify string-parity counting (with
2000-06-20 Stefan Monnier (scan_sexps_forward):
2000-06-20 Stefan Monnier (describe_syntax): Recognize the `n'estable bit.
2000-06-19 Dave Love (Fparse_partial_sexp): Doc fix.