aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-16Change B_ to BVARTom Tromey1-17/+17
2011-02-14Hide implementation of `struct buffer'Tom Tromey1-18/+18
2011-02-06* insdel.c: conform to C89 pointer rulesPaul Eggert1-1/+1
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert1-3/+3
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-91/+28
2011-01-16* coding.c (decode_coding_emacs_mule): Remove unreachable code.Paul Eggert1-5/+0
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-2/+2
2010-12-19Minor clean up to silence some gcc warnings.Stefan Monnier1-40/+36
2010-11-25Fix decoding of emacs-mule coding system.Kenichi Handa1-10/+10
2010-11-17coding.c (Fset_terminal_coding_system_internal): Fix previous change (set cha...Kenichi Handa1-1/+1
2010-11-04Refer to set-coding-system-priority instead of the obsoleteLars Magne Ingebrigtsen1-1/+1
2010-11-01Handle glyphless characters on tty.Kenichi Handa1-1/+6
2010-10-12Fix typos in commentsKenichi Handa1-27/+27
2010-10-08coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa1-43/+22
2010-10-04coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa1-25/+29
2010-10-02Fix complementing of a coding systemKenichi Handa1-6/+7
2010-09-30Complement a coding system for encoding arguments and input to a process.Kenichi Handa1-0/+57
2010-09-08coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use de...Kenichi Handa1-1/+4
2010-09-07coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when ...Kenichi Handa1-1/+1
2010-08-08Use const char* instead of char*.Dan Nicolaescu1-2/+2
2010-08-06Improve the encoding by compound-text-with-extensions.Kenichi Handa1-1/+1
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu1-4/+0
2010-07-12Convert more function definitions to standard C.Dan Nicolaescu1-4/+2
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu1-69/+32
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab1-6/+6
2010-07-07* coding.c, sysdep.c: Convert some more functions to standard C.Juanma Barranquero1-53/+71
2010-07-07* coding.c: Use SPECPDL_INDEX, DOS_NT.Juanma Barranquero1-8/+8
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu1-185/+70
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D1-75/+75
2010-04-19Make variable forwarding explicit rather the using special values.Stefan Monnier1-1/+1
2010-03-16Fix the ccl encoder for the case that the output buffer is fullfilled.Kenichi Handa1-15/+20
2010-03-16coding.c (decode_coding_ccl): Fix previous change for the multibyte case.Kenichi Handa1-7/+10
2010-03-02(emacs_mule_char): Fix a typo in commentary.Eli Zaretskii1-1/+1
2010-03-02Fix bug in decoding emacs-mule encoding.Eli Zaretskii1-1/+19
2010-02-18Fix handling of CODING_RESULT_INSUFFICIENT_DST.Kenichi Handa1-1/+6
2010-02-17Fix the ccl decoder for the case that the output buffer is fullfilled.Kenichi Handa1-29/+23
2010-01-14Fix handling of euc-xx coding systems.Kenichi Handa1-1/+5
2010-01-13Add 2010 to copyright years.Glenn Morris1-2/+2
2009-12-14(decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)Kenichi Handa1-0/+2
2009-11-11* process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu1-1/+1
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu1-40/+40
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu1-0/+1
2009-09-24(decode_coding_iso_2022): Fix operator precedence.Andreas Schwab1-1/+1
2009-08-27(encode_coding_utf_16): Fix checking of an Unicode character.Kenichi Handa1-1/+1
2009-07-08(detect_coding_sjis): Handle shift_jis-2004 correctly.Kenichi Handa1-2/+10
2009-07-01(setup_coding_system): InitializeKenichi Handa1-2/+6
2009-06-19(Ffind_coding_systems_region_internal): Cache checked characters.YAMAMOTO Mitsuharu1-1/+6
2009-06-18(decode_coding_iso_2022): Check MSB of bytes more rigidly.Kenichi Handa1-12/+14