aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (open_paren_in_column_0_is_defun_start): New variable.Gerd Moellmann2000-03-241-2/+15
* Changes towards better type safety regarding intervals, primarilyKen Raeburn2000-03-221-5/+5
* (multibyte_syntax_as_symbol): New variable.Kenichi Handa2000-02-231-9/+32
* (Fforward_comment): Undo the previous change, since cc-modeStefan Monnier2000-02-171-3/+7
* (back_comment): Make sure we only consider comment-startersStefan Monnier2000-02-151-6/+23
* (Fforward_word): Undo previous change.Gerd Moellmann2000-01-011-4/+3
* (Fforward_word): Notice field boundaries only ifGerd Moellmann2000-01-011-4/+6
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-2/+2
* (Fforward_word): Handle fields even if would have hitRichard M. Stallman1999-11-091-9/+7
* Remove whitespace after open or in front of closing parentheses.Gerd Moellmann1999-11-011-7/+7
* (Fforward_word): Supply new ESCAPE_FROM_EDGE parameterGerd Moellmann1999-10-171-10/+5
* (update_syntax_table, find_defun_start, back_comment,Gerd Moellmann1999-09-201-20/+21
* Use XCAR and XCDR instead of explicit member access.Ken Raeburn1999-09-131-2/+2
* (Fforward_word): Use prompt_end_charpos insteadGerd Moellmann1999-09-121-2/+2
* (Fforward_word): Stop at a mini-buffer prompt endGerd Moellmann1999-09-021-11/+10