aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* Refer to set-coding-system-priority instead of the obsoleteLars Magne Ingebrigtsen2010-11-041-1/+1
* Handle glyphless characters on tty.Kenichi Handa2010-11-011-1/+6
* Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-27/+27
|\
| * Fix typos in commentsKenichi Handa2010-10-121-27/+27
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-4/+44
|\|
| * coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa2010-10-081-43/+22
| * coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa2010-10-041-25/+29
| * Fix complementing of a coding systemKenichi Handa2010-10-021-6/+7
| * Complement a coding system for encoding arguments and input to a process.Kenichi Handa2010-09-301-0/+57
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-141-2/+5
|\|
| * coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use de...Kenichi Handa2010-09-081-1/+4
| * coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when ...Kenichi Handa2010-09-071-1/+1
* | Merge changes from emacs-23 branch.Chong Yidong2010-08-081-1/+1
|\ \
| * | Merge changes from emacs-23 branchChong Yidong2010-08-081-1/+1
| |\|
| | * Improve the encoding by compound-text-with-extensions.Kenichi Handa2010-08-061-1/+1
* | | Use const char* instead of char*.Dan Nicolaescu2010-08-081-2/+2
|/ /
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-4/+0
* | Convert more function definitions to standard C.Dan Nicolaescu2010-07-121-4/+2
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-69/+32
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-6/+6
* | * coding.c, sysdep.c: Convert some more functions to standard C.Juanma Barranquero2010-07-071-53/+71
* | * coding.c: Use SPECPDL_INDEX, DOS_NT.Juanma Barranquero2010-07-071-8/+8
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-185/+70
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-75/+75
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-1/+1
|/
* Fix the ccl encoder for the case that the output buffer is fullfilled.Kenichi Handa2010-03-161-15/+20
* coding.c (decode_coding_ccl): Fix previous change for the multibyte case.Kenichi Handa2010-03-161-7/+10
* (emacs_mule_char): Fix a typo in commentary.Eli Zaretskii2010-03-021-1/+1
* Fix bug in decoding emacs-mule encoding.Eli Zaretskii2010-03-021-1/+19
* Fix handling of CODING_RESULT_INSUFFICIENT_DST.Kenichi Handa2010-02-181-1/+6
* Fix the ccl decoder for the case that the output buffer is fullfilled.Kenichi Handa2010-02-171-29/+23
* Fix ccl encoding of unibyte source.Kenichi Handa2010-01-201-1/+2
* Fix handling of euc-xx coding systems.Kenichi Handa2010-01-141-1/+5
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)Kenichi Handa2009-12-141-0/+2
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-111-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-40/+40
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (decode_coding_iso_2022): Fix operator precedence.Andreas Schwab2009-09-241-1/+1
* (encode_coding_utf_16): Fix checking of an Unicode character.Kenichi Handa2009-08-271-1/+1
* (detect_coding_sjis): Handle shift_jis-2004 correctly.Kenichi Handa2009-07-081-2/+10
* (setup_coding_system): InitializeKenichi Handa2009-07-011-2/+6
* (Ffind_coding_systems_region_internal): Cache checked characters.YAMAMOTO Mitsuharu2009-06-191-1/+6
* (decode_coding_iso_2022): Check MSB of bytes more rigidly.Kenichi Handa2009-06-181-12/+14
* (detect_coding_utf_16): Fix previous change.Kenichi Handa2009-06-171-1/+2
* (detect_coding_utf_16): Fix previous change.Kenichi Handa2009-06-161-8/+8
* (detect_coding_utf_16): Fix the logic of rejectingKenichi Handa2009-06-161-2/+2
* (detect_coding_utf_16): Fix typo counting odd bytes.Andreas Schwab2009-06-151-1/+1
* * coding.c (get_translation_table): Check Venable_character_translation.Chong Yidong2009-06-041-0/+6
* (record_conversion_result): Don't modifyAndreas Schwab2009-05-021-1/+2