summaryrefslogtreecommitdiff
path: root/src/ccl.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-10/+10
* Work around GCC bug 109579 in ccl.cPaul Eggert2023-05-141-0/+8
* ; Fix typosStefan Kangas2023-01-151-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Pacify GCC 12 false positive in ccl.cPaul Eggert2022-05-311-0/+5
* Inline maybe_quitMattias EngdegÄrd2022-01-241-0/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Fix CCL_MOD typoPaul Eggert2021-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix return value for CCL opcode lookup-integerPip Cet2020-08-211-1/+1
* Fix glitch uncovered by gcc -fsanitize=undefinedPaul Eggert2020-08-171-19/+85
* Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-151-9/+2
* Inline a couple of functions that were macrosPaul Eggert2020-04-251-1/+1
* Prefer more inline functions in character.hPaul Eggert2020-04-171-2/+9
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix some fixnum overflow problems in ccl.cPaul Eggert2019-08-151-12/+23
* Improve XFIXNUM cleanup a bitPaul Eggert2019-06-271-2/+2
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-271-3/+3
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-2/+2
* | More macro renamings for bignumTom Tromey2018-08-071-59/+59
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-38/+38
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-1/+3
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Prefer memcpy and memset to doing it by handPaul Eggert2016-02-041-4/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-5/+3
* Remove unused DEFSYMsPaul Eggert2015-05-311-4/+0
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-1/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-15/+9
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp.h (STRING_COPYIN): Remove; unused.Dmitry Antipov2014-06-171-5/+2
* 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-16/+11
* 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
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-2/+2
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-3/+3
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-2/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-251-9/+6