summaryrefslogtreecommitdiff
path: root/src/syntax.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not MOST_POSITIV...Paul Eggert2012-04-091-1/+1
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-7/+7
|/
* Support buffers > 2GB on 64-bit hosts.Eli Zaretskii2011-04-191-3/+4
* Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii2011-04-161-6/+6
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+0
* Change B_ to BVARTom Tromey2011-02-161-3/+3
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-3/+3
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+3
* 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-2/+0
* 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
* | Fix int/EMACS_INT use in casefiddle.c and syntax.c.Eli Zaretskii2010-09-241-2/+2
* | Introduce a new comment style "c" flag.Stefan Monnier2010-08-121-49/+2
* | Remove P_ and __P macros.Jan D2010-07-021-3/+3
* | Cleanup setup of gl_state in various parts of the code.Stefan Monnier2010-03-101-4/+10
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-151-6/+4
* Use "do...while (0)", not "if (1)..else" in macro definitions.Jan Djärv2008-02-071-4/+4
* 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
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+2
|\ \ | |/
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-12/+12
|\ \ | |/
| * (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable toAndreas Schwab2004-06-131-19/+19
| * (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): AvoidEli Zaretskii2004-05-021-2/+2
* | Sync to HEAD.Kenichi Handa2004-04-081-0/+3
* | *** empty log message ***Kenichi Handa2003-09-081-35/+8
|\ \
| * | (SYNTAX_ENTRY_INT): Don't use make_number.Dave Love2002-07-161-2/+1
| * | (syntax_temp) [!__GNUC__]: Declare.Dave Love2002-05-091-1/+2
| * | (SET_RAW_SYNTAX_ENTRY): Don't call make_number.Kenichi Handa2002-03-051-1/+1
| * | (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.Kenichi Handa2002-03-011-35/+8
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-1/+1
|/