aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-06current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert1-1/+1
2011-02-17Don't GC-scan stack data redundantly.Stefan Monnier1-3/+16
2011-02-16Change B_ to BVARTom Tromey1-1/+1
2011-02-14Hide implementation of `struct buffer'Tom Tromey1-1/+1
2011-01-30Use SSDATA when the context wants char *.Paul Eggert1-2/+1
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-5/+3
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu1-2/+1
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu1-3/+3
2010-05-07Try and fix unbind_to when localness of binding has changedStefan Monnier1-1/+1
2010-04-19Make variable forwarding explicit rather the using special values.Stefan Monnier1-6/+6
2010-03-05Make it possible to C-g in a tight bytecode loop again (bug#5680).Stefan Monnier1-0/+1
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu1-2/+2
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu1-0/+1
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1
2008-06-25(Fbyte_code): Disable debugging code that doesn't compile.Stefan Monnier1-1/+1
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-6/+5
2008-01-08Add 2008 to copyright years.Glenn Morris1-1/+1
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1
2007-01-21Add 2007 to copyright years.Glenn Morris1-1/+1
2006-11-08(Fbyte_code): Use SYMBOL_CONSTANT_P macro.Juanma Barranquero1-1/+1
2006-07-13(Fbyte_code): Use CAR, CDR for Bcar, Bcdr.Kim F. Storm1-52/+10
2006-07-12(Fbyte_code): Use CHECK_VECTOR.Kim F. Storm1-8/+3
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-12-06(Fbyte_code): Avoid dangerous side effects in NILP argument.Ken Raeburn1-34/+50
2005-10-29(Fbyte_code): Use internal_lisp_condition_case.Richard M. Stallman1-4/+4
2005-08-09(BYTE_CODE_QUIT): Throw t to Vthrow_on_input.Richard M. Stallman1-1/+1
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen1-2/+2
2005-07-23(MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one.Richard M. Stallman1-7/+8
2005-07-13(MAYBE_GC): Use gc_cons_combined_threshold.Stefan Monnier1-7/+7
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2005-06-03(BYTE_CODE_QUIT): Check Vthrow_on_input.Kim F. Storm1-0/+3
2004-09-13(BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.Stefan Monnier1-27/+8
2004-08-22(Fbyte_code) <unwind-protect>: Cannot GC.Richard M. Stallman1-3/+0
2004-04-16Sync to HEADKenichi Handa1-25/+7
2003-09-11(mark_byte_stack, unmark_byte_stack): Ignore the markbit.Stefan Monnier1-25/+4
2003-09-08New directoryKenichi Handa1-3/+0
2003-09-01Add arch taglinesMiles Bader1-0/+3
2003-07-06(mark_byte_stack): Update calls to mark_object.Stefan Monnier1-3/+3
2003-05-25(Fbyte_code): Remove `unused val' warning.Stefan Monnier1-1/+1
2003-05-14Include window.h.Stefan Monnier1-1/+2
2003-05-01(Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil.Stefan Monnier1-2/+1
2002-09-03(Fbyte_code): Convert a unibyte character to multibyte if necessary.Kenichi Handa1-4/+11
2002-08-26(Fbyte_code): Fsub1 can GC, so protect it.Miles Bader1-2/+6
2002-07-19(struct byte_stack): Pointers into byte string nowKen Raeburn1-2/+2
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn1-5/+5
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero1-4/+4