| Commit message (Expand) | Author | Files | Lines |
| 2014-06-07 | Doc tweaks re < etc | Glenn Morris | 1 | -6/+4 |
| 2014-04-13 | Port to IRIX 6.5. | Paul Eggert | 1 | -1/+1 |
| 2014-02-19 | Some doc for defalias-fset-function | Glenn Morris | 1 | -0/+4 |
| 2014-01-31 | Misc small fixes. | Juri Linkov | 1 | -1/+1 |
| 2014-01-26 | * data.c (Fstring_to_number): Document results if unparsable. | Paul Eggert | 1 | -3/+3 |
| 2014-01-24 | Fix bool-vector-count-population bug on MinGW64. | Paul Eggert | 1 | -1/+1 |
| 2014-01-02 | Port to C89. | Paul Eggert | 1 | -4/+7 |
| 2014-01-01 | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 1 | -1/+1 |
| 2013-12-27 | More doc updates | Chong Yidong | 1 | -1/+1 |
| 2013-11-25 | bool-vector-subsetp is now the normal direction. | Paul Eggert | 1 | -3/+3 |
| 2013-11-24 | * src/data.c (Fmake_variable_buffer_local): Mention `permanent-local'. | Stefan Monnier | 1 | -2/+6 |
| 2013-11-20 | Fix recently introduced bool vector overrun. | Paul Eggert | 1 | -23/+27 |
| 2013-11-18 | * data.c (bool_vector_binop_driver): Rename locals for sanity's sake. | Paul Eggert | 1 | -21/+21 |
| 2013-11-18 | Improve API of recently-added bool vector functions. | Paul Eggert | 1 | -15/+12 |
| 2013-11-18 | Always allocate at least one bits_word per bool vector. | Paul Eggert | 1 | -25/+63 |
| 2013-11-15 | * data.c: Work around bogus GCC diagnostic about shift count. | Paul Eggert | 1 | -1/+12 |
| 2013-11-13 | Simplify, port and tune bool vector implementation. | Paul Eggert | 1 | -63/+92 |
| 2013-11-04 | Simplify and port recent bool vector changes. | Paul Eggert | 1 | -33/+18 |
| 2013-10-16 | bool vector int width fixes | Paul Eggert | 1 | -4/+4 |
| 2013-10-15 | Disallow bool vector operations on mixed-length operands. | Paul Eggert | 1 | -23/+41 |
| 2013-10-14 | * lisp.h (bool_vector_size): New function. | Paul Eggert | 1 | -16/+8 |
| 2013-10-10 | * lisp.h (eassume): New macro. | Paul Eggert | 1 | -5/+5 |
| 2013-10-07 | * lisp.h (bits_word, BITS_WORD_MAX): New type and macro. | Paul Eggert | 1 | -64/+64 |
| 2013-10-07 | Improve support for popcount and counting trailing zeros. | Paul Eggert | 1 | -135/+44 |
| 2013-10-04 | Use hardware support for byteswapping on glibc x86 etc. | Paul Eggert | 1 | -2/+3 |
| 2013-10-03 | * lisp.h (eassert): Assume that COND is true when optimizing. | Paul Eggert | 1 | -4/+4 |
| 2013-09-24 | * data.c (POPCOUNT_STATIC_INLINE): New macro, as a hack for popcount. | Paul Eggert | 1 | -5/+12 |
| 2013-09-23 | Some minor cleanups of recently-added bool vector code. | Paul Eggert | 1 | -46/+35 |
| 2013-09-22 | Add set operations for bool-vector. | Daniel Colascione | 1 | -0/+462 |
| 2013-09-11 | Fix last change. | Dmitry Antipov | 1 | -5/+10 |
| 2013-09-11 | Change comparison functions =, <, >, <=, >= to take many arguments. | Barry O'Reilly | 1 | -33/+43 |
| 2013-08-07 | Prefer selected_window to Fselected_window, likewise for frames. | Dmitry Antipov | 1 | -1/+1 |
| 2013-08-05 | New macro to iterate over live buffers similar to frames. | Dmitry Antipov | 1 | -8/+3 |
| 2013-08-02 | Make defvar affect the default binding outside of any let. | Stefan Monnier | 1 | -3/+1 |
| 2013-07-23 | Tune UNEVALLED functions by using XCAR instead of Fcar, etc. | Paul Eggert | 1 | -9/+4 |
| 2013-07-06 | Clarify documentation of multibyte-string-p. | Eli Zaretskii | 1 | -1/+2 |
| 2013-06-16 | Use functions, not macros, for XINT etc. | Paul Eggert | 1 | -1/+90 |
| 2013-06-03 | Fix minor problems found by static checking. | Paul Eggert | 1 | -2/+1 |
| 2013-06-03 | * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to | Stefan Monnier | 1 | -2/+3 |
| 2013-06-03 | Merge the specpdl and backtrace stacks. Make the structure of the | Stefan Monnier | 1 | -45/+12 |
| 2013-04-01 | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 1 | -2/+2 |
| 2013-03-24 | Reorder conditions that are written backwards | Andreas Schwab | 1 | -2/+2 |
| 2013-01-10 | Omit buffer_slot_type_mismatch and use generic predicates to enforce | Dmitry Antipov | 1 | -6/+4 |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert | 1 | -2/+2 |
| 2012-12-29 | Indent | Andreas Schwab | 1 | -1/+1 |
| 2012-11-27 | * src/data.c (Fboundp): Doc fix re lexical-binding. | Glenn Morris | 1 | -1/+3 |
| 2012-11-27 | * src/data.c (Fsymbol_value): Doc fix re lexical-binding. | Glenn Morris | 1 | -1/+3 |
| 2012-11-20 | Conflate Qnil and Qunbound for `symbol-function'. | Stefan Monnier | 1 | -11/+10 |
| 2012-11-11 | * data.c (Qdefalias_fset_function): Now static. | Paul Eggert | 1 | -1/+2 |
| 2012-11-09 | Provide new `defalias-fset-function' symbol property. | Stefan Monnier | 1 | -35/+36 |