summaryrefslogtreecommitdiff
path: root/src/ccl.c
AgeCommit message (Expand)Author
2022-01-24Inline maybe_quitMattias EngdegÄrd
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Fix CCL_MOD typoPaul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-08-21Fix return value for CCL opcode lookup-integerPip Cet
2020-08-17Fix glitch uncovered by gcc -fsanitize=undefinedPaul Eggert
2020-08-15Prefer Fvector to make_uninit_vectorPaul Eggert
2020-04-25Inline a couple of functions that were macrosPaul Eggert
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-15Fix some fixnum overflow problems in ccl.cPaul Eggert
2019-06-27Improve XFIXNUM cleanup a bitPaul Eggert
2019-06-27Clean up use of XFIXNUM etc.Paul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-02-04Prefer memcpy and memset to doing it by handPaul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-04-24Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-06-17* lisp.h (STRING_COPYIN): Remove; unused.Dmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-11-03Port to stricter C99 platforms.Paul Eggert
2013-09-24Use union for the payload of struct Lisp_Vector.Dmitry Antipov
2013-04-01Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert
2013-03-24Reorder conditions that are written backwardsAndreas Schwab
2013-02-08* lisp.h (make_uninit_vector): New function.Dmitry Antipov
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-06-25Use sprintf return value instead of invoking strlen on result.Paul Eggert
2012-06-19* alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-18Spelling fixes.Paul Eggert
2011-12-10Merge from trunk.Paul Eggert