summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAge
* Replace calls to intern with a constant string with DEFSYMsPo Lu11 days
* (en/decode_coding_object): Fix `after-change-functions`Stefan Monnier2024-04-10
* * src/coding.c (produce_chars): Fix a thinko (bug#69966).Eli Zaretskii2024-03-23
* Enable calling decode_coding_object with both SRC and DST_OBJECT QnilPo Lu2024-03-23
* ; Pacify -Wmaybe-uninitialized in coding.c.Basil L. Contovounesios2024-03-16
* Be more systematic about parens in C source codePaul Eggert2024-01-20
* Use `min`/`max` macros in a few more placesStefan Kangas2024-01-09
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-23
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-09
|\ \
| * | Merge from origin/emacs-29Eli Zaretskii2023-07-08
| |\|
| | * ; * src/coding.c (Fcoding_system_put): Improve doc string.Eli Zaretskii2023-07-07
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-18
|\| |
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-17
* | | Summary: Update Android portPo Lu2023-03-02
* | | Update Android portPo Lu2023-02-15
* | | Update Android portPo Lu2023-02-12
|/ /
* | Pacify Apple clang version 13.0.0 (clang-1300.0.29.30):Paul Eggert2023-01-24
* | Pacify clang 15.0.6 on Fedora 37Paul Eggert2023-01-19
|/
* Fix encoding with 'utf-8-auto'Eli Zaretskii2023-01-12
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix coding systems used for X input methodsPo Lu2022-10-03
* Pacify warnings from gcc 12 in encode_coding_objectMatt Armstrong2022-08-15
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-27
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
* Avoid undefined behavior in detect_coding routinesPaul Eggert2022-05-31
* Pacify clang -Wunused-variablePaul Eggert2022-04-08
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* * src/coding.c (Fdecode_coding_region, Fencode_coding_region): Doc fix.Eli Zaretskii2021-11-28
* Improve documentation of 'decode-coding-region'Eli Zaretskii2021-11-12
* Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-18
* 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