aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* Syntax cleanup, mostly replacing macros with functions.Paul Eggert2013-07-101-72/+200
* * syntax.c: Integer cleanups.Paul Eggert2013-06-201-189/+162
* * syntax.c (skip_chars): Don't use uninitialized storagePaul Eggert2013-06-181-24/+21
* * syntax.c (scan_sexps_forward): Fix byte position calculationDmitry Antipov2013-02-101-0/+1
* * search.c (scan_buffer): Calculate end byte position just once.Dmitry Antipov2013-02-081-2/+5
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-2/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong2012-09-081-5/+5
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-1/+8
* * lisp.h (CSET): Remove.Paul Eggert2012-08-171-1/+1
* Use ASCII tests for character types.Paul Eggert2012-08-161-1/+0
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-161-1/+1
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-1/+1
* Cleanup intervals.Dmitry Antipov2012-08-081-6/+6
* Doc fixes and improvements for syntax tables.Chong Yidong2012-08-041-1/+1
* * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.Paul Eggert2012-07-301-4/+4
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-1/+1
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-1/+1
* 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:[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