aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify exec_byte_code via moving decls etc.Paul Eggert2016-08-091-302/+136
* Remove interpreter’s byte stackPaul Eggert2016-08-091-144/+44
* Remove arbitrary limit on bytecode maxdepthPaul Eggert2016-08-091-5/+6
* Tune bytecode quittingPaul Eggert2016-08-091-10/+4
* Simplify BYTE_CODE_SAFE checkingPaul Eggert2016-08-091-58/+21
* Get BYTE_CODE_METER working againPaul Eggert2016-08-091-1/+2
* Tune interpretation of integer arglist descriptorPaul Eggert2016-08-071-35/+12
* ‘signal’ no longer returnsPaul Eggert2016-07-251-1/+1
* * src/bytecode.c: Fix compilation with BYTE_CODE_SAFEStefan Monnier2016-07-211-0/+9
* Remove CHECK_FRAME_FONT cruft from bytecode.cPaul Eggert2016-07-201-15/+0
* Work around GCC bug 54561 in a better wayPaul Eggert2016-07-201-0/+5
* Stop worrying about Alliant in bytecode.cPaul Eggert2016-07-151-5/+3
* Remove BYTE_MAINTAIN_TOPPaul Eggert2016-07-151-210/+10
* Remove now-inaccurate bytecode commentsPaul Eggert2016-07-151-18/+1
* New macro GNUC_PREREQ for GCC versionPaul Eggert2016-06-121-2/+2
* func-arity minor improvementsPaul Eggert2016-03-261-12/+8
* Implement 'func-arity'Paul Pogonyshev2016-03-261-0/+18
* Rework C source files to avoid ^(Paul Eggert2016-03-101-4/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Simplify push_handler and profile its mallocPaul Eggert2015-11-191-9/+5
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-2/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-44/+5
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-4/+4
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-1/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Clean up extern decls a bit.Paul Eggert2014-08-311-3/+2
* * src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the bytecode wasn'tStefan Monnier2014-05-271-0/+4
* Assume C99 or later.Paul Eggert2014-05-171-2/+0
* * src/bytecode.c (exec_byte_code): Rework the volatiles. Most importantly,Stefan Monnier2014-04-121-12/+5
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* * bytecode.c (exec_byte_code): Use some more volatile variablesPaul Eggert2013-10-031-6/+18
* Introduce new bytecodes for efficient catch/condition-case in lexbind.Stefan Monnier2013-10-031-10/+69
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
* Change comparison functions =, <, >, <=, >= to take many arguments.Barry O'Reilly2013-09-111-4/+4
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-3/+3
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-7/+6
* Port to C89.Paul Eggert2013-07-101-2/+5
* * syntax.c: Integer cleanups.Paul Eggert2013-06-201-1/+1
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-171-2/+5
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+2
* Static checking by Sun C 5.12.Paul Eggert2013-03-131-2/+0
* * src/bytecode.c (struct byte_stack): Remove `constants' when unused.Stefan Monnier2013-03-101-3/+7
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | * bytecode.c, lisp.h (Qbytecode): Remove.Paul Eggert2012-12-031-4/+0
* | Make called-interactively-p work for edebug or advised code.Stefan Monnier2012-11-191-1/+3
|/
* * src/bytecode.c (exec_byte_code): Signal an error instead of aborting,Stefan Monnier2012-09-241-1/+1
* Remove configure's --without-sync-input option.Paul Eggert2012-09-161-1/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1