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
*
* 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
*
Add Unicode-safe UTF-8 converter
K. Handa
2019-08-04
1
-0
/
+730
*
Avoid some unnecessary stdio.h includes
Paul Eggert
2019-07-08
1
-1
/
+0
*
* src/coding.c (decode_coding): Improve doc.
Stefan Monnier
2019-07-04
1
-3
/
+7
*
* src/coding.c (decode_coding_gap): Remove `chars` argument.
Stefan Monnier
2019-07-02
1
-7
/
+10
*
Merge from origin/emacs-26
Glenn Morris
2019-06-01
1
-9
/
+19
|
\
|
*
Improve documentation of decoding into a unibyte buffer
Eli Zaretskii
2019-05-25
1
-2
/
+5
|
*
; * src/coding.c: Improve commentary. (Bug#34765)
Eli Zaretskii
2019-05-23
1
-7
/
+14
*
|
Fix names of functions in last commit
Eli Zaretskii
2019-04-28
1
-7
/
+11
*
|
Refactoring: move UTF-8 decoding functions into coding.h.
Philipp Stephani
2019-04-28
1
-0
/
+19
*
|
Remove static var system_eol_type
Paul Eggert
2019-04-14
1
-24
/
+14
*
|
Don't run buffer-related hooks in " *code conversion work*" buffers
Eli Zaretskii
2019-03-30
1
-22
/
+4
*
|
Attempt to fix crashes under GDB on Windows 10
Eli Zaretskii
2019-03-27
1
-38
/
+49
[next]