aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document return values of the various read-* functionsEli Zaretskii2025-03-091-1/+4
* Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* ; Fix call to 'decode_string_utf_8' in #ifdef'ed-away codeEli Zaretskii2024-12-211-1/+1
* Avoid segfaults in Rmail-MIMEEli Zaretskii2024-10-091-1/+3
* Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas2024-07-251-11/+11
* "Insert before markers" in read_and_insert_process_output properlyDmitry Gutov2024-06-141-5/+8
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-2/+5
* (en/decode_coding_object): Fix `after-change-functions`Stefan Monnier2024-04-101-8/+39
* * src/coding.c (produce_chars): Fix a thinko (bug#69966).Eli Zaretskii2024-03-231-2/+2
* Enable calling decode_coding_object with both SRC and DST_OBJECT QnilPo Lu2024-03-231-11/+23
* ; Pacify -Wmaybe-uninitialized in coding.c.Basil L. Contovounesios2024-03-161-1/+1
* Be more systematic about parens in C source codePaul Eggert2024-01-201-7/+7
* Use `min`/`max` macros in a few more placesStefan Kangas2024-01-091-2/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-2/+2
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-091-1/+12
|\ \
| * \ Merge from origin/emacs-29Eli Zaretskii2023-07-081-1/+12
| |\ \ | | |/
| | * ; * src/coding.c (Fcoding_system_put): Improve doc string.Eli Zaretskii2023-07-071-1/+12
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-181-4/+3
|\ \ \ | |/ /
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-4/+3
* | | Summary: Update Android portPo Lu2023-03-021-23/+20
* | | Update Android portPo Lu2023-02-151-1/+1
* | | Update Android portPo Lu2023-02-121-6/+30
|/ /
* | Pacify Apple clang version 13.0.0 (clang-1300.0.29.30):Paul Eggert2023-01-241-1/+1
* | Pacify clang 15.0.6 on Fedora 37Paul Eggert2023-01-191-0/+6
|/
* Fix encoding with 'utf-8-auto'Eli Zaretskii2023-01-121-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix coding systems used for X input methodsPo Lu2022-10-031-3/+3
* Pacify warnings from gcc 12 in encode_coding_objectMatt Armstrong2022-08-151-1/+1
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-1/+1
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-6/+6
* Avoid undefined behavior in detect_coding routinesPaul Eggert2022-05-311-21/+14
* Pacify clang -Wunused-variablePaul Eggert2022-04-081-6/+0
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-5/+5
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* * src/coding.c (Fdecode_coding_region, Fencode_coding_region): Doc fix.Eli Zaretskii2021-11-281-3/+6
* Improve documentation of 'decode-coding-region'Eli Zaretskii2021-11-121-4/+5
* Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-181-2/+1
* Fix TTY display performance degradation due to many markersEli Zaretskii2021-08-171-4/+40
* Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen2021-07-241-1/+1
* Fix encoding by ISO-2022-JPKenichi Handa2021-03-271-0/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Reject filenames containing NUL bytes.Philipp Stephani2020-12-231-2/+16
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-6/+6
* 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