summaryrefslogtreecommitdiff
path: root/src/bytecode.c
AgeCommit message (Expand)Author
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-14Spelling fixes.Paul Eggert
2011-11-14Spelling fixes.Paul Eggert
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-06-14* bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.Paul Eggert
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert
2011-06-01Miscellaneous tweaks.Stefan Monnier
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-23* bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.Paul Eggert
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-04-04* bytecode.c (exec_byte_code): Rename local to avoid shadowing.Paul Eggert
2011-04-01Merge from mainline.Paul Eggert
2011-04-01Miscellanous cleanups in preparation for the merge.Stefan Monnier
2011-04-01* bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove varPaul Eggert
2011-03-31Merge from trunkStefan Monnier
2011-03-30* src/bytecode.c (Fbyte_code): CAR and CDR can GC.Stefan Monnier
2011-03-21Merge from trunkStefan Monnier
2011-03-16* bytecode.c (CONSTANTLIM): Remove; unused.Paul Eggert
2011-03-16* bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".Paul Eggert
2011-03-16Remove bytecomp- prefix, plus misc changes.Stefan Monnier
2011-03-06Merge from trunkStefan Monnier
2011-03-06current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert
2011-03-05Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier
2011-02-26Compute freevars in cconv-analyse.Stefan Monnier
2011-02-24Get rid of funvec.Stefan Monnier
2011-02-21Merge from trunkStefan Monnier
2011-02-21Use offsets relative to top rather than bottom for stack refsStefan Monnier
2011-02-19* lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier
2011-02-17Don't GC-scan stack data redundantly.Stefan Monnier
2011-02-17Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-12* lisp/emacs-lisp/byte-lexbind.el: Delete.Stefan Monnier
2011-02-01Merge from trunkStefan Monnier
2011-01-30Use SSDATA when the context wants char *.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-15Obey lexical-binding in interactive evaluation commands.Stefan Monnier
2010-12-13Try and be more careful about propagation of lexical environment.Stefan Monnier
2010-07-23Merge from trunkStefan Monnier
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-06-14* lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):Stefan Monnier
2010-06-13New branch for lexbind, losing all history.Stefan Monnier
2010-05-07Try and fix unbind_to when localness of binding has changedStefan Monnier
2010-04-19Make variable forwarding explicit rather the using special values.Stefan Monnier