aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii2011-04-271-2/+3
* | Merge from mainline.Paul Eggert2011-04-251-2/+2
|\ \
| * | Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-2/+2
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-1/+1
* | | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-6/+6
|/ /
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-8/+8
* | * coding.h (coding, code_convert_region, encode_coding_gap): RemovePaul Eggert2011-04-101-29/+5
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-16/+19
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-8/+8
* | Merge from mainline.Paul Eggert2011-04-091-47/+48
|\ \
| * | Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-091-47/+48
* | | error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-21/+32
* | | * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.Paul Eggert2011-04-061-2/+3
|/ /
* | * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_codePaul Eggert2011-04-041-6/+5
* | * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.Paul Eggert2011-04-041-2/+2
* | * coding.c: Remove vars that are set but not used.Paul Eggert2011-04-011-32/+12
* | Merge from mainline.Paul Eggert2011-03-291-4/+3
|\ \
| * | src/*.c: Remove some additional unused parameters.Juanma Barranquero2011-03-291-4/+3
* | | Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-9/+9
|/ /
* | * coding.c (encode_coding_raw_text): Avoid unnecessary testPaul Eggert2011-03-221-1/+2
* | * src/coding.c (detect_coding_iso_2022): Reorganize code to clarifyAndreas Schwab2011-03-151-79/+80
* | * 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