summaryrefslogtreecommitdiff
path: root/src/coding.h
AgeCommit message (Expand)Author
2014-07-10* coding.h (struct coding_system): Remove 'error_positions' (unused)Dmitry Antipov
2014-04-05Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert
2014-01-29Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa
2014-01-25When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-10-26Finished conversion routines; w32-unicode-filenames exposed to Lisp.Eli Zaretskii
2013-10-08Do not allocate huge temporary memory areas and objects while encodingDmitry Antipov
2013-08-30Minor cleanup to avoid forward declarations.Dmitry Antipov
2013-06-29Fix minor problems found by static checking.Paul Eggert
2013-06-28coding.h (define_coding_undecided_arg_index): New enum.Kenichi Handa
2013-05-22Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix...Kenichi Handa
2013-03-16Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa
2013-03-102013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione
2013-03-06Coding system support cleanup and minor refactoring.Dmitry Antipov
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-30* coding.c (Qmac): Now static.Paul Eggert
2012-10-29Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29...Daniel Colascione
2012-10-292012-10-29 Daniel Colascione <dancol@dancol.org>Daniel Colascione
2012-10-01Misc minor simplifications in C code.Stefan Monnier
2012-08-27* cmds.c, coding.c: Use bool for booleans.Paul Eggert
2012-07-31* coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.Paul Eggert
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-30Spelling fixes.Paul Eggert
2011-12-10Merge from trunk.Paul Eggert
2011-12-04Don't macro-inline non-performance-critical code.Stefan Monnier
2011-11-18Merge from trunk.Paul Eggert
2011-11-14Spelling fixes.Paul Eggert
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-07-18Use ptrdiff_t for hash table indexes.Paul Eggert
2011-04-10* coding.h (coding, code_convert_region, encode_coding_gap): RemovePaul Eggert
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-04-09Replace some uses of `int' with EMACS_INT.Eli Zaretskii
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
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-30Encode frame title and icon name before setting.Jan Djärv
2010-10-08Merge changes from emacs-23 branch.Juanma Barranquero
2010-09-30Complement a coding system for encoding arguments and input to a process.Kenichi Handa
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu
2010-07-02Convert some prototypes to standard C.Dan Nicolaescu
2010-07-02Remove P_ and __P macros.Jan D
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-08-22(encode_coding_string): Don't encode unibyte strings. (Bug#4047)Eli Zaretskii
2009-08-10(decode_coding_string, encode_coding_string): Use SBYTES macro.Ken Raeburn
2009-07-25* coding.h (decode_coding_string, encode_coding_string): UseKen Raeburn