| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from origin/emacs-25 | Paul Eggert | 2016-05-01 | 1 | -6/+1 |
|\ |
|
| * | Use ‘T *restrict’ proto, not ‘T[restrict]’ | Paul Eggert | 2016-05-01 | 1 | -6/+1 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-01 | 1 | -0/+5 |
|\| |
|
| * | Fix the MSDOS build | Eli Zaretskii | 2016-04-30 | 1 | -0/+5 |
* | | Have the doc strings of `load-path' and `require' mention each other | Lars Ingebrigtsen | 2016-04-30 | 1 | -11/+18 |
* | | Minor improvements for hash function primitives | Paul Eggert | 2016-04-08 | 1 | -46/+22 |
* | | New primitives sxhash-eq, sxhash-eql | Paul Pogonyshev | 2016-04-08 | 1 | -2/+22 |
* | | New C macro AUTO_STRING_WITH_LEN | Paul Eggert | 2016-04-04 | 1 | -3/+2 |
* | | Pacify --enable-gcc-warnings for buffer-hash etc. | Paul Eggert | 2016-03-29 | 1 | -5/+3 |
* | | Add a new function `buffer-hash' | Lars Magne Ingebrigtsen | 2016-03-28 | 1 | -11/+57 |
* | | 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 |