aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-181-2/+2
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Spelling fixes.Paul Eggert2011-11-241-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-171-2/+2
* Spelling fixes.Paul Eggert2011-11-131-1/+1
* Spelling fixes.Paul Eggert2011-11-081-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-11/+11
* * ccl.c: Improve and simplify overflow checking (Bug#9196).Paul Eggert2011-08-271-22/+10
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-23/+17
* * ccl.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-9/+26
* Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-181-2/+2
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-17/+6
* * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.Paul Eggert2011-06-151-2/+6
* Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-8/+8
* * ccl.c: Improve comment. (Bug#8751)Paul Eggert2011-05-301-3/+2
* * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)Paul Eggert2011-05-301-6/+7
* src/ccl.c: Fix last commit.Eli Zaretskii2011-05-281-0/+1
* * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.Paul Eggert2011-05-221-4/+4
* ccl: add integer overflow checksPaul Eggert2011-05-221-100/+131
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.Paul Eggert2011-04-101-25/+1
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-4/+4
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-1/+1
* Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-091-1/+1
* * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):Paul Eggert2011-03-071-29/+28
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-12/+3
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-2/+2
|\|
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-121-2/+2
* | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.Eli Zaretskii2010-09-241-4/+4
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
* | Convert more function definitions to standard C.Dan Nicolaescu2010-07-121-10/+5
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-3/+3
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-16/+6
|/
* Fix typos.Juanma Barranquero2010-06-031-5/+5
* Fix the ccl decoder for the case that the output buffer is fullfilled.Kenichi Handa2010-02-171-3/+0
* Fix typos in comments.Juanma Barranquero2010-02-141-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-6/+6
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-2/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Merge from emacs--rel--22Miles Bader2008-04-051-1/+3
|\