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
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
2020-04-09
Fix decoding of ASCII strings with embedded CR characters
Eli Zaretskii
2020-04-09
Fix decoding ASCII strings with embedded CR characters
Eli Zaretskii
2020-04-05
* src/coding.c (code_convert_string): Fix type mismatches.
Paul Eggert
2020-04-05
Avoid expensive recoding for ASCII identity cases (bug#40407)
Mattias Engdegård
2020-04-05
Fix inverted NOCOPY encode/decode parameter (bug#40407)
Mattias Engdegård
2020-04-05
Improve integer range checking
Paul Eggert
2020-03-27
Treat out-of-range positions consistently
Paul Eggert
2020-01-13
Use decode_string_utf_8 in emacs-module.c.
Philipp Stephani
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-12-24
Clarify base64 requirements and say what {en,de}code_coding_region does
Lars Ingebrigtsen
2019-12-09
Spelling fixes
Paul Eggert
2019-11-23
Fix and speed up en/decoding of UTF-8 strings
Eli Zaretskii
2019-10-15
Fix duplicated words in comments
Robert Pluim
2019-09-23
Update some URLs
Paul Eggert
2019-08-25
Fix a recent change in coding.c
Eli Zaretskii
2019-08-24
extern function cleanup
Paul Eggert
2019-08-04
Fix the MS-Windows build broken by recent changes
Eli Zaretskii
2019-08-04
Minor fix to recent coding.c change
Paul Eggert
2019-08-04
Add Unicode-safe UTF-8 converter
K. Handa
2019-07-08
Avoid some unnecessary stdio.h includes
Paul Eggert
2019-07-04
* src/coding.c (decode_coding): Improve doc.
Stefan Monnier
2019-07-02
* src/coding.c (decode_coding_gap): Remove `chars` argument.
Stefan Monnier
2019-06-01
Merge from origin/emacs-26
Glenn Morris
2019-05-25
Improve documentation of decoding into a unibyte buffer
Eli Zaretskii
2019-05-23
; * src/coding.c: Improve commentary. (Bug#34765)
Eli Zaretskii
2019-04-28
Fix names of functions in last commit
Eli Zaretskii
[prev]
[next]