]> code.delx.au - gnu-emacs/history - src/ccl.c
(Version, mh-version): Update for release 8.0.
[gnu-emacs] / src / ccl.c
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-12-19 Kenichi HandaCopyright fixed
2005-10-20 Kim F. Storm(check_ccl_update): Remove unused var vp.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-21 Juanma Barranquero(Fregister_ccl_program): Fix typos in docstring.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-05-27 Kenichi HandaNow an element of Vccl_program_table is a vector of
2004-06-13 Kenichi Handa(CCL_READ_CHAR): If hit EOF, set REG to -1.
2004-06-12 Kenichi Handa(CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
2004-05-14 Kenichi Handa(Fccl_execute_on_string): Fix setting elements of STATUS.
2003-11-16 Jan DjärvRemove period at end of error message.
2003-09-01 Miles BaderAdd arch taglines
2003-05-30 Kenichi Handa(CCL_WRITE_CHAR): Increment extra_bytes only when it is
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-07-17 Dave LoveRemove `emacs' conditionals.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-09 Stefan Monnier(HASH_VALUE): Remove (it's in lisp.h now).
2002-07-05 Dave Love(Vtranslation_hash_table_vector, GET_HASH_TABLE)
2001-11-28 Stefan MonnierUse AREF and ASIZE.
2001-11-12 Pavel JaníkChange macros to use do-while block instead of if-else.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-20 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-05-17 Gerd MoellmannAdd copyright notice for FSF.
2001-05-15 Gerd Moellmann(ccl_driver): Don't copy remaining bytes in case
2001-03-06 Kenichi Handa(ccl_driver) <CCL_ReadMultibyteChar2>: Fix for the...
2001-03-01 Dave Love(Fccl_execute): Doc fix.
2001-02-27 Kenichi Handa(CCL_WRITE_MULTIBYTE_CHAR): New macro.
2001-02-15 Kenichi Handa(ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points an
2001-02-05 Kenichi Handa(CCL_WRITE_CHAR): Check if CH is valid or not. If
2001-01-25 Eli Zaretskii(ccl_driver): Fix last change.
2001-01-24 Kenichi Handa(ccl_driver): If ccl->suppress_error is nonzeor, don't
2001-01-24 Kenichi Handa(CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not...
2001-01-24 Kenichi Handa(CCL_READ_CHAR): Change the argument name from r to REG
2001-01-16 Kenichi Handa(CCL_Extension): Fix typo (originally CCL_Extention...
2001-01-16 Kenichi Handa(Fregister_ccl_program): Handle the return value of
2001-01-02 Eli Zaretskii(Fccl_execute): Cast ccl_driver parameters to `unsigned
2000-12-28 Kenichi Handa(CCL_WRITE_CHAR): Check variable `extra_bytes'.
2000-12-22 Kenichi Handa(CCL_WRITE_CHAR): Don't handle EOL conversion here.
2000-12-04 Kenichi Handa(stack_idx_of_map_multiple): Don't use C initializier.
2000-09-19 Kenichi Handa(Fccl_execute_on_string): Make multibyte string correctly.
2000-09-12 Kenichi HandaComment fixed.
2000-08-16 Dave Love(ccl-program-p): Fix doc string.
2000-08-16 Kenichi Handa(Fccl_program_p): Docstring modified.
2000-08-16 Kenichi Handa(CCL_WRITE_CHAR): If CH is eight-bit-control char,...
2000-08-11 Kenichi Handa(CCL_READ_CHAR): If source is multibyte, pay attention to
2000-07-20 Dave Love(Fccl_execute_on_string): Don't check xmalloc return...
2000-07-07 Kenichi Handa(Fccl_execute): Typo fixed.
2000-06-22 Kenichi Handa(ccl_driver) <CCL_End>: Decrement stack_idx only when...
2000-06-19 Kenichi Handa(CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
2000-05-25 Kenichi Handa(ccl_driver): Fix previous change.
2000-05-25 Kenichi Handa(ccl_driver) <CCL_ReadMultibyteChar2>
2000-05-19 Kenichi Handa(CCL_WRITE_CHAR): Be sure to write single byte characters
2000-02-26 Kenichi Handa(ccl_driver) [CCL_MapMultiple]: When the mapped value is
2000-02-09 Kenichi Handa(CCL_MAKE_CHAR): New macro.
2000-02-02 Kenichi Handa(ccl_driver) <CCL_WriteExprRegister>: Set jump_address
1999-12-15 Kenichi Handa(CCL_WRITE_CHAR): Adjusted for the change of CHAR_STRING.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-09-13 Ken RaeburnUse XCAR, XCDR, and XFLOAT_DATA instead of explicit...
1999-07-26 Kenichi Handa(ccl_driver) <CCL_Call>: Now CCL program ID to call...
1999-05-04 Kenichi Handa(ccl_prog_stack_struct): Declare it as static.
1999-04-06 Kenichi Handa(ccl_driver) <CCL_ReadMultibyteChar2>: Fix bug of handling
1998-12-15 Kenichi Handa(CCL_SUCCESS): Don't set ccl->ic.
1998-11-26 Kenichi Handa(ccl_driver) <CCL_TranslateCharacter>: Don't suppress MSB
1998-10-12 Kenichi Handa(CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the definitions.
1998-09-22 Kenichi Handa(ccl_driver): Report correct CCL program counter on...
1998-09-18 Kenichi Handa(CCL_WRITE_CHAR): Don't use bcopy.
1998-08-19 Kenichi Handa(ccl_driver): In case
1998-08-18 Kenichi HandaIf eof is encounterd while processing the
1998-07-09 Kenichi HandaTypo in comments fixed.
1998-06-20 Kenichi HandaComment for CCL_MapMultiple modified..
1998-05-22 Kenichi HandaChange term "character translation table" to "translati...
1998-05-18 Kenichi HandaChange term translation to code conversion, then change
1998-04-20 Kenichi Handa(Fregister_ccl_program): Put ccl-program-idx property...
1998-04-15 Kenichi Handa(Fccl_execute_on_string): Put \n\ at eol of docstring.
1998-04-15 Kenichi HandaTypo in comments fixed.
1998-04-14 Andreas Schwab(ccl_driver, syms_of_ccl): Fix mixing of Lisp_Object and
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-02-20 Kenichi Handa(Fccl_execute_on_string): Put \n\ at end-of-line of
1998-02-20 Kenichi Handa(Fccl_execute_on_string): Add new arg UNIBYTE-P.
1998-01-22 Kenichi Handa(Vccl_translation_table_vector, Qccl_program,
1998-01-09 Richard M. Stallman(Fccl_execute_on_string): Use size_byte.
1997-11-21 Andreas Schwab(setup_ccl_program): Define as returning nothing.
1997-07-12 Richard M. Stallman(Fregister_ccl_program): Convert Fmake_vector argument...
1997-07-04 Richard M. StallmanFix bugs with inappropriate mixing of Lisp_Object with...
1997-06-20 Richard M. StallmanChange copyright notices.
1997-05-16 Kenichi Handa(struct ccl_prog_stack): Declear the member ccl_prog as
1997-05-10 Kenichi Handa(Fccl_execute_on_string): Add 4th optional arg
1997-04-10 Karl Heuer(ccl_driver): Fix Lisp_Object/integer confusion.
1997-04-07 Kenichi Handa(ccl_driver): Fix bug of the case CCL_WriteArrayReadJump.
1997-02-27 Kenichi Handa(Fregister_ccl_program): Escape newlines in docstring.
1997-02-23 Karl HeuerFix FSF address in comment.
1997-02-20 Karl HeuerInitial revision