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