summaryrefslogtreecommitdiff
path: root/src/coding.h
Commit message (Expand)AuthorAge
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Make src headers idempotent and standalonePaul Eggert2015-10-16
* Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)Eli Zaretskii2015-01-31
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* * coding.h (struct coding_system): Remove 'error_positions' (unused)Dmitry Antipov2014-07-10
* Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-05
* Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa2014-01-29
* When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert2014-01-25
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Finished conversion routines; w32-unicode-filenames exposed to Lisp.Eli Zaretskii2013-10-26
* Do not allocate huge temporary memory areas and objects while encodingDmitry Antipov2013-10-08
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-30
* Fix minor problems found by static checking.Paul Eggert2013-06-29
* coding.h (define_coding_undecided_arg_index): New enum.Kenichi Handa2013-06-28
* Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix...Kenichi Handa2013-05-22
* Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa2013-03-16
* 2013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione2013-03-10
* Coding system support cleanup and minor refactoring.Dmitry Antipov2013-03-06
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | * coding.c (Qmac): Now static.Paul Eggert2012-12-30
|/
* Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29...Daniel Colascione2012-10-29
* 2012-10-29 Daniel Colascione <dancol@dancol.org>Daniel Colascione2012-10-29
* Misc minor simplifications in C code.Stefan Monnier2012-10-01
* * cmds.c, coding.c: Use bool for booleans.Paul Eggert2012-08-27
* * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.Paul Eggert2012-07-31
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * Spelling fixes.Paul Eggert2011-12-30
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Don't macro-inline non-performance-critical code.Stefan Monnier2011-12-04
* | Merge from trunk.Paul Eggert2011-11-18
|\|
| * Spelling fixes.Paul Eggert2011-11-14
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-18
* * coding.h (coding, code_convert_region, encode_coding_gap): RemovePaul Eggert2011-04-10
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-09
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Encode frame title and icon name before setting.Jan Djärv2010-12-30
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-08
|\|
| * Complement a coding system for encoding arguments and input to a process.Kenichi Handa2010-09-30
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-28