aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-02(decode_coding): Avoid nested *-change-functions (bug#78042)Stefan Monnier1-1/+5
2025-03-29(replace-region-contents): Improve and promote (bug#76313)Stefan Monnier1-0/+2
2025-03-09Document return values of the various read-* functionsEli Zaretskii1-1/+4
2025-01-19Replace call[1-8] with callnStefan Kangas1-3/+3
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-21; Fix call to 'decode_string_utf_8' in #ifdef'ed-away codeEli Zaretskii1-1/+1
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet1-9/+9
2024-10-09Avoid segfaults in Rmail-MIMEEli Zaretskii1-1/+3
2024-07-25Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas1-11/+11
2024-07-09Use cheaper string constructorsMattias Engdegård1-1/+1
2024-06-14"Insert before markers" in read_and_insert_process_output properlyDmitry Gutov1-5/+8
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu1-2/+5
2024-04-10(en/decode_coding_object): Fix `after-change-functions`Stefan Monnier1-8/+39
2024-03-23* src/coding.c (produce_chars): Fix a thinko (bug#69966).Eli Zaretskii1-2/+2
2024-03-23Enable calling decode_coding_object with both SRC and DST_OBJECT QnilPo Lu1-11/+23
2024-03-16; Pacify -Wmaybe-uninitialized in coding.c.Basil L. Contovounesios1-1/+1
2024-01-20Be more systematic about parens in C source codePaul Eggert1-7/+7
2024-01-09Use `min`/`max` macros in a few more placesStefan Kangas1-2/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-23Split safe_call between redisplay and non-redisplay versionsStefan Monnier1-2/+2
2023-07-07; * src/coding.c (Fcoding_system_put): Improve doc string.Eli Zaretskii1-1/+12
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert1-4/+3
2023-03-02Summary: Update Android portPo Lu1-23/+20
2023-02-15Update Android portPo Lu1-1/+1
2023-02-12Update Android portPo Lu1-6/+30
2023-01-24Pacify Apple clang version 13.0.0 (clang-1300.0.29.30):Paul Eggert1-1/+1
2023-01-19Pacify clang 15.0.6 on Fedora 37Paul Eggert1-0/+6
2023-01-12Fix encoding with 'utf-8-auto'Eli Zaretskii1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-10-03Fix coding systems used for X input methodsPo Lu1-3/+3
2022-08-15Pacify warnings from gcc 12 in encode_coding_objectMatt Armstrong1-1/+1
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen1-1/+1
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård1-6/+6
2022-05-31Avoid undefined behavior in detect_coding routinesPaul Eggert1-21/+14
2022-04-08Pacify clang -Wunused-variablePaul Eggert1-6/+0
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård1-5/+5
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-11-28* src/coding.c (Fdecode_coding_region, Fencode_coding_region): Doc fix.Eli Zaretskii1-3/+6
2021-11-12Improve documentation of 'decode-coding-region'Eli Zaretskii1-4/+5
2021-09-18Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin1-2/+1
2021-08-17Fix TTY display performance degradation due to many markersEli Zaretskii1-4/+40
2021-07-24Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen1-1/+1
2021-03-27Fix encoding by ISO-2022-JPKenichi Handa1-0/+6
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