summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* Rework C source files to avoid ^(Paul Eggert2016-03-101-4/+4
* Fix decoding DOS EOL in a unibyte bufferEli Zaretskii2016-02-171-3/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-11/+10
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0
* * src/coding.c (complement_process_encoding_system): Revert lastAndreas Schwab2015-10-031-1/+0
* More validatation of coding systemsAndreas Schwab2015-10-031-1/+3
* Avoid crashes in coding_inherit_eol_typeEli Zaretskii2015-10-031-0/+2
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-2/+2
* Add -Wswitch to --enable-gcc-warningsPaul Eggert2015-09-161-0/+5
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-16/+2
* Fix uninitalized value in encode_coding_objectPaul Eggert2015-07-271-1/+5
* Remove the obsolete leading "*" from some C doc strings.Glenn Morris2015-06-071-6/+6
* Treat batch stdout/stderr like standard displayPaul Eggert2015-05-311-1/+2
* Remove unused DEFSYMsPaul Eggert2015-05-311-11/+0
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-4/+4
* Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)Eli Zaretskii2015-01-311-0/+9
* Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-1/+2
|\
| * Fix coding.c subscript errorPaul Eggert2015-01-211-1/+2
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| * Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.Kenichi Handa2014-10-081-8/+26
* | Count MANY function args more reliablyPaul Eggert2015-01-251-56/+50
* | Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-211-1/+1
* | Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-191-2/+2
* | Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-191-6/+3
* | * coding.c (Fcoding_system_plist): Use common style for docstring.Dmitry Antipov2015-01-111-1/+1
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-45/+6
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Cleanup terminal handling code.Dmitry Antipov2014-10-141-4/+4
* | coding.c (detect_coding_iso_2022): Fix previous change.Kenichi Handa2014-10-051-2/+2
* | coding.c (detect_coding_iso_2022): Set coding->rejected correctly when an inv...Kenichi Handa2014-10-051-6/+24
* | Consistently use min and max macros from lisp.h.Dmitry Antipov2014-10-031-9/+0
* | Fix bug uncovered by changing alloca to auto buffer.Paul Eggert2014-09-071-2/+18
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-3/+10
* | Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris2014-08-101-3/+3
|\ \ | |/
| * src/coding.c: Fix typos in comments and doc strings.Eli Zaretskii2014-08-061-3/+3
* | * coding.h (struct coding_system): Remove 'error_positions' (unused)Dmitry Antipov2014-07-101-10/+0
* | * coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int andDmitry Antipov2014-07-091-7/+4
* | merge trunkKenichi Handa2014-07-021-1/+1
|\ \
| * | Fix bug #17881 with infloop in decoding emacs-mule encoded text.Eli Zaretskii2014-06-301-1/+2
| * | Merge from emacs-24; up to 2014-06-12T14:55:48Z!monnier@iro.umontreal.caGlenn Morris2014-06-281-1/+1
| |\ \ | | |/
| | * Fixes: debbugs:17865Andreas Schwab2014-06-281-1/+1
* | | * coding.c (MIN_CHARBUF_SIZE): Delete it.Kenichi Handa2014-07-021-4/+8
|/ /
* | * coding.c (MAX_CHARBUF_SIZE): Renamed from CHARBUF_SIZE.Kenichi Handa2014-06-281-8/+11
* | Consistently use validate_subarray to verify substring.Dmitry Antipov2014-06-251-10/+5
* | Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-18/+18
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-2/+2
|/
* Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa2014-01-291-2/+4
* When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert2014-01-251-8/+8
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1