| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (ccl_coding_driver): Always calculate correct mulibyte | Kenichi Handa | 1998-09-07 | 1 | -13/+6 |
| | | | | | | chars in produced byte sequence. (Ffind_operation_coding_system): Doc-string fixed. | ||||
| * | (decode_coding): Even if SRC_BYTES is zero, try | Kenichi Handa | 1998-08-31 | 1 | -4/+12 |
| | | | | | | | | processing if CODING requires flushing. (encode_coding): Likewise. (code_convert_region): Likewise. (code_convert_string): Likewise. | ||||
| * | (code_convert_region1): Remove all text properties of the region. | Kenichi Handa | 1998-08-28 | 1 | -0/+4 |
| | | |||||
| * | (detect_coding_iso2022): Handle ESC N and ESC O | Kenichi Handa | 1998-08-27 | 1 | -27/+11 |
| | | | | | | correctly. They are for SS2 and SS3 respectively. (ccl_coding_driver): Fix previous change. | ||||
| * | (file-coding-system-alist, select-safe-coding-system-function): Doc fix. | Andreas Schwab | 1998-08-24 | 1 | -2/+2 |
| | | |||||
| * | (detect_coding_iso2022): Don't check the byte length of | Kenichi Handa | 1998-08-24 | 1 | -8/+24 |
| | | | | | | succeeding codes (0xa0..0xFF) if the codes follows single shit code. | ||||
| * | (detect_coding_system): If detect_eol_type returns | Kenichi Handa | 1998-08-21 | 1 | -1/+1 |
| | | | | | | CODING_EOL_INCONSISTENT, set eol_type to CODING_EOL_UNDECIDED correctly. | ||||
| * | (ccl_coding_driver): Setup ccl->last_block properly. | Kenichi Handa | 1998-08-18 | 1 | -1/+5 |
| | | | | | (setup_coding_system): Correctly setup `valid_codes' member. | ||||
| * | (coding_category_name): Fix the order of initial | Kenichi Handa | 1998-08-15 | 1 | -3/+3 |
| | | | | | | contents. (detect_coding_mask): Fix previous change. | ||||
| * | (default_buffer_file_coding): New variable. | Kenichi Handa | 1998-08-10 | 1 | -0/+4 |
| | | | | | (init_coding_once): Initialize default_buffer_file_coding. | ||||
| * | (CHARSET_OK): Check that coding_system_table[IDX] != 0. | Richard M. Stallman | 1998-08-09 | 1 | -5/+6 |
| | | |||||
| * | Avoid using initializers for Lisp_Object. | Richard M. Stallman | 1998-08-08 | 1 | -9/+20 |
| | | |||||
| * | (Qvalid_codes): New variable. | Kenichi Handa | 1998-08-02 | 1 | -24/+108 |
| | | | | | | | | | | | | | (coding_category_name): Include "coding-category-ccl". (detect_coding_ccl): New function. (setup_coding_system): Setup coding->spec.ccl.valid_codes from the coding system priority `valid-codes' for CCL based coding systesm. (detect_coding_mask): Check also a CCL based coding system. (Fupdate_coding_systems_internal): Renamed from Fupdate_iso_coding_systems. (syms_of_coding): Change property char-table-extra-slot of translation-table to 1. Initialize and static pro Qvalid_codes. | ||||
| * | (syms_of_coding): Mention auto-coding-alist in the | Kenichi Handa | 1998-07-25 | 1 | -1/+2 |
| | | | | | docstring of file-coding-system-alist. | ||||
| * | (init_coding): New function. | Kenichi Handa | 1998-07-21 | 1 | -1/+6 |
| | | | | | | (init_coding_once): Don't initialize conversion_buffer here. It is done in init_coding. | ||||
| * | (code_convert_string): Count characters again if we | Kenichi Handa | 1998-07-09 | 1 | -2/+7 |
| | | | | | encounter some invalid code while decoding. | ||||
| * | (DECODE_ISO_CHARACTER): While decoding two-byte code, | Kenichi Handa | 1998-07-09 | 1 | -4/+4 |
| | | | | | if the sencond byte is invalid, produce the first byte as is. | ||||
| * | (setup_raw_text_coding_system): New function. | Kenichi Handa | 1998-06-26 | 1 | -51/+55 |
| | | | | | (decode_coding_sjis_big5): Bug for handling invalid code fixed. | ||||
| * | Doc fixes. | Karl Heuer | 1998-06-20 | 1 | -1/+1 |
| | | |||||
| * | (encode_eol): Fix typo that prevented converting to Mac | Richard M. Stallman | 1998-06-16 | 1 | -7/+5 |
| | | | | | | | line endings. Always update dst_bytes to number of bytes actually copied. (decode_eol): Fix value of coding->produced when decoding Unix line endings (in case this function is ever used for that). | ||||
| * | (detect_coding_system): Always return a list of HIGHEST is zero. | Kenichi Handa | 1998-06-13 | 1 | -5/+7 |
| | | | | | | (Fdetect_coding_region): Doc-string adjusted for the above change. (Fdetect_coding_string): Likewise. | ||||
| * | (code_convert_string_norecord): New function. | Karl Heuer | 1998-06-03 | 1 | -0/+22 |
| | | | | | Does encoding or decoding but doesn't set Vlast_coding_system_used. | ||||
| * | (detect_coding_mask): Initilize local variable C. | Kenichi Handa | 1998-06-02 | 1 | -0/+1 |
| | | |||||
| * | (detect_coding_system): Treat CODING_EOL_INCONSISTENT | Richard M. Stallman | 1998-05-26 | 1 | -2/+3 |
| | | | | | like CODING_EOL_UNDECIDED. | ||||
| * | (ascii_skip_code): New variable. | Kenichi Handa | 1998-05-25 | 1 | -36/+53 |
| | | | | | | | | | | | | | (detect_coding_mask): Skip ASCII codes at the head according to ascii_skip_code. (coding_priorities): New variable. (Fset_coding_priority_internal): New function. (detect_coding): Call set_coding_mask with coding_priorities as arg CODING. (init_coding_once): Initialize ascii_skip_code. (syms_of_coding): Declare set-coding-priority-internal as a Lisp function. | ||||
| * | Change term "character translation table" to "translation table". | Kenichi Handa | 1998-05-22 | 1 | -49/+43 |
| | | |||||
| * | (shrink_decoding_region): No short cut by | Kenichi Handa | 1998-05-21 | 1 | -3/+3 |
| | | | | | coding->heading_ascii if eol conversion is necessary. | ||||
| * | Change terms unify/unification to | Kenichi Handa | 1998-05-18 | 1 | -147/+161 |
| | | | | | | | | | | | | | translate/translation respectively throughtout the file. (encode_coding_iso2022): Fix bug in encoding a text ending by a composite character. (check_composing_code): If we are decoding the last block of data, return 0 even if the source doesn't end by an escape sequence which terminates the current composing sequence. (decode_coding_iso2022): Decode correctly even if the source doesn't end by an escape sequence which terminates the current composing sequence. | ||||
| * | (code_convert_region1): Set Vlast_coding_system_used. | Richard M. Stallman | 1998-05-10 | 1 | -6/+20 |
| | | | | | | | (code_convert_string1): Likewise. (Fdecode_coding_region, Fencode_coding_region): Doc fixes. (Fdecode_coding_string, Fencode_coding_string): Doc fixes. | ||||
| * | (detect_coding_mask): Check also coding-category-binary. | Richard M. Stallman | 1998-05-09 | 1 | -6/+9 |
| | | |||||
| * | (encode_coding_iso2022): Don't skip a code following some invalid code. | Richard M. Stallman | 1998-05-04 | 1 | -11/+8 |
| | | |||||
| * | (encode_coding_iso2022): If encoding a last block, | Kenichi Handa | 1998-05-01 | 1 | -11/+8 |
| | | | | | reset graphic planes and registers. | ||||
| * | (setup_coding_system): Properly check for nil. | Andreas Schwab | 1998-04-29 | 1 | -2/+2 |
| | | |||||
| * | (shrink_decoding_region): Do not consider LF as ascii | Richard M. Stallman | 1998-04-24 | 1 | -2/+18 |
| | | | | | | | | if preceded by CR, since that confuses eol decoding. (code_convert_region): When conversion fails with CODING_FINISH_INSUFFICIENT_SRC, was overwriting src with garbage from dst instead of copying from src to dst. | ||||
| * | (setup_coding_system): For a type 4 coding system, | Kenichi Handa | 1998-04-20 | 1 | -4/+10 |
| | | | | | FLAGS member of coding spec is a cons of CCL program symbols. | ||||
| * | (code_convert_region): If point in the conversion | Kenichi Handa | 1998-04-15 | 1 | -0/+3 |
| | | | | | region, move it to FROM in advance. | ||||
| * | (syms_of_coding): Declare and define inherit-process-coding-system. | Eli Zaretskii | 1998-04-15 | 1 | -0/+9 |
| | | |||||
| * | (code_convert_region): Fix mixing of Lisp_Object and | Andreas Schwab | 1998-04-14 | 1 | -1/+2 |
| | | | | | int. | ||||
| * | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+5 |
| | | |||||
| * | (code_convert_region): Call adjust_after_insert also | Andreas Schwab | 1998-04-14 | 1 | -1/+5 |
| | | | | | in unibyte mode. | ||||
| * | (code_convert_string): Give decode_coding correct byte | Kenichi Handa | 1998-04-14 | 1 | -1/+1 |
| | | | | | length of source text. | ||||
| * | (CHARSET_OK): Don't reject safe charsets. | Kenichi Handa | 1998-04-02 | 1 | -5/+8 |
| | | | | | | (DECODE_DESIGNATION): Likewise. (check_composing_code): Likewise. | ||||
| * | (code_convert_region): Handle skipped ASCII characters | Kenichi Handa | 1998-03-30 | 1 | -52/+64 |
| | | | | | | | | at the head and tail of conversion region correctly when adjusting position keepers. Call adjust_after_insert to record undo info and adjust markers when we don't have to change byte sequence of a buffer. | ||||
| * | (code_convert_region): Call adjust_before_replace | Richard M. Stallman | 1998-03-28 | 1 | -3/+5 |
| | | | | | in the no-conversion case. Adjust GPT, ZV and Z in chars. | ||||
| * | (shrink_decoding_region): If EOL_CONVERSION is nonzero, | Kenichi Handa | 1998-03-24 | 1 | -4/+4 |
| | | | | | don't skip `\r' (instead of `\n'). | ||||
| * | (code_convert_string): Use make_string_from_bytes. | Richard M. Stallman | 1998-03-21 | 1 | -2/+2 |
| | | |||||
| * | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -5/+6 |
| | | |||||
| * | (code_convert_region): The 6th arg name is changed to | Kenichi Handa | 1998-03-16 | 1 | -15/+23 |
| | | | | | | REPLACE. Even if there's no need of code conversion, call adjust_after_replace to handle bytes combining. | ||||
| * | (code_convert_region): Adjusted for the change of | Kenichi Handa | 1998-03-12 | 1 | -104/+24 |
| | | | | | adjust_after_replace. | ||||
| * | (code_convert_region): Fix previous change. Adjusted | Richard M. Stallman | 1998-03-10 | 1 | -26/+50 |
| | | | | | for the change of adjust_after_replace (see insdel.c change above). | ||||