| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up extern decls a bit. | Paul Eggert | 2014-08-31 | 1 | -3/+2 |
* | * src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the bytecode wasn't | Stefan Monnier | 2014-05-27 | 1 | -0/+4 |
* | Assume C99 or later. | Paul Eggert | 2014-05-17 | 1 | -2/+0 |
* | * src/bytecode.c (exec_byte_code): Rework the volatiles. Most importantly, | Stefan Monnier | 2014-04-12 | 1 | -12/+5 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -1/+1 |
* | * bytecode.c (exec_byte_code): Use some more volatile variables | Paul Eggert | 2013-10-03 | 1 | -6/+18 |
* | Introduce new bytecodes for efficient catch/condition-case in lexbind. | Stefan Monnier | 2013-10-03 | 1 | -10/+69 |
* | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -1/+1 |
* | Change comparison functions =, <, >, <=, >= to take many arguments. | Barry O'Reilly | 2013-09-11 | 1 | -4/+4 |
* | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -3/+3 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -7/+6 |
* | Port to C89. | Paul Eggert | 2013-07-10 | 1 | -2/+5 |
* | * syntax.c: Integer cleanups. | Paul Eggert | 2013-06-20 | 1 | -1/+1 |
* | Port --enable-gcc-warnings to clang. | Paul Eggert | 2013-05-17 | 1 | -2/+5 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -2/+2 |
* | Static checking by Sun C 5.12. | Paul Eggert | 2013-03-13 | 1 | -2/+0 |
* | * src/bytecode.c (struct byte_stack): Remove `constants' when unused. | Stefan Monnier | 2013-03-10 | 1 | -3/+7 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
* | | * bytecode.c, lisp.h (Qbytecode): Remove. | Paul Eggert | 2012-12-03 | 1 | -4/+0 |
* | | Make called-interactively-p work for edebug or advised code. | Stefan Monnier | 2012-11-19 | 1 | -1/+3 |
|/ |
|
* | * src/bytecode.c (exec_byte_code): Signal an error instead of aborting, | Stefan Monnier | 2012-09-24 | 1 | -1/+1 |
* | Remove configure's --without-sync-input option. | Paul Eggert | 2012-09-16 | 1 | -1/+2 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+1 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -8/+8 |
* | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 1 | -1/+1 |
* | * bytecode.c, callint.c, callproc.c: Use bool for boolean. | Paul Eggert | 2012-08-24 | 1 | -1/+1 |
* | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 1 | -1/+1 |
* | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -1/+1 |
* | Use INTERNAL_FIELD for symbols. | Dmitry Antipov | 2012-08-01 | 1 | -1/+1 |
* | Cleanup calls to Fgarbage_collect. | Dmitry Antipov | 2012-07-20 | 1 | -9/+5 |
* | * bytecode.c (targets): Suppress -Woverride-init warnings. | Paul Eggert | 2012-07-10 | 1 | -0/+10 |
* | Implement token threading | Tom Tromey | 2012-07-10 | 1 | -451/+565 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -2/+1 |
* | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -2/+2 |
* | Port byte-code-meter to modern targets. | Paul Eggert | 2012-06-18 | 1 | -9/+9 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
* | 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 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
* | | * bytecode.c (exec_byte_code): Do not unnecessarily grow ptrdiff_t to EMACS_INT. | Paul Eggert | 2011-10-07 | 1 | -3/+3 |
* | | * bytecode.c (unmark_byte_stack, exec_byte_code): use ptrdiff_t, not int. | Paul Eggert | 2011-09-30 | 1 | -5/+6 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -11/+11 |
|/ |
|
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -4/+2 |
* | * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length. | Paul Eggert | 2011-06-14 | 1 | -1/+1 |
* | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -6/+8 |
* | Miscellaneous tweaks. | Stefan Monnier | 2011-06-01 | 1 | -5/+5 |