summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Avoid fixnum round trip in prefix-numeric-valuePaul Eggert2019-10-201-1/+1
* Remove obsolete Lint directivesPaul Eggert2019-09-161-1/+0
* Doc clarification for call-interactivelyLars Ingebrigtsen2019-08-171-2/+3
* Doc fix for Finteractive (only %s is allowed)Lars Ingebrigtsen2019-07-131-1/+3
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* Simplify list creation in C codePaul Eggert2019-03-041-5/+4
* Add portable dumperDaniel Colascione2019-01-151-1/+2
* Use shortcuts for FlengthPaul Eggert2019-01-091-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-1/+1
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
* | | More macro renamings for bignumTom Tromey2018-08-071-3/+3
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-13/+13
|/ /
* | Tune SAFE_FREEPaul Eggert2018-06-281-2/+1
* | Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios2018-05-021-22/+5
* | Simplify Fcall_interactivelyPaul Eggert2018-01-291-177/+109
* | Support null characters in interactive specsEli Zaretskii2018-01-231-9/+15
* | Merge from origin/emacs-26Paul Eggert2018-01-091-4/+17
|\ \ | |/
| * Fix valgrind report in call-interactivelyEli Zaretskii2018-01-061-4/+17
* | Revert "Fix command repetition with lexical-binding (Bug#29334)"Noam Postavsky2018-01-061-3/+1
* | Fix command repetition with lexical-binding (Bug#29334)Noam Postavsky2018-01-031-1/+3
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-121-0/+4
|/
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-041-2/+2
* Avoid some unnecessary copying in Fformat etc.Paul Eggert2017-09-261-5/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-0/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Restore 'command-debug-status' functionalityPhilippe Vaucher2016-10-041-1/+5
* Doc fixes for quotingPaul Eggert2016-05-031-1/+1
* Clarify the `interactive' doc string slightlyLars Ingebrigtsen2016-05-011-13/+17
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-15/+3
* format-message now curves ` and 'Paul Eggert2015-08-251-2/+1
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-0/+1
* Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
* Add `predicate' arg to `read-buffer' and use it for erc-iswitchbStefan Monnier2015-03-161-2/+2
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-4/+4
* Count MANY function args more reliablyPaul Eggert2015-01-251-19/+8
* Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-211-2/+1
* Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-201-2/+1
* Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-191-1/+2
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-191-7/+3