aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong1-1/+1
2012-02-20Spelling fix.Paul Eggert1-1/+1
2012-02-17Clarify doc of scan-lists.Chong Yidong1-8/+13
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-10-25* syntax.c (ST_COMMENT_STYLE, ST_STRING_STYLE): Revert this part of the change.Paul Eggert1-2/+2
2011-09-21Fix ptrdiff_t/EMACS_INT confusion.Paul Eggert1-2/+2
2011-09-21* syntax.c (scan_words): Revamp to pacify GCC 4.6.1.Paul Eggert1-2/+2
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-94/+98
2011-08-30Fix syntax scanning bug causing fontification crashes.Chong Yidong1-0/+5
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-6/+3
2011-05-28[ChangeLog]Paul Eggert1-1/+1
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii1-2/+2
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert1-2/+2
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert1-2/+2
2011-04-24Repair the MSDOS build following latest changes.Eli Zaretskii1-0/+2
2011-04-16Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii1-1/+1
2011-04-14* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert1-1/+1
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-3/+3
2011-04-13* syntax.c (syntax_temp): Define only if !__GNUC__.Paul Eggert1-0/+2
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert1-1/+2
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-5/+4
2011-04-09* syntax.c (skip_chars): Likewise.Paul Eggert1-4/+6
2011-04-04* syntax.c (update_syntax_table): Use unsigned instead of int.Paul Eggert1-1/+2
2011-04-04* syntax.c (scan_words): Remove var that was set but not used.Paul Eggert1-3/+1
2011-03-27* syntax.c (scan_sexps_forward): Avoid pointer wraparound.Paul Eggert1-3/+3
2011-03-16* syntax.c (back_comment, skip_chars): Mark vars as initialized.Paul Eggert1-2/+2
2011-03-16* syntax.c (Fforward_comment, scan_lists): Rename locals to avoidPaul Eggert1-8/+7
2011-02-16Change B_ to BVARTom Tromey1-8/+8
2011-02-14Hide implementation of `struct buffer'Tom Tromey1-8/+8
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-24/+6
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-12-27Remove unused declarationsAndreas Schwab1-1/+0
2010-11-20* src/xfaces.c (lookup_face): Make static.Andreas Schwab1-14/+1
2010-09-24Fix int/EMACS_INT use in casefiddle.c and syntax.c.Eli Zaretskii1-26/+29
2010-09-21* src/syntax.c (back_comment): Detect the case where a 1-char commentStefan Monnier1-4/+7
2010-08-12Introduce a new comment style "c" flag.Stefan Monnier1-70/+168
2010-07-12Convert old-style definitionsAndreas Schwab1-8/+4
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu1-37/+20
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab1-7/+7
2010-07-04Convert declarations or definitions to standard C.Dan Nicolaescu1-7/+5
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu1-36/+15
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D1-7/+7
2010-05-05* syntax.c (Fchar_syntax): Check the arg is a character.Stefan Monnier1-1/+1
2010-03-10Cleanup setup of gl_state in various parts of the code.Stefan Monnier1-10/+5
2010-03-05(skip_chars): Setup gl_state (bug#3823).Stefan Monnier1-1/+7
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-11-21* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab1-13/+10