summaryrefslogtreecommitdiff
path: root/src/eval.c
AgeCommit message (Expand)Author
2019-01-01Update copyright year to 2019Paul Eggert
2018-10-30Improve fix for Bug#33014Paul Eggert
2018-10-29Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell
2018-10-14Fix lisp_eval_depth in unwind-protect cleanupPaul Eggert
2018-10-09Merge from origin/emacs-26Glenn Morris
2018-10-07Avoid assertion violations in nonsensical calls to 'signal'Eli Zaretskii
2018-09-16Clarify condition-case docstringNoam Postavsky
2018-09-11Use overflow-error for bignum overflowPaul Eggert
2018-09-09Show backtraces of threads from thread list bufferGemini Lasswell
2018-09-04Allow t as a catch-all condition-case handler (Bug#24618)Noam Postavsky
2018-08-29Merge from origin/emacs-26Glenn Morris
2018-08-28Avoid crashes in malformed defvarEli Zaretskii
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-07-24Move proper-list-p to CPaul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-07-02Merge from origin/emacs-26Glenn Morris
2018-06-30Increase max-lisp-eval-depth adjustment while in debugger (bug#31919)Gemini Lasswell
2018-06-29unbind_to performance tuningPaul Eggert
2018-06-28Tune SAFE_FREEPaul Eggert
2018-06-14Avoid allocating Lisp_Save_Value for arraysPaul Eggert
2018-06-14Avoid allocating Lisp_Save_Value for excursionsPaul Eggert
2018-06-12Give warning if losing value to defvaralias (Bug#5950)Noam Postavsky
2018-06-07New function record_unwind_protect_excursionPaul Eggert
2018-04-15Avoid undefined behavior in 'defvar' (Bug#31072)Philipp Stephani
2018-03-25Allow `&rest' or `&optional' without following variable (Bug#29165)Noam Postavsky
2018-02-17Merge from origin/emacs-26Glenn Morris
2018-02-16Avoid memory corruption with specpdl overflow + edebug (Bug#30481)Noam Postavsky
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-10Implement native JSON support using JanssonPhilipp Stephani
2017-11-25Merge from origin/emacs-26Paul Eggert
2017-11-25maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert
2017-11-13Merge from origin/emacs-26Paul Eggert
2017-11-13Use alignas to fix GCALIGN-related bugsPaul Eggert
2017-10-25Fix misleading error during autoload (bug#28994)Stefan Monnier
2017-10-11Fix docstring style for 'functionp'Radon Rosborough
2017-10-01Prefer HTTPS to HTTP for gnu.orgPaul Eggert
2017-09-17Avoid GCC 7 compilation warning in eval.cEli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-09Improve --enable-gcc-warnings for MinGW64Paul Eggert
2017-09-09Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii
2017-08-12Implement EXCL of write-region for TrampMichael Albinus
2017-08-06Fix some crashes on self-modifying Elisp codePaul Eggert
2017-07-14Improve stack-overflow heuristic on GNU/LinuxPaul Eggert
2017-06-05Fix undefined behavior in mapbacktracePhilipp Stephani
2017-06-04Support quitting in modulesPhilipp Stephani
2017-06-04Rework printing of module functionsPhilipp Stephani
2017-05-20Reimplement module functionsPhilipp Stephani
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert