summaryrefslogtreecommitdiff
path: root/src/coding.h
Commit message (Expand)AuthorAgeFilesLines
* Fix names of functions in last commitEli Zaretskii2019-04-281-6/+5
* Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani2019-04-281-0/+12
* Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii2019-03-301-0/+2
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-3/+3
* Merge from origin/emacs-26Glenn Morris2019-02-081-1/+1
|\
| * ; * src/coding.h (struct coding_system): Fix a typo in a comment.Eli Zaretskii2019-02-061-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Assume ‘emacs’ is defined in Emacs-only codePaul Eggert2018-12-171-5/+0
* | Merge from origin/emacs-26Glenn Morris2018-07-021-0/+4
|\ \ | |/
| * Avoid compiler warning using coding.hEli Zaretskii2018-06-271-0/+4
| * Allow inserting non-BMP charactersPhilipp Stephani2018-06-171-0/+24
* | ; * src/coding.h (surrogates_to_codepoint): Add prototype.Eli Zaretskii2018-01-151-12/+14
* | Allow inserting non-BMP charactersPhilipp Stephani2018-01-071-0/+24
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani2017-12-301-0/+1
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Tighten recently-added UTF-8 checkPaul Eggert2017-04-171-0/+1
* Remove unused coding enumsPaul Eggert2017-04-161-33/+0
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | emacs_strerror cleanupsPaul Eggert2016-06-111-2/+0
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+2
* Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)Eli Zaretskii2015-01-311-0/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-19/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * coding.h (struct coding_system): Remove 'error_positions' (unused)Dmitry Antipov2014-07-101-33/+28
* 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