aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Add bytecode JIT compilation capabilitiesNickolas Lloyd2016-12-221-279/+3
|/ / / / / / / / / / /
* | | | | | | | | | | 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
* | | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-8/+8
| |/ |/|
* | Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-1/+1
* | * bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert2012-08-241-1/+1
|/
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-1/+1
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-011-1/+1
* Cleanup calls to Fgarbage_collect.Dmitry Antipov2012-07-201-9/+5
* * bytecode.c (targets): Suppress -Woverride-init warnings.Paul Eggert2012-07-101-0/+10
* Implement token threadingTom Tromey2012-07-101-451/+565
* More xmalloc and related cleanup.Paul Eggert2012-07-051-2/+1
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-2/+2