summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\
| | * Remove license from trivial file.Glenn Morris2007-07-251-1/+1
| | * (Ffind_operation_coding_system): Doc fix.Juanma Barranquero2007-07-161-1/+1
* | | (detect_coding_iso_2022): Don't treat SI/SO codes as aKenichi Handa2007-07-261-1/+0
* | | Merge from emacs--devo--0Miles Bader2007-07-241-1/+1
|\| |
| * | (Ffind_operation_coding_system): Doc fix.Juanma Barranquero2007-07-181-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-091-2/+7
|\| |
| * | (Ffind_operation_coding_system): Docstring improved.Kenichi Handa2007-06-261-1/+5
| |/
* | (produce_chars): Don't call insert_from_gap if noKenichi Handa2007-04-241-2/+2
* | (coding_alloc_by_making_gap): New arg offset.Kenichi Handa2007-02-231-6/+13
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+2
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
* | Merge from emacs--devo--0Miles Bader2006-12-161-1/+2
|\|
| * Update AIST copyright years.Kenichi Handa2006-12-131-1/+2
* | Merge from emacs--devo--0Miles Bader2006-11-211-2/+2
|\|
| * (code_convert_region): InitializeKenichi Handa2006-11-141-0/+5
| * (Fencode_sjis_char, Fencode_big5_char): Improve argument/docstring consistency.Juanma Barranquero2006-11-121-2/+2
* | (detect_coding_charset): Fix detection of multi-byteKenichi Handa2006-11-081-2/+50
* | Merge from emacs--devo--0Miles Bader2006-09-051-2/+4
|\|
| * (Fdetect_coding_region, Fdetect_coding_string): FixKenichi Handa2006-08-281-2/+4
| * (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRCKenichi Handa2006-08-151-36/+25
| * (syms_of_coding): Improve the docstringKenichi Handa2006-08-091-2/+3
* | (detect_coding_system): Fix for handling offKenichi Handa2006-08-281-2/+4
* | (setup_coding_system): Fix setting ofKenichi Handa2006-08-211-4/+9
* | Merge from emacs--devo--0Miles Bader2006-08-031-1/+4
|\|
| * Comment change.Richard M. Stallman2006-07-291-0/+3
| * (Ffind_operation_coding_system): Revert the change from 2006-05-29.Eli Zaretskii2006-07-291-1/+1
* | Merge from emacs--devo--0Miles Bader2006-07-191-2/+1
|\|
| * (Fcheck_coding_system): Use xsignal1. Remove loop.Kim F. Storm2006-07-181-4/+5
* | (Ffind_operation_coding_system): Sync with HEAD.Kenichi Handa2006-06-081-0/+4
* | Merge from emacs--devo--0Miles Bader2006-06-071-2/+9
|\|
| * (Ffind_operation_coding_system): Doc fix.Richard M. Stallman2006-05-301-2/+2
| * (Ffind_operation_coding_system): Doc fix.Eli Zaretskii2006-05-291-3/+4
| * (Ffind_operation_coding_system): Call a function byKenichi Handa2006-05-291-1/+1
| * (Ffind_operation_coding_system): Allow (FILENAME . BUFFER) in TARGET.Kenichi Handa2006-05-261-1/+11
| * (Qascii_incompatible): New variable.Kenichi Handa2006-05-181-1/+14
| * (setup_coding_system): For invalid coding-system, setKenichi Handa2006-05-081-11/+8
| * (setup_coding_system): If eol-type is not yet decidedKenichi Handa2006-04-131-4/+9
| * (shrink_encoding_region): If eol_type is not yet decided andKenichi Handa2006-04-131-0/+2
| * (encode_coding): If eol_type is not yet decided, useKenichi Handa2006-04-131-0/+2
| * (setup_coding_system): Fix previous change.Kenichi Handa2006-04-131-1/+1
| * (setup_coding_system): Use system_eol_type for defaultKenichi Handa2006-04-121-2/+2
| * (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decodingKenichi Handa2006-03-091-1/+1
* | (system_eol_type): Sync with HEAD.Kenichi Handa2006-05-151-7/+26
* | (decode_coding): Typo in comment fixed.Kenichi Handa2006-04-071-1/+1
* | (decode_eol): Pay attention to buffer relocation inKenichi Handa2006-04-071-11/+20
* | (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): FixKenichi Handa2006-03-101-18/+18
* | (produce_composition): Compare charbuf[i] instead ofKenichi Handa2006-03-091-2/+2
* | (DECODE_COMPOSITION_START): If the source is short, setKenichi Handa2006-03-071-6/+25