| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Vchar_coding_system_table): Remove this variable. | Kenichi Handa | 2003-03-18 | 1 | -164/+8 |
| | | | | | | | | | | | | | | (Vcoding_system_safe_chars): New variable. (intersection): Remove this function. (find_safe_codings): Don't use Vchar_coding_system_table, but try all codings in SAFE_CODINGS. (Ffind_coding_systems_region_internal): Adjusted for the change of find_safe_codings. Get generic coding systems from Vcoding_system_safe_chars. (Fdefine_coding_system_internal): New function. (syms_of_coding): Defsubr Sdefine_coding_system_internal. Initialize and staticpro Vcoding_system_safe_chars. | ||||
| * | (Fdetect_coding_region): Fix docstring. | Kenichi Handa | 2003-03-13 | 1 | -2/+5 |
| | | |||||
| * | (Fdetect_coding_string): Fix docstring. | Kenichi Handa | 2003-03-13 | 1 | -2/+5 |
| | | |||||
| * | (CODING_ADD_COMPOSITION_COMPONENT): If the number of | Kenichi Handa | 2003-03-07 | 1 | -3/+40 |
| | | | | | | | | | | composition components reaches the limit, terminate composing. (COMPOSITION_OK): New macro. (detect_coding_iso2022): Use it if an escapse sequence for composition is found. (coding_restore_composition): Adjust the number of composition components if it is not sane. | ||||
| * | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -2/+2 |
| | | |||||
| * | (syms_of_coding): Add `...' for symbols in the docstring of | Kenichi Handa | 2003-01-31 | 1 | -12/+201 |
| | | | | | `coding-system-require-warning'. | ||||
| * | (coding_system_require_warning): New variable. | Kenichi Handa | 2002-12-17 | 1 | -0/+11 |
| | | | | | (syms_of_coding): DEFVAR it. | ||||
| * | (Funencodable_char_position): Set pend correctly. | Kenichi Handa | 2002-12-13 | 1 | -1/+4 |
| | | |||||
| * | (Vtranslation_table_for_input): New. | Dave Love | 2002-11-09 | 1 | -1/+3 |
| | | | | | (syms_of_coding): DEFVAR it. | ||||
| * | Reformat some DEFUNs so that etags works. | Dave Love | 2002-11-06 | 1 | -10/+14 |
| | | |||||
| * | (decode_coding_emacs_mule, decode_coding_iso2022) | Stefan Monnier | 2002-11-02 | 1 | -22/+1 |
| | | | | | (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL. | ||||
| * | Fix typo in comment. | Juanma Barranquero | 2002-10-18 | 1 | -2/+2 |
| | | |||||
| * | (code_convert_region): When we need more GAP for | Kenichi Handa | 2002-10-08 | 1 | -3/+13 |
| | | | | | | conversion, pay attention to the case that coding->produced is not greater than coding->consumed. | ||||
| * | (decode_coding_emacs_mule): Check coding->cmp_data. | Kenichi Handa | 2002-09-30 | 1 | -2/+1 |
| | | | | | | Only when it is non-nil, handle composition sequence. (setup_coding_system) <0>: Don't force composition handling. | ||||
| * | (run_pre_post_conversion_on_str): Save and restore Vdeactivate_mark. | Richard M. Stallman | 2002-09-26 | 1 | -2/+6 |
| | | |||||
| * | (syms_of_coding): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | | |||||
| * | (Funencodable_char_position): Lisp_Object/int mixup. | Gerd Moellmann | 2002-08-13 | 1 | -1/+1 |
| | | |||||
| * | (unencodable_char_position): New function. | Kenichi Handa | 2002-08-11 | 1 | -0/+137 |
| | | | | | | (Funencodable_char_position): New function. (syms_of_coding): Defsubr Funencodable_char_position. | ||||
| * | (Ffind_operation_coding_system): Fix Lisp_Object/int mixup. | Ken Raeburn | 2002-08-08 | 1 | -1/+1 |
| | | |||||
| * | (Ffind_operation_coding_system): For write-region, if | Kenichi Handa | 2002-08-08 | 1 | -0/+7 |
| | | | | | VISIT is a filename, make it the target. | ||||
| * | (detect_coding_iso2022): While checking a byte sequence | Kenichi Handa | 2002-07-26 | 1 | -0/+6 |
| | | | | | | for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check it in the normal loop. | ||||
| * | (encode_eol, detect_coding, detect_eol): | Ken Raeburn | 2002-07-19 | 1 | -26/+30 |
| | | | | | | | | (decode_coding, encode_coding, detect_coding_system): Source strings now treated as const. (decode_coding_string, encode_coding_string): Use STRING_COPYIN to modify Lisp string contents. | ||||
| * | (Ffind_coding_systems_region_interval): Use const for | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | | | | | pointer to lisp string data. | ||||
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -41/+41 |
| | | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
| * | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -1/+1 |
| | | |||||
| * | Fix typo. | Juanma Barranquero | 2002-07-03 | 1 | -1/+1 |
| | | |||||
| * | (detect_eol): Preserve coding->cmp_data. | Kenichi Handa | 2002-06-24 | 1 | -0/+2 |
| | | |||||
| * | * coding.c (Fread_coding_system, code_convert_region1) | Ken Raeburn | 2002-05-20 | 1 | -5/+5 |
| | | | | | | | (code_convert_string1, code_convert_string_norecord) (Ffind_operation_coding_system): Use SYMBOL_NAME instead of XSYMBOL and name field. | ||||
| * | (decode_coding) <coding_type_ccl>: If a lone CR | Eli Zaretskii | 2002-05-11 | 1 | -6/+14 |
| | | | | | | characters is carried over from the previous block of text, adjust coding->produced to account for the extra character. | ||||
| * | (intersection): Keep the elements of the returned list | Andreas Schwab | 2002-05-11 | 1 | -4/+7 |
| | | | | | in the same order as in the first list. | ||||
| * | (encode_coding_sjis_big5): Enclose bitwise AND in | Eli Zaretskii | 2002-05-10 | 1 | -1/+1 |
| | | | | | parens, to ensure correct evaluation order. | ||||
| * | (run_pre_post_conversion_on_str): | Richard M. Stallman | 2002-04-13 | 1 | -3/+16 |
| | | | | | Don't call temp_output_buffer_setup--do just part, by hand. | ||||
| * | (syms_of_coding) <file-coding-system-alist>: Doc fix | Andreas Schwab | 2002-03-11 | 1 | -2/+2 |
| | | |||||
| * | (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. | ||||