aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* (Fparse_partial_sexp): Fix docstring.Stefan Monnier2005-10-291-2/+2
* (update_syntax_table): Properly reproduce the special +1Stefan Monnier2005-08-291-4/+10
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* (syms_of_syntax): Staticpro lisp objects in gl_state.Kim F. Storm2005-07-141-0/+8
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Fstring_to_syntax): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
* (Fforward_word): Avoid non-idempotent side-effects in macro arguments.Stefan Monnier2004-12-111-2/+4
* (scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.Stefan Monnier2004-10-271-22/+22
* (skip_chars): Fix for unibyte case.Kenichi Handa2004-08-201-4/+4
* (back_comment): Fixup globals in all cases.Stefan Monnier2004-08-191-1/+1
* (char_quoted): Mixup byte/char pos.Stefan Monnier2004-08-191-1/+1
* (skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.Stefan Monnier2004-06-301-2/+0
* (skip_chars): Only recognize [:class:] when it has theKim F. Storm2004-06-151-10/+7
* Include regex.h.Richard M. Stallman2004-06-131-9/+119
* (char_quoted): Avoid warning about undefined operation.Andreas Schwab2004-06-131-9/+18
* (Fmodify_syntax_entry): Fix docstring.Juanma Barranquero2004-05-071-3/+3
* (scan_lists): Simplify backward string scan.Stefan Monnier2004-04-131-11/+5
* (skip_chars): Treat '-' at end of string as ordinaryAndreas Schwab2004-01-061-7/+8
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (Fforward_word): Argument changed to optional. Set default value to 1.Richard M. Stallman2003-08-171-6/+10
* (find_defun_start): When open_paren_in_column_0_is_defun_start,Richard M. Stallman2003-05-171-15/+18
* (skip_chars): Fix previous change.Kenichi Handa2003-04-241-2/+2
* (skip_chars): Make the code faster by using the commonKenichi Handa2003-04-241-55/+135
* (back_comment): Only check nestedness of 2nd char if needed.Stefan Monnier2003-02-251-1/+1
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* (Fskip_chars_forward)Dave Love2003-01-311-2/+4
* (scan_sexps_forward):Dave Love2002-11-141-1/+1
* (scan_sexps_forward): Undo last patch.Stefan Monnier2002-11-121-2/+3
* (scan_sexps_forward): Update syntax table before readingStefan Monnier2002-11-091-9/+3
* (Fforward_comment): Doc fix.Dave Love2002-10-301-2/+3
* Fix typo in comment.Juanma Barranquero2002-10-181-34/+34
* (scan_lists): Don't get fooled by a symbol ending with a backslash-quoted char.Stefan Monnier2002-10-141-1/+15
* (Fstring_to_syntax, skip_chars): Treat Lisp stringKen Raeburn2002-07-191-4/+5
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-10/+10
* (syms_of_syntax): Remove defsubr of Sdescribe_syntax.Stefan Monnier2001-11-261-44/+0
* (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