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
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
2019-04-28
Refactoring: move UTF-8 decoding functions into coding.h.
Philipp Stephani
2019-04-14
Remove static var system_eol_type
Paul Eggert
2019-03-30
Don't run buffer-related hooks in " *code conversion work*" buffers
Eli Zaretskii
2019-03-27
Attempt to fix crashes under GDB on Windows 10
Eli Zaretskii
2019-03-21
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-04
Simplify list creation in C code
Paul Eggert
2019-02-06
Prevent segfaults when running inside docker
Eli Zaretskii
2019-01-16
Fix previous change: use correct pdumper function
Daniel Colascione
2019-01-16
Fix crash in charset detection after pdumper load
Daniel Colascione
2019-01-15
Add portable dumper
Daniel Colascione
2019-01-09
Use shortcuts for Flength
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-17
Assume ‘emacs’ is defined in Emacs-only code
Paul Eggert
2018-12-09
Remove CHECK_FIXNUM_CAR etc.
Paul Eggert
2018-12-09
Add make_vector and make_nil_vector
Paul Eggert
2018-11-16
Merge from origin/emacs-26
Glenn Morris
2018-11-14
* src/coding.c (Fcheck_coding_systems_region): Doc fix. (Bug#33372)
Eli Zaretskii
2018-08-27
Improve bignum support for system types
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-29
unbind_to performance tuning
Paul Eggert
2018-06-18
Merge from origin/emacs-26
Glenn Morris
[prev]
[next]