| Commit message (Expand) | Author | Age | Files | Lines |
| * | bool-vector-subsetp is now the normal direction. | Paul Eggert | 2013-11-25 | 1 | -3/+3 |
| * | * src/data.c (Fmake_variable_buffer_local): Mention `permanent-local'. | Stefan Monnier | 2013-11-24 | 1 | -2/+6 |
| * | Fix recently introduced bool vector overrun. | Paul Eggert | 2013-11-20 | 1 | -23/+27 |
| * | * data.c (bool_vector_binop_driver): Rename locals for sanity's sake. | Paul Eggert | 2013-11-18 | 1 | -21/+21 |
| * | Improve API of recently-added bool vector functions. | Paul Eggert | 2013-11-18 | 1 | -15/+12 |
| * | Always allocate at least one bits_word per bool vector. | Paul Eggert | 2013-11-18 | 1 | -25/+63 |
| * | * data.c: Work around bogus GCC diagnostic about shift count. | Paul Eggert | 2013-11-15 | 1 | -1/+12 |
| * | Simplify, port and tune bool vector implementation. | Paul Eggert | 2013-11-13 | 1 | -63/+92 |
| * | Simplify and port recent bool vector changes. | Paul Eggert | 2013-11-04 | 1 | -33/+18 |
| * | bool vector int width fixes | Paul Eggert | 2013-10-16 | 1 | -4/+4 |
| * | Disallow bool vector operations on mixed-length operands. | Paul Eggert | 2013-10-15 | 1 | -23/+41 |
| * | * lisp.h (bool_vector_size): New function. | Paul Eggert | 2013-10-14 | 1 | -16/+8 |
| * | * lisp.h (eassume): New macro. | Paul Eggert | 2013-10-10 | 1 | -5/+5 |
| * | * lisp.h (bits_word, BITS_WORD_MAX): New type and macro. | Paul Eggert | 2013-10-07 | 1 | -64/+64 |
| * | Improve support for popcount and counting trailing zeros. | Paul Eggert | 2013-10-07 | 1 | -135/+44 |
| * | Use hardware support for byteswapping on glibc x86 etc. | Paul Eggert | 2013-10-04 | 1 | -2/+3 |
| * | * lisp.h (eassert): Assume that COND is true when optimizing. | Paul Eggert | 2013-10-03 | 1 | -4/+4 |
| * | * data.c (POPCOUNT_STATIC_INLINE): New macro, as a hack for popcount. | Paul Eggert | 2013-09-24 | 1 | -5/+12 |
| * | Some minor cleanups of recently-added bool vector code. | Paul Eggert | 2013-09-23 | 1 | -46/+35 |
| * | Add set operations for bool-vector. | Daniel Colascione | 2013-09-22 | 1 | -0/+462 |
| * | Fix last change. | Dmitry Antipov | 2013-09-11 | 1 | -5/+10 |
| * | Change comparison functions =, <, >, <=, >= to take many arguments. | Barry O'Reilly | 2013-09-11 | 1 | -33/+43 |
| * | Prefer selected_window to Fselected_window, likewise for frames. | Dmitry Antipov | 2013-08-07 | 1 | -1/+1 |
| * | New macro to iterate over live buffers similar to frames. | Dmitry Antipov | 2013-08-05 | 1 | -8/+3 |
| * | Make defvar affect the default binding outside of any let. | Stefan Monnier | 2013-08-02 | 1 | -3/+1 |
| * | Tune UNEVALLED functions by using XCAR instead of Fcar, etc. | Paul Eggert | 2013-07-23 | 1 | -9/+4 |
| * | Clarify documentation of multibyte-string-p. | Eli Zaretskii | 2013-07-06 | 1 | -1/+2 |
| * | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -1/+90 |
| * | Fix minor problems found by static checking. | Paul Eggert | 2013-06-03 | 1 | -2/+1 |
| * | * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to | Stefan Monnier | 2013-06-03 | 1 | -2/+3 |
| * | Merge the specpdl and backtrace stacks. Make the structure of the | Stefan Monnier | 2013-06-03 | 1 | -45/+12 |
| * | Omit buffer_slot_type_mismatch and use generic predicates to enforce | Dmitry Antipov | 2013-01-10 | 1 | -6/+4 |
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
| * | | Indent | Andreas Schwab | 2012-12-29 | 1 | -1/+1 |
| * | | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.org | Glenn Morris | 2012-12-02 | 1 | -2/+6 |
| |\ \
| |/ |
|
| | * | * src/data.c (Fboundp): Doc fix re lexical-binding. | Glenn Morris | 2012-11-27 | 1 | -1/+3 |
| | * | * src/data.c (Fsymbol_value): Doc fix re lexical-binding. | Glenn Morris | 2012-11-27 | 1 | -1/+3 |
| * | | Conflate Qnil and Qunbound for `symbol-function'. | Stefan Monnier | 2012-11-20 | 1 | -11/+10 |
| * | | * data.c (Qdefalias_fset_function): Now static. | Paul Eggert | 2012-11-11 | 1 | -1/+2 |
| * | | Provide new `defalias-fset-function' symbol property. | Stefan Monnier | 2012-11-09 | 1 | -35/+36 |
| |/ |
|
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -37/+0 |
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | Remove unread-command-char. | Stefan Monnier | 2012-09-12 | 1 | -1/+1 |
| * | Discard killed buffers from deleted window and frame objects. | Dmitry Antipov | 2012-09-11 | 1 | -3/+5 |
| * | Simplify, document, and port floating-point. | Paul Eggert | 2012-09-10 | 1 | -2/+2 |
| * | Assume C89 or later for math functions. | Paul Eggert | 2012-09-09 | 1 | -27/+0 |
| * | Fix doc of local-variable-if-set-p. | Chong Yidong | 2012-09-07 | 1 | -6/+6 |
| * | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -3/+4 |
| * | Fix race conditions with signal handlers and errno. | Paul Eggert | 2012-09-05 | 1 | -8/+9 |