aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-18/+2
|\
| * Move proper-list-p to CPaul Eggert2018-07-241-18/+2
* | More macro renamings for bignumTom Tromey2018-08-071-12/+12
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-17/+17
|/
* Merge from origin/emacs-26Glenn Morris2018-07-021-2/+6
|\
| * Increase max-lisp-eval-depth adjustment while in debugger (bug#31919)Gemini Lasswell2018-06-301-2/+6
* | unbind_to performance tuningPaul Eggert2018-06-291-1/+1
* | Tune SAFE_FREEPaul Eggert2018-06-281-2/+1
* | Avoid allocating Lisp_Save_Value for arraysPaul Eggert2018-06-141-0/+19
* | Avoid allocating Lisp_Save_Value for excursionsPaul Eggert2018-06-141-11/+27
* | Give warning if losing value to defvaralias (Bug#5950)Noam Postavsky2018-06-121-0/+10
* | New function record_unwind_protect_excursionPaul Eggert2018-06-071-0/+6
* | Avoid undefined behavior in 'defvar' (Bug#31072)Philipp Stephani2018-04-151-0/+2
* | Allow `&rest' or `&optional' without following variable (Bug#29165)Noam Postavsky2018-03-251-7/+3
* | Merge from origin/emacs-26Glenn Morris2018-02-171-1/+4
|\ \ | |/
| * Avoid memory corruption with specpdl overflow + edebug (Bug#30481)Noam Postavsky2018-02-161-1/+4
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Implement native JSON support using JanssonPhilipp Stephani2017-12-101-0/+54
* | Merge from origin/emacs-26Paul Eggert2017-11-251-1/+1
|\ \ | |/
| * maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-131-29/+30
|\ \ | |/
| * Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-29/+30
* | Fix misleading error during autoload (bug#28994)Stefan Monnier2017-10-251-9/+10
|/
* Fix docstring style for 'functionp'Radon Rosborough2017-10-111-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Avoid GCC 7 compilation warning in eval.cEli Zaretskii2017-09-171-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve --enable-gcc-warnings for MinGW64Paul Eggert2017-09-091-1/+10
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-091-1/+1
* Implement EXCL of write-region for TrampMichael Albinus2017-08-121-0/+11
* Fix some crashes on self-modifying Elisp codePaul Eggert2017-08-061-61/+67
* Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-141-8/+1
* Fix undefined behavior in mapbacktracePhilipp Stephani2017-06-051-1/+5
* Support quitting in modulesPhilipp Stephani2017-06-041-1/+4
* Rework printing of module functionsPhilipp Stephani2017-06-041-1/+1
* Reimplement module functionsPhilipp Stephani2017-05-201-4/+13
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-12/+8
* Pacify GCC setjmp/longjmp warningPaul Eggert2017-05-061-4/+5
* Check list object type if --enable-gcc-warningsPaul Eggert2017-05-021-52/+53
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-101-5/+4
* Revert "Replace ldefs-boot with a much smaller file"Phillip Lord2017-03-071-22/+0
* Remove a few unused C functionsPaul Eggert2017-02-261-12/+0
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-0/+13
* Remove immediate_quit.Paul Eggert2017-02-011-2/+0
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-10/+10
* A quicker check for quitPaul Eggert2017-01-251-1/+10
* Improve uses of CHECK_LIST etc.Paul Eggert2017-01-221-6/+3
* Check that variable lists are actually listsPhilipp Stephani2017-01-191-0/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\