aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-01-19Port to hypothetical case where Qnil is nonzeroPaul Eggert1-2/+2
2015-01-19Prefer memset to repeatedly assigning QnilPaul Eggert1-6/+3
2015-01-11* coding.c (Fcoding_system_plist): Use common style for docstring.Dmitry Antipov1-1/+1
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-45/+6
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-10-14Cleanup terminal handling code.Dmitry Antipov1-4/+4
2014-10-08Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.Kenichi Handa1-8/+26
2014-10-05coding.c (detect_coding_iso_2022): Fix previous change.Kenichi Handa1-2/+2
2014-10-05coding.c (detect_coding_iso_2022): Set coding->rejected correctly when an inv...Kenichi Handa1-6/+24
2014-10-03Consistently use min and max macros from lisp.h.Dmitry Antipov1-9/+0