aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-11Remove UNSIGNED_CMPPaul Eggert1-3/+6
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-01-05We need the bidi level not the paragraph directionKhaled Hosny1-1/+1
2019-01-02Fix text direction of the HarfBuzz shaping bufferEli Zaretskii1-1/+2
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-1/+1
2018-08-27Improve bignum support for system typesPaul Eggert1-1/+1
2018-08-07More macro renamings for bignumTom Tromey1-16/+16
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-12/+12
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-1/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-20* composite.h (struct composition.width): Now intPaul Eggert1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert1-2/+2
2013-11-03Port to stricter C99 platforms.Paul Eggert1-4/+4
2013-09-24Use union for the payload of struct Lisp_Vector.Dmitry Antipov1-4/+4
2013-09-20A simpler, centralized INLINE.Paul Eggert1-7/+4
2013-08-30Minor cleanup to avoid forward declarations.Dmitry Antipov1-4/+2
2013-08-03* composite.h: Minor fixups.Paul Eggert1-29/+32
2013-08-03* composite.h (compose_region): Remove the leftover.Dmitry Antipov1-2/+0
2013-08-03Do not use global Lisp_Object in composition macros.Dmitry Antipov1-32/+39
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-09-11* src/eval.c: Add `inhibit-debugger'.Stefan Monnier1-1/+1
2012-08-27* composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert1-7/+6
2012-08-02Use C99-style 'extern inline' if available.Paul Eggert1-1/+8
2012-08-01Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert1-0/+5
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-14Spelling fixes.Paul Eggert1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-11/+11
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-1/+1
2011-07-28Fix typo in comment.Paul Eggert1-1/+1
2011-07-19Use ptrdiff_t for composition IDs.Paul Eggert1-4/+4
2011-06-12* lisp.h (UNSIGNED_CMP): New macro.Paul Eggert1-1/+1
2011-06-06Check for overflow when converting integer to cons and back.Paul Eggert1-13/+3
2011-06-03Check for overflow when converting integer to cons and back.Paul Eggert1-13/+3
2011-05-30Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert1-1/+1
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert1-2/+0
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-2/+0
2011-04-04* coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_codePaul Eggert1-4/+7
2011-04-04* composite.h, composite.c (composition_gstring_put_cache):Paul Eggert1-1/+1
2011-04-04* composite.h (COMPOSITION_DECODE_REFS): New macro,Paul Eggert1-7/+13
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-3/+0