summaryrefslogtreecommitdiff
path: root/src/composite.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-1/+1
|\
| * Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | | We need the bidi level not the paragraph directionKhaled Hosny2019-01-051-1/+1
* | | Fix text direction of the HarfBuzz shaping bufferEli Zaretskii2019-01-021-1/+2
|/ /
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-16/+16
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-12/+12
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-1/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * composite.h (struct composition.width): Now intPaul Eggert2014-12-201-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-2/+2
* Port to stricter C99 platforms.Paul Eggert2013-11-031-4/+4
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-4/+4
* A simpler, centralized INLINE.Paul Eggert2013-09-201-7/+4
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-301-4/+2
* * composite.h: Minor fixups.Paul Eggert2013-08-031-29/+32
* * composite.h (compose_region): Remove the leftover.Dmitry Antipov2013-08-031-2/+0
* Do not use global Lisp_Object in composition macros.Dmitry Antipov2013-08-031-32/+39
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * src/eval.c: Add `inhibit-debugger'.Stefan Monnier2012-09-111-1/+1
* * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-271-7/+6
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-1/+8
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-0/+5
* 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
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-11/+11
|/
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-1/+1
* Fix typo in comment.Paul Eggert2011-07-281-1/+1
* Use ptrdiff_t for composition IDs.Paul Eggert2011-07-191-4/+4
* * lisp.h (UNSIGNED_CMP): New macro.Paul Eggert2011-06-121-1/+1
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-061-13/+3
* Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-1/+1
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+0
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+0
* * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_codePaul Eggert2011-04-041-4/+7
* * composite.h, composite.c (composition_gstring_put_cache):Paul Eggert2011-04-041-1/+1
* * composite.h (COMPOSITION_DECODE_REFS): New macro,Paul Eggert2011-04-041-7/+13
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-3/+0
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0