summaryrefslogtreecommitdiff
path: root/src/coding.c
AgeCommit message (Expand)Author
2011-03-07* coding.c: (decode_coding_object, encode_coding_object, detect_coding_system):Paul Eggert
2011-03-07* coding.c (decode_coding_iso_2022): Add "default: abort ();" as a safety check.Paul Eggert
2011-03-07* coding.c (emacs_mule_char, encode_invocation_designation):Paul Eggert
2011-03-07* coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' insidePaul Eggert
2011-03-07* coding.c (coding_set_source, coding_set_destination):Paul Eggert
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-06* insdel.c: conform to C89 pointer rulesPaul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-16* coding.c (decode_coding_emacs_mule): Remove unreachable code.Paul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-19Minor clean up to silence some gcc warnings.Stefan Monnier
2010-11-27Merge changes from emacs-23 branchChong Yidong
2010-11-25Fix decoding of emacs-mule coding system.Kenichi Handa
2010-11-17coding.c (Fset_terminal_coding_system_internal): Fix previous change (set cha...Kenichi Handa
2010-11-04Refer to set-coding-system-priority instead of the obsoleteLars Magne Ingebrigtsen
2010-11-01Handle glyphless characters on tty.Kenichi Handa
2010-10-14Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-12Fix typos in commentsKenichi Handa
2010-10-08Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-08coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa
2010-10-04coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa
2010-10-02Fix complementing of a coding systemKenichi Handa
2010-09-30Complement a coding system for encoding arguments and input to a process.Kenichi Handa
2010-09-14Merge changes from emacs-23 branch.Juanma Barranquero
2010-09-08coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use de...Kenichi Handa
2010-09-07coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when ...Kenichi Handa
2010-08-08Merge changes from emacs-23 branch.Chong Yidong
2010-08-08Merge changes from emacs-23 branchChong Yidong
2010-08-08Use const char* instead of char*.Dan Nicolaescu
2010-08-06Improve the encoding by compound-text-with-extensions.Kenichi Handa
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu
2010-07-12Convert more function definitions to standard C.Dan Nicolaescu
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-07* coding.c, sysdep.c: Convert some more functions to standard C.Juanma Barranquero
2010-07-07* coding.c: Use SPECPDL_INDEX, DOS_NT.Juanma Barranquero
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-04-19Make variable forwarding explicit rather the using special values.Stefan Monnier
2010-03-16Fix the ccl encoder for the case that the output buffer is fullfilled.Kenichi Handa
2010-03-16coding.c (decode_coding_ccl): Fix previous change for the multibyte case.Kenichi Handa
2010-03-02(emacs_mule_char): Fix a typo in commentary.Eli Zaretskii
2010-03-02Fix bug in decoding emacs-mule encoding.Eli Zaretskii
2010-02-18Fix handling of CODING_RESULT_INSUFFICIENT_DST.Kenichi Handa
2010-02-17Fix the ccl decoder for the case that the output buffer is fullfilled.Kenichi Handa