aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-94/+94
2018-06-29unbind_to performance tuningPaul Eggert1-3/+1
2018-06-17Allow inserting non-BMP charactersPhilipp Stephani1-7/+0
2018-06-15Reject invalid 5-byte sequences when detecting UTF-8 encodingEli Zaretskii1-1/+4
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris1-1/+1
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris1-1/+1
2018-01-07Allow inserting non-BMP charactersPhilipp Stephani1-7/+0
2018-01-06Fix Dired display and operations on file names with raw bytesEli Zaretskii1-3/+16
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-30Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani1-0/+22
2017-11-04Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-07-11Add an optional testfn parameter to assocNicolas Petton1-3/+3
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert1-1/+3
2017-04-17Tighten recently-added UTF-8 checkPaul Eggert1-1/+1
2017-02-05; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.Eli Zaretskii1-2/+2
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-22Pacify --enable-gcc-warningsPaul Eggert1-3/+3
2016-11-06Modernize usage of 'macOS' in doc and commentsPaul Eggert1-1/+1
2016-07-30Avoid warnings about undo list while decodingEli Zaretskii1-0/+21
2016-07-25‘signal’ no longer returnsPaul Eggert1-3/+3
2016-06-22Fix 'insert-file-contents' when REPLACE is non-nilEli Zaretskii1-4/+8
2016-06-11emacs_strerror cleanupsPaul Eggert1-20/+0
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert1-4/+5
2016-06-01Fix incomplete handling of translation table in a coding system.K. Handa1-34/+27
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert1-4/+4
2016-05-24Update allowable arguments for open-network-streamKen Brown1-1/+2
2016-04-04; Fix typo in previous patch.Paul Eggert1-1/+1
2016-04-04New C macro AUTO_STRING_WITH_LENPaul Eggert1-5/+4
2016-03-10Rework C source files to avoid ^(Paul Eggert1-4/+4
2016-02-27Remove unused code in coding.cEli Zaretskii1-29/+19
2016-02-17Fix decoding DOS EOL in a unibyte bufferEli Zaretskii1-3/+3
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert1-11/+10
2015-10-20Include-file cleanup for src directoryPaul Eggert1-2/+0
2015-10-03 * src/coding.c (complement_process_encoding_system): Revert lastAndreas Schwab1-1/+0
2015-10-03More validatation of coding systemsAndreas Schwab1-1/+3
2015-10-03Avoid crashes in coding_inherit_eol_typeEli Zaretskii1-0/+2
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-2/+2
2015-09-16Add -Wswitch to --enable-gcc-warningsPaul Eggert1-0/+5
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-16/+2
2015-07-27Fix uninitalized value in encode_coding_objectPaul Eggert1-1/+5
2015-06-07Remove the obsolete leading "*" from some C doc strings.Glenn Morris1-6/+6
2015-05-31Treat batch stdout/stderr like standard displayPaul Eggert1-1/+2
2015-05-31Remove unused DEFSYMsPaul Eggert1-11/+0
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert1-4/+4
2015-01-31Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)Eli Zaretskii1-0/+9
2015-01-25Count MANY function args more reliablyPaul Eggert1-56/+50
2015-01-21Better isolate code that assumes NIL_IS_ZEROPaul Eggert1-1/+1
2015-01-21Fix coding.c subscript errorPaul Eggert1-1/+2