| Age | Commit message (Expand) | Author |
| 2012-06-24 | Switch from NO_RETURN to C11's _Noreturn. | Paul Eggert |
| 2012-06-19 | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov |
| 2012-06-18 | Fix return value of `defun' and un-define it. | Stefan Monnier |
| 2012-06-12 | USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) | Paul Eggert |
| 2012-05-29 | * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C. | Stefan Monnier |
| 2012-05-25 | Merge from trunk. | Paul Eggert |
| 2012-05-04 | Add new error and function `user-error'. | Stefan Monnier |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-12-10 | Merge from trunk. | Paul Eggert |
| 2011-12-06 | Fix typos. | Juanma Barranquero |
| 2011-11-18 | Merge from trunk. | Paul Eggert |
| 2011-11-14 | Spelling fixes. | Paul Eggert |
| 2011-09-27 | * data.c (Faref): Use ptrdiff_t, not int. | Paul Eggert |
| 2011-09-21 | Fix specpdl loop typo. | Paul Eggert |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |
| 2011-07-10 | Merge from trunk. | Paul Eggert |
| 2011-07-10 | Protoize | Andreas Schwab |
| 2011-07-06 | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert |
| 2011-06-19 | * data.c (Fsubr_name): Rewrite to avoid a strlen call. | Paul Eggert |
| 2011-06-14 | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert |
| 2011-06-12 | * data.c (Faset): If ARRAY is a string, check that NEWELT is a char. | Paul Eggert |
| 2011-06-12 | Make sure a 64-bit char is never passed to CHAR_STRING. | Paul Eggert |
| 2011-06-10 | Make identifiers static if they are not used in other modules. | Paul Eggert |
| 2011-06-06 | Check for overflow when converting integer to cons and back. | Paul Eggert |
| 2011-05-31 | * src/data.c (init_data): Remove code for UTS, this system is not | Dan Nicolaescu |
| 2011-05-31 | * lisp/minibuffer.el: Add metadata method to completion tables. | Stefan Monnier |
| 2011-05-27 | * data.c (arith_driver): Omit unnecessary mask and test. | Paul Eggert |
| 2011-05-23 | * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT. | Paul Eggert |
| 2011-05-20 | * data.c: Avoid integer truncation in expressions involving floats. | 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-20 | Treat large integers as floats in the Lisp reader and in string-to-number. | Paul Eggert |
| 2011-04-19 | Merge: Make the Lisp reader and string-to-float more consistent. | Paul Eggert |
| 2011-04-19 | Make the Lisp reader and string-to-float more consistent. | Paul Eggert |
| 2011-04-18 | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert |
| 2011-04-16 | * data.c (arith_error): Mark with NO_RETURN if it doesn't return. | Paul Eggert |
| 2011-04-13 | Undo the DEFUN->DEFUE change. | Paul Eggert |
| 2011-04-11 | * lisp.h (circular_list_error, FOREACH): Remove; unused. | Paul Eggert |
| 2011-04-10 | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert |
| 2011-04-10 | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert |
| 2011-03-31 | Merge from trunk | Stefan Monnier |
| 2011-03-26 | Merge from mainline. | Paul Eggert |
| 2011-03-26 | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris |
| 2011-03-26 | Variadic C functions now count arguments with size_t, not int. | Paul Eggert |
| 2011-03-21 | Merge from trunk | Stefan Monnier |
| 2011-03-15 | * data.c (do_blv_forwarding, do_symval_forwarding): Remove; unused. | Paul Eggert |
| 2011-03-15 | * data.c (Fmake_variable_buffer_local, Fmake_local_variable): Mark | Paul Eggert |
| 2011-03-15 | * data.c (store_symval_forwarding): Rename local to avoid shadowing. | Paul Eggert |
| 2011-03-15 | * data.c (default_value, arithcompare, arith_driver, arith_error): Now static. | Paul Eggert |