| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer 'Qfoo' to 'intern ("foo")' | Paul Eggert | 2015-02-21 | 1 | -1/+1 |
* | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -56/+20 |
* | Better isolate code that assumes NIL_IS_ZERO | Paul Eggert | 2015-01-21 | 1 | -2/+2 |
* | Prefer memset to repeatedly assigning Qnil | Paul Eggert | 2015-01-19 | 1 | -8/+5 |
* | Tune pseudovector allocation assuming Qnil == 0 | Dmitry Antipov | 2015-01-16 | 1 | -0/+9 |
* | Support const and noreturn DEFUN attributes. | Dmitry Antipov | 2015-01-13 | 1 | -1/+2 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -22/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Use AUTO_CONS instead of SCOPED_CONS, etc. | Paul Eggert | 2014-09-30 | 1 | -2/+2 |
* | Simplify stack-allocated Lisp objects, and make them more portable. | Paul Eggert | 2014-09-29 | 1 | -1/+1 |
* | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -1/+0 |
* | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -2/+3 |
* | Fix minor problems found by static checking. | Paul Eggert | 2014-09-17 | 1 | -1/+2 |
* | For symbols, use address as hash code. | Daniel Colascione | 2014-09-16 | 1 | -4/+1 |
* | If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack. | Dmitry Antipov | 2014-09-16 | 1 | -6/+3 |
* | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack. | Dmitry Antipov | 2014-09-15 | 1 | -5/+2 |
* | Tweak sort docstring | Daniel Colascione | 2014-09-14 | 1 | -4/+4 |
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. | Paul Eggert | 2014-09-07 | 1 | -14/+10 |
* | * fns.c (sort_vector): Fix GC bug in previous change. | Paul Eggert | 2014-08-30 | 1 | -8/+9 |
* | Vector-sorting fixes. | Paul Eggert | 2014-08-30 | 1 | -74/+99 |
* | Implement case-insensitive and Unicode-compliant collation on MS-Windows. | Eli Zaretskii | 2014-08-29 | 1 | -6/+17 |
* | Add optional arguments LOCALE and IGNORE-CASE to collation functions. | Michael Albinus | 2014-08-29 | 1 | -22/+32 |
* | Fix last change to support Darwin/OSX (Bug#18354). | Dmitry Antipov | 2014-08-29 | 1 | -5/+18 |
* | * doc/lispref/lists.texi (Functions that Rearrange Lists): Remove | Dmitry Antipov | 2014-08-29 | 1 | -1/+1 |
* | Add vectors support to Fsort. | Dmitry Antipov | 2014-08-29 | 1 | -7/+92 |
* | Implement locale-sensitive string collation for MS-Windows. (Bug#18051) | Eli Zaretskii | 2014-08-25 | 1 | -6/+6 |
* | Minor cleanups of str_collate fix. | Paul Eggert | 2014-08-24 | 1 | -5/+0 |
* | Add string collation. | Michael Albinus | 2014-08-24 | 1 | -1/+83 |
* | Make compare-strings more compatible with old behavior. | Paul Eggert | 2014-08-02 | 1 | -3/+10 |
* | Revert previous change. | Paul Eggert | 2014-07-26 | 1 | -6/+6 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2014-07-26 | 1 | -6/+6 |
* | * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elements | Dmitry Antipov | 2014-07-14 | 1 | -12/+2 |
* | * src/fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE. | Dmitry Antipov | 2014-06-26 | 1 | -15/+2 |
* | Consistently use validate_subarray to verify substring. | Dmitry Antipov | 2014-06-25 | 1 | -15/+9 |
* | Do not allow out-of-range character position in Fcompare_strings. | Dmitry Antipov | 2014-06-25 | 1 | -42/+23 |
* | * doc/lispref/sequences.texi (Sequence Functions): Update nreverse. | Leo Liu | 2014-05-21 | 1 | -6/+5 |
* | * src/fns.c (Fnreverse): Allow vectors and bool vectors. | Dmitry Antipov | 2014-05-15 | 1 | -15/+45 |
* | * src/fns.c (Freverse): Allow vectors, bool vectors and strings. | Dmitry Antipov | 2014-05-15 | 1 | -6/+58 |
* | * fns.c (validate_subarray): Rename from validate_substring, | Paul Eggert | 2014-04-01 | 1 | -46/+49 |
* | * fns.c (Fsubstring, Fsubstring_no_properties, secure_hash): | Dmitry Antipov | 2014-03-31 | 1 | -66/+43 |
* | Clean up gc_sweep | Daniel Colascione | 2014-03-23 | 1 | -0/+1 |
* | * fns.c (Frandom): Fix rare bug where the result isn't random. | Paul Eggert | 2014-03-19 | 1 | -2/+11 |
* | (Fyes_or_no_p): Doc fix | Lars Ingebrigtsen | 2014-02-09 | 1 | -1/+2 |
* | * fns.c (Fmaphash): Say what `maphash' returns, since it may be unintuitive. | Lars Ingebrigtsen | 2014-02-09 | 1 | -1/+2 |
* | Port to C89. | Paul Eggert | 2014-01-02 | 1 | -1/+3 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+2 |
* | * src/lisp.h (FOR_EACH_TAIL): New macro. | Stefan Monnier | 2013-12-04 | 1 | -9/+4 |
* | * src/fns.c (internal_equal): Add a hash_table argument to handle cycles. | Stefan Monnier | 2013-11-29 | 1 | -12/+42 |
* | * configure.ac (HAVE_MENUS): Remove. | Stefan Monnier | 2013-11-28 | 1 | -4/+0 |
* | Simplify, port and tune bool vector implementation. | Paul Eggert | 2013-11-13 | 1 | -10/+6 |