| Commit message (Expand) | Author | Files | Lines |
| 2012-01-10 | Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) | Glenn Morris | 1 | -1/+1 |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 1 | -1/+1 |
| 2011-11-14 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-11-14 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-10-07 | * bytecode.c (exec_byte_code): Do not unnecessarily grow ptrdiff_t to EMACS_INT. | Paul Eggert | 1 | -3/+3 |
| 2011-09-30 | * bytecode.c (unmark_byte_stack, exec_byte_code): use ptrdiff_t, not int. | Paul Eggert | 1 | -5/+6 |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 1 | -11/+11 |
| 2011-06-24 | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 1 | -4/+2 |
| 2011-06-14 | * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length. | Paul Eggert | 1 | -1/+1 |
| 2011-06-14 | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 1 | -6/+8 |
| 2011-06-01 | Miscellaneous tweaks. | Stefan Monnier | 1 | -5/+5 |
| 2011-05-09 | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:... | Eli Zaretskii | 1 | -1/+4 |
| 2011-05-04 | Revert to wraparound integer arithmetic, instead of going to float. | Paul Eggert | 1 | -3/+3 |
| 2011-05-03 | Arithmetic overflows now return float rather than wrapping around. | Paul Eggert | 1 | -3/+3 |
| 2011-04-25 | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 1 | -1/+1 |
| 2011-04-25 | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 1 | -1/+1 |
| 2011-04-23 | * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR. | Paul Eggert | 1 | -1/+5 |
| 2011-04-10 | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 1 | -1/+0 |
| 2011-04-04 | * bytecode.c (exec_byte_code): Rename local to avoid shadowing. | Paul Eggert | 1 | -2/+2 |
| 2011-04-01 | Miscellanous cleanups in preparation for the merge.old-branches/lexbind-new | Stefan Monnier | 1 | -25/+16 |
| 2011-04-01 | * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var | Paul Eggert | 1 | -1/+3 |
| 2011-03-30 | * src/bytecode.c (Fbyte_code): CAR and CDR can GC. | Stefan Monnier | 1 | -3/+22 |
| 2011-03-16 | * bytecode.c (CONSTANTLIM): Remove; unused. | Paul Eggert | 1 | -6/+7 |
| 2011-03-16 | * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else". | Paul Eggert | 1 | -1/+2 |
| 2011-03-16 | Remove bytecomp- prefix, plus misc changes. | Stefan Monnier | 1 | -6/+6 |
| 2011-03-06 | current_column: Now returns EMACS_INT, fixing some iftc. | Paul Eggert | 1 | -1/+1 |
| 2011-03-05 | Fix pcase memoizing; change lexbound byte-code marker. | Stefan Monnier | 1 | -29/+42 |
| 2011-02-26 | Compute freevars in cconv-analyse. | Stefan Monnier | 1 | -1/+1 |
| 2011-02-24 | Get rid of funvec. | Stefan Monnier | 1 | -2/+7 |
| 2011-02-21 | Use offsets relative to top rather than bottom for stack refs | Stefan Monnier | 1 | -19/+33 |
| 2011-02-19 | * lisp/subr.el (save-window-excursion): New macro, moved from C. | Stefan Monnier | 1 | -12/+20 |
| 2011-02-17 | Don't GC-scan stack data redundantly. | Stefan Monnier | 1 | -3/+16 |
| 2011-02-17 | Various compiler bug-fixes. MPC seems to run correctly now. | Stefan Monnier | 1 | -1/+3 |
| 2011-02-16 | Change B_ to BVAR | Tom Tromey | 1 | -1/+1 |
| 2011-02-14 | Hide implementation of `struct buffer' | Tom Tromey | 1 | -1/+1 |
| 2011-02-12 | * lisp/emacs-lisp/byte-lexbind.el: Delete. | Stefan Monnier | 1 | -23/+0 |
| 2011-01-30 | Use SSDATA when the context wants char *. | Paul Eggert | 1 | -2/+1 |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 1 | -2/+1 |
| 2011-01-18 | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 1 | -5/+3 |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris | 1 | -2/+0 |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 1 | -1/+1 |
| 2010-12-15 | Obey lexical-binding in interactive evaluation commands. | Stefan Monnier | 1 | -1/+1 |
| 2010-12-13 | Try and be more careful about propagation of lexical environment. | Stefan Monnier | 1 | -4/+4 |
| 2010-07-08 | Convert DEFUNs to standard C. | Dan Nicolaescu | 1 | -2/+1 |
| 2010-07-04 | Convert (most) functions in src to standard C. | Dan Nicolaescu | 1 | -3/+3 |
| 2010-06-14 | * lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment): | Stefan Monnier | 1 | -1/+1 |
| 2010-06-13 | New branch for lexbind, losing all history. | Stefan Monnier | 1 | -6/+122 |
| 2010-05-07 | Try and fix unbind_to when localness of binding has changed | Stefan Monnier | 1 | -1/+1 |
| 2010-04-19 | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 1 | -6/+6 |
| 2010-03-05 | Make it possible to C-g in a tight bytecode loop again (bug#5680). | Stefan Monnier | 1 | -0/+1 |