index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bytecode.c
Age
Commit message (
Expand
)
Author
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-12-27
Simplify prog1 implementation
Paul Eggert
2016-12-23
Simplify exec_byte_code via moving decls etc.
Paul Eggert
2016-12-23
Remove interpreter’s byte stack
Paul Eggert
2016-12-23
BYTE_CODE_SAFE typo fix
Paul Eggert
2016-12-23
BYTE_CODE_SAFE cleanups
Paul Eggert
2016-12-10
Support concurrency in Emacs Lisp
Eli Zaretskii
2016-12-06
Simplify FUNCTIONP implementation
Paul Eggert
2016-12-06
Fix a typo in bytecode.c.
Eli Zaretskii
2016-12-05
Fix compilation problems.
Eli Zaretskii
2016-12-04
Merge branch 'concurrency'
Eli Zaretskii
2016-12-02
Add lisp watchpoints
Noam Postavsky
2016-11-25
Port build to gcc -fcheck-pointer-bounds
Paul Eggert
2016-08-09
Simplify exec_byte_code via moving decls etc.
Paul Eggert
2016-08-09
Remove interpreter’s byte stack
Paul Eggert
2016-08-09
Remove arbitrary limit on bytecode maxdepth
Paul Eggert
2016-08-09
Tune bytecode quitting
Paul Eggert
2016-08-09
Simplify BYTE_CODE_SAFE checking
Paul Eggert
2016-08-09
Get BYTE_CODE_METER working again
Paul Eggert
2016-08-07
Tune interpretation of integer arglist descriptor
Paul Eggert
2016-07-25
‘signal’ no longer returns
Paul Eggert
2016-07-21
* src/bytecode.c: Fix compilation with BYTE_CODE_SAFE
Stefan Monnier
2016-07-20
Remove CHECK_FRAME_FONT cruft from bytecode.c
Paul Eggert
2016-07-20
Work around GCC bug 54561 in a better way
Paul Eggert
2016-07-15
Stop worrying about Alliant in bytecode.c
Paul Eggert
2016-07-15
Remove BYTE_MAINTAIN_TOP
Paul Eggert
2016-07-15
Remove now-inaccurate bytecode comments
Paul Eggert
2016-06-12
New macro GNUC_PREREQ for GCC version
Paul Eggert
2016-03-26
func-arity minor improvements
Paul Eggert
2016-03-26
Implement 'func-arity'
Paul Pogonyshev
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-19
Simplify push_handler and profile its malloc
Paul Eggert
2015-11-01
merge from trunk
Ken Raeburn
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-08-26
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-02-21
Prefer 'Qfoo' to 'intern ("foo")'
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-08-31
Clean up extern decls a bit.
Paul Eggert
2014-05-27
* src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the bytecode wasn't
Stefan Monnier
2014-05-17
Assume C99 or later.
Paul Eggert
2014-04-12
* src/bytecode.c (exec_byte_code): Rework the volatiles. Most importantly,
Stefan Monnier
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-11-03
Port to stricter C99 platforms.
Paul Eggert
2013-10-03
* bytecode.c (exec_byte_code): Use some more volatile variables
Paul Eggert
2013-10-03
Introduce new bytecodes for efficient catch/condition-case in lexbind.
Stefan Monnier
2013-09-24
Use union for the payload of struct Lisp_Vector.
Dmitry Antipov
2013-09-11
Change comparison functions =, <, >, <=, >= to take many arguments.
Barry O'Reilly
2013-07-26
merge from trunk
Tom Tromey
[prev]
[next]