aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
Commit message (Expand)AuthorAgeFilesLines
* 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:[email protected]Paul 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
* Port byte-code-meter to modern targets.Paul Eggert2012-06-181-9/+9
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | * bytecode.c (exec_byte_code): Do not unnecessarily grow ptrdiff_t to EMACS_INT.Paul Eggert2011-10-071-3/+3
* | * bytecode.c (unmark_byte_stack, exec_byte_code): use ptrdiff_t, not int.Paul Eggert2011-09-301-5/+6
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-11/+11
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-4/+2
* * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.Paul Eggert2011-06-141-1/+1
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-6/+8
* Miscellaneous tweaks.Stefan Monnier2011-06-011-5/+5
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-1/+1
* * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.Paul Eggert2011-04-231-1/+5
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+0
* * bytecode.c (exec_byte_code): Rename local to avoid shadowing.Paul Eggert2011-04-041-2/+2
* Merge from mainline.Paul Eggert2011-04-011-20/+143
|\
| * Miscellanous cleanups in preparation for the merge.Stefan Monnier2011-04-011-25/+16
| * Merge from trunkStefan Monnier2011-03-311-4/+23
| |\
| * \ Merge from trunkStefan Monnier2011-03-211-7/+9
| |\ \
| * | | Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-161-6/+6