summaryrefslogtreecommitdiff
path: root/src/bytecode.c
AgeCommit message (Expand)Author
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
2010-03-05Make it possible to C-g in a tight bytecode loop again (bug#5680).Stefan Monnier
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-06-25(Fbyte_code): Disable debugging code that doesn't compile.Stefan Monnier
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-09Merge from emacs--devo--0Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-27Merge from emacs--devo--0Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-26Merge from emacs--devo--0Miles Bader
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-11-21Merge from emacs--devo--0Miles Bader
2006-11-08(Fbyte_code): Use SYMBOL_CONSTANT_P macro.Juanma Barranquero
2006-07-19Merge from emacs--devo--0Miles Bader
2006-07-13(Fbyte_code): Use CAR, CDR for Bcar, Bcdr.Kim F. Storm
2006-07-12(Fbyte_code): Use CHECK_VECTOR.Kim F. Storm
2006-02-08Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2006-01-16Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader
2005-12-06(Fbyte_code): Avoid dangerous side effects in NILP argument.Ken Raeburn
2005-10-29(Fbyte_code): Use internal_lisp_condition_case.Richard M. Stallman
2005-08-26Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader
2005-08-09(BYTE_CODE_QUIT): Throw t to Vthrow_on_input.Richard M. Stallman
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-29Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74Miles Bader
2005-07-23(MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one.Richard M. Stallman
2005-07-14Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69Miles Bader
2005-07-13(MAYBE_GC): Use gc_cons_combined_threshold.Stefan Monnier
2005-07-07Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader
2005-07-04Update FSF's address.Lute Kamstra
2005-06-06Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57Miles Bader
2005-06-03(BYTE_CODE_QUIT): Check Vthrow_on_input.Kim F. Storm
2004-09-15Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40Miles Bader
2004-09-13(BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.Stefan Monnier
2004-08-27Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32Miles Bader