index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coding.c
Age
Commit message (
Expand
)
Author
2026-05-23
Prefer ptrdiff_t to size_t when either will do
Paul Eggert
2026-05-23
Avoid memsets in coding.c
Paul Eggert
2026-05-23
New function memory_full_up
Paul Eggert
2026-04-29
Pacify -Wunused-but-set-variable from gcc 16 and clang 13
Collin Funk
2026-03-07
Fix infloop when decoding incomplete embedded UTF-8 input
Pip Cet
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-12-08
Fix some C symbol extern visibility
Paul Eggert
2025-05-02
(decode_coding): Avoid nested *-change-functions (bug#78042)
Stefan Monnier
2025-03-29
(replace-region-contents): Improve and promote (bug#76313)
Stefan Monnier
2025-03-12
Merge from origin/emacs-30
Sean Whitton
2025-03-09
Document return values of the various read-* functions
Eli Zaretskii
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-02
Update copyright year to 2025
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-21
Merge from origin/emacs-30
Eli Zaretskii
2024-12-21
; Fix call to 'decode_string_utf_8' in #ifdef'ed-away code
Eli Zaretskii
2024-12-12
Pure storage removal: Replace calls to removed functions
Pip Cet
2024-10-12
Merge from origin/emacs-30
Eli Zaretskii
2024-10-09
Avoid segfaults in Rmail-MIME
Eli Zaretskii
2024-07-27
Merge from origin/emacs-30
Eli Zaretskii
2024-07-25
Standardize possessive apostrophe usage in manuals, docs, and comments
Stefan Kangas
2024-07-09
Use cheaper string constructors
Mattias EngdegÄrd
2024-06-14
"Insert before markers" in read_and_insert_process_output properly
Dmitry Gutov
2024-05-09
Replace calls to intern with a constant string with DEFSYMs
Po 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-23
Enable calling decode_coding_object with both SRC and DST_OBJECT Qnil
Po Lu
2024-03-16
; Pacify -Wmaybe-uninitialized in coding.c.
Basil L. Contovounesios
2024-01-20
Be more systematic about parens in C source code
Paul Eggert
2024-01-09
Use `min`/`max` macros in a few more places
Stefan Kangas
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-23
Split safe_call between redisplay and non-redisplay versions
Stefan Monnier
2023-07-09
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-07-08
Merge from origin/emacs-29
Eli Zaretskii
2023-07-07
; * src/coding.c (Fcoding_system_put): Improve doc string.
Eli Zaretskii
2023-05-18
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-05-17
Prefer C23 ckd_* to Gnulib *_WRAPV macros
Paul Eggert
2023-03-02
Summary: Update Android port
Po Lu
2023-02-15
Update Android port
Po Lu
2023-02-12
Update Android port
Po Lu
2023-01-24
Pacify Apple clang version 13.0.0 (clang-1300.0.29.30):
Paul Eggert
2023-01-19
Pacify clang 15.0.6 on Fedora 37
Paul Eggert
2023-01-12
Fix encoding with 'utf-8-auto'
Eli Zaretskii
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-10-03
Fix coding systems used for X input methods
Po Lu
2022-08-15
Pacify warnings from gcc 12 in encode_coding_object
Matt Armstrong
2022-06-27
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-16
Use BASE_EQ instead of EQ where obviously safe
Mattias EngdegÄrd
[next]