| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * character.h (MAYBE_UNIFY_CHAR): Remove. | Paul Eggert | 2012-09-26 | 1 | -3/+7 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -3/+3 |
* | * character.c, charset.c, chartab.c: Use bool for booleans. | Paul Eggert | 2012-08-26 | 1 | -16/+16 |
* | Inline setter functions for hash table members. | Dmitry Antipov | 2012-08-20 | 1 | -1/+1 |
* | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 1 | -2/+2 |
* | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -8/+4 |
* | Use C99-style 'extern inline' if available. | Paul Eggert | 2012-08-02 | 1 | -0/+2 |
* | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -9/+9 |
* | Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande... | Eli Zaretskii | 2012-07-27 | 1 | -1/+1 |
* | Utility function to make a list from specified amount of objects. | Dmitry Antipov | 2012-07-27 | 1 | -17/+16 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -1/+1 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -2/+1 |
* | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first | Andreas Schwab | 2012-06-30 | 1 | -4/+4 |
* | Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.com | Glenn Morris | 2012-06-28 | 1 | -3/+7 |
|\ |
|
| * | Comment | Glenn Morris | 2012-06-21 | 1 | -1/+1 |
| * | * src/charset.c (init_charset): Make lack of etc/charsets fatal. | Glenn Morris | 2012-06-21 | 1 | -3/+7 |
* | | Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.de | Chong Yidong | 2012-05-31 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Avoid buffer text relocations in calls to STRING_CHAR_* macros. | Eli Zaretskii | 2012-05-28 | 1 | -0/+9 |
* | | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -1/+1 |
| |/ |
|
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |