Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
* | | | | | | | | | | | | Remove BYTE_MAINTAIN_TOP | Paul Eggert | 2016-07-15 | 1 | -210/+10 | |
* | | | | | | | | | | | | Remove now-inaccurate bytecode comments | Paul Eggert | 2016-07-15 | 1 | -18/+1 | |
* | | | | | | | | | | | | New macro GNUC_PREREQ for GCC version | Paul Eggert | 2016-06-12 | 1 | -2/+2 | |
* | | | | | | | | | | | | func-arity minor improvements | Paul Eggert | 2016-03-26 | 1 | -12/+8 | |
* | | | | | | | | | | | | Implement 'func-arity' | Paul Pogonyshev | 2016-03-26 | 1 | -0/+18 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -4/+4 | |
* | | | | | | | | | | | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 | |
* | | | | | | | | | | | Simplify push_handler and profile its malloc | Paul Eggert | 2015-11-19 | 1 | -9/+5 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -2/+2 | |
* | | | | | | | | | | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS | Paul Eggert | 2015-08-26 | 1 | -44/+5 | |
* | | | | | | | | | | Prefer 'Qfoo' to 'intern ("foo")' | Paul Eggert | 2015-02-21 | 1 | -4/+4 | |
* | | | | | | | | | | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -1/+0 | |
* | | | | | | | | | | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 | |
* | | | | | | | | | | Clean up extern decls a bit. | Paul Eggert | 2014-08-31 | 1 | -3/+2 | |
* | | | | | | | | | | * src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the bytecode wasn't | Stefan Monnier | 2014-05-27 | 1 | -0/+4 | |
* | | | | | | | | | | Assume C99 or later. | Paul Eggert | 2014-05-17 | 1 | -2/+0 | |
* | | | | | | | | | | * src/bytecode.c (exec_byte_code): Rework the volatiles. Most importantly, | Stefan Monnier | 2014-04-12 | 1 | -12/+5 | |
* | | | | | | | | | | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 | |
* | | | | | | | | | | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -1/+1 | |
* | | | | | | | | | | * bytecode.c (exec_byte_code): Use some more volatile variables | Paul Eggert | 2013-10-03 | 1 | -6/+18 |