summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAge
* Comment change.Richard M. Stallman2001-09-08
* Fixed a typo in a comment.Eli Zaretskii2001-06-15
* (update_syntax_table): Check that oldi has the sameStefan Monnier2001-05-01
* (scan_lists): Check that the right quote char has theStefan Monnier2000-12-09
* *** empty log message ***Kenichi Handa2000-10-24
* (describe_syntax): Add code for comment and string fences.Stefan Monnier2000-10-15
* (Fstring_to_syntax): New function extracted from Fmodify_syntax_entry.Stefan Monnier2000-10-15
* Fix wording in a comment.Eli Zaretskii2000-10-15
* (skip_chars): Change the way of handling a range from unibyte char toKenichi Handa2000-10-12
* (prev_char_comstart_first): Remove.Stefan Monnier2000-10-02
* (forw_comment): Match nestedness of ender/starter.Stefan Monnier2000-10-02
* (skip_chars): Handle negation correctly.Kenichi Handa2000-09-28
* (back_comment): Detect cases where a comment-starter isStefan Monnier2000-08-27
* * syntax.c (skip_chars): Fix previous change. Make the handling ofKenichi Handa2000-08-07
* (skip_chars): Fix handling of multibyte<->unibyte conversion.Kenichi Handa2000-08-05
* (skip_chars): Fix typo in error message.Gerd Moellmann2000-08-04
* (Fforward_word): Add last arg nil in call ofGerd Moellmann2000-07-25
* (back_comment): Add null default in switch for pcc.Dave Love2000-07-14
* (back_comment): Use one switch rather than a few `if's.Stefan Monnier2000-07-12
* (back_comment): Simplify string-parity counting (withStefan Monnier2000-06-21
* (scan_sexps_forward):Stefan Monnier2000-06-20
* (describe_syntax): Recognize the `n'estable bit.Stefan Monnier2000-06-20
* (Fparse_partial_sexp): Doc fix.Dave Love2000-06-19
* (find_defun_start): Move test forGerd Moellmann2000-05-29
* (skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally.Kenichi Handa2000-05-23
* Use new macro namesGerd Moellmann2000-03-27
* (Fset_syntax_table): Use new macros for per-bufferGerd Moellmann2000-03-26
* (open_paren_in_column_0_is_defun_start): New variable.Gerd Moellmann2000-03-24
* Changes towards better type safety regarding intervals, primarilyKen Raeburn2000-03-22
* (multibyte_syntax_as_symbol): New variable.Kenichi Handa2000-02-23
* (Fforward_comment): Undo the previous change, since cc-modeStefan Monnier2000-02-17
* (back_comment): Make sure we only consider comment-startersStefan Monnier2000-02-15
* (Fforward_word): Undo previous change.Gerd Moellmann2000-01-01
* (Fforward_word): Notice field boundaries only ifGerd Moellmann2000-01-01
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-22
* (Fforward_word): Handle fields even if would have hitRichard M. Stallman1999-11-09
* Remove whitespace after open or in front of closing parentheses.Gerd Moellmann1999-11-01
* (Fforward_word): Supply new ESCAPE_FROM_EDGE parameterGerd Moellmann1999-10-17
* (update_syntax_table, find_defun_start, back_comment,Gerd Moellmann1999-09-20
* Use XCAR and XCDR instead of explicit member access.Ken Raeburn1999-09-13
* (Fforward_word): Use prompt_end_charpos insteadGerd Moellmann1999-09-12
* (Fforward_word): Stop at a mini-buffer prompt endGerd Moellmann1999-09-02
* (lisp_parse_state, back_comment, Fmodify_syntax_entry)Richard M. Stallman1999-08-29
* (Fforward_word): If in a mini-buffer and movingGerd Moellmann1999-08-25
* (Fforward_comment): Set comstyle for Scomment_fence.Karl Heuer1999-08-16
* (Fparse_partial_sexp): Correct test for element 8 to beDave Love1999-05-14
* (scan_sexps_forward): Delete duplicate codeKarl Heuer1999-01-22
* (syms_of_syntax): Fix the setup of Qscan_error.Richard M. Stallman1998-10-20
* (scan_lists): Bring FROM back into range BEGV...ZV.Richard M. Stallman1998-10-08
* (scan_sexps_forward): Set up the syntax table scanningRichard M. Stallman1998-08-10