aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* use guile-snarf for subr definitionBT Templeton2015-04-181-24/+2
* * syntax.c (Fskip_syntax_backward): Doc clarification.Lars Ingebrigtsen2014-02-071-1/+2
* Fix bug #16453.Bastien Guerry2014-02-051-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix syntax.h bug introduced by recent INLINE change.Paul Eggert2013-09-211-3/+5
* A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-261-3/+3
* Doc fix for forward-word and backward-word.Xue Fuqiao2013-08-131-0/+1
* 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
|\ \