aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-09-06(syms_of_coding): Fix spacing.Juanma Barranquero1-1/+1
2002-08-13(Funencodable_char_position): Lisp_Object/int mixup.Gerd Moellmann1-1/+1
2002-08-11(unencodable_char_position): New function.Kenichi Handa1-0/+137
2002-08-08(Ffind_operation_coding_system): Fix Lisp_Object/int mixup.Ken Raeburn1-1/+1
2002-08-08(Ffind_operation_coding_system): For write-region, ifKenichi Handa1-0/+7
2002-07-26(detect_coding_iso2022): While checking a byte sequenceKenichi Handa1-0/+6
2002-07-19(encode_eol, detect_coding, detect_eol):Ken Raeburn1-26/+30
2002-07-16(Ffind_coding_systems_region_interval): Use const forKen Raeburn1-1/+1
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn1-41/+41
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero1-1/+1
2002-07-03Fix typo.Juanma Barranquero1-1/+1
2002-06-24(detect_eol): Preserve coding->cmp_data.Kenichi Handa1-0/+2
2002-05-20* coding.c (Fread_coding_system, code_convert_region1)Ken Raeburn1-5/+5
2002-05-11(decode_coding) <coding_type_ccl>: If a lone CREli Zaretskii1-6/+14
2002-05-11(intersection): Keep the elements of the returned listAndreas Schwab1-4/+7
2002-05-10(encode_coding_sjis_big5): Enclose bitwise AND inEli Zaretskii1-1/+1
2002-04-13(run_pre_post_conversion_on_str):Richard M. Stallman1-3/+16
2002-03-11(syms_of_coding) <file-coding-system-alist>: Doc fixAndreas Schwab1-2/+2
2002-02-01(decode_composition_emacs_mule):Richard M. Stallman1-0/+4
2002-01-11(code_convert_region): Don't copy old text if undo disabled.Richard M. Stallman1-2/+15
2001-12-17(code_convert_region): Update coding->cmp_data->char_offsetRichard M. Stallman1-1/+5
2001-12-17(DECODE_COMPOSITION_END): Fixed a typo in the lastSam Steingold1-21/+21
2001-12-17(DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)Richard M. Stallman1-1/+1
2001-12-09(setup_coding_system, shrink_encoding_region)Pavel Janík1-10/+10
2001-11-29(syms_of_coding) <Qchar_coding_system>: Give it anDave Love1-3/+4
2001-11-28(decode_coding_string): Remove unused variable `gcpro1'.Pavel Janík1-1/+0
2001-11-14(syms_of_coding): Doc fix.Richard M. Stallman1-2/+2
2001-11-13Doc fix.Pavel Janík1-1/+1
2001-11-09(encode_coding): Use precomputed value of `src'.Pavel Janík1-4/+1
2001-11-04Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík1-264/+267
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík1-21/+21
2001-10-29(syms_of_coding): Document that locale-coding-system isEli Zaretskii1-1/+2
2001-10-21(Ffind_operation_coding_system): Add usage: string to doc string.Miles Bader1-1/+3
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn1-1/+1
2001-10-05Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann1-2/+2
2001-07-23(code_convert_region): Handle the multibyte case ifGerd Moellmann1-4/+21
2001-07-17* coding.c (setup_coding_system): Don't do any designation based on reg_bits ifKen Raeburn1-1/+1
2001-07-12(Ffind_coding_systems_region_internal): If safe_codingsStefan Monnier1-1/+3
2001-04-05commentDave Love1-3/+3
2001-03-08(Fdetect_coding_region): Fix comments added by the previous change.Kenichi Handa1-6/+9
2001-03-08(detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.Kenichi Handa1-1/+1
2001-03-08(detect_coding_sjis): Do more rigid check.Kenichi Handa1-21/+31
2001-03-05(syms_of_coding): Docstring modified.Kenichi Handa1-1/+6
2001-02-27(ccl_coding_driver): If ccl->eight_bit_control is zero,Kenichi Handa1-0/+7
2001-02-14Doc and message fixes.Dave Love1-37/+37
2001-02-08(code_convert_region): After detecting a coding, ifKenichi Handa1-1/+12
2001-01-26(decode_coding): Set a flag for inhibitingKenichi Handa1-5/+22
2001-01-24(ccl_coding_driver): Setup ccl->suppress_error.Kenichi Handa1-0/+5
2001-01-04Commentary changes.Dave Love1-64/+68
2001-01-02(detect_coding_iso2022, setup_coding_system): RemoveEli Zaretskii1-14/+5