summaryrefslogtreecommitdiff
path: root/src/composite.c
Commit message (Expand)AuthorAgeFilesLines
* Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-2/+2
* composite.c (composition_reseat_it): Handle the case that a grapheme cluster ...Kenichi Handa2012-09-221-31/+20
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-271-10/+12
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-2/+2
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-2/+2
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-0/+3
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-1/+1
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-2/+2
* Convert safe_call to use variable number of arguments.Dmitry Antipov2012-07-301-10/+2
* Introduce fast path for the widely used marker operation.Dmitry Antipov2012-07-061-5/+2
* More xmalloc and related cleanup.Paul Eggert2012-07-051-1/+1
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-3/+0
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-2/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-04-091-2/+2
|\
| * composite.c: use 'double' consistentlyPaul Eggert2012-04-081-2/+2
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2011-11-141-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-60/+61
|/
* Add comments about special meaning of TAB characters in compositions.Eli Zaretskii2011-09-151-0/+4
*-. Merge from trunk.Paul Eggert2011-08-131-2/+0
|\ \
| | * * composite.c (autocmp_chars): Don't reset point.Chong Yidong2011-08-071-2/+0
| |/
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-27/+12
* | * composite.c: Integer overflow fixes.Paul Eggert2011-07-281-9/+25
* | Use ptrdiff_t for composition IDs.Paul Eggert2011-07-191-9/+13
* | Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-181-2/+2
|/
* Fix minor problems found by static checking.Paul Eggert2011-07-081-1/+0
* Merge from emacs-23 branchChong Yidong2011-07-071-0/+1
|\
| * Ignore a static composition that starts before the current checking position ...Kenichi Handa2011-07-071-0/+1
| * Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-091-3/+3
* | merge trunkKenichi Handa2011-07-071-7/+3
|\ \
| * | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-7/+3
* | | Add C interface for Unicode character property table.Kenichi Handa2011-07-071-3/+2
|/ /
* | Merge from trunk.Paul Eggert2011-06-221-1/+0
|\ \
| * | Port to Sun C.Paul Eggert2011-06-211-1/+0
* | | * lisp.h (lint_assume): New macro.Paul Eggert2011-06-181-0/+1
* | | * composite.c (get_composition_id, composition_gstring_put_cache): Use EMACS_...Paul Eggert2011-06-171-3/+3
* | | * composite.c: Don't truncate sizes to 'int'.Paul Eggert2011-06-171-4/+3
|/ /
* | * composite.c: Use int, not EMACS_INT, for characters.Paul Eggert2011-06-121-2/+3
* | Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-4/+4
* | composite.c (find_automatic_composition): Fix previous change.Kenichi Handa2011-05-201-1/+1
* | Make find_automatic_composition more efficient.Kenichi Handa2011-05-181-129/+150
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-3/+3
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-3/+3
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+2
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+2