| Age | Commit message (Expand) | Author |
| 2013-07-10 | Syntax cleanup, mostly replacing macros with functions. | Paul Eggert |
| 2013-06-20 | * syntax.c: Integer cleanups. | Paul Eggert |
| 2013-06-18 | * syntax.c (skip_chars): Don't use uninitialized storage | Paul Eggert |
| 2013-02-10 | * syntax.c (scan_sexps_forward): Fix byte position calculation | Dmitry Antipov |
| 2013-02-08 | * search.c (scan_buffer): Calculate end byte position just once. | Dmitry Antipov |
| 2013-02-08 | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-09-30 | Prefer plain 'static' to 'static inline'. | Paul Eggert |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert |
| 2012-09-08 | Introduce "raw syntax descriptor" terminology, and use it. | Chong Yidong |
| 2012-08-17 | * buffer.h (BSET): Remove. | Paul Eggert |
| 2012-08-17 | * lisp.h (CSET): Remove. | Paul Eggert |
| 2012-08-16 | Use ASCII tests for character types. | Paul Eggert |
| 2012-08-16 | Simple interface to set Lisp_Object fields of chararcter tables. | Dmitry Antipov |
| 2012-08-13 | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov |
| 2012-08-08 | Cleanup intervals. | Dmitry Antipov |
| 2012-08-04 | Doc fixes and improvements for syntax tables. | Chong Yidong |
| 2012-07-30 | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. | Paul Eggert |
| 2012-07-27 | Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande... | Eli Zaretskii |
| 2012-07-27 | Utility function to make a list from specified amount of objects. | Dmitry Antipov |
| 2012-07-10 | Optimize pure C strings initialization. | Dmitry Antipov |
| 2012-07-05 | More xmalloc and related cleanup. | Paul Eggert |
| 2012-07-03 | Auto-generate EXFUN using make-docfile | Tom Tromey |
| 2012-06-19 | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov |
| 2012-06-16 | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab |
| 2012-04-09 | Merge from trunk. | Paul Eggert |
| 2012-04-09 | Remove * characters from the front of variable docstrings. | Chong Yidong |
| 2012-02-24 | Merge from trunk. | Paul Eggert |
| 2012-02-20 | Spelling fix. | Paul Eggert |
| 2012-02-17 | Clarify doc of scan-lists. | Chong Yidong |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-10-25 | * syntax.c (ST_COMMENT_STYLE, ST_STRING_STYLE): Revert this part of the change. | Paul Eggert |
| 2011-09-21 | Fix ptrdiff_t/EMACS_INT confusion. | Paul Eggert |
| 2011-09-21 | * syntax.c (scan_words): Revamp to pacify GCC 4.6.1. | Paul Eggert |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |
| 2011-08-30 | Merge changes from emacs-23 branch | Chong Yidong |
| 2011-08-30 | Fix syntax scanning bug causing fontification crashes. | Chong Yidong |
| 2011-06-24 | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero |
| 2011-05-28 | [ChangeLog] | Paul Eggert |
| 2011-05-09 | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:... | Eli Zaretskii |
| 2011-04-25 | Merge from mainline. | Paul Eggert |
| 2011-04-25 | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert |
| 2011-04-25 | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert |
| 2011-04-24 | Repair the MSDOS build following latest changes. | Eli Zaretskii |
| 2011-04-16 | Fix regex.c, syntax.c and friends for buffers > 2GB. | Eli Zaretskii |
| 2011-04-14 | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert |
| 2011-04-13 | Undo the DEFUN->DEFUE change. | Paul Eggert |
| 2011-04-13 | * syntax.c (syntax_temp): Define only if !__GNUC__. | Paul Eggert |
| 2011-04-10 | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert |