summaryrefslogtreecommitdiff
path: root/src/ccl.c
Commit message (Expand)AuthorAge
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-24
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* * lisp.h (STRING_COPYIN): Remove; unused.Dmitry Antipov2014-06-17
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Port to stricter C99 platforms.Paul Eggert2013-11-03
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-24
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-01
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-08
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-25
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-19
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * Spelling fixes.Paul Eggert2011-12-18
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Spelling fixes.Paul Eggert2011-12-04
| * Spelling fixes.Paul Eggert2011-11-24
| * Spelling fixes.Paul Eggert2011-11-19
| * Spelling fixes.Paul Eggert2011-11-19
* | Merge from trunk.Paul Eggert2011-11-18
|\|
| * Spelling fixes.Paul Eggert2011-11-17
| * Spelling fixes.Paul Eggert2011-11-13
| * Spelling fixes.Paul Eggert2011-11-08
* | * ccl.c (ccl_driver, Fregister_code_conversion_map): Check that Vcode_version...Paul Eggert2011-09-27
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Whitespace changes.Juanma Barranquero2011-09-09
* * ccl.c: Improve and simplify overflow checking (Bug#9196).Paul Eggert2011-08-27
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-04
* * ccl.c: Integer and memory overflow fixes.Paul Eggert2011-07-28
* Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-18
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.Paul Eggert2011-06-15
* Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-30
* * ccl.c: Improve comment. (Bug#8751)Paul Eggert2011-05-30
* * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)Paul Eggert2011-05-30
* src/ccl.c: Fix last commit.Eli Zaretskii2011-05-28
* * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.Paul Eggert2011-05-22
* ccl: add integer overflow checksPaul Eggert2011-05-22
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-25
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.Paul Eggert2011-04-10