aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
* (syms_of_coding): Add `...' for symbols in the docstring ofKenichi Handa2003-01-311-12/+201
* (coding_system_require_warning): New variable.Kenichi Handa2002-12-171-0/+11
* (Funencodable_char_position): Set pend correctly.Kenichi Handa2002-12-131-1/+4
* (Vtranslation_table_for_input): New.Dave Love2002-11-091-1/+3
* Reformat some DEFUNs so that etags works.Dave Love2002-11-061-10/+14
* (decode_coding_emacs_mule, decode_coding_iso2022)Stefan Monnier2002-11-021-22/+1
* Fix typo in comment.Juanma Barranquero2002-10-181-2/+2
* (code_convert_region): When we need more GAP forKenichi Handa2002-10-081-3/+13
* (decode_coding_emacs_mule): Check coding->cmp_data.Kenichi Handa2002-09-301-2/+1
* (run_pre_post_conversion_on_str): Save and restore Vdeactivate_mark.Richard M. Stallman2002-09-261-2/+6
* (syms_of_coding): Fix spacing.Juanma Barranquero2002-09-061-1/+1
* (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