summaryrefslogtreecommitdiff
path: root/src/syntax.h
AgeCommit message (Expand)Author
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-04-19Support buffers > 2GB on 64-bit hosts.Eli Zaretskii
2011-04-16Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-27Remove unused declarationsAndreas Schwab
2010-09-24Fix int/EMACS_INT use in casefiddle.c and syntax.c.Eli Zaretskii
2010-08-12Introduce a new comment style "c" flag.Stefan Monnier
2010-07-02Remove P_ and __P macros.Jan D
2010-03-10Cleanup setup of gl_state in various parts of the code.Stefan Monnier
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-05-15Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-02-07Use "do...while (0)", not "if (1)..else" in macro definitions.Jan Djärv
2008-01-09Merge from emacs--devo--0Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-27Merge from emacs--devo--0Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-26Merge from emacs--devo--0Miles Bader
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
2006-02-08Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-26Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-07Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader
2005-07-04Update FSF's address.Lute Kamstra
2004-06-28Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader
2004-06-13(SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable toAndreas Schwab
2004-05-02(SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): AvoidEli Zaretskii
2004-04-08Sync to HEAD.Kenichi Handa
2003-09-08*** empty log message ***Kenichi Handa
2003-09-08New directoryKenichi Handa
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-07-16(SYNTAX_ENTRY_INT): Don't use make_number.Dave Love
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-05-09(syntax_temp) [!__GNUC__]: Declare.Dave Love
2002-03-05(SET_RAW_SYNTAX_ENTRY): Don't call make_number.Kenichi Handa
2002-03-01(SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.Kenichi Handa
2001-10-12(struct gl_state_s): Change the meaning of b_property.Stefan Monnier
1999-12-15(SYNTAX_ENTRY_INT): Delete codes for a compositeKenichi Handa
1999-09-11Use XCAR and XCDR.Ken Raeburn
1999-08-29(SYNTAX_COMMENT_NESTED, SYNTAX_FLAGS_COMMENT_NESTED):Richard M. Stallman