summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* * src/coding.c (Fdecode_coding_region, Fencode_coding_region): Doc fix.Eli Zaretskii2021-11-281-3/+6
* Improve documentation of 'decode-coding-region'Eli Zaretskii2021-11-121-4/+5
* Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-181-2/+1
* Fix TTY display performance degradation due to many markersEli Zaretskii2021-08-171-4/+40
* Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen2021-07-241-1/+1
* Fix encoding by ISO-2022-JPKenichi Handa2021-03-271-0/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Reject filenames containing NUL bytes.Philipp Stephani2020-12-231-2/+16
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-6/+6
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-30/+30
* Improve handling of coding-system mnemonic indicatorsEli Zaretskii2020-08-231-2/+8
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-6/+3
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-2/+1
* Document that {en,de}code-coding-string preserve match dataMattias Engdegård2020-05-281-2/+2
* Fix string-to-multibyte overlong sequence bugPaul Eggert2020-04-201-6/+8
* Prefer more inline functions in character.hPaul Eggert2020-04-171-35/+26
* Allow ENCODE_FILE and DECODE_FILE to use no-copy conversionMattias Engdegård2020-04-111-12/+17
* Set last-coding-system-used upon ASCII conversion bypass (bug#40407)Mattias Engdegård2020-04-091-5/+9
* Fix ASCII-only conversion logic (bug#40407)Mattias Engdegård2020-04-091-29/+17
* Don't crash with invalid argument in check-coding-systems-regionMattias Engdegård2020-04-091-1/+4
* Fix decoding of ASCII strings with embedded CR charactersEli Zaretskii2020-04-091-2/+2
* Fix decoding ASCII strings with embedded CR charactersEli Zaretskii2020-04-091-11/+26
* * src/coding.c (code_convert_string): Fix type mismatches.Paul Eggert2020-04-051-2/+2
* Avoid expensive recoding for ASCII identity cases (bug#40407)Mattias Engdegård2020-04-051-1/+26
* Fix inverted NOCOPY encode/decode parameter (bug#40407)Mattias Engdegård2020-04-051-1/+1
* Improve integer range checkingPaul Eggert2020-04-051-5/+3
* Treat out-of-range positions consistentlyPaul Eggert2020-03-271-21/+21
* Use decode_string_utf_8 in emacs-module.c.Philipp Stephani2020-01-131-0/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Clarify base64 requirements and say what {en,de}code_coding_region doesLars Ingebrigtsen2019-12-241-0/+14
* Spelling fixesPaul Eggert2019-12-091-4/+4
* Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii2019-11-231-80/+122
* Fix duplicated words in commentsRobert Pluim2019-10-151-1/+1
* Update some URLsPaul Eggert2019-09-231-1/+1
* Fix a recent change in coding.cEli Zaretskii2019-08-251-7/+10
* extern function cleanupPaul Eggert2019-08-241-6/+6
* Fix the MS-Windows build broken by recent changesEli Zaretskii2019-08-041-0/+2
* Minor fix to recent coding.c changePaul Eggert2019-08-041-63/+60
* Add Unicode-safe UTF-8 converterK. Handa2019-08-041-0/+730
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* * src/coding.c (decode_coding): Improve doc.Stefan Monnier2019-07-041-3/+7
* * src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier2019-07-021-7/+10
* Merge from origin/emacs-26Glenn Morris2019-06-011-9/+19
|\
| * Improve documentation of decoding into a unibyte bufferEli Zaretskii2019-05-251-2/+5
| * ; * src/coding.c: Improve commentary. (Bug#34765)Eli Zaretskii2019-05-231-7/+14
* | Fix names of functions in last commitEli Zaretskii2019-04-281-7/+11
* | Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani2019-04-281-0/+19
* | Remove static var system_eol_typePaul Eggert2019-04-141-24/+14
* | Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii2019-03-301-22/+4