summaryrefslogtreecommitdiff
path: root/src/bytecode.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* * src/bytecode.c (exec_byte_code): Signal an error instead of aborting,Stefan Monnier2012-09-24
* Remove configure's --without-sync-input option.Paul Eggert2012-09-16
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-28
* * bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert2012-08-24
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-07
* Generalize common compile-time constants.Dmitry Antipov2012-08-05
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-01
* Cleanup calls to Fgarbage_collect.Dmitry Antipov2012-07-20
* * bytecode.c (targets): Suppress -Woverride-init warnings.Paul Eggert2012-07-10
* Implement token threadingTom Tromey2012-07-10
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-19
* Port byte-code-meter to modern targets.Paul Eggert2012-06-18
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | Merge from trunk.Paul Eggert2011-11-18
|\|
| * Spelling fixes.Paul Eggert2011-11-14
| * Spelling fixes.Paul Eggert2011-11-14
* | * bytecode.c (exec_byte_code): Do not unnecessarily grow ptrdiff_t to EMACS_INT.Paul Eggert2011-10-07
* | * bytecode.c (unmark_byte_stack, exec_byte_code): use ptrdiff_t, not int.Paul Eggert2011-09-30
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.Paul Eggert2011-06-14
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-14
* Miscellaneous tweaks.Stefan Monnier2011-06-01
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-25
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-25
* * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.Paul Eggert2011-04-23
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* * bytecode.c (exec_byte_code): Rename local to avoid shadowing.Paul Eggert2011-04-04
* Merge from mainline.Paul Eggert2011-04-01
|\
| * Miscellanous cleanups in preparation for the merge.Stefan Monnier2011-04-01
| * Merge from trunkStefan Monnier2011-03-31
| |\
| * \ Merge from trunkStefan Monnier2011-03-21
| |\ \
| * | | Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-16
| * | | Merge from trunkStefan Monnier2011-03-06
| |\ \ \
| * | | | Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier2011-03-05
| * | | | Compute freevars in cconv-analyse.Stefan Monnier2011-02-26
| * | | | Get rid of funvec.Stefan Monnier2011-02-24
| * | | | Merge from trunkStefan Monnier2011-02-21
| |\ \ \ \
| * | | | | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-21
| * | | | | * lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier2011-02-19
| * | | | | Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-17
| * | | | | * lisp/emacs-lisp/byte-lexbind.el: Delete.Stefan Monnier2011-02-12
| * | | | | Merge from trunkStefan Monnier2011-02-01
| |\ \ \ \ \
| * | | | | | Obey lexical-binding in interactive evaluation commands.Stefan Monnier2010-12-15