aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-1/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-2/+2
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-1/+0
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-10/+9
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-04-091-1/+1
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* | Merge from trunk.Paul Eggert2012-02-241-8/+13
|\ \ | |/
| * Spelling fix.Paul Eggert2012-02-201-1/+1
| * Clarify doc of scan-lists.Chong Yidong2012-02-171-8/+13
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * syntax.c (ST_COMMENT_STYLE, ST_STRING_STYLE): Revert this part of the change.Paul Eggert2011-10-251-2/+2
* | Fix ptrdiff_t/EMACS_INT confusion.Paul Eggert2011-09-211-2/+2
* | * syntax.c (scan_words): Revamp to pacify GCC 4.6.1.Paul Eggert2011-09-211-2/+2
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-94/+98
|/
* 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:24Z!eggert@cs.ucla.edu..2011-04-25T19: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