summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.Eli Zaretskii2017-02-051-2/+2
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Pacify --enable-gcc-warningsPaul Eggert2016-12-221-3/+3
* | Merge from origin/emacs-25Paul Eggert2016-11-191-1/+1
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-1/+1
* | Avoid warnings about undo list while decodingEli Zaretskii2016-07-301-0/+21
* | ‘signal’ no longer returnsPaul Eggert2016-07-251-3/+3
* | Fix 'insert-file-contents' when REPLACE is non-nilEli Zaretskii2016-06-221-4/+8
* | emacs_strerror cleanupsPaul Eggert2016-06-111-20/+0
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-4/+5
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsK. Handa2016-06-011-4/+4
|\ \