summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* (decode_coding): Fix previous change (check alsoKenichi Handa2000-10-261-0/+1
* (decode_coding_emacs_mule): If coding->eol_type is CREli Zaretskii2000-10-241-1/+40
* Fix a typo in a comment.Eli Zaretskii2000-10-221-1/+1
* (decode_coding_string): Set coding->src_multibyte andKenichi Handa2000-10-131-8/+8
* (code_convert_region): Be sure to initialize coding->category_idx.Kenichi Handa2000-10-131-5/+8
* (detect_coding_sjis): Check the byte sequence more regidly.Kenichi Handa2000-09-071-3/+8
* (encode_coding_sjis_big5): Fix previous change.Kenichi Handa2000-09-071-0/+2
* (encode_coding_sjis_big5): Use translation table forKenichi Handa2000-09-071-5/+5
* (encode_eol): Fix bug for the case of dst_bytes being zero. SetKenichi Handa2000-08-231-1/+2
* (encode_coding_string): Fix previous change.Kenichi Handa2000-08-181-0/+1
* (decode_coding_string): Set members consumed,Kenichi Handa2000-08-181-8/+27
* (encode_coding): Fix the bug of not flushing ISO escape sequence atKenichi Handa2000-08-161-5/+5
* (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.Kenichi Handa2000-08-161-80/+150
* (ccl_coding_driver): Initialize ccl->multibyte.Kenichi Handa2000-08-111-0/+1
* *coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.Ken Raeburn2000-08-081-2/+2
* (coding_restore_composition): Pay attention to the case thatKenichi Handa2000-08-041-20/+32
* (decode_coding_iso2022): More strict check for handling singleKenichi Handa2000-08-041-0/+4
* (Qsafe_charsets): This variable deleted.Kenichi Handa2000-07-271-87/+267
* (syms_of_coding): Doc fix for inhibit-iso-escape-detection.Eli Zaretskii2000-07-231-7/+7
* (code_convert_region): Delete text properties before shrinking theKenichi Handa2000-07-191-11/+9
* (syms_of_coding): Fix typo in spelling of variableGerd Moellmann2000-07-181-1/+1
* (setup_coding_system): Don't override the explicitly specifiedKenichi Handa2000-07-181-2/+4
* (inhibit_iso_escape_detection): New variable.Kenichi Handa2000-07-141-0/+37
* (code_convert_region): Even if the length of text isKenichi Handa2000-06-301-38/+41
* (decode_coding_string): Re-fetch STRING_BYTES afterAndreas Schwab2000-06-261-0/+1
* (decode_eol_post_ccl): Special handling for undecidedEli Zaretskii2000-06-231-4/+10
* (setup_coding_system) <4>: Reset member `cr_carryover'.Kenichi Handa2000-06-191-5/+152
* (decode_coding_emacs_mule): Always set src_base at theKenichi Handa2000-06-151-2/+1
* (detect_coding_iso2022): Fix code for checkingKenichi Handa2000-05-301-3/+1
* (DECODE_COMPOSITION_START): If coding->cmp_data is notKenichi Handa2000-05-291-45/+46
* (shrink_decoding_region): Initialize eol_conversion.Dave Love2000-05-261-1/+4
* Fix junk from last checkin.Dave Love2000-05-251-1/+1
* (encode_eol): Add null statement after label.Dave Love2000-05-251-0/+3
* (run_pre_post_conversion_on_str): Set point to theKenichi Handa2000-05-251-3/+6
* (encode_eol): Fix a bug of DOS style EOL encoding.Kenichi Handa2000-05-231-0/+1
* (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->resutl toKenichi Handa2000-05-191-1363/+1220
* * coding.h (code_convert_string): Declare.Ken Raeburn2000-04-081-1/+1
* Add comments on coding-category-utf-8,Kenichi Handa2000-03-071-41/+258
* (coding_save_composition): Be sure to allocateKenichi Handa2000-03-021-2/+4
* (code_convert_region): Initialize total_skip.Andreas Schwab2000-01-111-1/+1
* (code_convert_region): Fix the secoding arg toKenichi Handa1999-12-151-1/+1
* Include composite.h.Kenichi Handa1999-12-151-335/+641
* * editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier1999-12-071-1/+1
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-1/+1
* (code_convert_region): Update `dst' correctly.Kenichi Handa1999-10-291-1/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-1/+30
* (code_convert_string): Add record_unwind_protect toKenichi Handa1999-10-181-20/+59
* (DECODE_CHARACTER_ASCII): Decode ASCII invocated to GRKenichi Handa1999-10-041-3/+3
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-38/+38
* (code_convert_region): Compute beg/end_unchanged perGerd Moellmann1999-08-231-4/+4