summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the MS-Windows build broken by recent changesEli Zaretskii2019-08-041-0/+2
* Minor fix to recent coding.c changePaul Eggert2019-08-041-63/+60
* Add Unicode-safe UTF-8 converterK. Handa2019-08-041-0/+730
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* * src/coding.c (decode_coding): Improve doc.Stefan Monnier2019-07-041-3/+7
* * src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier2019-07-021-7/+10
* Merge from origin/emacs-26Glenn Morris2019-06-011-9/+19
|\
| * Improve documentation of decoding into a unibyte bufferEli Zaretskii2019-05-251-2/+5
| * ; * src/coding.c: Improve commentary. (Bug#34765)Eli Zaretskii2019-05-231-7/+14
* | Fix names of functions in last commitEli Zaretskii2019-04-281-7/+11
* | Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani2019-04-281-0/+19
* | Remove static var system_eol_typePaul Eggert2019-04-141-24/+14
* | Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii2019-03-301-22/+4
* | Attempt to fix crashes under GDB on Windows 10Eli Zaretskii2019-03-271-38/+49
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-30/+30
* | Simplify list creation in C codePaul Eggert2019-03-041-11/+11
* | Prevent segfaults when running inside dockerEli Zaretskii2019-02-061-0/+6
* | Fix previous change: use correct pdumper functionDaniel Colascione2019-01-161-1/+1
* | Fix crash in charset detection after pdumper loadDaniel Colascione2019-01-161-0/+25
* | Add portable dumperDaniel Colascione2019-01-151-0/+9
* | Use shortcuts for FlengthPaul Eggert2019-01-091-9/+5
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Assume ‘emacs’ is defined in Emacs-only codePaul Eggert2018-12-171-10/+0
* | Remove CHECK_FIXNUM_CAR etc.Paul Eggert2018-12-091-34/+7
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-38/+27
* | Merge from origin/emacs-26Glenn Morris2018-11-161-9/+9
|\ \ | |/
| * * src/coding.c (Fcheck_coding_systems_region): Doc fix. (Bug#33372)Eli Zaretskii2018-11-141-9/+9
| * Allow inserting non-BMP charactersPhilipp Stephani2018-06-171-7/+0
* | Improve bignum support for system typesPaul Eggert2018-08-271-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-117/+117
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-94/+94
* | unbind_to performance tuningPaul Eggert2018-06-291-3/+1
* | Merge from origin/emacs-26Glenn Morris2018-06-181-1/+4
|\ \ | |/
| * Reject invalid 5-byte sequences when detecting UTF-8 encodingEli Zaretskii2018-06-151-1/+4
* | Merge from origin/emacs-26Glenn Morris2018-02-171-2/+2
|\ \ | |/
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-091-3/+16
|\ \ | |/
| * Fix Dired display and operations on file names with raw bytesEli Zaretskii2018-01-061-3/+16
* | Allow inserting non-BMP charactersPhilipp Stephani2018-01-071-7/+0
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani2017-12-301-0/+22
* | Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-041-1/+1
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-3/+3
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-1/+3
* Tighten recently-added UTF-8 checkPaul Eggert2017-04-171-1/+1
* Merge from origin/emacs-25Paul Eggert2017-03-191-2/+2
|\