| Commit message (Expand) | Author | Age | Files | Lines |
| * | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -2/+2 |
| * | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -4/+4 |
| * | Use functions and constants to manipulate Lisp_Save_Value objects. | Paul Eggert | 2013-03-21 | 1 | -34/+35 |
| * | * print.c (syms_of_print): Initialize debugging output not here... | Dmitry Antipov | 2013-03-19 | 1 | -3/+10 |
| * | print.c, process.c: Use bool for booleans. | Paul Eggert | 2013-03-07 | 1 | -18/+18 |
| * | * composite.c (fill_gstring_header): Remove useless prototype. | Dmitry Antipov | 2013-02-15 | 1 | -2/+3 |
| * | * window.h (struct window): Convert base_line_number, base_line_pos | Dmitry Antipov | 2013-02-01 | 1 | -1/+1 |
| * | Avoid needless casts with XSAVE_POINTER. | Paul Eggert | 2013-01-14 | 1 | -1/+1 |
| * | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -14/+59 |
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
| * | | * print.c (print_object): Fix last change. | Dmitry Antipov | 2012-12-26 | 1 | -1/+1 |
| * | | * print.c (print_object): If Lisp_Save_Value object's pointer | Dmitry Antipov | 2012-12-26 | 1 | -6/+36 |
| * | | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int. | Stefan Monnier | 2012-11-08 | 1 | -1/+1 |
| * | | Use ad-hoc comparison function for the profiler's hash-tables. | Stefan Monnier | 2012-11-08 | 1 | -3/+3 |
| |/ |
|
| * | * alloc.c (Fmake_byte_code): Fix typo in comment. | Dmitry Antipov | 2012-10-16 | 1 | -1/+1 |
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -2/+2 |
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+1 |
| * | Convenient macro to check whether the buffer is live. | Dmitry Antipov | 2012-09-11 | 1 | -1/+1 |
| * | Assume C89 or later for math functions. | Paul Eggert | 2012-09-09 | 1 | -6/+0 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -1/+1 |
| * | 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 | -2/+1 |
| * | * alloc.c: Use bool for booleans. | Paul Eggert | 2012-08-21 | 1 | -2/+4 |
| * | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -6/+6 |
| * | A few more naming-convention fixes for getters and setters. | Paul Eggert | 2012-08-17 | 1 | -5/+5 |
| * | Revert and cleanup some recent overlay changes. | Dmitry Antipov | 2012-08-14 | 1 | -3/+3 |
| * | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 2012-08-13 | 1 | -6/+6 |
| * | Inline functions to examine and change buffer overlays. | Dmitry Antipov | 2012-08-08 | 1 | -2/+2 |
| * | Inline functions to examine and change string intervals. | Dmitry Antipov | 2012-08-08 | 1 | -5/+5 |
| * | Cleanup intervals. | Dmitry Antipov | 2012-08-08 | 1 | -2/+2 |
| * | Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process. | Dmitry Antipov | 2012-08-07 | 1 | -2/+2 |
| * | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -2/+2 |
| * | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | Dmitry Antipov | 2012-08-07 | 1 | -1/+1 |
| * | Separate read and write access to Lisp_Object slots of Lisp_Process. | Dmitry Antipov | 2012-08-06 | 1 | -2/+2 |
| * | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -2/+2 |
| * | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov | 2012-08-06 | 1 | -1/+1 |
| * | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -8/+6 |
| * | Use INTERNAL_FIELD for processes. | Dmitry Antipov | 2012-08-01 | 1 | -2/+2 |
| * | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -2/+3 |
| * | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -1/+1 |
| * | Fix bug #12025 with a crash when displaying tooltips. | Eli Zaretskii | 2012-07-23 | 1 | -1/+12 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -2/+1 |
| * | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
| * | * window.h (struct window): Change type of 'use_time' and | Dmitry Antipov | 2012-06-28 | 1 | -2/+1 |
| * | Use sprintf return value instead of invoking strlen on result. | Paul Eggert | 2012-06-25 | 1 | -58/+79 |
| * | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -2/+2 |
| * | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
| * | Use `declare' in `lambda' and mis minor changes. | Stefan Monnier | 2012-05-26 | 1 | -3/+1 |
| * | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -17/+23 |
| |\ |
|