summaryrefslogtreecommitdiff
path: root/src/coding.h
Commit message (Expand)AuthorAgeFilesLines
* Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
* Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa2014-01-291-1/+3
* When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert2014-01-251-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-30/+31
* Finished conversion routines; w32-unicode-filenames exposed to Lisp.Eli Zaretskii2013-10-261-14/+4
* Do not allocate huge temporary memory areas and objects while encodingDmitry Antipov2013-10-081-0/+4
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-301-2/+0
* Fix minor problems found by static checking.Paul Eggert2013-06-291-3/+9
* coding.h (define_coding_undecided_arg_index): New enum.Kenichi Handa2013-06-281-0/+20
* Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix...Kenichi Handa2013-05-221-0/+2
* Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa2013-03-161-1/+5
* 2013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione2013-03-101-0/+3
* Coding system support cleanup and minor refactoring.Dmitry Antipov2013-03-061-28/+6
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * coding.c (Qmac): Now static.Paul Eggert2012-12-301-1/+1
|/
* Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29...Daniel Colascione2012-10-291-2/+2
* 2012-10-29 Daniel Colascione <dancol@dancol.org>Daniel Colascione2012-10-291-0/+22
* Misc minor simplifications in C code.Stefan Monnier2012-10-011-6/+0
* * cmds.c, coding.c: Use bool for booleans.Paul Eggert2012-08-271-27/+22
* * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.Paul Eggert2012-07-311-1/+0
* Merge from trunk.Paul Eggert2012-01-091-2/+2
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-301-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/
| * Don't macro-inline non-performance-critical code.Stefan Monnier2011-12-041-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-10/+10
|/
* Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-181-1/+1
* * coding.h (coding, code_convert_region, encode_coding_gap): RemovePaul Eggert2011-04-101-6/+0
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-3/+1
* Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-091-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-39/+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
* | Encode frame title and icon name before setting.Jan Djärv2010-12-301-2/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-0/+1
|\ \ | |/
| * Complement a coding system for encoding arguments and input to a process.Kenichi Handa2010-09-301-0/+1
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-0/+3
* | Convert some prototypes to standard C.Dan Nicolaescu2010-07-021-1/+1
* | Remove P_ and __P macros.Jan D2010-07-021-34/+34
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* (encode_coding_string): Don't encode unibyte strings. (Bug#4047)Eli Zaretskii2009-08-221-3/+4
* (decode_coding_string, encode_coding_string): Use SBYTES macro.Ken Raeburn2009-08-101-2/+2
* * coding.h (decode_coding_string, encode_coding_string): UseKen Raeburn2009-07-251-2/+2
* (JIS_TO_SJIS2): Fix the code range check.Kenichi Handa2009-07-081-1/+1