| Commit message (Expand) | Author | Age | Files | Lines |
| * | Inline functions to examine and change string intervals. | Dmitry Antipov | 2012-08-08 | 1 | -3/+3 |
| * | Cleanup intervals. | Dmitry Antipov | 2012-08-08 | 1 | -3/+3 |
| * | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 1 | -5/+5 |
| * | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -1/+1 |
| * | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -7/+7 |
| * | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -26/+29 |
| * | Use INTERNAL_FIELD for conses and overlays. | Dmitry Antipov | 2012-08-01 | 1 | -2/+2 |
| * | Use INTERNAL_FIELD for symbols. | Dmitry Antipov | 2012-08-01 | 1 | -3/+3 |
| * | Simple wrapper for make_unibyte_string, adjust font_open_by_name. | Dmitry Antipov | 2012-07-20 | 1 | -2/+2 |
| * | Remove empty and useless init functions. | Dmitry Antipov | 2012-07-16 | 1 | -6/+0 |
| * | Cleanup basic allocation variables and functions. | Dmitry Antipov | 2012-07-15 | 1 | -6/+0 |
| * | EMACS_TIME simplification (Bug#11875). | Paul Eggert | 2012-07-10 | 1 | -2/+1 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -1/+1 |
| * | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -2/+2 |
| * | Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE. | Stefan Monnier | 2012-07-04 | 1 | -2/+3 |
| * | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -13/+13 |
| * | Get rid of all the manual purecopy calls in menu-bar definitions. | Stefan Monnier | 2012-06-27 | 1 | -0/+11 |
| * | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -1/+1 |
| * | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -4/+0 |
| |\ |
|
| | * | Assume C89 or later. | Paul Eggert | 2012-05-21 | 1 | -4/+0 |
| * | | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -2/+2 |
| * | | Merge from trunk. | Paul Eggert | 2012-02-10 | 1 | -6/+9 |
| |\ \
| |/ |
|
| | * | * src/fns.c (Fsecure_hash): Doc fix. | Glenn Morris | 2012-02-10 | 1 | -6/+9 |
| * | | 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-29 | 1 | -1/+1 |
| * | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
| * | | * fns.c (larger_vector): Rename locals for clarity. | Paul Eggert | 2011-10-16 | 1 | -4/+5 |
| * | | Fix ptrdiff_t/EMACS_INT confusion. | Paul Eggert | 2011-09-21 | 1 | -1/+1 |
| * | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -162/+165 |
| |/ |
|
| * | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -2/+2 |
| * | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -6/+1 |
| * | Integer and memory overflow fixes for display code. | Paul Eggert | 2011-07-28 | 1 | -2/+9 |
| * | Use ptrdiff_t for hash table indexes. | Paul Eggert | 2011-07-18 | 1 | -6/+6 |
| * | Improve hashing quality when configured --with-wide-int. | Paul Eggert | 2011-07-07 | 1 | -9/+17 |
| * | Random fixes. E.g., (random) never returned negative values. | Paul Eggert | 2011-07-04 | 1 | -3/+7 |
| * | * fns.c (Frequire): Remove the mention of the .gz files, since | Lars Magne Ingebrigtsen | 2011-07-04 | 1 | -2/+1 |
| * | (Frequire): Mention get-load-suffixes. | Lars Magne Ingebrigtsen | 2011-07-02 | 1 | -1/+2 |
| * | * fns.c (Frequire): Mention .el.gz files. | Lars Magne Ingebrigtsen | 2011-07-02 | 1 | -0/+1 |
| * | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -50/+25 |
| * | Merge from trunk. | Paul Eggert | 2011-06-22 | 1 | -58/+81 |
| |\ |
|
| | * | Port to Sun C. | Paul Eggert | 2011-06-21 | 1 | -1/+1 |
| | * | New primitive secure-hash supporting md5, sha-1 and sha-2 | Leo Liu | 2011-06-21 | 1 | -58/+81 |
| * | | Merge from trunk. | Paul Eggert | 2011-06-20 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | * src/fns.c (Fsafe_length): Yet another int/Lisp_Object mixup. | Stefan Monnier | 2011-06-17 | 1 | -1/+1 |
| * | | * fns.c (Ffillarray): Don't shadow a local. | Paul Eggert | 2011-06-18 | 1 | -2/+3 |
| * | | * fns.c (mapcar1): Declare byte as byte, for clarity. | Paul Eggert | 2011-06-18 | 1 | -1/+1 |
| * | | * fns.c (Ffillarray): Use same idx as rest of code here. | Paul Eggert | 2011-06-18 | 1 | -3/+2 |