| Age | Commit message (Expand) | Author |
| 2014-04-16 | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca | Paul Eggert |
| 2014-04-13 | Port to IRIX 6.5. | Paul Eggert |
| 2014-04-02 | Add GC bug investigation code | Daniel Colascione |
| 2014-02-19 | Some doc for defalias-fset-function | Glenn Morris |
| 2014-01-31 | Misc small fixes. | Juri Linkov |
| 2014-01-26 | * data.c (Fstring_to_number): Document results if unparsable. | Paul Eggert |
| 2014-01-24 | Fix bool-vector-count-population bug on MinGW64. | Paul Eggert |
| 2014-01-02 | Port to C89. | Paul Eggert |
| 2014-01-01 | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert |
| 2013-12-27 | More doc updates | Chong Yidong |
| 2013-11-25 | bool-vector-subsetp is now the normal direction. | Paul Eggert |
| 2013-11-24 | * src/data.c (Fmake_variable_buffer_local): Mention `permanent-local'. | Stefan Monnier |
| 2013-11-20 | Fix recently introduced bool vector overrun. | Paul Eggert |
| 2013-11-18 | * data.c (bool_vector_binop_driver): Rename locals for sanity's sake. | Paul Eggert |
| 2013-11-18 | Improve API of recently-added bool vector functions. | Paul Eggert |
| 2013-11-18 | Always allocate at least one bits_word per bool vector. | Paul Eggert |
| 2013-11-15 | * data.c: Work around bogus GCC diagnostic about shift count. | Paul Eggert |
| 2013-11-13 | Simplify, port and tune bool vector implementation. | Paul Eggert |
| 2013-11-04 | Simplify and port recent bool vector changes. | Paul Eggert |
| 2013-10-16 | bool vector int width fixes | Paul Eggert |
| 2013-10-15 | Disallow bool vector operations on mixed-length operands. | Paul Eggert |
| 2013-10-14 | * lisp.h (bool_vector_size): New function. | Paul Eggert |
| 2013-10-10 | * lisp.h (eassume): New macro. | Paul Eggert |
| 2013-10-07 | * lisp.h (bits_word, BITS_WORD_MAX): New type and macro. | Paul Eggert |
| 2013-10-07 | Improve support for popcount and counting trailing zeros. | Paul Eggert |
| 2013-10-04 | Use hardware support for byteswapping on glibc x86 etc. | Paul Eggert |
| 2013-10-03 | * lisp.h (eassert): Assume that COND is true when optimizing. | Paul Eggert |
| 2013-09-24 | * data.c (POPCOUNT_STATIC_INLINE): New macro, as a hack for popcount. | Paul Eggert |
| 2013-09-23 | Some minor cleanups of recently-added bool vector code. | Paul Eggert |
| 2013-09-22 | Add set operations for bool-vector. | Daniel Colascione |
| 2013-09-11 | Fix last change. | Dmitry Antipov |
| 2013-09-11 | Change comparison functions =, <, >, <=, >= to take many arguments. | Barry O'Reilly |
| 2013-08-27 | fix style of threadp, mutexp, and condition-variable-p | Tom Tromey |
| 2013-08-19 | merge from trunk | Tom Tromey |
| 2013-08-07 | Prefer selected_window to Fselected_window, likewise for frames. | Dmitry Antipov |
| 2013-08-05 | New macro to iterate over live buffers similar to frames. | Dmitry Antipov |
| 2013-08-02 | Make defvar affect the default binding outside of any let. | Stefan Monnier |
| 2013-07-26 | merge from trunk | Tom Tromey |
| 2013-07-23 | Tune UNEVALLED functions by using XCAR instead of Fcar, etc. | Paul Eggert |
| 2013-07-06 | merge from trunk | Tom Tromey |
| 2013-07-06 | Clarify documentation of multibyte-string-p. | Eli Zaretskii |
| 2013-06-16 | Use functions, not macros, for XINT etc. | Paul Eggert |
| 2013-06-13 | merge from trunk | Tom Tromey |
| 2013-06-03 | Fix minor problems found by static checking. | Paul Eggert |
| 2013-06-03 | merge from trunk; clean up some issues | Tom Tromey |
| 2013-06-03 | * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to | Stefan Monnier |
| 2013-06-03 | Merge the specpdl and backtrace stacks. Make the structure of the | Stefan Monnier |
| 2013-01-16 | merge from trunk | Tom Tromey |
| 2013-01-10 | Omit buffer_slot_type_mismatch and use generic predicates to enforce | Dmitry Antipov |
| 2013-01-05 | merge from trunk | Tom Tromey |