log src/coding.c @ 34572:039ec44586cb

age author description
2000-12-14 Kenichi Handa (decode_coding_string): Set coding->src_multibyte and
2000-12-13 Kenichi Handa (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
2000-12-05 Kenichi Handa (setup_coding_system): Be sure to initialize coding->category_idx.
2000-11-28 Kenichi Handa (Ffind_coding_systems_region_internal): Be sure to
2000-11-23 Eli Zaretskii (decode_coding_emacs_mule): Fix the case of
2000-10-26 Kenichi Handa (decode_coding): Fix previous change (check also
2000-10-24 Eli Zaretskii (decode_coding_emacs_mule): If coding->eol_type is CR
2000-10-22 Eli Zaretskii Fix a typo in a comment.
2000-10-13 Kenichi Handa (decode_coding_string): Set coding->src_multibyte and
2000-10-13 Kenichi Handa (code_convert_region): Be sure to initialize coding->category_idx.
2000-09-07 Kenichi Handa (detect_coding_sjis): Check the byte sequence more regidly.
2000-09-07 Kenichi Handa (encode_coding_sjis_big5): Fix previous change.
2000-09-07 Kenichi Handa (encode_coding_sjis_big5): Use translation table for
2000-08-23 Kenichi Handa (encode_eol): Fix bug for the case of dst_bytes being zero. Set
2000-08-18 Kenichi Handa (encode_coding_string): Fix previous change.
2000-08-18 Kenichi Handa (decode_coding_string): Set members consumed,
2000-08-16 Kenichi Handa (encode_coding): Fix the bug of not flushing ISO escape sequence at
2000-08-16 Kenichi Handa (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
2000-08-11 Kenichi Handa (ccl_coding_driver): Initialize ccl->multibyte.
2000-08-08 Ken Raeburn *coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
2000-08-04 Kenichi Handa (coding_restore_composition): Pay attention to the case that
2000-08-04 Kenichi Handa (decode_coding_iso2022): More strict check for handling single
2000-07-27 Kenichi Handa (Qsafe_charsets): This variable deleted.
2000-07-23 Eli Zaretskii (syms_of_coding): Doc fix for inhibit-iso-escape-detection.
2000-07-19 Kenichi Handa (code_convert_region): Delete text properties before shrinking the
2000-07-18 Gerd Moellmann (syms_of_coding): Fix typo in spelling of variable
2000-07-18 Kenichi Handa (setup_coding_system): Don't override the explicitly specified
2000-07-14 Kenichi Handa (inhibit_iso_escape_detection): New variable.
2000-06-30 Kenichi Handa (code_convert_region): Even if the length of text is
2000-06-26 Andreas Schwab (decode_coding_string): Re-fetch STRING_BYTES after
2000-06-23 Eli Zaretskii (decode_eol_post_ccl): Special handling for undecided
2000-06-19 Kenichi Handa (setup_coding_system) <4>: Reset member `cr_carryover'.
2000-06-15 Kenichi Handa (decode_coding_emacs_mule): Always set src_base at the
2000-05-30 Kenichi Handa (detect_coding_iso2022): Fix code for checking
2000-05-29 Kenichi Handa (DECODE_COMPOSITION_START): If coding->cmp_data is not
2000-05-26 Dave Love (shrink_decoding_region): Initialize eol_conversion.
2000-05-25 Dave Love Fix junk from last checkin.
2000-05-25 Dave Love (encode_eol): Add null statement after label.
2000-05-25 Kenichi Handa (run_pre_post_conversion_on_str): Set point to the
2000-05-23 Kenichi Handa (encode_eol): Fix a bug of DOS style EOL encoding.
2000-05-19 Kenichi Handa (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->resutl to
2000-04-08 Ken Raeburn * coding.h (code_convert_string): Declare.
2000-03-07 Kenichi Handa Add comments on coding-category-utf-8,
2000-03-02 Kenichi Handa (coding_save_composition): Be sure to allocate
2000-01-11 Andreas Schwab (code_convert_region): Initialize total_skip.
1999-12-15 Kenichi Handa (code_convert_region): Fix the secoding arg to
1999-12-15 Kenichi Handa Include composite.h.
1999-12-07 Stefan Monnier * editfns.c (Fdelete_and_extract_region): New function.
1999-11-22 Paul Eggert * callproc.c (strerror): Remove decl.
1999-10-29 Kenichi Handa (code_convert_region): Update `dst' correctly.
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-10-18 Kenichi Handa (code_convert_string): Add record_unwind_protect to
1999-10-04 Kenichi Handa (DECODE_CHARACTER_ASCII): Decode ASCII invocated to GR
1999-09-13 Ken Raeburn Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
1999-08-23 Gerd Moellmann (code_convert_region): Compute beg/end_unchanged per
1999-07-26 Kenichi Handa (setup_coding_system): Get compiled CCL code by just
1999-06-18 Kenichi Handa (decode_coding_sjis_big5): Avoid compiler warning.
1999-06-08 Kenichi Handa (ENCODE_SJIS_BIG5_CHARACTER): Encode charset
1999-06-02 Kenichi Handa (ENCODE_SJIS_BIG5_CHARACTER): Encode charset
1999-05-24 Richard M. Stallman (syms_of_coding): Doc fix.