| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New function record_unwind_protect_excursion | Paul Eggert | 2018-06-07 | 1 | -2/+1 |
| * | Merge from origin/emacs-26 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| * | | Narrow pointer bounds when appropriate | Paul Eggert | 2017-12-12 | 1 | -6/+9 |
| |/ | |||||
| * | Harden exec_byte_code against redefining 'error' | Paul Eggert | 2017-11-26 | 1 | -4/+2 |
| * | Use alignas to fix GCALIGN-related bugs | Paul Eggert | 2017-11-13 | 1 | -2/+2 |
| * | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
| * | Don’t use -Woverride-init | Paul Eggert | 2017-07-05 | 1 | -12/+0 |
| * | Fix rounding errors in <, =, etc. | Paul Eggert | 2017-03-02 | 1 | -9/+5 |
| * | Add sanity checks for Bswitch hash tables | Paul Eggert | 2017-02-16 | 1 | -12/+17 |
| * | src/bytecode.c (exec_byte_code): Make hash_code a Lisp_Object. | Vibhav Pant | 2017-02-11 | 1 | -2/+4 |
| * | src/bytecode.c (exec_byte_code): Remove unnecessary (e)assert. | Vibhav Pant | 2017-02-11 | 1 | -4/+2 |
| * | ; src/bytecode.c (exec_byte_code): Refactor byte-switch code. | Vibhav Pant | 2017-02-11 | 1 | -21/+14 |
| * | src/bytecode.c: Add optional sanity check for jump tables. | Vibhav Pant | 2017-02-11 | 1 | -3/+4 |
| * | * src/bytecode.c: Refactor to follow GNU coding standards | Vibhav Pant | 2017-02-11 | 1 | -14/+10 |
| * | 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 |