aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* (scan_lists): Follow coding convention.Stefan Monnier2008-02-121-7/+14
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.Chong Yidong2007-06-061-6/+6
* | Merge from emacs--devo--0Miles Bader2007-05-241-7/+7
|\ \
| * | (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.Kenichi Handa2007-05-221-6/+6
| |/
| * (skip_chars): Update syntax-table only after we checked thatStefan Monnier2007-05-191-1/+1
* | (skip_syntaxes): Synch with the trunk.Kenichi Handa2007-05-211-1/+1
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+3
|\|
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+3
* | Merge from emacs--devo--0Miles Bader2006-12-161-2/+2
|\|
| * Fix spurious open-paren-in-column-0 in a comment.Stefan Monnier2006-12-101-1/+1
| * * syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of theAlan Mackenzie2006-12-091-1/+1
* | Merge from emacs--devo--0Miles Bader2006-12-071-1/+1
|\|
| * Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
* | Merge from emacs--devo--0Miles Bader2006-09-201-0/+5
|\|
| * * search.c (clear_regexp_cache): New function.Chong Yidong2006-09-171-0/+5
* | Merge from emacs--devo--0Miles Bader2006-07-191-36/+33
|\|
| * (scan_lists): Use xsignal3.Kim F. Storm2006-07-181-14/+9
| * (scan_sexps_forward): Use EMACS_INT for out_bytepos andAndreas Schwab2006-07-131-1/+1
| * (check_syntax_table): Use CHECK_TYPE.Kim F. Storm2006-07-121-3/+2
| * (forw_comment): Also use EMACS_INT for buffer positions.Stefan Monnier2006-07-111-2/+3
| * (back_comment, scan_lists): Also use EMACS_INT for buffer positions.Stefan Monnier2006-07-091-11/+13
| * (Fforward_comment): Revert the reversion.Stefan Monnier2006-07-091-5/+5
| * (Fforward_comment): Use type int for `stop', `count1', `out_charpos'John Paul Wallington2006-07-091-3/+3
| * (Fforward_comment): Use type int for `from' and `from_byte'.John Paul Wallington2006-07-091-2/+2
| * (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.Stefan Monnier2006-07-071-5/+5
* | Merge from emacs--devo--0Miles Bader2006-06-201-0/+14
|\|
| * (init_syntax_once): Give most control chars' syntax Spunct.Richard M. Stallman2006-06-191-0/+14
* | Revision: [email protected]/emacs--unicode--0--patch-58Miles Bader2006-05-021-2/+5
|\|
| * (Fforward_comment): Detect generic comment at beginning ofStefan Monnier2006-05-011-2/+2
| * (Fforward_comment): Don't forget to break out of the loopStefan Monnier2006-04-301-0/+3
* | Revision: [email protected]/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-97Miles Bader2006-01-161-2/+2
|\|
| * (Fparse_partial_sexp): Fix docstring.Stefan Monnier2005-10-291-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-79Miles Bader2005-09-061-4/+10
|\|
| * (update_syntax_table): Properly reproduce the special +1Stefan Monnier2005-08-291-4/+10
* | Revision: [email protected]/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* | Revision: [email protected]/emacs--unicode--0--patch-71Miles Bader2005-07-221-0/+8
|\|
| * (syms_of_syntax): Staticpro lisp objects in gl_state.Kim F. Storm2005-07-141-0/+8
* | Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-65Miles Bader2005-06-241-1/+1
|\|
| * (Fstring_to_syntax): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-78Miles Bader2004-12-141-2/+4
|\|
| * (Fforward_word): Avoid non-idempotent side-effects in macro arguments.Stefan Monnier2004-12-111-2/+4