summaryrefslogtreecommitdiff
path: root/src/coding.c
AgeCommit message (Expand)Author
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-04-10(en/decode_coding_object): Fix `after-change-functions`Stefan Monnier
2024-03-23* src/coding.c (produce_chars): Fix a thinko (bug#69966).Eli Zaretskii
2024-03-23Enable calling decode_coding_object with both SRC and DST_OBJECT QnilPo Lu
2024-03-16; Pacify -Wmaybe-uninitialized in coding.c.Basil L. Contovounesios
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-09Use `min`/`max` macros in a few more placesStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-23Split safe_call between redisplay and non-redisplay versionsStefan Monnier
2023-07-09Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-08Merge from origin/emacs-29Eli Zaretskii
2023-07-07; * src/coding.c (Fcoding_system_put): Improve doc string.Eli Zaretskii
2023-05-18Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-03-02Summary: Update Android portPo Lu
2023-02-15Update Android portPo Lu
2023-02-12Update Android portPo Lu
2023-01-24Pacify Apple clang version 13.0.0 (clang-1300.0.29.30):Paul Eggert
2023-01-19Pacify clang 15.0.6 on Fedora 37Paul Eggert
2023-01-12Fix encoding with 'utf-8-auto'Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-03Fix coding systems used for X input methodsPo Lu
2022-08-15Pacify warnings from gcc 12 in encode_coding_objectMatt Armstrong
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
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