summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAge
* Fix TTY display performance degradation due to many markersEli Zaretskii2021-08-17
* Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen2021-07-24
* Fix encoding by ISO-2022-JPKenichi Handa2021-03-27
* Update copyright year to 2021Paul Eggert2021-01-01
* Reject filenames containing NUL bytes.Philipp Stephani2020-12-23
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* Improve handling of coding-system mnemonic indicatorsEli Zaretskii2020-08-23
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-15
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-14
* Document that {en,de}code-coding-string preserve match dataMattias Engdegård2020-05-28
* Fix string-to-multibyte overlong sequence bugPaul Eggert2020-04-20
* Prefer more inline functions in character.hPaul Eggert2020-04-17
* Allow ENCODE_FILE and DECODE_FILE to use no-copy conversionMattias Engdegård2020-04-11
* Set last-coding-system-used upon ASCII conversion bypass (bug#40407)Mattias Engdegård2020-04-09
* Fix ASCII-only conversion logic (bug#40407)Mattias Engdegård2020-04-09
* Don't crash with invalid argument in check-coding-systems-regionMattias Engdegård2020-04-09
* Fix decoding of ASCII strings with embedded CR charactersEli Zaretskii2020-04-09
* Fix decoding ASCII strings with embedded CR charactersEli Zaretskii2020-04-09
* * src/coding.c (code_convert_string): Fix type mismatches.Paul Eggert2020-04-05
* Avoid expensive recoding for ASCII identity cases (bug#40407)Mattias Engdegård2020-04-05
* Fix inverted NOCOPY encode/decode parameter (bug#40407)Mattias Engdegård2020-04-05
* Improve integer range checkingPaul Eggert2020-04-05
* Treat out-of-range positions consistentlyPaul Eggert2020-03-27
* Use decode_string_utf_8 in emacs-module.c.Philipp Stephani2020-01-13
* Update copyright year to 2020Paul Eggert2020-01-01
* Clarify base64 requirements and say what {en,de}code_coding_region doesLars Ingebrigtsen2019-12-24
* Spelling fixesPaul Eggert2019-12-09
* Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii2019-11-23
* Fix duplicated words in commentsRobert Pluim2019-10-15
* Update some URLsPaul Eggert2019-09-23
* Fix a recent change in coding.cEli Zaretskii2019-08-25
* extern function cleanupPaul Eggert2019-08-24
* Fix the MS-Windows build broken by recent changesEli Zaretskii2019-08-04
* Minor fix to recent coding.c changePaul Eggert2019-08-04
* Add Unicode-safe UTF-8 converterK. Handa2019-08-04
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* * src/coding.c (decode_coding): Improve doc.Stefan Monnier2019-07-04
* * src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier2019-07-02
* Merge from origin/emacs-26Glenn Morris2019-06-01
|\
| * Improve documentation of decoding into a unibyte bufferEli Zaretskii2019-05-25
| * ; * src/coding.c: Improve commentary. (Bug#34765)Eli Zaretskii2019-05-23
* | Fix names of functions in last commitEli Zaretskii2019-04-28
* | Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani2019-04-28
* | Remove static var system_eol_typePaul Eggert2019-04-14
* | Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii2019-03-30
* | Attempt to fix crashes under GDB on Windows 10Eli Zaretskii2019-03-27
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* | Simplify list creation in C codePaul Eggert2019-03-04
* | Prevent segfaults when running inside dockerEli Zaretskii2019-02-06