| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 2012-08-13 | 1 | -1/+1 |
| * | Cleanup intervals. | Dmitry Antipov | 2012-08-08 | 1 | -6/+6 |
| * | Doc fixes and improvements for syntax tables. | Chong Yidong | 2012-08-04 | 1 | -1/+1 |
| * | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. | Paul Eggert | 2012-07-30 | 1 | -4/+4 |
| * | Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande... | Eli Zaretskii | 2012-07-27 | 1 | -1/+1 |
| * | Utility function to make a list from specified amount of objects. | Dmitry Antipov | 2012-07-27 | 1 | -1/+1 |
| * | Optimize pure C strings initialization. | Dmitry Antipov | 2012-07-10 | 1 | -1/+1 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -2/+2 |
| * | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -1/+0 |
| * | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -10/+9 |
| * | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
| * | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -1/+1 |
| |\ |
|
| | * | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -1/+1 |
| * | | Merge from trunk. | Paul Eggert | 2012-02-24 | 1 | -8/+13 |
| |\ \
| |/ |
|
| | * | Spelling fix. | Paul Eggert | 2012-02-20 | 1 | -1/+1 |
| | * | Clarify doc of scan-lists. | Chong Yidong | 2012-02-17 | 1 | -8/+13 |
| * | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | | * syntax.c (ST_COMMENT_STYLE, ST_STRING_STYLE): Revert this part of the change. | Paul Eggert | 2011-10-25 | 1 | -2/+2 |
| * | | Fix ptrdiff_t/EMACS_INT confusion. | Paul Eggert | 2011-09-21 | 1 | -2/+2 |
| * | | * syntax.c (scan_words): Revamp to pacify GCC 4.6.1. | Paul Eggert | 2011-09-21 | 1 | -2/+2 |
| * | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -94/+98 |
| |/ |
|
| * | Merge changes from emacs-23 branch | Chong Yidong | 2011-08-30 | 1 | -0/+5 |
| |\ |
|
| | * | Fix syntax scanning bug causing fontification crashes. | Chong Yidong | 2011-08-30 | 1 | -0/+5 |
| | * | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:... | Eli Zaretskii | 2011-05-09 | 1 | -2/+2 |
| * | | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -6/+3 |
| * | | [ChangeLog] | Paul Eggert | 2011-05-28 | 1 | -1/+1 |
| * | | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Repair the MSDOS build following latest changes. | Eli Zaretskii | 2011-04-24 | 1 | -0/+2 |
| * | | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -2/+2 |
| * | | | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -2/+2 |
| |/ / |
|
| * | | Fix regex.c, syntax.c and friends for buffers > 2GB. | Eli Zaretskii | 2011-04-16 | 1 | -1/+1 |
| * | | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert | 2011-04-14 | 1 | -1/+1 |
| * | | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -3/+3 |
| * | | * syntax.c (syntax_temp): Define only if !__GNUC__. | Paul Eggert | 2011-04-13 | 1 | -0/+2 |
| * | | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -1/+2 |
| * | | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -5/+4 |
| * | | * syntax.c (skip_chars): Likewise. | Paul Eggert | 2011-04-09 | 1 | -4/+6 |
| * | | * syntax.c (update_syntax_table): Use unsigned instead of int. | Paul Eggert | 2011-04-04 | 1 | -1/+2 |
| * | | * syntax.c (scan_words): Remove var that was set but not used. | Paul Eggert | 2011-04-04 | 1 | -3/+1 |
| * | | * syntax.c (scan_sexps_forward): Avoid pointer wraparound. | Paul Eggert | 2011-03-27 | 1 | -3/+3 |
| * | | * syntax.c (back_comment, skip_chars): Mark vars as initialized. | Paul Eggert | 2011-03-16 | 1 | -2/+2 |
| * | | * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid | Paul Eggert | 2011-03-16 | 1 | -8/+7 |
| * | | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -8/+8 |
| * | | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -8/+8 |
| * | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -24/+6 |
| * | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |