| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Pacify --enable-gcc-warnings | Paul Eggert | 2016-12-22 | 1 | -1/+1 |
* | | Limit <config.h>’s includes | Paul Eggert | 2016-09-30 | 1 | -0/+1 |
* | | Improve integer overflow handling a bit | Paul Eggert | 2016-09-24 | 1 | -1/+1 |
* | | Minor text-quoting-style fixes | Paul Eggert | 2016-08-21 | 1 | -1/+1 |
* | | ‘signal’ no longer returns | Paul Eggert | 2016-07-25 | 1 | -3/+3 |
* | | Cleanup around mature character manipulation functions | Dmitry Antipov | 2016-06-30 | 1 | -4/+4 |
* | | Replace IF_LINT by NONVOLATILE and UNINIT | Paul Eggert | 2016-06-08 | 1 | -1/+2 |
* | | Omit IF_LINT code that no longer seems needed | Paul Eggert | 2016-05-30 | 1 | -1/+1 |
* | | Merge from origin/emacs-25 | John Wiegley | 2016-03-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | | Prefer memcpy and memset to doing it by hand | Paul Eggert | 2016-02-04 | 1 | -2/+2 |
|/ |
|
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -1/+0 |
* | Make add_to_log varargs | Paul Eggert | 2015-08-13 | 1 | -1/+1 |
* | Remove unused DEFSYMs | Paul Eggert | 2015-05-31 | 1 | -4/+0 |
* | Prefer 'Qfoo' to 'intern ("foo")' | Paul Eggert | 2015-02-21 | 1 | -2/+2 |
* | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -10/+5 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -17/+3 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Fix typo in charset_ordered_list_tick patch | Paul Eggert | 2014-12-20 | 1 | -1/+1 |
* | Let charset tick grow past USHRT_MAX | Paul Eggert | 2014-12-20 | 1 | -4/+3 |
* | Use AUTO_CONS instead of SCOPED_CONS, etc. | Paul Eggert | 2014-09-30 | 1 | -6/+4 |
* | Simplify stack-allocated Lisp objects, and make them more portable. | Paul Eggert | 2014-09-29 | 1 | -2/+1 |
* | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -5/+2 |
* | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -0/+3 |
* | If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack. | Dmitry Antipov | 2014-09-16 | 1 | -1/+2 |
* | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack. | Dmitry Antipov | 2014-09-15 | 1 | -2/+2 |
* | Remove redundant GCPROs around Ffuncall and Fapply calls. This | Dmitry Antipov | 2014-09-11 | 1 | -6/+1 |
* | * charset.c (Fget_unused_iso_final_char): Fix subscript error. | Paul Eggert | 2014-09-10 | 1 | -40/+37 |
* | Avoid extra calls to strlen in filesystem I/O routines. | Dmitry Antipov | 2014-09-01 | 1 | -1/+1 |
* | Simplify and cleanup character conversion stuff. | Dmitry Antipov | 2014-06-23 | 1 | -3/+3 |
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. | Paul Eggert | 2014-04-05 | 1 | -1/+1 |
* | * src/charset.c (init_charset): When we cannot find the charsets directory, | Glenn Morris | 2014-03-19 | 1 | -2/+4 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Minor fixes for recent openp changes. | Paul Eggert | 2013-12-18 | 1 | -1/+1 |
* | Add load-prefer-newer option, to load .el if newer than .elc | Glenn Morris | 2013-12-17 | 1 | -9/+11 |
* | * charset.c (syms_of_charset): Don't read past end of string. | Paul Eggert | 2013-11-19 | 1 | -5/+5 |
* | * lisp/subr.el (decode-char, encode-char): Use advertised-calling-convention | Stefan Monnier | 2013-10-03 | 1 | -8/+2 |
* | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -2/+0 |
* | * src/charset.c (char_charset): Document an exception for char-charset. | Xue Fuqiao | 2013-09-12 | 1 | -0/+2 |
* | * charset.c: Fix file descriptor leaks and errno issues. | Paul Eggert | 2013-07-17 | 1 | -11/+19 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -7/+6 |
* | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -2/+2 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | Fix xpalloc confusion after memory is exhausted. | Paul Eggert | 2012-12-02 | 1 | -1/+3 |
* | | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -1/+1 |
|/ |
|
* | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -1/+1 |