| Commit message (Expand) | Author | Age | Files | Lines |
| * | condition variables | Tom Tromey | 2012-08-19 | 1 | -0/+12 |
| * | This adds names to mutexes. This seemed like a nice debugging | Tom Tromey | 2012-08-15 | 1 | -3/+7 |
| * | This supplies the mutex implementation for Emacs Lisp. | Tom Tromey | 2012-08-15 | 1 | -0/+8 |
| * | This turns thread_state into a pseudovector and updates various bits | Tom Tromey | 2012-08-15 | 1 | -0/+12 |
| * | 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 |
| |\ |
|
| | * | Add new error and function `user-error'. | Stefan Monnier | 2012-05-04 | 1 | -17/+23 |
| * | | * print.c: (print_depth, new_backquote_output, print_number_index): | Paul Eggert | 2012-04-21 | 1 | -3/+3 |
| * | | Merge from trunk. | Paul Eggert | 2012-04-21 | 1 | -46/+44 |
| |\ \
| |/ |
|
| | * | * src/print.c (print_preprocess): Only check print_depth if print-circle | Stefan Monnier | 2012-04-20 | 1 | -46/+44 |
| * | | 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-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-21 | 1 | -1/+1 |
| * | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
| * | | *print.c (Fexternal_debugging_output): Use more-conservative overflow fix. | Paul Eggert | 2011-10-24 | 1 | -2/+2 |
| * | | * print.c (PRINTFINISH): Undo alloca change; not needed. | Paul Eggert | 2011-10-24 | 1 | -4/+2 |
| * | | * print.c (print_object) [0]: Fix printf format int width. | Paul Eggert | 2011-09-27 | 1 | -1/+1 |
| * | | Fix ptrdiff_t/EMACS_INT confusion. | Paul Eggert | 2011-09-21 | 1 | -4/+4 |
| * | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -54/+48 |
| |/ |
|
| * | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -3/+3 |
| * | Merge from trunk. | Paul Eggert | 2011-09-04 | 1 | -1/+1 |
| |\ |
|
| | * | * print.c: Integer overflow fix. | Paul Eggert | 2011-09-04 | 1 | -1/+1 |
| * | | * print.c (float_to_string): Detect width overflow more reliably. | Paul Eggert | 2011-08-29 | 1 | -16/+19 |
| |/ |
|
| * | Implement ## reader macro | Andreas Schwab | 2011-07-28 | 1 | -3/+9 |
| * | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 1 | -3/+0 |