aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* Change B_ to BVARTom Tromey2011-02-161-8/+8
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-8/+8
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-24/+6
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-1/+0
* | * src/xfaces.c (lookup_face): Make static.Andreas Schwab2010-11-201-14/+1
* | Fix int/EMACS_INT use in casefiddle.c and syntax.c.Eli Zaretskii2010-09-241-26/+29
* | Merge changes from emacs-23 branchChong Yidong2010-09-231-4/+7
|\|
| * * src/syntax.c (back_comment): Detect the case where a 1-char commentStefan Monnier2010-09-211-4/+7
* | Introduce a new comment style "c" flag.Stefan Monnier2010-08-121-70/+168
* | Convert old-style definitionsAndreas Schwab2010-07-121-8/+4
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-37/+20
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-7/+7
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-7/+5
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-36/+15
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-7/+7
* | * syntax.c (Fchar_syntax): Check the arg is a character.Stefan Monnier2010-05-051-1/+1
* | Cleanup setup of gl_state in various parts of the code.Stefan Monnier2010-03-101-10/+5
|/
* (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