summaryrefslogtreecommitdiff
path: root/src/syntax.c
AgeCommit message (Expand)Author
2000-10-02(prev_char_comstart_first): Remove.Stefan Monnier
2000-10-02(forw_comment): Match nestedness of ender/starter.Stefan Monnier
2000-09-28(skip_chars): Handle negation correctly.Kenichi Handa
2000-08-27(back_comment): Detect cases where a comment-starter isStefan Monnier
2000-08-07* syntax.c (skip_chars): Fix previous change. Make the handling ofKenichi Handa
2000-08-05(skip_chars): Fix handling of multibyte<->unibyte conversion.Kenichi Handa
2000-08-04(skip_chars): Fix typo in error message.Gerd Moellmann
2000-07-25(Fforward_word): Add last arg nil in call ofGerd Moellmann
2000-07-14(back_comment): Add null default in switch for pcc.Dave Love
2000-07-12(back_comment): Use one switch rather than a few `if's.Stefan Monnier
2000-06-21(back_comment): Simplify string-parity counting (withStefan Monnier
2000-06-20(scan_sexps_forward):Stefan Monnier
2000-06-20(describe_syntax): Recognize the `n'estable bit.Stefan Monnier
2000-06-19(Fparse_partial_sexp): Doc fix.Dave Love
2000-05-29(find_defun_start): Move test forGerd Moellmann
2000-05-23(skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally.Kenichi Handa
2000-03-27Use new macro namesGerd Moellmann
2000-03-26(Fset_syntax_table): Use new macros for per-bufferGerd Moellmann
2000-03-24(open_paren_in_column_0_is_defun_start): New variable.Gerd Moellmann
2000-03-22Changes towards better type safety regarding intervals, primarilyKen Raeburn
2000-02-23(multibyte_syntax_as_symbol): New variable.Kenichi Handa
2000-02-17(Fforward_comment): Undo the previous change, since cc-modeStefan Monnier
2000-02-15(back_comment): Make sure we only consider comment-startersStefan Monnier
2000-01-01(Fforward_word): Undo previous change.Gerd Moellmann
2000-01-01(Fforward_word): Notice field boundaries only ifGerd Moellmann
1999-11-22* callproc.c (strerror): Remove decl.Paul Eggert
1999-11-09(Fforward_word): Handle fields even if would have hitRichard M. Stallman
1999-11-01Remove whitespace after open or in front of closing parentheses.Gerd Moellmann
1999-10-17(Fforward_word): Supply new ESCAPE_FROM_EDGE parameterGerd Moellmann
1999-09-20(update_syntax_table, find_defun_start, back_comment,Gerd Moellmann
1999-09-13Use XCAR and XCDR instead of explicit member access.Ken Raeburn
1999-09-12(Fforward_word): Use prompt_end_charpos insteadGerd Moellmann
1999-09-02(Fforward_word): Stop at a mini-buffer prompt endGerd Moellmann
1999-08-29(lisp_parse_state, back_comment, Fmodify_syntax_entry)Richard M. Stallman
1999-08-25(Fforward_word): If in a mini-buffer and movingGerd Moellmann
1999-08-16(Fforward_comment): Set comstyle for Scomment_fence.Karl Heuer
1999-05-14(Fparse_partial_sexp): Correct test for element 8 to beDave Love
1999-01-22(scan_sexps_forward): Delete duplicate codeKarl Heuer
1998-10-20(syms_of_syntax): Fix the setup of Qscan_error.Richard M. Stallman
1998-10-08(scan_lists): Bring FROM back into range BEGV...ZV.Richard M. Stallman
1998-08-10(scan_sexps_forward): Set up the syntax table scanningRichard M. Stallman
1998-06-23(Fmodify_syntax_entry): Use macro STRING_BYTES to getKenichi Handa
1998-06-14(skip_chars): Don't examine STRING before verifying that it is a string.Richard M. Stallman
1998-06-11(Fforward_comment): Properly compute BYTEPOS arg to char_quoted.Richard M. Stallman
1998-06-08(struct lisp_parse_state): New field, levelstarts.Richard M. Stallman
1998-06-06(scan_lists): Properly skip the comment-fence characterRichard M. Stallman
1998-05-18(skip_chars): Fix previous change.Kenichi Handa
1998-05-18(skip_chars): Fix bug in handling a range whichKenichi Handa
1998-05-13(skip_chars): When fetching char after \,Richard M. Stallman
1998-05-09(scan_lists, scan_sexps_forward): Move complex expressionsRichard M. Stallman