aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-11-23Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii1-1/+2
2019-08-25Fix a recent change in coding.cEli Zaretskii1-0/+4
2019-08-24extern function cleanupPaul Eggert1-4/+0
2019-08-04Add Unicode-safe UTF-8 converterK. Handa1-0/+4
2019-07-02* src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier1-2/+1
2019-04-28Fix names of functions in last commitEli Zaretskii1-6/+5
2019-04-28Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani1-0/+12
2019-03-30Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii1-0/+2
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-3/+3
2019-02-06; * src/coding.h (struct coding_system): Fix a typo in a comment.Eli Zaretskii1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-17Assume ‘emacs’ is defined in Emacs-only codePaul Eggert1-5/+0
2018-06-27Avoid compiler warning using coding.hEli Zaretskii1-0/+4
2018-06-17Allow inserting non-BMP charactersPhilipp Stephani1-0/+24
2018-01-15; * src/coding.h (surrogates_to_codepoint): Add prototype.Eli Zaretskii1-12/+14
2018-01-07Allow inserting non-BMP charactersPhilipp Stephani1-0/+24
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-30Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani1-0/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-04-17Tighten recently-added UTF-8 checkPaul Eggert1-0/+1
2017-04-16Remove unused coding enumsPaul Eggert1-33/+0
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-06-11emacs_strerror cleanupsPaul Eggert1-2/+0
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-16Make src headers idempotent and standalonePaul Eggert1-0/+2
2015-01-31Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)Eli Zaretskii1-0/+1
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-19/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-07-10* coding.h (struct coding_system): Remove 'error_positions' (unused)Dmitry Antipov1-33/+28
2014-04-05Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert1-1/+1
2014-01-29Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa1-1/+3
2014-01-25When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert1-30/+31
2013-11-04Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii1-8/+10
2013-10-26Finished conversion routines; w32-unicode-filenames exposed to Lisp.Eli Zaretskii1-14/+4
2013-10-08Do not allocate huge temporary memory areas and objects while encodingDmitry Antipov1-0/+4
2013-08-30Minor cleanup to avoid forward declarations.Dmitry Antipov1-2/+0
2013-06-29Fix minor problems found by static checking.Paul Eggert1-3/+9
2013-06-28coding.h (define_coding_undecided_arg_index): New enum.Kenichi Handa1-0/+20
2013-05-22Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix...Kenichi Handa1-0/+2
2013-03-16Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa1-1/+5
2013-03-102013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione1-0/+3
2013-03-06Coding system support cleanup and minor refactoring.Dmitry Antipov1-28/+6
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-12-30* coding.c (Qmac): Now static.Paul Eggert1-1/+1
2012-10-29Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29...Daniel Colascione1-2/+2