aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
...
| * * 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
* | Revision: [email protected]/emacs--unicode--0--patch-69Miles Bader2004-11-041-22/+22
|\|
| * (scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.Stefan Monnier2004-10-271-22/+22
* | (skip_syntaxes): Return lispy 0 (not nil) if point isKenichi Handa2004-10-291-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-32Miles Bader2004-08-271-2/+2
|\|
| * (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
* | Revision: [email protected]/emacs--unicode--0--patch-15Miles Bader2004-06-281-23/+173
|\|
| * (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
* | Sync to HEADKenichi Handa2004-04-161-11/+6
* | Sync to HEAD.Kenichi Handa2004-04-081-17/+24
* | (skip_chars): Be sure to alloca char_ranges when necessary.Kenichi Handa2003-11-151-3/+6