summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAge
* * syntax.c (Fskip_syntax_backward): Doc clarification.Lars Ingebrigtsen2014-02-07
* Fix bug #16453.Bastien Guerry2014-02-05
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Fix syntax.h bug introduced by recent INLINE change.Paul Eggert2013-09-21
* A simpler, centralized INLINE.Paul Eggert2013-09-20
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-26
* Doc fix for forward-word and backward-word.Xue Fuqiao2013-08-13
* Syntax cleanup, mostly replacing macros with functions.Paul Eggert2013-07-10
* * syntax.c: Integer cleanups.Paul Eggert2013-06-20
* * syntax.c (skip_chars): Don't use uninitialized storagePaul Eggert2013-06-18
* * syntax.c (scan_sexps_forward): Fix byte position calculationDmitry Antipov2013-02-10
* * search.c (scan_buffer): Calculate end byte position just once.Dmitry Antipov2013-02-08
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-08
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong2012-09-08
* * buffer.h (BSET): Remove.Paul Eggert2012-08-17
* * lisp.h (CSET): Remove.Paul Eggert2012-08-17
* Use ASCII tests for character types.Paul Eggert2012-08-16
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-16
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-13
* Cleanup intervals.Dmitry Antipov2012-08-08
* Doc fixes and improvements for syntax tables.Chong Yidong2012-08-04
* * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.Paul Eggert2012-07-30
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-27
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-27
* Optimize pure C strings initialization.Dmitry Antipov2012-07-10
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-03
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-19
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Merge from trunk.Paul Eggert2012-04-09
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-09
* | Merge from trunk.Paul Eggert2012-02-24
|\|
| * Spelling fix.Paul Eggert2012-02-20
| * Clarify doc of scan-lists.Chong Yidong2012-02-17
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | * syntax.c (ST_COMMENT_STYLE, ST_STRING_STYLE): Revert this part of the change.Paul Eggert2011-10-25
* | Fix ptrdiff_t/EMACS_INT confusion.Paul Eggert2011-09-21
* | * syntax.c (scan_words): Revamp to pacify GCC 4.6.1.Paul Eggert2011-09-21
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Merge changes from emacs-23 branchChong Yidong2011-08-30
|\
| * Fix syntax scanning bug causing fontification crashes.Chong Yidong2011-08-30
| * Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-09
* | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* | [ChangeLog]Paul Eggert2011-05-28
* | Merge from mainline.Paul Eggert2011-04-25
|\ \
| * | Repair the MSDOS build following latest changes.Eli Zaretskii2011-04-24