| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | src/bytecode.c: Avoid comparing values unnecessarily in Bswitch | Vibhav Pant | 2017-02-10 | 1 | -2/+4 | |
| * | src/bytecode.c (exec_byte_code): Remove unneeded assert. | Vibhav Pant | 2017-02-09 | 1 | -6/+4 | |
| * | bytecode.c (exec_byte_code): Use h->count instead of HASH_TABLE_SIZE | Vibhav Pant | 2017-02-09 | 1 | -2/+9 | |
| * | bytecode.c (exec_byte_code): don't check hash code in linear search. | Vibhav Pant | 2017-02-09 | 1 | -2/+4 | |
| * | Improve byte-switch execution. | Vibhav Pant | 2017-02-09 | 1 | -8/+27 | |
| * | Merge remote-tracking branch 'origin/master' into feature/byte-switch | Vibhav Pant | 2017-02-05 | 1 | -10/+10 | |
| |\ | ||||||
| | * | Revamp quitting and fix infloops | Paul Eggert | 2017-02-01 | 1 | -6/+10 | |
| | * | Remove immediate_quit. | Paul Eggert | 2017-02-01 | 1 | -4/+0 | |
| * | | Merge remote-tracking branch 'origin/master' into feature/byte-switch | Vibhav Pant | 2017-01-30 | 1 | -1/+1 | |
| |\ \ | |/ | ||||||
| | * | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -1/+1 | |
| * | | Add type checking for Bswitch, when enabled at compile time. | Vibhav Pant | 2017-01-19 | 1 | -0/+3 | |
| * | | * src/bytecode.c: (exec_byte_code) Use hash_lookup for Bswitch | Vibhav Pant | 2017-01-18 | 1 | -2/+4 | |
| * | | Add new 'switch' byte-code. | Vibhav Pant | 2017-01-15 | 1 | -0/+16 | |
| |/ | ||||||
| * | 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 | |
| * | | Simplify prog1 implementation | Paul Eggert | 2016-12-27 | 1 | -1/+1 | |
| * | | Simplify exec_byte_code via moving decls etc. | Paul Eggert | 2016-12-23 | 1 | -25/+15 | |
| * | | Remove interpreter’s byte stack | Paul Eggert | 2016-12-23 | 1 | -145/+55 | |
| * | | BYTE_CODE_SAFE typo fix | Paul Eggert | 2016-12-23 | 1 | -1/+1 | |
| * | | BYTE_CODE_SAFE cleanups | Paul Eggert | 2016-12-23 | 1 | -18/+11 | |
| * | | Support concurrency in Emacs Lisp | Eli Zaretskii | 2016-12-10 | 1 | -48/+155 | |
| |\ \ | ||||||
| | * | | Fix a typo in bytecode.c. | Eli Zaretskii | 2016-12-06 | 1 | -2/+3 | |
| | * | | Fix compilation problems. | Eli Zaretskii | 2016-12-05 | 1 | -1/+1 | |
| | * | | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -47/+153 | |
| | |\ \ | ||||||
| | | * \ | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -65/+91 | |
| | | |\ \ | ||||||
| | | * \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 1 | -10/+9 | |
| | | |\ \ \ | ||||||
| | | * \ \ \ | Merge from trunk | Tom Tromey | 2013-07-12 | 1 | -2/+5 | |
| | | |\ \ \ \ | ||||||
| | | * \ \ \ \ | merge from trunk | Tom Tromey | 2013-07-06 | 1 | -1/+1 | |
| | | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 1 | -2/+5 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-03-17 | 1 | -5/+7 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-05 | 1 | -1/+2 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-12-17 | 1 | -15/+14 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-09-04 | 1 | -2/+2 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | This parameterizes the GC a bit to make it thread-ready. | Tom Tromey | 2012-08-15 | 1 | -7/+4 | |
| | | * | | | | | | | | | | | This introduces a thread-state object and moves various C globals | Tom Tromey | 2012-08-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Simplify FUNCTIONP implementation | Paul Eggert | 2016-12-06 | 1 | -2/+1 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Add lisp watchpoints | Noam Postavsky | 2016-12-02 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Port build to gcc -fcheck-pointer-bounds | Paul Eggert | 2016-11-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Simplify exec_byte_code via moving decls etc. | Paul Eggert | 2016-08-09 | 1 | -302/+136 | |
| * | | | | | | | | | | | | Remove interpreter’s byte stack | Paul Eggert | 2016-08-09 | 1 | -144/+44 | |
| * | | | | | | | | | | | | Remove arbitrary limit on bytecode maxdepth | Paul Eggert | 2016-08-09 | 1 | -5/+6 | |
| * | | | | | | | | | | | | Tune bytecode quitting | Paul Eggert | 2016-08-09 | 1 | -10/+4 | |
| * | | | | | | | | | | | | Simplify BYTE_CODE_SAFE checking | Paul Eggert | 2016-08-09 | 1 | -58/+21 | |
| * | | | | | | | | | | | | Get BYTE_CODE_METER working again | Paul Eggert | 2016-08-09 | 1 | -1/+2 | |
| * | | | | | | | | | | | | Tune interpretation of integer arglist descriptor | Paul Eggert | 2016-08-07 | 1 | -35/+12 | |
| * | | | | | | | | | | | | ‘signal’ no longer returns | Paul Eggert | 2016-07-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | * src/bytecode.c: Fix compilation with BYTE_CODE_SAFE | Stefan Monnier | 2016-07-21 | 1 | -0/+9 | |
| * | | | | | | | | | | | | Remove CHECK_FRAME_FONT cruft from bytecode.c | Paul Eggert | 2016-07-20 | 1 | -15/+0 | |
| * | | | | | | | | | | | | Work around GCC bug 54561 in a better way | Paul Eggert | 2016-07-20 | 1 | -0/+5 | |
| * | | | | | | | | | | | | Stop worrying about Alliant in bytecode.c | Paul Eggert | 2016-07-15 | 1 | -5/+3 | |