| Commit message (Expand) | Author | Age | Files | Lines |
| * | * src/window.c (select_window): Don't record_buffer while the invariant is | Stefan Monnier | 2013-04-08 | 1 | -1/+1 |
| * | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -3/+2 |
| * | * lisp.h (list2i, list3i): New functions. | Dmitry Antipov | 2013-03-07 | 1 | -4/+1 |
| * | Prefer `message1' over `message'. | Stefan Monnier | 2013-02-17 | 1 | -1/+1 |
| * | Minor hashing refactoring. | Paul Eggert | 2013-02-09 | 1 | -5/+1 |
| * | * coding.c (Fdefine_coding_system_internal): Use AREF where | Dmitry Antipov | 2013-02-07 | 1 | -5/+4 |
| * | * src/xdisp.c (message2, message2_nolog): Remove functions. | Stefan Monnier | 2013-01-23 | 1 | -1/+1 |
| * | Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ru | Glenn Morris | 2013-01-19 | 1 | -1/+4 |
| |\ |
|
| | * | * src/fns.c (Frandom): Doc fix. | Glenn Morris | 2013-01-16 | 1 | -1/+4 |
| * | | * lisp/view.el (view--enable, view--disable): Rename from view-mode-enable | Stefan Monnier | 2013-01-03 | 1 | -1/+1 |
| * | | Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.org | Glenn Morris | 2013-01-02 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | Add 2013 to more copyright years | Glenn Morris | 2013-01-02 | 1 | -2/+2 |
| * | | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org | Glenn Morris | 2012-12-21 | 1 | -6/+12 |
| |\ \
| |/ |
|
| | * | * fns.c (Fcompare_strings): Doc fix. | Chong Yidong | 2012-12-15 | 1 | -6/+12 |
| * | | * 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 |