Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix undefined behavior in mapbacktrace | Philipp Stephani | 2017-06-05 | 1 | -1/+5 |
* | Support quitting in modules | Philipp Stephani | 2017-06-04 | 1 | -1/+4 |
* | Rework printing of module functions | Philipp Stephani | 2017-06-04 | 1 | -1/+1 |
* | Reimplement module functions | Philipp Stephani | 2017-05-20 | 1 | -4/+13 |
* | Merge with gnulib, pacifying GCC 7 | Paul Eggert | 2017-05-16 | 1 | -12/+8 |
* | Pacify GCC setjmp/longjmp warning | Paul Eggert | 2017-05-06 | 1 | -4/+5 |
* | Check list object type if --enable-gcc-warnings | Paul Eggert | 2017-05-02 | 1 | -52/+53 |
* | Add PVSIZE function to return the size of a pseudovector. | Lars Brinkhoff | 2017-04-10 | 1 | -5/+4 |
* | Revert "Replace ldefs-boot with a much smaller file" | Phillip Lord | 2017-03-07 | 1 | -22/+0 |
* | Remove a few unused C functions | Paul Eggert | 2017-02-26 | 1 | -12/+0 |
* | Revamp quitting and fix infloops | Paul Eggert | 2017-02-01 | 1 | -0/+13 |
* | Remove immediate_quit. | Paul Eggert | 2017-02-01 | 1 | -2/+0 |
* | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -10/+10 |
* | A quicker check for quit | Paul Eggert | 2017-01-25 | 1 | -1/+10 |
* | Improve uses of CHECK_LIST etc. | Paul Eggert | 2017-01-22 | 1 | -6/+3 |
* | Check that variable lists are actually lists | Philipp Stephani | 2017-01-19 | 1 | -0/+2 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| * | Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292. | Alan Mackenzie | 2016-12-30 | 1 | -4/+5 |
| * | Fix crash in evaluating functions | Philipp Stephani | 2016-10-13 | 1 | -2/+4 |
| * | Fix debugging of string-match-p errors | Noam Postavsky | 2016-09-23 | 1 | -0/+5 |
* | | Clarify internal_catch etc. | Paul Eggert | 2016-12-31 | 1 | -48/+43 |
* | | Simplify code in eval.c that calls 'setjmp' | Chris Gregory | 2016-12-31 | 1 | -43/+48 |
* | | Remove an ambiguity from defvar's doc string. Fixes bug #25292. | Alan Mackenzie | 2016-12-29 | 1 | -4/+5 |
* | | Simplify prog1 implementation | Paul Eggert | 2016-12-27 | 1 | -15/+6 |
* | | Remove interpreter’s byte stack | Paul Eggert | 2016-12-23 | 1 | -3/+0 |
* | | * src/data.c (Fmake_variable_frame_local): Remove | Stefan Monnier | 2016-12-21 | 1 | -2/+0 |
* | | Replace ldefs-boot with a much smaller file | Phillip Lord | 2016-12-13 | 1 | -0/+22 |
* | | Clean up var watcher disabling on thread switching | Noam Postavsky | 2016-12-12 | 1 | -33/+18 |
* | | Move backtrace to ELisp using a new mapbacktrace primitive | Clément Pit--Claudel | 2016-12-12 | 1 | -88/+69 |
* | | Support concurrency in Emacs Lisp | Eli Zaretskii | 2016-12-10 | 1 | -79/+189 |
|\ \ | |||||
| * | | Fix subtle errors with let-binding of localized variables | Eli Zaretskii | 2016-12-09 | 1 | -16/+14 |
| * | | Fix compilation problems. | Eli Zaretskii | 2016-12-05 | 1 | -5/+5 |
| * | | Fix merged code in process.c and eval.c. | Eli Zaretskii | 2016-12-05 | 1 | -6/+25 |
| * | | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -78/+171 |
| |\ \ | |||||
| | * \ | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -585/+457 |
| | |\ \ | |||||
| | * | | | * src/eval.c (unbind_for_thread_switch): Fix iteration over the | Barry O'Reilly | 2013-10-19 | 1 | -2/+2 |
| | * | | | Fix crashes when unbind_for_thread_switch signals an error. | Eli Zaretskii | 2013-09-01 | 1 | -2/+2 |
| | * | | | remove binding_symbol | Tom Tromey | 2013-08-27 | 1 | -11/+3 |
| | * | | | merge from trunk | Tom Tromey | 2013-08-19 | 1 | -59/+104 |
| | |\ \ \ | |||||
| | * \ \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 1 | -106/+314 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge from trunk | Tom Tromey | 2013-07-12 | 1 | -29/+42 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-07-06 | 1 | -64/+154 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | initialize saved_value | Tom Tromey | 2013-07-04 | 1 | -0/+2 |
| | * | | | | | | | merge from trunk | Tom Tromey | 2013-06-13 | 1 | -7/+16 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | update eval.c to make it build again after the merge | Tom Tromey | 2013-06-03 | 1 | -12/+12 |
| | * | | | | | | | | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 1 | -227/+267 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-03-17 | 1 | -1/+0 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-03-08 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-16 | 1 | -0/+3 |
| | |\ \ \ \ \ \ \ \ \ \ \ |