| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge from origin/emacs-25 | John Wiegley | 2016-03-11 | 1 | -13/+13 |
| |\ |
|
| | * | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -13/+13 |
| | * | Revert "Re-enable checks in member, memql, delete to complain about non-lists" | Andreas Schwab | 2016-01-30 | 1 | -3/+3 |
| | * | Re-enable checks in member, memql, delete to complain about non-lists | Andreas Schwab | 2016-01-29 | 1 | -3/+3 |
| * | | Use Gnulib filevercmp for version comparison | Paul Eggert | 2016-02-21 | 1 | -99/+30 |
| * | | Avoid integer overflows in string-numeric-lessp | Lars Ingebrigtsen | 2016-02-21 | 1 | -38/+56 |
| * | | Add the string-numeric-lessp function | Lars Ingebrigtsen | 2016-02-21 | 1 | -0/+98 |
| * | | Re-enable checks in member, memql, delete to complain about non-lists | Andreas Schwab | 2016-01-30 | 1 | -3/+3 |
| |/ |
|
| * | Minor improvements to (random t) documentation | Paul Eggert | 2016-01-18 | 1 | -1/+1 |
| * | Make 'random' seeds cryptographically secure if possible | Eli Zaretskii | 2016-01-15 | 1 | -1/+2 |
| * | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| * | Add a few safety checks when ENABLE_CHECKING | Paul Eggert | 2015-11-21 | 1 | -6/+3 |
| * | Improve documentation of dynamic modules | Eli Zaretskii | 2015-11-21 | 1 | -2/+3 |
| * | Add catch-all & no-signal version of PUSH_HANDLER | Philipp Stephani | 2015-11-18 | 1 | -3/+2 |
| * | Fix docstring quoting problems with ‘ '’ | Paul Eggert | 2015-11-17 | 1 | -1/+1 |
| * | Improve a few doc strings, comments | Stephen Leake | 2015-11-15 | 1 | -1/+2 |
| * | Use INT_ADD_WRAPV etc. to check integer overflow | Paul Eggert | 2015-11-08 | 1 | -2/+2 |
| * | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -10/+1 |
| * | Attempt to avoid crashes in plist-member | Eli Zaretskii | 2015-10-12 | 1 | -1/+1 |
| * | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -12/+12 |
| * | Docstring fixes re quotes in C code | Paul Eggert | 2015-09-01 | 1 | -2/+2 |
| * | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS | Paul Eggert | 2015-08-26 | 1 | -79/+12 |
| * | Check for an input event before showing a dialog box. (Bug#20813) | Glenn Morris | 2015-06-23 | 1 | -1/+1 |
| * | Add new function string-greaterp | Nicolas Petton | 2015-06-04 | 1 | -14/+14 |
| * | Remove unused DEFSYMs | Paul Eggert | 2015-05-31 | 1 | -2/+0 |
| * | Don't misencode C-generated messages | Paul Eggert | 2015-05-30 | 1 | -2/+1 |
| * | 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 |