aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Merge changes from emacs-23 branchChong Yidong2011-08-301-0/+5
|\
| * Fix syntax scanning bug causing fontification crashes.Chong Yidong2011-08-301-0/+5
| * Backport revisions 2011-04-24T05:30:[email protected]:40:...Eli Zaretskii2011-05-091-2/+2
* | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-6/+3
* | [ChangeLog]Paul Eggert2011-05-281-1/+1
* | Merge from mainline.Paul Eggert2011-04-251-0/+2
|\ \
| * | Repair the MSDOS build following latest changes.Eli Zaretskii2011-04-241-0/+2
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-2/+2
* | | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-2/+2
|/ /
* | Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii2011-04-161-1/+1
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+1
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-3/+3
* | * syntax.c (syntax_temp): Define only if !__GNUC__.Paul Eggert2011-04-131-0/+2
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+2
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-5/+4
* | * syntax.c (skip_chars): Likewise.Paul Eggert2011-04-091-4/+6
* | * syntax.c (update_syntax_table): Use unsigned instead of int.Paul Eggert2011-04-041-1/+2
* | * syntax.c (scan_words): Remove var that was set but not used.Paul Eggert2011-04-041-3/+1
* | * syntax.c (scan_sexps_forward): Avoid pointer wraparound.Paul Eggert2011-03-271-3/+3
* | * syntax.c (back_comment, skip_chars): Mark vars as initialized.Paul Eggert2011-03-161-2/+2
* | * syntax.c (Fforward_comment, scan_lists): Rename locals to avoidPaul Eggert2011-03-161-8/+7
* | 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