| Commit message (Expand) | Author | Age | Files | Lines |
| * | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -2/+2 |
| * | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -2/+2 |
| * | Use C99-style 'extern inline' if available. | Paul Eggert | 2012-08-02 | 1 | -0/+3 |
| * | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -1/+1 |
| * | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -2/+2 |
| * | Convert safe_call to use variable number of arguments. | Dmitry Antipov | 2012-07-30 | 1 | -10/+2 |
| * | Introduce fast path for the widely used marker operation. | Dmitry Antipov | 2012-07-06 | 1 | -5/+2 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -1/+1 |
| * | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
| * | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -3/+0 |
| * | * 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 |
| * | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -2/+2 |
| |\ |
|
| | * | composite.c: use 'double' consistently | Paul Eggert | 2012-04-08 | 1 | -2/+2 |
| * | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Fix typos. | Juanma Barranquero | 2011-11-14 | 1 | -1/+1 |
| * | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -60/+61 |
| |/ |
|
| * | Add comments about special meaning of TAB characters in compositions. | Eli Zaretskii | 2011-09-15 | 1 | -0/+4 |
| *-. | Merge from trunk. | Paul Eggert | 2011-08-13 | 1 | -2/+0 |
| |\ \ |
|
| | | * | * composite.c (autocmp_chars): Don't reset point. | Chong Yidong | 2011-08-07 | 1 | -2/+0 |
| | |/ |
|
| * | | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -27/+12 |
| * | | * composite.c: Integer overflow fixes. | Paul Eggert | 2011-07-28 | 1 | -9/+25 |
| * | | Use ptrdiff_t for composition IDs. | Paul Eggert | 2011-07-19 | 1 | -9/+13 |
| * | | Use ptrdiff_t for hash table indexes. | Paul Eggert | 2011-07-18 | 1 | -2/+2 |
| |/ |
|
| * | Fix minor problems found by static checking. | Paul Eggert | 2011-07-08 | 1 | -1/+0 |
| * | Merge from emacs-23 branch | Chong Yidong | 2011-07-07 | 1 | -0/+1 |
| |\ |
|
| | * | Ignore a static composition that starts before the current checking position ... | Kenichi Handa | 2011-07-07 | 1 | -0/+1 |
| | * | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:... | Eli Zaretskii | 2011-05-09 | 1 | -3/+3 |
| * | | merge trunk | Kenichi Handa | 2011-07-07 | 1 | -7/+3 |
| |\ \ |
|
| | * | | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -7/+3 |
| * | | | Add C interface for Unicode character property table. | Kenichi Handa | 2011-07-07 | 1 | -3/+2 |
| |/ / |
|
| * | | Merge from trunk. | Paul Eggert | 2011-06-22 | 1 | -1/+0 |
| |\ \ |
|
| | * | | Port to Sun C. | Paul Eggert | 2011-06-21 | 1 | -1/+0 |
| * | | | * lisp.h (lint_assume): New macro. | Paul Eggert | 2011-06-18 | 1 | -0/+1 |
| * | | | * composite.c (get_composition_id, composition_gstring_put_cache): Use EMACS_... | Paul Eggert | 2011-06-17 | 1 | -3/+3 |
| * | | | * composite.c: Don't truncate sizes to 'int'. | Paul Eggert | 2011-06-17 | 1 | -4/+3 |
| |/ / |
|
| * | | * composite.c: Use int, not EMACS_INT, for characters. | Paul Eggert | 2011-06-12 | 1 | -2/+3 |
| * | | Remove arbitrary limit of 2**31 entries in hash tables. | Paul Eggert | 2011-05-30 | 1 | -4/+4 |
| * | | composite.c (find_automatic_composition): Fix previous change. | Kenichi Handa | 2011-05-20 | 1 | -1/+1 |
| * | | Make find_automatic_composition more efficient. | Kenichi Handa | 2011-05-18 | 1 | -129/+150 |
| * | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -3/+3 |
| * | | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -3/+3 |
| * | | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert | 2011-04-14 | 1 | -1/+2 |
| * | | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -2/+2 |
| * | | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
| * | | * composite.c (composition_gstring_put_cache): Use unsigned integer. | Paul Eggert | 2011-04-04 | 1 | -4/+4 |
| * | | * composite.h, composite.c (composition_gstring_put_cache): | Paul Eggert | 2011-04-04 | 1 | -2/+2 |
| * | | * composite.h (COMPOSITION_DECODE_REFS): New macro, | Paul Eggert | 2011-04-04 | 1 | -2/+2 |