| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
| * | Spelling fixes. | Paul Eggert | 2011-12-14 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-26 | 1 | -2/+2 |
| * | Fix typos. | Juanma Barranquero | 2011-11-20 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix typos. | Juanma Barranquero | 2011-11-14 | 1 | -2/+2 |
* | | * charset.c (encode_char): Remove unnecessary difference from trunk. | Paul Eggert | 2011-10-09 | 1 | -2/+3 |
* | | Merge from trunk. | Paul Eggert | 2011-09-30 | 1 | -18/+18 |
|\ \
| |/ |
|
| * | Remove dependency on glibc malloc internals. | Paul Eggert | 2011-09-30 | 1 | -20/+18 |
| * | Port --enable-checking=all to Fedora 14 x86-64. | Paul Eggert | 2011-09-30 | 1 | -1/+3 |
| * | Port --enable-checking=all to Fedora 14 x86. | Paul Eggert | 2011-09-29 | 1 | -1/+1 |
* | | * charset.c: Integer overflow fixes. | Paul Eggert | 2011-09-24 | 1 | -30/+31 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -31/+21 |
|/ |
|
* | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -27/+39 |
* | * charset.c (Fdefine_charset_internal): Check for integer overflow. | Paul Eggert | 2011-07-18 | 1 | -3/+17 |
* | * charset.c (read_hex): New arg OVERFLOW. All uses changed. | Paul Eggert | 2011-07-17 | 1 | -15/+20 |