summaryrefslogtreecommitdiff
path: root/src/syntax.c
AgeCommit message (Expand)Author
2006-07-18(scan_lists): Use xsignal3.Kim F. Storm
2006-07-13(scan_sexps_forward): Use EMACS_INT for out_bytepos andAndreas Schwab
2006-07-12(check_syntax_table): Use CHECK_TYPE.Kim F. Storm
2006-07-11(forw_comment): Also use EMACS_INT for buffer positions.Stefan Monnier
2006-07-09(back_comment, scan_lists): Also use EMACS_INT for buffer positions.Stefan Monnier
2006-07-09(Fforward_comment): Revert the reversion.Stefan Monnier
2006-07-09(Fforward_comment): Use type int for `stop', `count1', `out_charpos'John Paul Wallington
2006-07-09(Fforward_comment): Use type int for `from' and `from_byte'.John Paul Wallington
2006-07-07(Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.Stefan Monnier
2006-06-19(init_syntax_once): Give most control chars' syntax Spunct.Richard M. Stallman
2006-05-01(Fforward_comment): Detect generic comment at beginning ofStefan Monnier
2006-04-30(Fforward_comment): Don't forget to break out of the loopStefan Monnier
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-10-29(Fparse_partial_sexp): Fix docstring.Stefan Monnier
2005-08-29(update_syntax_table): Properly reproduce the special +1Stefan Monnier
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-14(syms_of_syntax): Staticpro lisp objects in gl_state.Kim F. Storm
2005-07-04Update FSF's address.Lute Kamstra
2005-06-23(Fstring_to_syntax): Follow error conventions.Juanma Barranquero
2004-12-11(Fforward_word): Avoid non-idempotent side-effects in macro arguments.Stefan Monnier
2004-10-27(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.Stefan Monnier
2004-08-20(skip_chars): Fix for unibyte case.Kenichi Handa
2004-08-19(back_comment): Fixup globals in all cases.Stefan Monnier
2004-08-19(char_quoted): Mixup byte/char pos.Stefan Monnier
2004-06-30(skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.Stefan Monnier
2004-06-15(skip_chars): Only recognize [:class:] when it has theKim F. Storm
2004-06-13Include regex.h.Richard M. Stallman
2004-06-13(char_quoted): Avoid warning about undefined operation.Andreas Schwab
2004-05-07(Fmodify_syntax_entry): Fix docstring.Juanma Barranquero
2004-04-13(scan_lists): Simplify backward string scan.Stefan Monnier
2004-01-06(skip_chars): Treat '-' at end of string as ordinaryAndreas Schwab
2003-09-01Add arch taglinesMiles Bader
2003-08-17(Fforward_word): Argument changed to optional. Set default value to 1.Richard M. Stallman
2003-05-17(find_defun_start): When open_paren_in_column_0_is_defun_start,Richard M. Stallman
2003-04-24(skip_chars): Fix previous change.Kenichi Handa
2003-04-24(skip_chars): Make the code faster by using the commonKenichi Handa
2003-02-25(back_comment): Only check nestedness of 2nd char if needed.Stefan Monnier
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2003-01-31(Fskip_chars_forward)Dave Love
2002-11-14(scan_sexps_forward):Dave Love
2002-11-12(scan_sexps_forward): Undo last patch.Stefan Monnier
2002-11-09(scan_sexps_forward): Update syntax table before readingStefan Monnier
2002-10-30(Fforward_comment): Doc fix.Dave Love
2002-10-18Fix typo in comment.Juanma Barranquero
2002-10-14(scan_lists): Don't get fooled by a symbol ending with a backslash-quoted char.Stefan Monnier
2002-07-19(Fstring_to_syntax, skip_chars): Treat Lisp stringKen Raeburn
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2001-11-26(syms_of_syntax): Remove defsubr of Sdescribe_syntax.Stefan Monnier
2001-11-19(describe_syntax): Add dummy arg.Stefan Monnier
2001-11-02(describe_syntax): New wrapper.Stefan Monnier