| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | Prefer ptrdiff_t to int and avoid integer overflows. | Dmitry Antipov | 2014-09-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.edu | Glenn Morris | 2014-09-07 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix bug #18331 with "C-h k C-g" not showing documentation on Windows. | Eli Zaretskii | 2014-09-04 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | Minor cleanup of recent strlen-avoiding patch. | Paul Eggert | 2014-09-02 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | * buffer.h (decode_buffer): New function. | Dmitry Antipov | 2014-09-02 | 1 | -9/+1 | |
| * | | | | | | | | | | | | | Revert previous change. | Paul Eggert | 2014-07-26 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | Reorder conditions that are written backwards | Andreas Schwab | 2014-07-26 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | * data.c (wrong_choice): Not static any more. | Dmitry Antipov | 2014-07-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | More precise control over values of some buffer-local variables. | Dmitry Antipov | 2014-07-16 | 1 | -3/+68 | |
| * | | | | | | | | | | | | | Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de | Glenn Morris | 2014-06-08 | 1 | -6/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Doc tweaks re < etc | Glenn Morris | 2014-06-07 | 1 | -6/+4 | |
| * | | | | | | | | | | | | | * lisp/subr.el (zerop): Move from C. Add compiler-macro. | Stefan Monnier | 2014-05-27 | 1 | -20/+1 | |
| * | | | | | | | | | | | | | Allow any non-nil value to count as true in bool-vector. | Paul Eggert | 2014-05-19 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | * src/lisp.h (CHECK_BOOLEAN): New function. | Dmitry Antipov | 2014-05-19 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | Avoid undefined behavior in signed left shift. | Paul Eggert | 2014-04-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca | Paul Eggert | 2014-04-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Port to IRIX 6.5. | Paul Eggert | 2014-04-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Add GC bug investigation code | Daniel Colascione | 2014-04-02 | 1 | -0/+5 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Some doc for defalias-fset-function | Glenn Morris | 2014-02-19 | 1 | -0/+4 | |
| * | | | | | | | | | | | | Misc small fixes. | Juri Linkov | 2014-01-31 | 1 | -1/+1 | |
| * | | | | | | | | | | | | * data.c (Fstring_to_number): Document results if unparsable. | Paul Eggert | 2014-01-26 | 1 | -3/+3 | |
| * | | | | | | | | | | | | Fix bool-vector-count-population bug on MinGW64. | Paul Eggert | 2014-01-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Port to C89. | Paul Eggert | 2014-01-02 | 1 | -4/+7 | |
| * | | | | | | | | | | | | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | More doc updates | Chong Yidong | 2013-12-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | 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 | |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||