aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
2003-10-06(Fdefine_coding_system_alias): Update Vcoding_system_list.Kenichi Handa1-4/+5
2003-10-01(consume_chars): If coding->src_object is nil, don't check annotation.Kenichi Handa1-7/+12
2003-09-29(inhibit_pre_post_conversion): Removed (unused).Dave Love1-14/+5
2003-09-17(Fread_coding_system): Fix arg of XSETSTRING.Dave Love1-2/+4
2003-09-08New directoryKenichi Handa1-4/+2
2003-09-01Add arch taglinesMiles Bader1-0/+2
2003-08-28(decode_coding_iso2022): Initialized local variable c2.Kenichi Handa1-2/+2
2003-07-22(run_pre_post_conversion_on_str): Use delete_all_overlays.Stefan Monnier1-2/+3
2003-07-09Include intervals.h for Fset_text_properties.Stefan Monnier1-0/+1
2003-07-09(run_pre_post_conversion_on_str): Use new type for overlays_(before|after).Stefan Monnier1-2/+2
2003-07-09(decode_coding_sjis): Check bytes more rigidly.Kenichi Handa1-1/+3
2003-06-06* coding.c (QCcategory): New variable.Kenichi Handa1-0/+6
2003-06-05(Fset_coding_system_priority): Doc fix. Update valuesKenichi Handa1-1/+20
2003-06-05(decode_coding_iso_2022): Fix handling of invalidKenichi Handa1-6/+12
2003-06-04_buffer_size): If coding->type isKenichi Handa1-1/+5
2003-06-02(Qutf_8): New.Dave Love1-0/+5
2003-05-31(DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flagsKenichi Handa1-5/+29
2003-05-30(ccl_coding_driver): Set ccl->eight_bit_controlKenichi Handa1-0/+3
2003-05-29(setup_coding_system): If coding hasKenichi Handa1-1/+23
2003-05-29(make_conversion_work_buffer): Change the work bufferKenichi Handa1-3/+3
2003-05-28*** empty log message ***Kenichi Handa1-0/+72
2003-05-28(detected_mask): Delete unused variable.Kenichi Handa1-77/+193
2003-05-25(find_safe_codings): Remove unused var `i'.Stefan Monnier1-2/+2
2003-05-24(find_safe_codings): Fix last change.Andreas Schwab1-2/+2
2003-05-22(ENCODE_UNSAFE_CHARACTER): Adjusted for the name changeKenichi Handa1-8/+23
2003-05-20(Fdefine_coding_system_internal): Fix for the case thatKenichi Handa1-1/+16
2003-05-19(decode_coding_string): Handle post-read-conversionKenichi Handa1-1/+3
2003-05-08(Vlast_coding_system_used): Doc fix.Dave Love1-2/+4
2003-05-06(Qsignature, Qendian): Delete these variables.Kenichi Handa1-35/+51
2003-05-06(coding_set_source): Fix for the case that the currentKenichi Handa1-13/+8
2003-05-01(coding_system_accept_latin_extra_p): Delete thisKenichi Handa1-31/+68
2003-04-08(coding_system_accept_latin_extra_p): New function.Kenichi Handa1-1/+25
2003-04-08(code_convert_region): Fix last change.Kenichi Handa1-1/+1
2003-04-08(code_convert_region_unwind): SetKenichi Handa1-6/+17
2003-03-28(Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)Kenichi Handa1-10/+5
2003-03-18(Vchar_coding_system_table): Remove this variable.Kenichi Handa1-164/+8
2003-03-13(Fdetect_coding_region): Fix docstring.Kenichi Handa1-2/+5
2003-03-13(Fdetect_coding_string): Fix docstring.Kenichi Handa1-2/+5
2003-03-07(CODING_ADD_COMPOSITION_COMPONENT): If the number ofKenichi Handa1-3/+40
2003-02-13(Fcheck_coding_systems_region): Fix type errors.Dave Love1-13/+13
2003-02-04Trailing whitespace deleted.Juanma Barranquero1-2/+2
2003-01-31(syms_of_coding): Add `...' for symbols in the docstring ofKenichi Handa1-12/+201
2003-01-30(decode_coding_ccl, encode_coding_ccl): Call ccl_driverKenichi Handa1-7/+22
2003-01-06(CATEGORY_MASK_RAW_TEXT): New macro.Kenichi Handa1-399/+692
2002-12-17(coding_system_require_warning): New variable.Kenichi Handa1-0/+11
2002-12-13(Funencodable_char_position): Set pend correctly.Kenichi Handa1-1/+4
2002-11-09(Vtranslation_table_for_input): New.Dave Love1-1/+3
2002-11-06Reformat some DEFUNs so that etags works.Dave Love1-10/+14
2002-11-06(decode_coding_utf_8): When eol_type is Qdos, handleKenichi Handa1-13/+36
2002-11-02(decode_coding_emacs_mule, decode_coding_iso2022)Stefan Monnier1-22/+1