aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* (lisp_parse_state, back_comment, Fmodify_syntax_entry)Richard M. Stallman1999-08-291-134/+225
* (Fforward_word): If in a mini-buffer and movingGerd Moellmann1999-08-251-0/+11
* (Fforward_comment): Set comstyle for Scomment_fence.Karl Heuer1999-08-161-1/+3
* (Fparse_partial_sexp): Correct test for element 8 to beDave Love1999-05-141-1/+2
* (scan_sexps_forward): Delete duplicate codeKarl Heuer1999-01-221-2/+9
* (syms_of_syntax): Fix the setup of Qscan_error.Richard M. Stallman1998-10-201-1/+1
* (scan_lists): Bring FROM back into range BEGV...ZV.Richard M. Stallman1998-10-081-1/+6
* (scan_sexps_forward): Set up the syntax table scanningRichard M. Stallman1998-08-101-4/+10
* (Fmodify_syntax_entry): Use macro STRING_BYTES to getKenichi Handa1998-06-231-2/+2
* (skip_chars): Don't examine STRING before verifying that it is a string.Richard M. Stallman1998-06-141-3/+5
* (Fforward_comment): Properly compute BYTEPOS arg to char_quoted.Richard M. Stallman1998-06-111-3/+2
* (struct lisp_parse_state): New field, levelstarts.Richard M. Stallman1998-06-081-2/+21