summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* (find_safe_codings): Fix last change.Andreas Schwab2003-05-241-2/+2
* (ENCODE_UNSAFE_CHARACTER): Adjusted for the name changeKenichi Handa2003-05-221-8/+23
* (decode_coding_string): Handle post-read-conversionKenichi Handa2003-05-191-1/+3
* (Vlast_coding_system_used): Doc fix.Dave Love2003-05-081-2/+4
* (coding_system_accept_latin_extra_p): Delete thisKenichi Handa2003-05-011-31/+68
* (coding_system_accept_latin_extra_p): New function.Kenichi Handa2003-04-081-1/+25
* (code_convert_region): Fix last change.Kenichi Handa2003-04-081-1/+1
* (code_convert_region_unwind): SetKenichi Handa2003-04-081-6/+17
* (Vchar_coding_system_table): Remove this variable.Kenichi Handa2003-03-181-164/+8
* (Fdetect_coding_region): Fix docstring.Kenichi Handa2003-03-131-2/+5
* (Fdetect_coding_string): Fix docstring.Kenichi Handa2003-03-131-2/+5
* (CODING_ADD_COMPOSITION_COMPONENT): If the number ofKenichi Handa2003-03-071-3/+40
* 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