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
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
2022-05-31
Avoid undefined behavior in detect_coding routines
Paul Eggert
2022-04-08
Pacify clang -Wunused-variable
Paul Eggert
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-11-28
* src/coding.c (Fdecode_coding_region, Fencode_coding_region): Doc fix.
Eli Zaretskii
2021-11-12
Improve documentation of 'decode-coding-region'
Eli Zaretskii
2021-09-18
Check for null bytes in filenames in 'expand-file-name' (bug#49723)
Federico Tedin
2021-08-17
Fix TTY display performance degradation due to many markers
Eli Zaretskii
2021-07-24
Fix Fdirectory_append check for whether strings have to be converted
Lars Ingebrigtsen
2021-03-27
Fix encoding by ISO-2022-JP
Kenichi Handa
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-23
Reject filenames containing NUL bytes.
Philipp Stephani
2020-12-20
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-10-05
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-08-23
Improve handling of coding-system mnemonic indicators
Eli Zaretskii
2020-08-15
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-08-14
Remove many items obsolete since Emacs 23.1
Stefan Kangas
2020-05-28
Document that {en,de}code-coding-string preserve match data
Mattias Engdegård
2020-04-20
Fix string-to-multibyte overlong sequence bug
Paul Eggert
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-04-11
Allow ENCODE_FILE and DECODE_FILE to use no-copy conversion
Mattias Engdegård
2020-04-09
Set last-coding-system-used upon ASCII conversion bypass (bug#40407)
Mattias Engdegård
2020-04-09
Fix ASCII-only conversion logic (bug#40407)
Mattias Engdegård
2020-04-09
Don't crash with invalid argument in check-coding-systems-region
Mattias Engdegård
[next]