aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* (find_defun_start): When open_paren_in_column_0_is_defun_start,Richard M. Stallman2003-05-171-15/+18
* (skip_chars): Fix previous change.Kenichi Handa2003-04-241-2/+2
* (skip_chars): Make the code faster by using the commonKenichi Handa2003-04-241-55/+135
* (back_comment): Only check nestedness of 2nd char if needed.Stefan Monnier2003-02-251-1/+1
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* (Fskip_chars_forward)Dave Love2003-01-311-2/+4
* (scan_sexps_forward):Dave Love2002-11-141-1/+1
* (scan_sexps_forward): Undo last patch.Stefan Monnier2002-11-121-2/+3
* (scan_sexps_forward): Update syntax table before readingStefan Monnier2002-11-091-9/+3
* (Fforward_comment): Doc fix.Dave Love2002-10-301-2/+3
* Fix typo in comment.Juanma Barranquero2002-10-181-34/+34
* (scan_lists): Don't get fooled by a symbol ending with a backslash-quoted char.Stefan Monnier2002-10-141-1/+15
* (Fstring_to_syntax, skip_chars): Treat Lisp stringKen Raeburn2002-07-191-4/+5
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-10/+10
* (syms_of_syntax): Remove defsubr of Sdescribe_syntax.Stefan Monnier2001-11-261-44/+0
* (describe_syntax): Add dummy arg.Stefan Monnier2001-11-191-5/+6
* (describe_syntax): New wrapper.Stefan Monnier2001-11-021-16/+28
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-14/+14
* Fix comment ending.Stefan Monnier2001-10-251-2/+1
* (modify-syntax-entry): Fix argument names (use CHAR instead of C) and usage.Pavel Janík2001-10-231-9/+10
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-201-192/+174
* (update_syntax_table): Simplify.Stefan Monnier2001-10-121-74/+59
* Include keymap.h.Stefan Monnier2001-10-101-0/+1
* Comment change.Richard M. Stallman2001-09-081-3/+9
* Fixed a typo in a comment.Eli Zaretskii2001-06-151-1/+1
* (update_syntax_table): Check that oldi has the sameStefan Monnier2001-05-011-7/+7
* (scan_lists): Check that the right quote char has theStefan Monnier2000-12-091-4/+6
* *** empty log message ***Kenichi Handa2000-10-241-6/+6
* (describe_syntax): Add code for comment and string fences.Stefan Monnier2000-10-151-1/+7
* (Fstring_to_syntax): New function extracted from Fmodify_syntax_entry.Stefan Monnier2000-10-151-69/+77
* Fix wording in a comment.Eli Zaretskii2000-10-151-6/+6
* (skip_chars): Change the way of handling a range from unibyte char toKenichi Handa2000-10-121-6/+7
* (prev_char_comstart_first): Remove.Stefan Monnier2000-10-021-38/+77
* (forw_comment): Match nestedness of ender/starter.Stefan Monnier2000-10-021-26/+30
* (skip_chars): Handle negation correctly.Kenichi Handa2000-09-281-49/+30
* (back_comment): Detect cases where a comment-starter isStefan Monnier2000-08-271-16/+27
* * syntax.c (skip_chars): Fix previous change. Make the handling ofKenichi Handa2000-08-071-54/+50
* (skip_chars): Fix handling of multibyte<->unibyte conversion.Kenichi Handa2000-08-051-17/+35
* (skip_chars): Fix typo in error message.Gerd Moellmann2000-08-041-2/+2
* (Fforward_word): Add last arg nil in call ofGerd Moellmann2000-07-251-1/+1
* (back_comment): Add null default in switch for pcc.Dave Love2000-07-141-0/+1
* (back_comment): Use one switch rather than a few `if's.Stefan Monnier2000-07-121-40/+51
* (back_comment): Simplify string-parity counting (withStefan Monnier2000-06-211-31/+32
* (scan_sexps_forward):Stefan Monnier2000-06-201-13/+5
* (describe_syntax): Recognize the `n'estable bit.Stefan Monnier2000-06-201-5/+15
* (Fparse_partial_sexp): Doc fix.Dave Love2000-06-191-3/+3
* (find_defun_start): Move test forGerd Moellmann2000-05-291-13/+15
* (skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally.Kenichi Handa2000-05-231-22/+6
* Use new macro namesGerd Moellmann2000-03-271-2/+2
* (Fset_syntax_table): Use new macros for per-bufferGerd Moellmann2000-03-261-2/+3