summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* (Funencodable_char_position): Lisp_Object/int mixup.Gerd Moellmann2002-08-131-1/+1
* (unencodable_char_position): New function.Kenichi Handa2002-08-111-0/+137
* (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.Ken Raeburn2002-08-081-1/+1
* (Ffind_operation_coding_system): For write-region, ifKenichi Handa2002-08-081-0/+7
* (detect_coding_iso2022): While checking a byte sequenceKenichi Handa2002-07-261-0/+6
* (encode_eol, detect_coding, detect_eol):Ken Raeburn2002-07-191-26/+30
* (Ffind_coding_systems_region_interval): Use const forKen Raeburn2002-07-161-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-41/+41
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* Fix typo.Juanma Barranquero2002-07-031-1/+1
* (detect_eol): Preserve coding->cmp_data.Kenichi Handa2002-06-241-0/+2
* * coding.c (Fread_coding_system, code_convert_region1)Ken Raeburn2002-05-201-5/+5
* (decode_coding) <coding_type_ccl>: If a lone CREli Zaretskii2002-05-111-6/+14
* (intersection): Keep the elements of the returned listAndreas Schwab2002-05-111-4/+7
* (encode_coding_sjis_big5): Enclose bitwise AND inEli Zaretskii2002-05-101-1/+1
* (run_pre_post_conversion_on_str):Richard M. Stallman2002-04-131-3/+16
* (syms_of_coding) <file-coding-system-alist>: Doc fixAndreas Schwab2002-03-111-2/+2
* (decode_composition_emacs_mule):Richard M. Stallman2002-02-011-0/+4
* (code_convert_region): Don't copy old text if undo disabled.Richard M. Stallman2002-01-111-2/+15
* (code_convert_region): Update coding->cmp_data->char_offsetRichard M. Stallman2001-12-171-1/+5
* (DECODE_COMPOSITION_END): Fixed a typo in the lastSam Steingold2001-12-171-21/+21
* (DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)Richard M. Stallman2001-12-171-1/+1
* (setup_coding_system, shrink_encoding_region)Pavel Janík2001-12-091-10/+10
* (syms_of_coding) <Qchar_coding_system>: Give it anDave Love2001-11-291-3/+4
* (decode_coding_string): Remove unused variable `gcpro1'.Pavel Janík2001-11-281-1/+0
* (syms_of_coding): Doc fix.Richard M. Stallman2001-11-141-2/+2
* Doc fix.Pavel Janík2001-11-131-1/+1
* (encode_coding): Use precomputed value of `src'.Pavel Janík2001-11-091-4/+1
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-041-264/+267
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-21/+21
* (syms_of_coding): Document that locale-coding-system isEli Zaretskii2001-10-291-1/+2
* (Ffind_operation_coding_system): Add usage: string to doc string.Miles Bader2001-10-211-1/+3
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-1/+1
* Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann2001-10-051-2/+2
* (code_convert_region): Handle the multibyte case ifGerd Moellmann2001-07-231-4/+21
* * coding.c (setup_coding_system): Don't do any designation based on reg_bits ifKen Raeburn2001-07-171-1/+1
* (Ffind_coding_systems_region_internal): If safe_codingsStefan Monnier2001-07-121-1/+3
* commentDave Love2001-04-051-3/+3
* (Fdetect_coding_region): Fix comments added by the previous change.Kenichi Handa2001-03-081-6/+9
* (detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.Kenichi Handa2001-03-081-1/+1
* (detect_coding_sjis): Do more rigid check.Kenichi Handa2001-03-081-21/+31
* (syms_of_coding): Docstring modified.Kenichi Handa2001-03-051-1/+6
* (ccl_coding_driver): If ccl->eight_bit_control is zero,Kenichi Handa2001-02-271-0/+7
* Doc and message fixes.Dave Love2001-02-141-37/+37
* (code_convert_region): After detecting a coding, ifKenichi Handa2001-02-081-1/+12
* (decode_coding): Set a flag for inhibitingKenichi Handa2001-01-261-5/+22
* (ccl_coding_driver): Setup ccl->suppress_error.Kenichi Handa2001-01-241-0/+5
* Commentary changes.Dave Love2001-01-041-64/+68
* (detect_coding_iso2022, setup_coding_system): RemoveEli Zaretskii2001-01-021-14/+5
* (setup_coding_system): InitializeKenichi Handa2000-12-281-2/+56