| Commit message (Expand) | Author | Age | Files | Lines |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -18/+18 |
* | Remove `emacs' conditionals. | Dave Love | 2002-07-17 | 1 | -21/+9 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -3/+3 |
* | (HASH_VALUE): Remove (it's in lisp.h now). | Stefan Monnier | 2002-07-09 | 1 | -2/+0 |
* | (Vtranslation_hash_table_vector, GET_HASH_TABLE) | Dave Love | 2002-07-05 | 1 | -1/+73 |
* | Use AREF and ASIZE. | Stefan Monnier | 2001-11-28 | 1 | -73/+70 |
* | Change macros to use do-while block instead of if-else. | Pavel Janík | 2001-11-12 | 1 | -12/+16 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -7/+7 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-20 | 1 | -63/+63 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -1/+1 |
* | Add copyright notice for FSF. | Gerd Moellmann | 2001-05-17 | 1 | -0/+1 |
* | (ccl_driver): Don't copy remaining bytes in case | Gerd Moellmann | 2001-05-15 | 1 | -5/+14 |
* | (ccl_driver) <CCL_ReadMultibyteChar2>: Fix for the case | Kenichi Handa | 2001-03-06 | 1 | -0/+16 |
* | (Fccl_execute): Doc fix. | Dave Love | 2001-03-01 | 1 | -8/+9 |
* | (CCL_WRITE_MULTIBYTE_CHAR): New macro. | Kenichi Handa | 2001-02-27 | 1 | -1/+21 |
* | (ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points an | Kenichi Handa | 2001-02-15 | 1 | -12/+18 |
* | (CCL_WRITE_CHAR): Check if CH is valid or not. If | Kenichi Handa | 2001-02-05 | 1 | -1/+13 |
* | (ccl_driver): Fix last change. | Eli Zaretskii | 2001-01-25 | 1 | -2/+3 |
* | (ccl_driver): If ccl->suppress_error is nonzeor, don't | Kenichi Handa | 2001-01-24 | 1 | -1/+3 |
* | (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...". | Kenichi Handa | 2001-01-24 | 1 | -96/+101 |
* | (CCL_READ_CHAR): Change the argument name from r to REG | Kenichi Handa | 2001-01-24 | 1 | -8/+8 |
* | (CCL_Extension): Fix typo (originally CCL_Extention). Caller changed. | Kenichi Handa | 2001-01-16 | 1 | -2/+2 |
* | (Fregister_ccl_program): Handle the return value of | Kenichi Handa | 2001-01-16 | 1 | -1/+5 |
* | (Fccl_execute): Cast ccl_driver parameters to `unsigned | Eli Zaretskii | 2001-01-02 | 1 | -1/+1 |
* | (CCL_WRITE_CHAR): Check variable `extra_bytes'. | Kenichi Handa | 2000-12-28 | 1 | -20/+25 |
* | (CCL_WRITE_CHAR): Don't handle EOL conversion here. | Kenichi Handa | 2000-12-22 | 1 | -31/+57 |
* | (stack_idx_of_map_multiple): Don't use C initializier. | Kenichi Handa | 2000-12-04 | 1 | -1/+1 |
* | (Fccl_execute_on_string): Make multibyte string correctly. | Kenichi Handa | 2000-09-19 | 1 | -4/+10 |
* | Comment fixed. | Kenichi Handa | 2000-09-12 | 1 | -100/+222 |
* | (ccl-program-p): Fix doc string. | Dave Love | 2000-08-16 | 1 | -1/+1 |
* | (Fccl_program_p): Docstring modified. | Kenichi Handa | 2000-08-16 | 1 | -3/+8 |
* | (CCL_WRITE_CHAR): If CH is eight-bit-control char, decrement dst_end | Kenichi Handa | 2000-08-16 | 1 | -1/+7 |
* | (CCL_READ_CHAR): If source is multibyte, pay attention to | Kenichi Handa | 2000-08-11 | 1 | -1/+7 |
* | (Fccl_execute_on_string): Don't check xmalloc return. Use xfree, not | Dave Love | 2000-07-20 | 1 | -3/+1 |
* | (Fccl_execute): Typo fixed. | Kenichi Handa | 2000-07-07 | 1 | -1/+1 |
* | (ccl_driver) <CCL_End>: Decrement stack_idx only when it is greater | Kenichi Handa | 2000-06-22 | 1 | -1/+2 |
* | (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type. | Kenichi Handa | 2000-06-19 | 1 | -1/+13 |
* | (ccl_driver): Fix previous change. | Kenichi Handa | 2000-05-25 | 1 | -1/+1 |
* | (ccl_driver) <CCL_ReadMultibyteChar2> | Kenichi Handa | 2000-05-25 | 1 | -1/+15 |
* | (CCL_WRITE_CHAR): Be sure to write single byte characters | Kenichi Handa | 2000-05-19 | 1 | -10/+9 |
* | (ccl_driver) [CCL_MapMultiple]: When the mapped value is | Kenichi Handa | 2000-02-26 | 1 | -2/+3 |
* | (CCL_MAKE_CHAR): New macro. | Kenichi Handa | 2000-02-09 | 1 | -20/+27 |
* | (ccl_driver) <CCL_WriteExprRegister>: Set jump_address | Kenichi Handa | 2000-02-02 | 1 | -1/+3 |
* | (CCL_WRITE_CHAR): Adjusted for the change of CHAR_STRING. | Kenichi Handa | 1999-12-15 | 1 | -67/+15 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -6/+4 |
* | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -14/+14 |
* | (ccl_driver) <CCL_Call>: Now CCL program ID to call may be | Kenichi Handa | 1999-07-26 | 1 | -113/+227 |
* | (ccl_prog_stack_struct): Declare it as static. | Kenichi Handa | 1999-05-04 | 1 | -4/+8 |
* | (ccl_driver) <CCL_ReadMultibyteChar2>: Fix bug of handling | Kenichi Handa | 1999-04-06 | 1 | -13/+18 |
* | (CCL_SUCCESS): Don't set ccl->ic. | Kenichi Handa | 1998-12-15 | 1 | -9/+19 |