- 16 Jul, 2002 1 commit
-
-
Dave Love authored
(make_conversion_work_buffer, code_conversion_restore) (Fdefine_coding_system_internal): Convert Lisp types. (code_conversion_restore): Use EQ, not ==. (Fencode_coding_string): Fix code_convert_string call.
-
- 11 Jul, 2002 1 commit
-
-
Dave Love authored
-
- 16 Jun, 2002 1 commit
-
-
Dave Love authored
-
- 31 May, 2002 1 commit
-
-
Kenichi Handa authored
(encode_coding_iso_2022): Likewise. (encode_coding_sjis): Likewise. (encode_coding_big5): Likewise. (encode_coding_charset): Likewise.
-
- 30 May, 2002 1 commit
-
-
Kenichi Handa authored
(CODING_ISO_FLAG_USE_OLDJIS): New macro. (CODING_ISO_FLAG_FULL_SUPPORT): Macro definition changed. (setup_iso_safe_charsets): Fix arguemtns to Fassq. (DECODE_DESIGNATION): Pay attention to CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS. (ENCODE_ISO_CHARACTER_DIMENSION1): Likewise. (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. (encode_coding_iso_2022): Change the 1st arg to ENCODE_ISO_CHARACTER to a variable.
-
- 27 May, 2002 1 commit
-
-
Dave Love authored
-
- 26 May, 2002 2 commits
- 24 May, 2002 1 commit
-
-
Dave Love authored
(suffixes): Moved out of make_subsidiaries for K&R.
-
- 23 May, 2002 1 commit
-
-
Kenichi Handa authored
(decode_coding_charset): Workaround for the bug of GCC 2.96.
-
- 22 May, 2002 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
Fdefine_coding_system_internal. (Fdefine_coding_system_internal): For a coding system of `charset' type, store a list of charset IDs in `charset_attr_charset_valids' element of coding attributes.
-
- 21 May, 2002 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
(emacs_mule_char): New arg src. Delete arg `composition'. Caller changed. Handle 2-byte and 3-byte charsets correctly. (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Renamed from DECODE_EMACS_MULE_COMPOSITION_RULE. Caller changed. (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro. (DECODE_EMACS_MULE_21_COMPOSITION): Call DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation sequence. (decode_coding_emacs_mule): Handle composition correctly. Rewind `src' and `consumed_chars' correctly before calling emacs_mule_char. (DECODE_COMPOSITION_START): Correctly handle the case of altchar and alt&rule composition. (decode_coding_iso_2022): Handle composition correctly. (init_coding_once): Setup emacs_mule_bytes for private charsets.
-
- 20 May, 2002 1 commit
-
-
Kenichi Handa authored
encoding, produce a character specified by CODING_INHIBIT_CHARACTER_SUBSTITUTION. (encode_coding_sjis): Likewise. (encode_coding_big5): Likewise. (encode_coding_charset): Likewise.
-
- 17 May, 2002 1 commit
-
-
Dave Love authored
Removed. (Fset_coding_system_priority, Fset_coding_system_priority) (Fdefine_coding_system_internal): Doc fix.
-
- 14 May, 2002 3 commits
-
-
Kenichi Handa authored
pre-write-conversion. Ignore the return value of pre-write-conversion function. Pay attention for the case that pre-write-conversion change the current buffer. If dst_object is Qt, even if coding->src_bytes is zero, allocate at least one byte to coding->destination.
-
Kenichi Handa authored
calling post-read-conversion function.
-
Kenichi Handa authored
handling of charset list. (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
-
- 13 May, 2002 1 commit
-
-
Dave Love authored
(Fdefine_coding_system_alias): Use names, not symbols, in coding-system-alist.
-
- 10 May, 2002 1 commit
-
-
Kenichi Handa authored
(encode_coding_charset): Delete the local variable charset. (Fdefine_coding_system_internal): Likewise. (Fdefine_coding_system_internal): Setup attrs[coding_attr_charset_valids] correctly.
-
- 09 May, 2002 1 commit
-
-
Dave Love authored
(Fset_terminal_coding_system_internal) (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
-
- 08 May, 2002 1 commit
-
-
Kenichi Handa authored
multiple charsets correctly.
-
- 07 May, 2002 1 commit
-
-
Kenichi Handa authored
source and destination are the same correctly. (decode_coding_raw_text): Set coding->consumed_char and coding->consumed to 0. (produce_chars): If coding->chars_at_source is nonzero, update coding->consumed_char and coding->consumed before calling alloc_destination. (Fdefine_coding_system_alias): Register ALIAS in Vcoding_system_alist. (syms_of_coding): Define `no-convesion' coding system at the tail.
-
- 11 Mar, 2002 1 commit
-
-
Kenichi Handa authored
(decode_coding_gap): Set coding->dst_multibyte correctly.
-
- 08 Mar, 2002 1 commit
-
-
Kenichi Handa authored
(decode_coding_utf_16): Fix converting high and low bytes to code-point. (encode_coding_utf_16): Substitute coding->default_char for non-Unicode characters. (decode_coding): Don't call record_insert here. (setup_coding_system): Initialize `surrogate' of coding->spec.utf_16 to 0. (EMIT_ONE_BYTE): Fix for multibyte case.
-
- 05 Mar, 2002 1 commit
-
-
Kenichi Handa authored
-
- 01 Mar, 2002 1 commit
-
-
Kenichi Handa authored
-
- 01 Feb, 2002 1 commit
-
-
Richard M. Stallman authored
Give up if NCOMPONENT gets too large to index `component'.
-
- 11 Jan, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 17 Dec, 2001 3 commits
-
-
Richard M. Stallman authored
before calling decode_coding.
-
Sam Steingold authored
patch (COMPOSING_P, not COMPOSING).
-
Richard M. Stallman authored
instead of only for COMPOSITION_DISABLED.
-
- 09 Dec, 2001 1 commit
-
-
Pavel Janík authored
(Fdecode_sjis_char): Likewise.
-
- 29 Nov, 2001 1 commit
-
-
Dave Love authored
extra extra slot. (detect_coding_mask): Fix call of detect_coding_iso2022.
-
- 28 Nov, 2001 1 commit
-
-
Pavel Janík authored
-
- 14 Nov, 2001 1 commit
-
-
Richard M. Stallman authored
-
- 13 Nov, 2001 1 commit
-
-
Pavel Janík authored
-
- 09 Nov, 2001 1 commit
-
-
Pavel Janík authored
(encode_coding): Remove unused variable `src_end'. (code_convert_region): Remove unused variables `count'.
-
- 04 Nov, 2001 1 commit
-
-
Pavel Janík authored
-