aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * (encode_coding_object): Give correct arguments otKenichi Handa2002-05-141-6/+6
| * (decode_coding_object): Move point to coding->dst_pos beforeKenichi Handa2002-05-141-0/+1
| * (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix theKenichi Handa2002-05-141-3/+6
| * Doc fixes.Dave Love2002-05-131-13/+14
| * (coding_set_source): Delete the local variable beg_byte.Kenichi Handa2002-05-101-6/+9
| * (coding_inherit_eol_type)Dave Love2002-05-091-0/+3
| * (decode_coding_charset, encode_coding_charset): HandleKenichi Handa2002-05-081-14/+48
| * (coding_alloc_by_making_gap): Check the case that theKenichi Handa2002-05-071-53/+68
| * (produce_chars): Set the variable `multibytep' correctly.Kenichi Handa2002-03-111-1/+3
| * (encode_coding_utf_8): Initialize produced_chars to 0.Kenichi Handa2002-03-081-52/+59
| * * coding.c: Delete unused variables.Kenichi Handa2002-03-051-11/+5
| * Completely re-written.Kenichi Handa2002-03-011-4815/+5576
* | New directoryKenichi Handa2003-09-081-4/+2
* | Add arch taglinesMiles Bader2003-09-011-0/+2
* | (decode_coding_iso2022): Initialized local variable c2.Kenichi Handa2003-08-281-2/+2
* | (run_pre_post_conversion_on_str): Use delete_all_overlays.Stefan Monnier2003-07-221-2/+3
* | Include intervals.h for Fset_text_properties.Stefan Monnier2003-07-091-0/+1
* | (run_pre_post_conversion_on_str): Use new type for overlays_(before|after).Stefan Monnier2003-07-091-2/+2
* | _buffer_size): If coding->type isKenichi Handa2003-06-041-1/+5
* | (Qutf_8): New.Dave Love2003-06-021-0/+5
* | (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flagsKenichi Handa2003-05-311-5/+29
* | (ccl_coding_driver): Set ccl->eight_bit_controlKenichi Handa2003-05-301-0/+3
* | *** empty log message ***Kenichi Handa2003-05-281-0/+72
* | (find_safe_codings): Remove unused var `i'.Stefan Monnier2003-05-251-2/+2
* | (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