summaryrefslogtreecommitdiff
path: root/src/coding.c
AgeCommit message (Expand)Author
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert
2016-06-01Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsK. Handa
2016-06-01Fix incomplete handling of translation table in a coding system.K. Handa
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert
2016-05-24Update allowable arguments for open-network-streamKen Brown
2016-04-04; Fix typo in previous patch.Paul Eggert
2016-04-04New C macro AUTO_STRING_WITH_LENPaul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-02-27Remove unused code in coding.cEli Zaretskii
2016-02-17Fix decoding DOS EOL in a unibyte bufferEli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-03 * src/coding.c (complement_process_encoding_system): Revert lastAndreas Schwab
2015-10-03More validatation of coding systemsAndreas Schwab
2015-10-03Avoid crashes in coding_inherit_eol_typeEli Zaretskii
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-09-16Add -Wswitch to --enable-gcc-warningsPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-07-27Fix uninitalized value in encode_coding_objectPaul Eggert
2015-06-07Remove the obsolete leading "*" from some C doc strings.Glenn Morris
2015-05-31Treat batch stdout/stderr like standard displayPaul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert
2015-01-31Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)Eli Zaretskii
2015-01-28Merge from origin/emacs-24Fabián Ezequiel Gallina
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-21Better isolate code that assumes NIL_IS_ZEROPaul Eggert
2015-01-21Fix coding.c subscript errorPaul Eggert
2015-01-19Port to hypothetical case where Qnil is nonzeroPaul Eggert
2015-01-19Prefer memset to repeatedly assigning QnilPaul Eggert
2015-01-11* coding.c (Fcoding_system_plist): Use common style for docstring.Dmitry Antipov
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-10-14Cleanup terminal handling code.Dmitry Antipov
2014-10-08Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.Kenichi Handa
2014-10-05coding.c (detect_coding_iso_2022): Fix previous change.Kenichi Handa
2014-10-05coding.c (detect_coding_iso_2022): Set coding->rejected correctly when an inv...Kenichi Handa
2014-10-03Consistently use min and max macros from lisp.h.Dmitry Antipov
2014-09-07Fix bug uncovered by changing alloca to auto buffer.Paul Eggert
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-08-10Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris
2014-08-06src/coding.c: Fix typos in comments and doc strings.Eli Zaretskii
2014-07-10* coding.h (struct coding_system): Remove 'error_positions' (unused)Dmitry Antipov
2014-07-09* coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int andDmitry Antipov
2014-07-02merge trunkKenichi Handa
2014-07-02* coding.c (MIN_CHARBUF_SIZE): Delete it.Kenichi Handa
2014-06-30Fix bug #17881 with infloop in decoding emacs-mule encoded text.Eli Zaretskii