index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; * src/coding.c (Fcoding_system_put): Improve doc string.
Eli Zaretskii
2023-07-07
1
-1
/
+12
*
Fix encoding with 'utf-8-auto'
Eli Zaretskii
2023-01-12
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Fix coding systems used for X input methods
Po Lu
2022-10-03
1
-3
/
+3
*
Pacify warnings from gcc 12 in encode_coding_object
Matt Armstrong
2022-08-15
1
-1
/
+1
*
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
1
-1
/
+1
*
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-16
1
-6
/
+6
*
Avoid undefined behavior in detect_coding routines
Paul Eggert
2022-05-31
1
-21
/
+14
*
Pacify clang -Wunused-variable
Paul Eggert
2022-04-08
1
-6
/
+0
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-5
/
+5
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
* src/coding.c (Fdecode_coding_region, Fencode_coding_region): Doc fix.
Eli Zaretskii
2021-11-28
1
-3
/
+6
*
Improve documentation of 'decode-coding-region'
Eli Zaretskii
2021-11-12
1
-4
/
+5
*
Check for null bytes in filenames in 'expand-file-name' (bug#49723)
Federico Tedin
2021-09-18
1
-2
/
+1
*
Fix TTY display performance degradation due to many markers
Eli Zaretskii
2021-08-17
1
-4
/
+40
*
Fix Fdirectory_append check for whether strings have to be converted
Lars Ingebrigtsen
2021-07-24
1
-1
/
+1
*
Fix encoding by ISO-2022-JP
Kenichi Handa
2021-03-27
1
-0
/
+6
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Reject filenames containing NUL bytes.
Philipp Stephani
2020-12-23
1
-2
/
+16
*
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-12-20
1
-6
/
+6
*
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-30
/
+30
*
Improve handling of coding-system mnemonic indicators
Eli Zaretskii
2020-08-23
1
-2
/
+8
*
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-08-15
1
-6
/
+3
*
Remove many items obsolete since Emacs 23.1
Stefan Kangas
2020-08-14
1
-2
/
+1
*
Document that {en,de}code-coding-string preserve match data
Mattias Engdegård
2020-05-28
1
-2
/
+2
*
Fix string-to-multibyte overlong sequence bug
Paul Eggert
2020-04-20
1
-6
/
+8
*
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-35
/
+26
*
Allow ENCODE_FILE and DECODE_FILE to use no-copy conversion
Mattias Engdegård
2020-04-11
1
-12
/
+17
*
Set last-coding-system-used upon ASCII conversion bypass (bug#40407)
Mattias Engdegård
2020-04-09
1
-5
/
+9
*
Fix ASCII-only conversion logic (bug#40407)
Mattias Engdegård
2020-04-09
1
-29
/
+17
*
Don't crash with invalid argument in check-coding-systems-region
Mattias Engdegård
2020-04-09
1
-1
/
+4
*
Fix decoding of ASCII strings with embedded CR characters
Eli Zaretskii
2020-04-09
1
-2
/
+2
*
Fix decoding ASCII strings with embedded CR characters
Eli Zaretskii
2020-04-09
1
-11
/
+26
*
* src/coding.c (code_convert_string): Fix type mismatches.
Paul Eggert
2020-04-05
1
-2
/
+2
*
Avoid expensive recoding for ASCII identity cases (bug#40407)
Mattias Engdegård
2020-04-05
1
-1
/
+26
*
Fix inverted NOCOPY encode/decode parameter (bug#40407)
Mattias Engdegård
2020-04-05
1
-1
/
+1
*
Improve integer range checking
Paul Eggert
2020-04-05
1
-5
/
+3
*
Treat out-of-range positions consistently
Paul Eggert
2020-03-27
1
-21
/
+21
*
Use decode_string_utf_8 in emacs-module.c.
Philipp Stephani
2020-01-13
1
-0
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Clarify base64 requirements and say what {en,de}code_coding_region does
Lars Ingebrigtsen
2019-12-24
1
-0
/
+14
*
Spelling fixes
Paul Eggert
2019-12-09
1
-4
/
+4
*
Fix and speed up en/decoding of UTF-8 strings
Eli Zaretskii
2019-11-23
1
-80
/
+122
*
Fix duplicated words in comments
Robert Pluim
2019-10-15
1
-1
/
+1
*
Update some URLs
Paul Eggert
2019-09-23
1
-1
/
+1
*
Fix a recent change in coding.c
Eli Zaretskii
2019-08-25
1
-7
/
+10
*
extern function cleanup
Paul Eggert
2019-08-24
1
-6
/
+6
*
Fix the MS-Windows build broken by recent changes
Eli Zaretskii
2019-08-04
1
-0
/
+2
*
Minor fix to recent coding.c change
Paul Eggert
2019-08-04
1
-63
/
+60
[next]