summaryrefslogtreecommitdiff
path: root/src/coding.c
AgeCommit message (Expand)Author
2022-05-31Avoid undefined behavior in detect_coding routinesPaul Eggert
2022-04-08Pacify clang -Wunused-variablePaul Eggert
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-28* src/coding.c (Fdecode_coding_region, Fencode_coding_region): Doc fix.Eli Zaretskii
2021-11-12Improve documentation of 'decode-coding-region'Eli Zaretskii
2021-09-18Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin
2021-08-17Fix TTY display performance degradation due to many markersEli Zaretskii
2021-07-24Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen
2021-03-27Fix encoding by ISO-2022-JPKenichi Handa
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-23Reject filenames containing NUL bytes.Philipp Stephani
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-08-23Improve handling of coding-system mnemonic indicatorsEli Zaretskii
2020-08-15Fix GC bugs related to uninitialized vectorsPaul Eggert
2020-08-14Remove many items obsolete since Emacs 23.1Stefan Kangas
2020-05-28Document that {en,de}code-coding-string preserve match dataMattias Engdegård
2020-04-20Fix string-to-multibyte overlong sequence bugPaul Eggert
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-04-11Allow ENCODE_FILE and DECODE_FILE to use no-copy conversionMattias Engdegård
2020-04-09Set last-coding-system-used upon ASCII conversion bypass (bug#40407)Mattias Engdegård
2020-04-09Fix ASCII-only conversion logic (bug#40407)Mattias Engdegård
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