index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Ken Raeburn
2001-10-16
1
-1
/
+1
*
Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
Gerd Moellmann
2001-10-05
1
-2
/
+2
*
(code_convert_region): Handle the multibyte case if
Gerd Moellmann
2001-07-23
1
-4
/
+21
*
* coding.c (setup_coding_system): Don't do any designation based on reg_bits if
Ken Raeburn
2001-07-17
1
-1
/
+1
*
(Ffind_coding_systems_region_internal): If safe_codings
Stefan Monnier
2001-07-12
1
-1
/
+3
*
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
*
(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
*
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
*
(decode_coding): Set a flag for inhibiting
Kenichi Handa
2001-01-26
1
-5
/
+22
*
(ccl_coding_driver): Setup ccl->suppress_error.
Kenichi Handa
2001-01-24
1
-0
/
+5
*
Commentary changes.
Dave Love
2001-01-04
1
-64
/
+68
*
(detect_coding_iso2022, setup_coding_system): Remove
Eli Zaretskii
2001-01-02
1
-14
/
+5
*
(setup_coding_system): Initialize
Kenichi Handa
2000-12-28
1
-2
/
+56
*
(SAFE_ONE_MORE_BYTE): New macro.
Kenichi Handa
2000-12-28
1
-36
/
+439
*
(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
*
(setup_coding_system): Clear all members of the struct
Kenichi Handa
2000-12-15
1
-2
/
+3
*
(decode_coding_string): Set coding->src_multibyte and
Kenichi Handa
2000-12-14
1
-3
/
+7
*
(ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
Kenichi Handa
2000-12-13
1
-53
/
+87
*
(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
*
(decode_coding_emacs_mule): Fix the case of
Eli Zaretskii
2000-11-23
1
-2
/
+1
*
(decode_coding): Fix previous change (check also
Kenichi Handa
2000-10-26
1
-0
/
+1
*
(decode_coding_emacs_mule): If coding->eol_type is CR
Eli Zaretskii
2000-10-24
1
-1
/
+40
*
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
*
(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
*
(encode_eol): Fix bug for the case of dst_bytes being zero. Set
Kenichi Handa
2000-08-23
1
-1
/
+2
*
(encode_coding_string): Fix previous change.
Kenichi Handa
2000-08-18
1
-0
/
+1
*
(decode_coding_string): Set members consumed,
Kenichi Handa
2000-08-18
1
-8
/
+27
*
(encode_coding): Fix the bug of not flushing ISO escape sequence at
Kenichi Handa
2000-08-16
1
-5
/
+5
*
(MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
Kenichi Handa
2000-08-16
1
-80
/
+150
*
(ccl_coding_driver): Initialize ccl->multibyte.
Kenichi Handa
2000-08-11
1
-0
/
+1
*
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn
2000-08-08
1
-2
/
+2
*
(coding_restore_composition): Pay attention to the case that
Kenichi Handa
2000-08-04
1
-20
/
+32
*
(decode_coding_iso2022): More strict check for handling single
Kenichi Handa
2000-08-04
1
-0
/
+4
*
(Qsafe_charsets): This variable deleted.
Kenichi Handa
2000-07-27
1
-87
/
+267
*
(syms_of_coding): Doc fix for inhibit-iso-escape-detection.
Eli Zaretskii
2000-07-23
1
-7
/
+7
*
(code_convert_region): Delete text properties before shrinking the
Kenichi Handa
2000-07-19
1
-11
/
+9
*
(syms_of_coding): Fix typo in spelling of variable
Gerd Moellmann
2000-07-18
1
-1
/
+1
*
(setup_coding_system): Don't override the explicitly specified
Kenichi Handa
2000-07-18
1
-2
/
+4
*
(inhibit_iso_escape_detection): New variable.
Kenichi Handa
2000-07-14
1
-0
/
+37
[next]