aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* * coding.c (detect_coding_iso_2022): Initialize a local variable that mightPaul Eggert2011-03-071-1/+6
* * coding.c (decode_coding_emacs_mule): Mark variables that gccPaul Eggert2011-03-071-2/+2
* * coding.c: (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):Paul Eggert2011-03-071-56/+1
* * coding.c: (decode_coding_object, encode_coding_object, detect_coding_system):Paul Eggert2011-03-071-6/+6
* * coding.c (decode_coding_iso_2022): Add "default: abort ();" as a safety check.Paul Eggert2011-03-071-0/+4
* * coding.c (emacs_mule_char, encode_invocation_designation):Paul Eggert2011-03-071-2/+2
* * coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' insidePaul Eggert2011-03-071-51/+50
* * coding.c (coding_set_source, coding_set_destination):Paul Eggert2011-03-071-6/+8
* 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