summaryrefslogtreecommitdiff
path: root/src/coding.c
AgeCommit message (Expand)Author
2019-04-28Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani
2019-04-14Remove static var system_eol_typePaul Eggert
2019-03-30Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii
2019-03-27Attempt to fix crashes under GDB on Windows 10Eli Zaretskii
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2019-03-04Simplify list creation in C codePaul Eggert
2019-02-06Prevent segfaults when running inside dockerEli Zaretskii
2019-01-16Fix previous change: use correct pdumper functionDaniel Colascione
2019-01-16Fix crash in charset detection after pdumper loadDaniel Colascione
2019-01-15Add portable dumperDaniel Colascione
2019-01-09Use shortcuts for FlengthPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-17Assume ‘emacs’ is defined in Emacs-only codePaul Eggert
2018-12-09Remove CHECK_FIXNUM_CAR etc.Paul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-11-16Merge from origin/emacs-26Glenn Morris
2018-11-14* src/coding.c (Fcheck_coding_systems_region): Doc fix. (Bug#33372)Eli Zaretskii
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-29unbind_to performance tuningPaul Eggert
2018-06-18Merge from origin/emacs-26Glenn Morris
2018-06-17Allow inserting non-BMP charactersPhilipp Stephani
2018-06-15Reject invalid 5-byte sequences when detecting UTF-8 encodingEli Zaretskii
2018-02-17Merge from origin/emacs-26Glenn Morris
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-01-09Merge from origin/emacs-26Paul Eggert
2018-01-07Allow inserting non-BMP charactersPhilipp Stephani
2018-01-06Fix Dired display and operations on file names with raw bytesEli Zaretskii
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-30Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani
2017-11-04Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-11Add an optional testfn parameter to assocNicolas Petton
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert
2017-04-17Tighten recently-added UTF-8 checkPaul Eggert
2017-03-19Merge from origin/emacs-25Paul Eggert
2017-02-05; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.Eli Zaretskii
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-22Pacify --enable-gcc-warningsPaul Eggert
2016-11-19Merge from origin/emacs-25Paul Eggert
2016-11-06Modernize usage of 'macOS' in doc and commentsPaul Eggert
2016-07-30Avoid warnings about undo list while decodingEli Zaretskii
2016-07-25‘signal’ no longer returnsPaul Eggert
2016-06-22Fix 'insert-file-contents' when REPLACE is non-nilEli Zaretskii
2016-06-11emacs_strerror cleanupsPaul Eggert