index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ccl.c
Age
Commit message (
Expand
)
Author
2024-02-18
Ignore fewer GCC -fanalyzer diagnostics in ccl.c
Paul Eggert
2024-01-20
Be more systematic about parens in C source code
Paul Eggert
2024-01-13
Inlined and specialised hash table look-up
Mattias EngdegÄrd
2024-01-13
Prefer AREF in GET_TRANSLATION_TABLE
Stefan Kangas
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-05-17
Prefer C23 ckd_* to Gnulib *_WRAPV macros
Paul Eggert
2023-05-14
Work around GCC bug 109579 in ccl.c
Paul Eggert
2023-01-15
; Fix typos
Stefan Kangas
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-05-31
Pacify GCC 12 false positive in ccl.c
Paul Eggert
2022-01-24
Inline maybe_quit
Mattias EngdegÄrd
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Fix CCL_MOD typo
Paul Eggert
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-08-21
Fix return value for CCL opcode lookup-integer
Pip Cet
2020-08-17
Fix glitch uncovered by gcc -fsanitize=undefined
Paul Eggert
2020-08-15
Prefer Fvector to make_uninit_vector
Paul Eggert
2020-04-25
Inline a couple of functions that were macros
Paul Eggert
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-08-15
Fix some fixnum overflow problems in ccl.c
Paul Eggert
2019-06-27
Improve XFIXNUM cleanup a bit
Paul Eggert
2019-06-27
Clean up use of XFIXNUM etc.
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-09
Add make_vector and make_nil_vector
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-05-16
Merge with gnulib, pacifying GCC 7
Paul Eggert
2017-01-25
Replace QUIT with maybe_quit
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-03-11
Merge from origin/emacs-25
John Wiegley
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-02-04
Prefer memcpy and memset to doing it by hand
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-08
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-05-31
Remove unused DEFSYMs
Paul Eggert
2015-04-24
Port --enable-gcc-warnings to GCC 5.1 x86-64
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-06-17
* lisp.h (STRING_COPYIN): Remove; unused.
Dmitry Antipov
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-12-14
Use bool for boolean, focusing on headers.
Paul Eggert
2013-11-03
Port to stricter C99 platforms.
Paul Eggert
2013-09-24
Use union for the payload of struct Lisp_Vector.
Dmitry Antipov
2013-04-01
Prefer < to > in range checks such as 0 <= i && i < N.
Paul Eggert
[next]