aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
Commit message (Expand)AuthorAgeFilesLines
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-5/+3
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-2/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-3/+3
* | Try and fix unbind_to when localness of binding has changedStefan Monnier2010-05-071-1/+1
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-6/+6
|/
* Make it possible to C-g in a tight bytecode loop again (bug#5680).Stefan Monnier2010-03-051-0/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-2/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (Fbyte_code): Disable debugging code that doesn't compile.Stefan Monnier2008-06-251-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+5
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merge from emacs--devo--0Miles Bader2006-11-211-1/+1
|\|
| * (Fbyte_code): Use SYMBOL_CONSTANT_P macro.Juanma Barranquero2006-11-081-1/+1
* | Merge from emacs--devo--0Miles Bader2006-07-191-58/+11
|\|
| * (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.Kim F. Storm2006-07-131-52/+10
| * (Fbyte_code): Use CHECK_VECTOR.Kim F. Storm2006-07-121-8/+3
* | Revision: [email protected]/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-97Miles Bader2006-01-161-38/+54
|\|
| * (Fbyte_code): Avoid dangerous side effects in NILP argument.Ken Raeburn2005-12-061-34/+50
| * (Fbyte_code): Use internal_lisp_condition_case.Richard M. Stallman2005-10-291-4/+4
* | Revision: [email protected]/emacs--unicode--0--patch-78Miles Bader2005-08-261-3/+3
|\|
| * (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.Richard M. Stallman2005-08-091-1/+1
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-74Miles Bader2005-07-291-7/+8
|\|
| * (MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one.Richard M. Stallman2005-07-231-7/+8
* | Revision: [email protected]/emacs--unicode--0--patch-69Miles Bader2005-07-141-7/+7
|\|
| * (MAYBE_GC): Use gc_cons_combined_threshold.Stefan Monnier2005-07-131-7/+7
* | Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-57Miles Bader2005-06-061-0/+3
|\|
| * (BYTE_CODE_QUIT): Check Vthrow_on_input.Kim F. Storm2005-06-031-0/+3
* | Revision: [email protected]/emacs--unicode--0--patch-40Miles Bader2004-09-151-27/+8
|\|
| * (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.Stefan Monnier2004-09-131-27/+8
* | Revision: [email protected]/emacs--unicode--0--patch-32Miles Bader2004-08-271-3/+0
|\|
| * (Fbyte_code) <unwind-protect>: Cannot GC.Richard M. Stallman2004-08-221-3/+0
| * (mark_byte_stack, unmark_byte_stack): Ignore the markbit.Stefan Monnier2003-09-111-25/+4
* | Sync to HEADKenichi Handa2004-04-161-25/+7
* | *** empty log message ***Kenichi Handa2003-09-081-5/+12
|\ \
| * | (Fbyte_code): Convert a unibyte character to multibyte if necessary.Kenichi Handa2002-09-031-4/+11