summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Dired display and operations on file names with raw bytesEli Zaretskii2018-01-061-3/+16
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-3/+3
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-1/+3
* Tighten recently-added UTF-8 checkPaul Eggert2017-04-171-1/+1
* Merge from origin/emacs-25Paul Eggert2017-03-191-2/+2
|\
| * ; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.Eli Zaretskii2017-02-051-2/+2
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Pacify --enable-gcc-warningsPaul Eggert2016-12-221-3/+3
* | Merge from origin/emacs-25Paul Eggert2016-11-191-1/+1
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-1/+1
* | Avoid warnings about undo list while decodingEli Zaretskii2016-07-301-0/+21
* | ‘signal’ no longer returnsPaul Eggert2016-07-251-3/+3
* | Fix 'insert-file-contents' when REPLACE is non-nilEli Zaretskii2016-06-221-4/+8
* | emacs_strerror cleanupsPaul Eggert2016-06-111-20/+0
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-4/+5
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsK. Handa2016-06-011-4/+4
|\ \
| * | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-4/+4
* | | Fix incomplete handling of translation table in a coding system.K. Handa2016-06-011-34/+27
|/ /
* | Update allowable arguments for open-network-streamKen Brown2016-05-241-1/+2
* | ; Fix typo in previous patch.Paul Eggert2016-04-041-1/+1
* | New C macro AUTO_STRING_WITH_LENPaul Eggert2016-04-041-5/+4
* | Merge from origin/emacs-25John Wiegley2016-03-111-4/+4
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-4/+4
* | Remove unused code in coding.cEli Zaretskii2016-02-271-29/+19
|/
* 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