aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some C symbol extern visibilityPaul Eggert2025-12-081-21/+0
* (decode_coding): Avoid nested *-change-functions (bug#78042)Stefan Monnier2025-05-021-1/+5
* (replace-region-contents): Improve and promote (bug#76313)Stefan Monnier2025-03-291-0/+2
* Merge from origin/emacs-30Sean Whitton2025-03-121-1/+4
|\
| * Document return values of the various read-* functionsEli Zaretskii2025-03-091-1/+4
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-9/+9
|\ \
| * | Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-9/+9
* | | Replace call[1-8] with callnStefan Kangas2025-01-191-3/+3
* | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | | Merge from origin/emacs-30Eli Zaretskii2024-12-211-1/+1
|\ \ \ | |/ / |/| / | |/
| * ; Fix call to 'decode_string_utf_8' in #ifdef'ed-away codeEli Zaretskii2024-12-211-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2024-10-121-1/+3
|\ \ | |/
| * Avoid segfaults in Rmail-MIMEEli Zaretskii2024-10-091-1/+3
* | Merge from origin/emacs-30Eli Zaretskii2024-07-271-11/+11
|\ \ | |/
| * Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas2024-07-251-11/+11
* | Use cheaper string constructorsMattias Engdegård2024-07-091-1/+1
|/
* "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