summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* Change B_ to BVARTom Tromey2011-02-161-17/+17
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-18/+18
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-061-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-3/+3
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-91/+28
* * coding.c (decode_coding_emacs_mule): Remove unreachable code.Paul Eggert2011-01-161-5/+0
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-40/+36
* | Merge changes from emacs-23 branchChong Yidong2010-11-271-10/+10
|\ \ | |/
| * Fix decoding of emacs-mule coding system.Kenichi Handa2010-11-251-10/+10
* | coding.c (Fset_terminal_coding_system_internal): Fix previous change (set cha...Kenichi Handa2010-11-171-1/+1
* | 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