summaryrefslogtreecommitdiff
path: root/src/ccl.c
Commit message (Expand)AuthorAge
* 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
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-09
* * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):Paul Eggert2011-03-07
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-14
|\|
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-12
* | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.Eli Zaretskii2010-09-24
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-28
* | Convert more function definitions to standard C.Dan Nicolaescu2010-07-12
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
|/
* Fix typos.Juanma Barranquero2010-06-03
* Fix the ccl decoder for the case that the output buffer is fullfilled.Kenichi Handa2010-02-17
* Fix typos in comments.Juanma Barranquero2010-02-14
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-06
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Add 2009 to copyright years.Glenn Morris2009-01-08
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-14
* Merge from emacs--rel--22Miles Bader2008-04-05
|\
| * (ccl_driver): If ccl->quit_silently is nonzero, don'tKenichi Handa2008-03-10
| * (CCL_WRITE_CHAR): Fix overflow checking.Kenichi Handa2008-02-01
* | * xselect.c (x_handle_dnd_message):Stefan Monnier2008-02-07
* | Merge from emacs--devo--0Miles Bader2008-01-09
|\ \
| * | Merge from emacs--rel--22Miles Bader2008-01-08
| |\|
| | * Add 2008 to copyright years.Glenn Morris2008-01-08
* | | Merge from emacs--devo--0Miles Bader2007-10-15
|\| |
| * | (Fregister_code_conversion_map): Reformat last change.Eli Zaretskii2007-10-13
| * | (Fregister_ccl_program, Fregister_code_conversion_map): Use larger_vector.Eli Zaretskii2007-10-13
| |/
* | Merge from emacs--devo--0Miles Bader2007-08-13
|\|
| * Replace `iff' in comments.Glenn Morris2007-08-08
* | Merge from emacs--devo--0Miles Bader2007-07-27
|\|
| * Remove license from trivial file.Glenn Morris2007-07-25
| * (ccl_driver): Delete stray semicolon.Chong Yidong2007-06-05