summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Attempt to fix crashes under GDB on Windows 10Eli Zaretskii2019-03-271-38/+49
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-30/+30
* | Simplify list creation in C codePaul Eggert2019-03-041-11/+11
* | Prevent segfaults when running inside dockerEli Zaretskii2019-02-061-0/+6
* | Fix previous change: use correct pdumper functionDaniel Colascione2019-01-161-1/+1
* | Fix crash in charset detection after pdumper loadDaniel Colascione2019-01-161-0/+25
* | Add portable dumperDaniel Colascione2019-01-151-0/+9
* | Use shortcuts for FlengthPaul Eggert2019-01-091-9/+5
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1