summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* * src/syntax.c (back_comment): Detect the case where a 1-char commentStefan Monnier2010-09-211-4/+7
* (skip_chars): Setup gl_state (bug#3823).Stefan Monnier2010-03-051-1/+7
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-13/+10
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-7/+7
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-2/+2
* Fix typos in comments.Juanma Barranquero2009-10-041-1/+1
* * syntax.c (Fchar_syntax): Minor doc fix (Bug#119).Chong Yidong2009-09-181-2/+2
* (Fskip_chars_forward): Fix doc typo.Glenn Morris2009-02-201-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * syntax.c (Fmodify_syntax_entry): Doc fix.Juanma Barranquero2008-12-111-2/+2
* (scan_words): Call word_boundary_p instead of comparingKenichi Handa2008-10-221-2/+2
* (struct lisp_parse_state, char_quoted, inc_bytepos)Stefan Monnier2008-07-241-25/+22
* (char_quoted): Check "charpos > beg" before decrementing.Stefan Monnier2008-07-221-16/+2
* (find_start_pos, find_start_value)Andreas Schwab2008-07-201-19/+19
* various small cleanups detailed in changelogsAdrian Robert2008-07-161-1/+0
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-0/+13
* * character.h (CHAR_TO_BYTE_SAFE): New macro.Stefan Monnier2008-06-121-1/+5
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (Fforward_word): Add ^ interactive spec.Chong Yidong2008-04-021-1/+1
* (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