| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (setup_coding_system): Setup coding->eol_type as LF | Kenichi Handa | 1997-04-16 | 1 | -0/+1 |
| | | | | | for a invalid coding system. | ||||
| * | (Ffind_coding_system): Don't use Lisp_Object as integer. | Karl Heuer | 1997-04-10 | 1 | -2/+2 |
| | | |||||
| * | (detect_coding_iso2022, detect_coding_mask): Ignore | Kenichi Handa | 1997-04-07 | 1 | -19/+26 |
| | | | | | | | invalid ESC sequence for ISO 2022. (Fencode_sjis_char, Fencode_big5_char): Adjusted for the change of SPLIT_CHAR. | ||||
| * | (Ffind_coding_system): Doc fix. | Richard M. Stallman | 1997-04-05 | 1 | -12/+22 |
| | | |||||
| * | Adjusted for the change of MAX_CHARSET. | Kenichi Handa | 1997-03-18 | 1 | -2/+2 |
| | | |||||
| * | (decode_eol): Fix bug of converting CRLF to LF. | Kenichi Handa | 1997-03-05 | 1 | -1/+1 |
| | | |||||
| * | (create_process, Fopen_network_stream): Typo in indexes | Kenichi Handa | 1997-02-27 | 1 | -167/+254 |
| | | | | | | | | | | | | | | | | | | | | | | of array proc_encode_coding_system fixed. Remove prefix "coding-system-" from coding system symbol names. (encode_coding) : Fix typo ("=" -> "=="). (detect_coding_iso2022): Detect coding-category-iso-8-2 more precisely. (ENCODE_RESET_PLANE_AND_REGISTER): Argument `eol' is deleted. Don't call ENCODE_DESIGNATION if nothing designated initially. (encode_designation_at_bol) New function. (encode_coding_iso2022): Handle CODING_FLAG_ISO_INIT_AT_BOL and CODING_FLAG_ISO_DESIGNATE_AT_BOL. (setup_coding_system): Now, flags of ISO2022 coding systems contains charsets instead of charset IDs. (detect_coding_iso2022, decode_coding_iso2022): Make the code robust against invalid SI and SO. (Ffind_coding_system, syms_of_coding): Escape newlines in docstring. (setup_coding_system): Correct setting coding->symbol and coding->eol_type. The performance improved. | ||||
| * | Fix FSF address in comment. | Karl Heuer | 1997-02-23 | 1 | -12/+14 |
| | | |||||
| * | Initial revision | Karl Heuer | 1997-02-20 | 1 | -0/+3520 |