summaryrefslogtreecommitdiff
path: root/src/coding.c
AgeCommit message (Expand)Author
2020-04-09Don't crash with invalid argument in check-coding-systems-regionMattias Engdegård
2020-04-09Fix decoding of ASCII strings with embedded CR charactersEli Zaretskii
2020-04-09Fix decoding ASCII strings with embedded CR charactersEli Zaretskii
2020-04-05* src/coding.c (code_convert_string): Fix type mismatches.Paul Eggert
2020-04-05Avoid expensive recoding for ASCII identity cases (bug#40407)Mattias Engdegård
2020-04-05Fix inverted NOCOPY encode/decode parameter (bug#40407)Mattias Engdegård
2020-04-05Improve integer range checkingPaul Eggert
2020-03-27Treat out-of-range positions consistentlyPaul Eggert
2020-01-13Use decode_string_utf_8 in emacs-module.c.Philipp Stephani
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-24Clarify base64 requirements and say what {en,de}code_coding_region doesLars Ingebrigtsen
2019-12-09Spelling fixesPaul Eggert
2019-11-23Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii
2019-10-15Fix duplicated words in commentsRobert Pluim
2019-09-23Update some URLsPaul Eggert
2019-08-25Fix a recent change in coding.cEli Zaretskii
2019-08-24extern function cleanupPaul Eggert
2019-08-04Fix the MS-Windows build broken by recent changesEli Zaretskii
2019-08-04Minor fix to recent coding.c changePaul Eggert
2019-08-04Add Unicode-safe UTF-8 converterK. Handa
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-07-04* src/coding.c (decode_coding): Improve doc.Stefan Monnier
2019-07-02* src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier
2019-06-01Merge from origin/emacs-26Glenn Morris
2019-05-25Improve documentation of decoding into a unibyte bufferEli Zaretskii
2019-05-23; * src/coding.c: Improve commentary. (Bug#34765)Eli Zaretskii
2019-04-28Fix names of functions in last commitEli Zaretskii
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