aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-23Reject filenames containing NUL bytes.Philipp Stephani1-2/+16
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios1-6/+6
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab1-30/+30
2020-08-23Improve handling of coding-system mnemonic indicatorsEli Zaretskii1-2/+8
2020-08-15Fix GC bugs related to uninitialized vectorsPaul Eggert1-6/+3
2020-08-14Remove many items obsolete since Emacs 23.1Stefan Kangas1-2/+1
2020-05-28Document that {en,de}code-coding-string preserve match dataMattias Engdegård1-2/+2
2020-04-20Fix string-to-multibyte overlong sequence bugPaul Eggert1-6/+8
2020-04-17Prefer more inline functions in character.hPaul Eggert1-35/+26
2020-04-11Allow ENCODE_FILE and DECODE_FILE to use no-copy conversionMattias Engdegård1-12/+17
2020-04-09Set last-coding-system-used upon ASCII conversion bypass (bug#40407)Mattias Engdegård1-5/+9
2020-04-09Fix ASCII-only conversion logic (bug#40407)Mattias Engdegård1-29/+17
2020-04-09Don't crash with invalid argument in check-coding-systems-regionMattias Engdegård1-1/+4
2020-04-09Fix decoding of ASCII strings with embedded CR charactersEli Zaretskii1-2/+2
2020-04-09Fix decoding ASCII strings with embedded CR charactersEli Zaretskii1-11/+26
2020-04-05* src/coding.c (code_convert_string): Fix type mismatches.Paul Eggert1-2/+2
2020-04-05Avoid expensive recoding for ASCII identity cases (bug#40407)Mattias Engdegård1-1/+26
2020-04-05Fix inverted NOCOPY encode/decode parameter (bug#40407)Mattias Engdegård1-1/+1
2020-04-05Improve integer range checkingPaul Eggert1-5/+3
2020-03-27Treat out-of-range positions consistentlyPaul Eggert1-21/+21
2020-01-13Use decode_string_utf_8 in emacs-module.c.Philipp Stephani1-0/+2
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-24Clarify base64 requirements and say what {en,de}code_coding_region doesLars Ingebrigtsen1-0/+14
2019-12-09Spelling fixesPaul Eggert1-4/+4
2019-11-23Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii1-80/+122
2019-10-15Fix duplicated words in commentsRobert Pluim1-1/+1
2019-09-23Update some URLsPaul Eggert1-1/+1
2019-08-25Fix a recent change in coding.cEli Zaretskii1-7/+10
2019-08-24extern function cleanupPaul Eggert1-6/+6
2019-08-04Fix the MS-Windows build broken by recent changesEli Zaretskii1-0/+2
2019-08-04Minor fix to recent coding.c changePaul Eggert1-63/+60
2019-08-04Add Unicode-safe UTF-8 converterK. Handa1-0/+730
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert1-1/+0
2019-07-04* src/coding.c (decode_coding): Improve doc.Stefan Monnier1-3/+7
2019-07-02* src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier1-7/+10
2019-05-25Improve documentation of decoding into a unibyte bufferEli Zaretskii1-2/+5
2019-05-23; * src/coding.c: Improve commentary. (Bug#34765)Eli Zaretskii1-7/+14
2019-04-28Fix names of functions in last commitEli Zaretskii1-7/+11
2019-04-28Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani1-0/+19
2019-04-14Remove static var system_eol_typePaul Eggert1-24/+14
2019-03-30Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii1-22/+4
2019-03-27Attempt to fix crashes under GDB on Windows 10Eli Zaretskii1-38/+49
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-30/+30
2019-03-04Simplify list creation in C codePaul Eggert1-11/+11
2019-02-06Prevent segfaults when running inside dockerEli Zaretskii1-0/+6
2019-01-16Fix previous change: use correct pdumper functionDaniel Colascione1-1/+1
2019-01-16Fix crash in charset detection after pdumper loadDaniel Colascione1-0/+25
2019-01-15Add portable dumperDaniel Colascione1-0/+9