| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from origin/emacs-25 | Paul Eggert | 2016-11-19 | 1 | -1/+1 |
|\ |
|
| * | Modernize usage of 'macOS' in doc and comments | Paul Eggert | 2016-11-06 | 1 | -1/+1 |
* | | Avoid warnings about undo list while decoding | Eli Zaretskii | 2016-07-30 | 1 | -0/+21 |
* | | ‘signal’ no longer returns | Paul Eggert | 2016-07-25 | 1 | -3/+3 |
* | | Fix 'insert-file-contents' when REPLACE is non-nil | Eli Zaretskii | 2016-06-22 | 1 | -4/+8 |
* | | emacs_strerror cleanups | Paul Eggert | 2016-06-11 | 1 | -20/+0 |
* | | Replace IF_LINT by NONVOLATILE and UNINIT | Paul Eggert | 2016-06-08 | 1 | -4/+5 |
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs | K. Handa | 2016-06-01 | 1 | -4/+4 |
|\ \ |
|
| * | | Omit IF_LINT code that no longer seems needed | Paul Eggert | 2016-05-30 | 1 | -4/+4 |
* | | | Fix incomplete handling of translation table in a coding system. | K. Handa | 2016-06-01 | 1 | -34/+27 |
|/ / |
|
* | | Update allowable arguments for open-network-stream | Ken Brown | 2016-05-24 | 1 | -1/+2 |
* | | ; Fix typo in previous patch. | Paul Eggert | 2016-04-04 | 1 | -1/+1 |
* | | New C macro AUTO_STRING_WITH_LEN | Paul Eggert | 2016-04-04 | 1 | -5/+4 |
* | | Merge from origin/emacs-25 | John Wiegley | 2016-03-11 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -4/+4 |
* | | Remove unused code in coding.c | Eli Zaretskii | 2016-02-27 | 1 | -29/+19 |
|/ |
|
* | Fix decoding DOS EOL in a unibyte buffer | Eli Zaretskii | 2016-02-17 | 1 | -3/+3 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Use INT_ADD_WRAPV etc. to check integer overflow | Paul Eggert | 2015-11-08 | 1 | -11/+10 |
* | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -2/+0 |
* | * src/coding.c (complement_process_encoding_system): Revert last | Andreas Schwab | 2015-10-03 | 1 | -1/+0 |
* | More validatation of coding systems | Andreas Schwab | 2015-10-03 | 1 | -1/+3 |
* | Avoid crashes in coding_inherit_eol_type | Eli Zaretskii | 2015-10-03 | 1 | -0/+2 |
* | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -2/+2 |
* | Add -Wswitch to --enable-gcc-warnings | Paul Eggert | 2015-09-16 | 1 | -0/+5 |
* | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS | Paul Eggert | 2015-08-26 | 1 | -16/+2 |
* | Fix uninitalized value in encode_coding_object | Paul Eggert | 2015-07-27 | 1 | -1/+5 |
* | Remove the obsolete leading "*" from some C doc strings. | Glenn Morris | 2015-06-07 | 1 | -6/+6 |
* | Treat batch stdout/stderr like standard display | Paul Eggert | 2015-05-31 | 1 | -1/+2 |
* | Remove unused DEFSYMs | Paul Eggert | 2015-05-31 | 1 | -11/+0 |
* | Prefer 'Qfoo' to 'intern ("foo")' | Paul Eggert | 2015-02-21 | 1 | -4/+4 |
* | Avoid aborts when keyboard-coding-system is raw-text (Bug#19532) | Eli Zaretskii | 2015-01-31 | 1 | -0/+9 |
* | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2015-01-28 | 1 | -1/+2 |
|\ |
|
| * | Fix coding.c subscript error | Paul Eggert | 2015-01-21 | 1 | -1/+2 |
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| * | Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes. | Kenichi Handa | 2014-10-08 | 1 | -8/+26 |
* | | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -56/+50 |
* | | Better isolate code that assumes NIL_IS_ZERO | Paul Eggert | 2015-01-21 | 1 | -1/+1 |
* | | Port to hypothetical case where Qnil is nonzero | Paul Eggert | 2015-01-19 | 1 | -2/+2 |
* | | Prefer memset to repeatedly assigning Qnil | Paul Eggert | 2015-01-19 | 1 | -6/+3 |
* | | * coding.c (Fcoding_system_plist): Use common style for docstring. | Dmitry Antipov | 2015-01-11 | 1 | -1/+1 |
* | | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -45/+6 |
* | | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | | Cleanup terminal handling code. | Dmitry Antipov | 2014-10-14 | 1 | -4/+4 |
* | | coding.c (detect_coding_iso_2022): Fix previous change. | Kenichi Handa | 2014-10-05 | 1 | -2/+2 |
* | | coding.c (detect_coding_iso_2022): Set coding->rejected correctly when an inv... | Kenichi Handa | 2014-10-05 | 1 | -6/+24 |
* | | Consistently use min and max macros from lisp.h. | Dmitry Antipov | 2014-10-03 | 1 | -9/+0 |
* | | Fix bug uncovered by changing alloca to auto buffer. | Paul Eggert | 2014-09-07 | 1 | -2/+18 |
* | | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. | Paul Eggert | 2014-09-07 | 1 | -3/+10 |
* | | Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org | Glenn Morris | 2014-08-10 | 1 | -3/+3 |
|\ \
| |/ |
|