summaryrefslogtreecommitdiff
path: root/src/eval.c
AgeCommit message (Expand)Author
2017-05-06Pacify GCC setjmp/longjmp warningPaul Eggert
2017-05-02Check list object type if --enable-gcc-warningsPaul Eggert
2017-04-10Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff
2017-03-07Revert "Replace ldefs-boot with a much smaller file"Phillip Lord
2017-02-26Remove a few unused C functionsPaul Eggert
2017-02-01Revamp quitting and fix infloopsPaul Eggert
2017-02-01Remove immediate_quit.Paul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-25A quicker check for quitPaul Eggert
2017-01-22Improve uses of CHECK_LIST etc.Paul Eggert
2017-01-19Check that variable lists are actually listsPhilipp Stephani
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-31Clarify internal_catch etc.Paul Eggert
2016-12-31Simplify code in eval.c that calls 'setjmp'Chris Gregory
2016-12-30Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292.Alan Mackenzie
2016-12-29Remove an ambiguity from defvar's doc string. Fixes bug #25292.Alan Mackenzie
2016-12-27Simplify prog1 implementationPaul Eggert
2016-12-23Remove interpreter’s byte stackPaul Eggert
2016-12-21* src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier
2016-12-13Replace ldefs-boot with a much smaller filePhillip Lord
2016-12-12Clean up var watcher disabling on thread switchingNoam Postavsky
2016-12-12Move backtrace to ELisp using a new mapbacktrace primitiveClément Pit--Claudel
2016-12-10Support concurrency in Emacs LispEli Zaretskii
2016-12-09Fix subtle errors with let-binding of localized variablesEli Zaretskii
2016-12-06Simplify FUNCTIONP implementationPaul Eggert
2016-12-05Fix compilation problems.Eli Zaretskii
2016-12-05Fix merged code in process.c and eval.c.Eli Zaretskii
2016-12-04Merge branch 'concurrency'Eli Zaretskii
2016-12-02Add lisp watchpointsNoam Postavsky
2016-11-29* src/eval.c (clobbered_eassert): Check E's syntax.Paul Eggert
2016-11-18Prevent dubious argument listsPhilipp Stephani
2016-11-04Improve autoload error reportingAlexander Gramiak
2016-10-13Fix crash in evaluating functionsPhilipp Stephani
2016-10-13Fix crash in evaluating functionsPhilipp Stephani
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-09-30New user option 'debugger-stack-frame-as-list'Vasilij Schneidermann
2016-09-23Fix debugging of string-match-p errorsNoam Postavsky
2016-09-14Avoid aborts in GC due to abort_on_gcEli Zaretskii
2016-08-09Remove interpreter’s byte stackPaul Eggert
2016-08-07Tune interpretation of integer arglist descriptorPaul Eggert
2016-08-07Fix debugging of string-match-p errorsNoam Postavsky
2016-07-25‘signal’ no longer returnsPaul Eggert
2016-04-02Support macros in 'func-arity'Paul Pogonyshev
2016-03-26func-arity minor improvementsPaul Eggert
2016-03-26Implement 'func-arity'Paul Pogonyshev
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-02-22Fix merge conflicts in network-stream-tests.elLars Ingebrigtsen
2016-02-15Avoid crashes in semi-malformed 'condition-case'Eli Zaretskii