aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-25Inline a couple of functions that were macrosPaul Eggert1-1/+1
2020-04-17Prefer more inline functions in character.hPaul Eggert1-2/+9
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-08-15Fix some fixnum overflow problems in ccl.cPaul Eggert1-12/+23
2019-06-27Improve XFIXNUM cleanup a bitPaul Eggert1-2/+2
2019-06-27Clean up use of XFIXNUM etc.Paul Eggert1-3/+3
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-2/+2
2018-08-07More macro renamings for bignumTom Tromey1-59/+59
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-38/+38
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-2/+2
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert1-1/+3
2017-01-25Replace QUIT with maybe_quitPaul 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-02-04Prefer memcpy and memset to doing it by handPaul Eggert1-4/+1
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert1-5/+3
2015-05-31Remove unused DEFSYMsPaul Eggert1-4/+0
2015-04-24Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert1-1/+1
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-15/+9
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-06-17* lisp.h (STRING_COPYIN): Remove; unused.Dmitry Antipov1-5/+2
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-16/+11
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-04-01Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert1-2/+2
2013-03-24Reorder conditions that are written backwardsAndreas Schwab1-3/+3
2013-02-08* lisp.h (make_uninit_vector): New function.Dmitry Antipov1-2/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+0
2012-07-05Cleanup xmalloc.Dmitry Antipov1-1/+1
2012-06-25Use sprintf return value instead of invoking strlen on result.Paul Eggert1-9/+6
2012-06-19* alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov1-1/+1
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-12-18Spelling fixes.Paul Eggert1-2/+2
2011-12-04Spelling fixes.Paul Eggert1-1/+1
2011-11-24Spelling fixes.Paul Eggert1-1/+1
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-11-17Spelling fixes.Paul Eggert1-2/+2
2011-11-13Spelling fixes.Paul Eggert1-1/+1
2011-11-08Spelling fixes.Paul Eggert1-1/+1
2011-09-27* ccl.c (ccl_driver, Fregister_code_conversion_map): Check that Vcode_version...Paul Eggert1-4/+13
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-56/+51
2011-09-09Whitespace changes.Juanma Barranquero1-11/+11