aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (CCL_WRITE_CHAR): Increment extra_bytes only when it isKenichi Handa2003-05-301-3/+4
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-18/+18
* Remove `emacs' conditionals.Dave Love2002-07-171-21/+9
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-3/+3
* (HASH_VALUE): Remove (it's in lisp.h now).Stefan Monnier2002-07-091-2/+0
* (Vtranslation_hash_table_vector, GET_HASH_TABLE)Dave Love2002-07-051-1/+73
* Use AREF and ASIZE.Stefan Monnier2001-11-281-73/+70
* Change macros to use do-while block instead of if-else.Pavel Janík2001-11-121-12/+16
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-7/+7
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-201-63/+63
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-1/+1
* Add copyright notice for FSF.Gerd Moellmann2001-05-171-0/+1
* (ccl_driver): Don't copy remaining bytes in caseGerd Moellmann2001-05-151-5/+14
* (ccl_driver) <CCL_ReadMultibyteChar2>: Fix for the caseKenichi Handa2001-03-061-0/+16
* (Fccl_execute): Doc fix.Dave Love2001-03-011-8/+9
* (CCL_WRITE_MULTIBYTE_CHAR): New macro.Kenichi Handa2001-02-271-1/+21
* (ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points anKenichi Handa2001-02-151-12/+18
* (CCL_WRITE_CHAR): Check if CH is valid or not. IfKenichi Handa2001-02-051-1/+13
* (ccl_driver): Fix last change.Eli Zaretskii2001-01-251-2/+3
* (ccl_driver): If ccl->suppress_error is nonzeor, don'tKenichi Handa2001-01-241-1/+3
* (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...".Kenichi Handa2001-01-241-96/+101
* (CCL_READ_CHAR): Change the argument name from r to REGKenichi Handa2001-01-241-8/+8
* (CCL_Extension): Fix typo (originally CCL_Extention). Caller changed.Kenichi Handa2001-01-161-2/+2
* (Fregister_ccl_program): Handle the return value ofKenichi Handa2001-01-161-1/+5
* (Fccl_execute): Cast ccl_driver parameters to `unsignedEli Zaretskii2001-01-021-1/+1
* (CCL_WRITE_CHAR): Check variable `extra_bytes'.Kenichi Handa2000-12-281-20/+25
* (CCL_WRITE_CHAR): Don't handle EOL conversion here.Kenichi Handa2000-12-221-31/+57
* (stack_idx_of_map_multiple): Don't use C initializier.Kenichi Handa2000-12-041-1/+1
* (Fccl_execute_on_string): Make multibyte string correctly.Kenichi Handa2000-09-191-4/+10
* Comment fixed.Kenichi Handa2000-09-121-100/+222
* (ccl-program-p): Fix doc string.Dave Love2000-08-161-1/+1
* (Fccl_program_p): Docstring modified.Kenichi Handa2000-08-161-3/+8
* (CCL_WRITE_CHAR): If CH is eight-bit-control char, decrement dst_endKenichi Handa2000-08-161-1/+7
* (CCL_READ_CHAR): If source is multibyte, pay attention toKenichi Handa2000-08-111-1/+7
* (Fccl_execute_on_string): Don't check xmalloc return. Use xfree, notDave Love2000-07-201-3/+1
* (Fccl_execute): Typo fixed.Kenichi Handa2000-07-071-1/+1
* (ccl_driver) <CCL_End>: Decrement stack_idx only when it is greaterKenichi Handa2000-06-221-1/+2
* (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.Kenichi Handa2000-06-191-1/+13
* (ccl_driver): Fix previous change.Kenichi Handa2000-05-251-1/+1
* (ccl_driver) <CCL_ReadMultibyteChar2>Kenichi Handa2000-05-251-1/+15
* (CCL_WRITE_CHAR): Be sure to write single byte charactersKenichi Handa2000-05-191-10/+9
* (ccl_driver) [CCL_MapMultiple]: When the mapped value isKenichi Handa2000-02-261-2/+3
* (CCL_MAKE_CHAR): New macro.Kenichi Handa2000-02-091-20/+27
* (ccl_driver) <CCL_WriteExprRegister>: Set jump_addressKenichi Handa2000-02-021-1/+3
* (CCL_WRITE_CHAR): Adjusted for the change of CHAR_STRING.Kenichi Handa1999-12-151-67/+15