| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (decode_composition_emacs_mule): | Richard M. Stallman | 2002-02-01 | 1 | -0/+4 |
| | | | | | Give up if NCOMPONENT gets too large to index `component'. | ||||
| * | (code_convert_region): Don't copy old text if undo disabled. | Richard M. Stallman | 2002-01-11 | 1 | -2/+15 |
| | | |||||
| * | (code_convert_region): Update coding->cmp_data->char_offset | Richard M. Stallman | 2001-12-17 | 1 | -1/+5 |
| | | | | | before calling decode_coding. | ||||
| * | (DECODE_COMPOSITION_END): Fixed a typo in the last | Sam Steingold | 2001-12-17 | 1 | -21/+21 |
| | | | | | patch (COMPOSING_P, not COMPOSING). | ||||
| * | (DECODE_COMPOSITION_END): Check for ! COMPOSING (coding) | Richard M. Stallman | 2001-12-17 | 1 | -1/+1 |
| | | | | | instead of only for COMPOSITION_DISABLED. | ||||
| * | (setup_coding_system, shrink_encoding_region) | Pavel Janík | 2001-12-09 | 1 | -10/+10 |
| | | | | | (Fdecode_sjis_char): Likewise. | ||||
| * | (syms_of_coding) <Qchar_coding_system>: Give it an | Dave Love | 2001-11-29 | 1 | -3/+4 |
| | | | | | | extra extra slot. (detect_coding_mask): Fix call of detect_coding_iso2022. | ||||
| * | (decode_coding_string): Remove unused variable `gcpro1'. | Pavel Janík | 2001-11-28 | 1 | -1/+0 |
| | | |||||
| * | (syms_of_coding): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -2/+2 |
| | | |||||
| * | Doc fix. | Pavel Janík | 2001-11-13 | 1 | -1/+1 |
| | | |||||
| * | (encode_coding): Use precomputed value of `src'. | Pavel Janík | 2001-11-09 | 1 | -4/+1 |
| | | | | | | (encode_coding): Remove unused variable `src_end'. (code_convert_region): Remove unused variables `count'. | ||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-11-04 | 1 | -264/+267 |
| | | |||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -21/+21 |
| | | |||||
| * | (syms_of_coding): Document that locale-coding-system is | Eli Zaretskii | 2001-10-29 | 1 | -1/+2 |
| | | | | | used for decoding input on X. | ||||
| * | (Ffind_operation_coding_system): Add usage: string to doc string. | Miles Bader | 2001-10-21 | 1 | -1/+3 |
| | | |||||
| * | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -1/+1 |
| | | | | | with lisp system changes. | ||||
| * | Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing | Gerd Moellmann | 2001-10-05 | 1 | -2/+2 |
| | | | | | symbols' value directly. | ||||
| * | (code_convert_region): Handle the multibyte case if | Gerd Moellmann | 2001-07-23 | 1 | -4/+21 |
| | | | | | decoding ends with CODING_FINISH_INSUFFICIENT_SRC. | ||||
| * | * coding.c (setup_coding_system): Don't do any designation based on reg_bits if | Ken Raeburn | 2001-07-17 | 1 | -1/+1 |
| | | | | | charset is not yet defined. | ||||
| * | (Ffind_coding_systems_region_internal): If safe_codings | Stefan Monnier | 2001-07-12 | 1 | -1/+3 |
| | | | | | is t, don't try to append anything to it. | ||||
| * | comment | Dave Love | 2001-04-05 | 1 | -3/+3 |
| | | |||||
| * | (Fdetect_coding_region): Fix comments added by the previous change. | Kenichi Handa | 2001-03-08 | 1 | -6/+9 |
| | | |||||
| * | (detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP. | Kenichi Handa | 2001-03-08 | 1 | -1/+1 |
| | | |||||
| * | (detect_coding_sjis): Do more rigid check. | Kenichi Handa | 2001-03-08 | 1 | -21/+31 |
| | | | | | | | | | (detect_coding_big5): Likewise. (decode_coding_sjis_big5): Likewise. (Fdetect_coding_region): Call detect_coding_system with tailing anchor byte `\0' for more rigid detection. (Fdetect_coding_string): Likewise. | ||||
| * | (syms_of_coding): Docstring modified. | Kenichi Handa | 2001-03-05 | 1 | -1/+6 |
| | | |||||
| * | (ccl_coding_driver): If ccl->eight_bit_control is zero, | Kenichi Handa | 2001-02-27 | 1 | -0/+7 |
| | | | | | treat the produced bytes as a valid multibyte sequence. | ||||
| * | Doc and message fixes. | Dave Love | 2001-02-14 | 1 | -37/+37 |
| | | |||||
| * | (code_convert_region): After detecting a coding, if | Kenichi Handa | 2001-02-08 | 1 | -1/+12 |
| | | | | | | nothing found, set coding->composing to COMPOSITION_NO. (decode_coding_string): Likewise. | ||||
| * | (decode_coding): Set a flag for inhibiting | Kenichi Handa | 2001-01-26 | 1 | -5/+22 |
| | | | | | | | | | inconsistent eol. (code_convert_region): Always set saved_coding_symbol. (decode_coding_string): Likewise. Update coding->symbol when we encounter a inconsistent eol by the same way as code_convert_region. | ||||
| * | (ccl_coding_driver): Setup ccl->suppress_error. | Kenichi Handa | 2001-01-24 | 1 | -0/+5 |
| | | | | | | | (Fset_terminal_coding_system_internal): Set the member suppress_error to 1. (Fset_safe_terminal_coding_system_internal): Likewise. | ||||
| * | Commentary changes. | Dave Love | 2001-01-04 | 1 | -64/+68 |
| | | | | | (detect_eol_type_in_2_octet_form): Declare arg big_endian_p. | ||||
| * | (detect_coding_iso2022, setup_coding_system): Remove | Eli Zaretskii | 2001-01-02 | 1 | -14/+5 |
| | | | | | | | | | | | | | | | | unused variable `i'. (detect_coding_mask): Remove unused variable `idx'. (detect_coding): Remove unused variable `i'. (ccl_coding_driver): Remove unused variable `result'. (run_pre_post_conversion_on_str): Remove unused variable `prev'. (decode_coding_string): Remove unused variables `to' and `gcpro1'. (encode_coding_string): Remove unused variables `gcpro1' and `saved_coding_symbol'. (Ffind_coding_systems_region_internal): Remove function-local variable args[], leave only the block-local one. (code_convert_region1): Remove unused variable `len'. | ||||
| * | (setup_coding_system): Initialize | Kenichi Handa | 2000-12-28 | 1 | -2/+56 |
| | | | | | | coding->spec.ccl.eight_bit_carryover. (ccl_coding_driver): Pay attention to carried over 8-bit bytes. | ||||
| * | (SAFE_ONE_MORE_BYTE): New macro. | Kenichi Handa | 2000-12-28 | 1 | -36/+439 |
| | | | | | | | | | | | | | | (DECODE_EMACS_MULE_COMPOSITION_CHAR): New macro. (DECODE_EMACS_MULE_COMPOSITION_RULE): New macro. (decode_composition_emacs_mule): New function. (decode_coding_emacs_mule): Decode composition sequence by calling decode_composition_emacs_mule. (ENCODE_COMPOSITION_EMACS_MULE): New macro. (encode_coding_emacs_mule): Changed from macro to function. If a text contains compostions, encode them correctly. (setup_coding_system): Set coding->commong_flags for emacs-mule so that decoding and encoding are required. | ||||
| * | (ccl_coding_driver): Initialize ccl->cr_consumed. | Kenichi Handa | 2000-12-21 | 1 | -2/+12 |
| | | |||||
| * | (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP | Kenichi Handa | 2000-12-15 | 1 | -4/+2 |
| | | | | | | | argument. (code_convert_region): Don't override coding->src_multibyte and coding->dst_multibyte. | ||||
| * | (setup_coding_system): Clear all members of the struct | Kenichi Handa | 2000-12-15 | 1 | -2/+3 |
| | | | | | coding_system at first. | ||||
| * | (decode_coding_string): Set coding->src_multibyte and | Kenichi Handa | 2000-12-14 | 1 | -3/+7 |
| | | | | | | coding->dst_multibyte before calling detect_coding and detect_eol. Update them after some coding system is detected. | ||||
| * | (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro. | Kenichi Handa | 2000-12-13 | 1 | -53/+87 |
| | | | | | | | | | | (detect_coding_emacs_mule, detect_coding_iso2022,) (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) (detect_coding_utf_16, detect_coding_ccl): Make them static. New argument MULTIBYTEP. Callers changed. (detect_coding_mask, detect_coding_system): New argument MULTIBYTEP. Callers changed. | ||||
| * | (setup_coding_system): Be sure to initialize coding->category_idx. | Kenichi Handa | 2000-12-05 | 1 | -0/+6 |
| | | |||||
| * | (Ffind_coding_systems_region_internal): Be sure to | Kenichi Handa | 2000-11-28 | 1 | -1/+3 |
| | | | | | include no-conversion. | ||||
| * | (decode_coding_emacs_mule): Fix the case of | Eli Zaretskii | 2000-11-23 | 1 | -2/+1 |
| | | | | | CODING_EOL_LF, which used an uninitialized value of c. | ||||
| * | (decode_coding): Fix previous change (check also | Kenichi Handa | 2000-10-26 | 1 | -0/+1 |
| | | | | | CODING_MODE_LAST_BLOCK). | ||||
| * | (decode_coding_emacs_mule): If coding->eol_type is CR | Eli Zaretskii | 2000-10-24 | 1 | -1/+40 |
| | | | | | or CRLF, decode EOLs. | ||||
| * | Fix a typo in a comment. | Eli Zaretskii | 2000-10-22 | 1 | -1/+1 |
| | | |||||
| * | (decode_coding_string): Set coding->src_multibyte and | Kenichi Handa | 2000-10-13 | 1 | -8/+8 |
| | | | | | | | coding->dst_multibyte before using CODING_REQUIRE_DECODING. (encode_coding_string): Set coding->src_multibyte and coding->dst_multibyte before using CODING_REQUIRE_ENCODING. | ||||
| * | (code_convert_region): Be sure to initialize coding->category_idx. | Kenichi Handa | 2000-10-13 | 1 | -5/+8 |
| | | |||||
| * | (detect_coding_sjis): Check the byte sequence more regidly. | Kenichi Handa | 2000-09-07 | 1 | -3/+8 |
| | | |||||
| * | (encode_coding_sjis_big5): Fix previous change. | Kenichi Handa | 2000-09-07 | 1 | -0/+2 |
| | | |||||
| * | (encode_coding_sjis_big5): Use translation table for | Kenichi Handa | 2000-09-07 | 1 | -5/+5 |
| | | | | | | | encoding, not decoding. Check for the charset katakana-jisx0201, not latin-jisx0201. (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1. | ||||