aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-04-051-1/+3
|\
| * (ccl_driver): If ccl->quit_silently is nonzero, don'tKenichi Handa2008-03-101-1/+3
| * (CCL_WRITE_CHAR): Fix overflow checking.Kenichi Handa2008-02-011-2/+2
* | * xselect.c (x_handle_dnd_message):Stefan Monnier2008-02-071-9/+9
* | Merge from emacs--devo--0Miles Bader2008-01-091-2/+2
|\ \
| * | Merge from emacs--rel--22Miles Bader2008-01-081-2/+2
| |\|
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-2/+2
* | | Merge from emacs--devo--0Miles Bader2007-10-151-19/+4
|\| |
| * | (Fregister_code_conversion_map): Reformat last change.Eli Zaretskii2007-10-131-2/+2
| * | (Fregister_ccl_program, Fregister_code_conversion_map): Use larger_vector.Eli Zaretskii2007-10-131-19/+4
| |/
* | Merge from emacs--devo--0Miles Bader2007-08-131-2/+2
|\|
| * Replace `iff' in comments.Glenn Morris2007-08-081-2/+2
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\|
| * Remove license from trivial file.Glenn Morris2007-07-251-1/+1
| * (ccl_driver): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* | Merge from emacs--devo--0Miles Bader2007-05-301-1/+1
|\ \
| * | * xfaces.c (syms_of_xfaces): Delete stray semicolon.Dan Nicolaescu2007-05-261-1/+1
| |/
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+2
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
* | Merge from emacs--devo--0Miles Bader2006-12-161-1/+2
|\|
| * Update AIST copyright years.Kenichi Handa2006-12-131-1/+2
* | (ccl_driver): If DST is NULL, set ccl->produced to 0.Kenichi Handa2006-11-071-1/+4
* | (Fccl_execute_on_string): Fix the condition of terminatingKenichi Handa2006-03-031-3/+5
* | (CCL_WRITE_STRING): Handle a flag bit for multibyteKenichi Handa2006-03-021-17/+29
* | Revision: [email protected]/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+2
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
* | Revision: [email protected]/emacs--unicode--0--patch-97Miles Bader2006-01-161-2/+3
|\|
| * Copyright fixedKenichi Handa2005-12-191-2/+3
* | Revision: [email protected]/emacs--unicode--0--patch-95Miles Bader2006-01-161-1/+0
|\|
| * (check_ccl_update): Remove unused var vp.Kim F. Storm2005-10-201-1/+0
* | Revision: [email protected]/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-71Miles Bader2005-07-221-4/+5
|\|
| * (Fregister_ccl_program): Fix typos in docstring.Juanma Barranquero2005-07-211-4/+5
* | Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-57Miles Bader2005-06-061-16/+56
|\|
| * Now an element of Vccl_program_table is a vector ofKenichi Handa2005-05-271-16/+56
* | Revision: [email protected]/emacs--unicode--0--patch-15Miles Bader2004-06-281-1/+36
|\|
| * (CCL_READ_CHAR): If hit EOF, set REG to -1.Kenichi Handa2004-06-131-0/+1
| * (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic inKenichi Handa2004-06-121-3/+38
| * (Fccl_execute_on_string): Fix setting elements of STATUS.Kenichi Handa2004-05-141-2/+2
| * Remove period at end of error message.Jan Djärv2003-11-161-1/+1
* | Sync to HEADKenichi Handa2004-04-161-1/+4
* | (Fccl_execute_on_string): Fix the condition of loop.Kenichi Handa2003-12-291-3/+3
* | (ccl_driver): Fix arg of CHARACTERP.Dave Love2003-09-171-1/+1
* | *** empty log message ***Kenichi Handa2003-09-081-315/+202
|\ \
| * | (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.Kenichi Handa2003-01-301-22/+42
| * | Remove `emacs' conditional. Include hash table stuffDave Love2002-07-301-14/+75
| * | (Fccl_execute_on_string): Add `const' to local variables.Kenichi Handa2002-07-261-2/+2