| Commit message (Expand) | Author | Age | Files | Lines |
| * | * fns.c (Qeql, hashtest_eq): Now static. | Paul Eggert | 2012-11-08 | 1 | -3/+4 |
| * | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int. | Stefan Monnier | 2012-11-08 | 1 | -4/+4 |
| * | Use same hash function for hashfn_profiler as for hash_string etc. | Paul Eggert | 2012-11-08 | 1 | -13/+6 |
| * | Use ad-hoc comparison function for the profiler's hash-tables. | Stefan Monnier | 2012-11-08 | 1 | -76/+62 |
| * | Shrink struct vectorlike_header to the only size field. | Dmitry Antipov | 2012-11-08 | 1 | -6/+2 |
| * | * src/fns.c (Fnreverse): Include the problem element when signalling an error. | Stefan Monnier | 2012-10-18 | 1 | -2/+2 |
| * | * src/fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table) | Stefan Monnier | 2012-10-01 | 1 | -8/+0 |
| * | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -1/+1 |
| * | Update docs for a bunch of 24.3 changes. | Chong Yidong | 2012-09-30 | 1 | -2/+3 |
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -7/+0 |
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | Prefer assignment to memcpy when either will do. | Paul Eggert | 2012-09-11 | 1 | -1/+1 |
| * | * fns.c (Fdelq, Fdelete): Doc fix. | Chong Yidong | 2012-09-10 | 1 | -12/+21 |
| * | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert | 2012-09-05 | 1 | -35/+35 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -6/+6 |
| * | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -4/+0 |
| * | Better seed support for (random). | Paul Eggert | 2012-08-31 | 1 | -22/+6 |
| * | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 1 | -1/+1 |
| * | Fix usage of set_buffer_internal. | Dmitry Antipov | 2012-08-28 | 1 | -4/+2 |
| * | * fns.c (Fstring_to_unibyte): Adjust to str_to_unibyte change. | Paul Eggert | 2012-08-26 | 1 | -1/+1 |
| * | * alloc.c: Use bool for booleans. | Paul Eggert | 2012-08-21 | 1 | -2/+2 |
| * | Avoid direct writes to contents member of struct Lisp_Vector. | Dmitry Antipov | 2012-08-21 | 1 | -6/+2 |
| * | Inline setter functions for hash table members. | Dmitry Antipov | 2012-08-20 | 1 | -32/+32 |
| * | A few more naming-convention fixes for getters and setters. | Paul Eggert | 2012-08-17 | 1 | -3/+3 |
| * | * lisp.h (set_char_table_extras): Rename from char_table_set_extras. | Paul Eggert | 2012-08-17 | 1 | -1/+1 |
| * | * lisp.h (CSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -1/+1 |
| * | Simple interface to set Lisp_Object fields of chararcter tables. | Dmitry Antipov | 2012-08-16 | 1 | -2/+2 |
| * | 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 |
| |\ \
| |/ |
|