summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Bind current-minibuffer-command to this-commandLars Ingebrigtsen2020-12-15
* Add a new recursively bound `current-minibuffer-command' variableLars Ingebrigtsen2020-12-14
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-04
* Update copyright year to 2020Paul Eggert2020-01-01
* Avoid fixnum round trip in prefix-numeric-valuePaul Eggert2019-10-20
* Remove obsolete Lint directivesPaul Eggert2019-09-16
* Doc clarification for call-interactivelyLars Ingebrigtsen2019-08-17
* Doc fix for Finteractive (only %s is allowed)Lars Ingebrigtsen2019-07-13
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* Simplify list creation in C codePaul Eggert2019-03-04
* Add portable dumperDaniel Colascione2019-01-15
* Use shortcuts for FlengthPaul Eggert2019-01-09
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* | Tune SAFE_FREEPaul Eggert2018-06-28
* | Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios2018-05-02
* | Simplify Fcall_interactivelyPaul Eggert2018-01-29
* | Support null characters in interactive specsEli Zaretskii2018-01-23
* | Merge from origin/emacs-26Paul Eggert2018-01-09
|\|
| * Fix valgrind report in call-interactivelyEli Zaretskii2018-01-06
* | Revert "Fix command repetition with lexical-binding (Bug#29334)"Noam Postavsky2018-01-06
* | Fix command repetition with lexical-binding (Bug#29334)Noam Postavsky2018-01-03
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-12
|/
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-04
* Avoid some unnecessary copying in Fformat etc.Paul Eggert2017-09-26
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-16
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Update copyright year to 2017Paul Eggert2016-12-31
* Restore 'command-debug-status' functionalityPhilippe Vaucher2016-10-04
* Doc fixes for quotingPaul Eggert2016-05-03
* Clarify the `interactive' doc string slightlyLars Ingebrigtsen2016-05-01
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* format-message now curves ` and 'Paul Eggert2015-08-25
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-23
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Add `predicate' arg to `read-buffer' and use it for erc-iswitchbStefan Monnier2015-03-16
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-21