| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -17/+7 |
* | * print.c (printchar, strout): Check for string overflow. | Paul Eggert | 2011-06-23 | 1 | -9/+19 |
* | * print.c (print_object): Fix typo in ptrdiff_t printing. | Paul Eggert | 2011-06-08 | 1 | -1/+1 |
* | * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow. | Paul Eggert | 2011-06-08 | 1 | -1/+1 |
* | Remove arbitrary limit of 2**31 entries in hash tables. | Paul Eggert | 2011-05-30 | 1 | -1/+1 |
* | merge count_size_as_multibyte, parse_str_to_multibyte | Paul Eggert | 2011-05-20 | 1 | -1/+1 |
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -5/+5 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -5/+5 |
* | Avoid 0 flag with %p printf format. | Paul Eggert | 2011-04-18 | 1 | -1/+1 |
* | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -22/+16 |
* | Fix typo in previous comment. | Paul Eggert | 2011-04-14 | 1 | -1/+1 |