aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Fdefine_coding_system_alias): Update Vcoding_system_list.Kenichi Handa2003-10-061-4/+5
* (consume_chars): If coding->src_object is nil, don't check annotation.Kenichi Handa2003-10-011-7/+12
* (inhibit_pre_post_conversion): Removed (unused).Dave Love2003-09-291-14/+5
* (Fread_coding_system): Fix arg of XSETSTRING.Dave Love2003-09-171-2/+4
* *** empty log message ***Kenichi Handa2003-09-081-5240/+6500
|\
| * (decode_coding_sjis): Check bytes more rigidly.Kenichi Handa2003-07-091-1/+3
| * * coding.c (QCcategory): New variable.Kenichi Handa2003-06-061-0/+6
| * (Fset_coding_system_priority): Doc fix. Update valuesKenichi Handa2003-06-051-1/+20
| * (decode_coding_iso_2022): Fix handling of invalidKenichi Handa2003-06-051-6/+12
| * (setup_coding_system): If coding hasKenichi Handa2003-05-291-1/+23
| * (make_conversion_work_buffer): Change the work bufferKenichi Handa2003-05-291-3/+3
| * (detected_mask): Delete unused variable.Kenichi Handa2003-05-281-77/+193
| * (Fdefine_coding_system_internal): Fix for the case thatKenichi Handa2003-05-201-1/+16
| * (Qsignature, Qendian): Delete these variables.Kenichi Handa2003-05-061-35/+51
| * (coding_set_source): Fix for the case that the currentKenichi Handa2003-05-061-13/+8
| * (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)Kenichi Handa2003-03-281-10/+5
| * (Fcheck_coding_systems_region): Fix type errors.Dave Love2003-02-131-13/+13
| * (decode_coding_ccl, encode_coding_ccl): Call ccl_driverKenichi Handa2003-01-301-7/+22
| * (CATEGORY_MASK_RAW_TEXT): New macro.Kenichi Handa2003-01-061-399/+692
| * (decode_coding_utf_8): When eol_type is Qdos, handleKenichi Handa2002-11-061-13/+36
| * (Fdefine_coding_system_internal): Fix previous change.Kenichi Handa2002-10-161-0/+3
| * (detect_coding_charset): If only ASCII bytes are found, return 0.Kenichi Handa2002-10-161-9/+31
| * (detect_coding): Fix previous change.Kenichi Handa2002-10-161-1/+4
| * (Fcheck_coding_system): Doc fix.Dave Love2002-10-151-3/+1
| * (decode_coding): Fix args to translate_chars. PayKenichi Handa2002-10-151-2/+6
| * (detect_coding_utf_8): Check incomplete byte sequence.Kenichi Handa2002-10-101-100/+175
| * (decode_coding_utf_8): Treat surrogates as invalid.Dave Love2002-10-091-2/+2
| * (coding_set_destination): Fix coding->destination forKenichi Handa2002-08-211-14/+35
| * (Fdefine_coding_system_internal): Fix category settingKenichi Handa2002-08-081-2/+1
| * * coding.c (make_conversion_work_buffer): Adjusted for the changeKenichi Handa2002-07-311-5/+7
| * Comment fixDave Love2002-07-301-1/+1
| * (Ffind_coding_systems_region_internal): Detect anKenichi Handa2002-07-251-2/+2
| * (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12,Kenichi Handa2002-07-221-18/+11
| * (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.Dave Love2002-07-171-3/+3
| * (ENCODE_DESIGNATION, decode_eol)Dave Love2002-07-161-8/+8
| * (Fset_coding_system_priority): Allow null arg list.Dave Love2002-07-111-3/+3
| * commentsDave Love2002-06-161-82/+24
| * (encode_coding_emacs_mule): Pay attention to raw-8-bit chars.Kenichi Handa2002-05-311-0/+25
| * (CODING_ISO_FLAG_USE_ROMAN): New macroKenichi Handa2002-05-301-3/+36
| * (decode_coding_utf_8): Reject overlong sequences.Dave Love2002-05-271-4/+20
| * (Qmac): Remove (duplicated) definition.Dave Love2002-05-261-2/+2
| * Doc fixes.Dave Love2002-05-261-7/+8
| * (setup_iso_safe_charsets): Fix arg decl for K&R.Dave Love2002-05-241-2/+4
| * (Fdefine_coding_system_internal): Fix previous change.Kenichi Handa2002-05-231-4/+6
| * (decode_coding_charset): Fix previous change.Kenichi Handa2002-05-221-32/+8
| * (decode_coding_charset): Adjusted for the change ofKenichi Handa2002-05-221-15/+100
| * (emacs_mule_char): Fix previous change.Kenichi Handa2002-05-211-1/+0
| * (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.Kenichi Handa2002-05-211-49/+76
| * (encode_coding_iso_2022): If coding requires safeKenichi Handa2002-05-201-7/+37
| * (Vchar_coding_system_table, Qchar_coding_system):Dave Love2002-05-171-17/+4