| Commit message (Expand) | Author | Age | Files | Lines |
* | * composite.h: Minor fixups. | Paul Eggert | 2013-08-03 | 1 | -1/+1 |
* | Do not use global Lisp_Object in composition macros. | Dmitry Antipov | 2013-08-03 | 1 | -15/+11 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -1/+1 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -9/+4 |
* | * composite.c (get_composition_id, fill_gstring_header): | Dmitry Antipov | 2013-03-05 | 1 | -2/+2 |
* | * composite.c (fill_gstring_header): Remove useless prototype. | Dmitry Antipov | 2013-02-15 | 1 | -5/+2 |
* | * font.c (font_range): Add pos_byte argument. Adjust comment | Dmitry Antipov | 2013-02-13 | 1 | -9/+5 |
* | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | Use ad-hoc comparison function for the profiler's hash-tables. | Stefan Monnier | 2012-11-08 | 1 | -2/+2 |
|/ |
|
* | composite.c (composition_reseat_it): Handle the case that a grapheme cluster ... | Kenichi Handa | 2012-09-22 | 1 | -31/+20 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -10/+12 |
* | 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 |