aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-09-07Fix bug uncovered by changing alloca to auto buffer.Paul Eggert1-2/+18
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert1-3/+10
2014-08-06src/coding.c: Fix typos in comments and doc strings.Eli Zaretskii1-3/+3
2014-07-10* coding.h (struct coding_system): Remove 'error_positions' (unused)Dmitry Antipov1-10/+0
2014-07-09* coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int andDmitry Antipov1-7/+4
2014-07-02* coding.c (MIN_CHARBUF_SIZE): Delete it.Kenichi Handa1-4/+8
2014-06-30Fix bug #17881 with infloop in decoding emacs-mule encoded text.Eli Zaretskii1-1/+2
2014-06-28* coding.c (MAX_CHARBUF_SIZE): Renamed from CHARBUF_SIZE.Kenichi Handa1-8/+11
2014-06-28Fixes: debbugs:17865Andreas Schwab1-1/+1
2014-06-25Consistently use validate_subarray to verify substring.Dmitry Antipov1-10/+5
2014-06-23Simplify and cleanup character conversion stuff.Dmitry Antipov1-18/+18
2014-04-05Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert1-2/+2
2014-01-29Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa1-2/+4
2014-01-25When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert1-8/+8
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert1-2/+2