log src/bytecode.c @ 96548:ca19ecf65364

age author description
2008-06-25 Stefan Monnier (Fbyte_code): Disable debugging code that doesn't compile.
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-01-09 Miles Bader Merge from emacs--devo--0
2007-07-27 Miles Bader Merge from emacs--devo--0
2007-01-26 Miles Bader Merge from emacs--devo--0
2006-11-21 Miles Bader Merge from emacs--devo--0
2006-07-19 Miles Bader Merge from emacs--devo--0
2006-02-08 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
2006-01-16 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
2005-08-26 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
2005-07-29 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74
2005-07-14 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69
2005-07-07 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
2005-06-06 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
2004-09-15 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40
2004-08-27 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32
2004-04-16 Kenichi Handa Sync to HEAD
2003-09-08 Kenichi Handa *** empty log message ***
2002-09-03 Kenichi Handa (Fbyte_code): Convert a unibyte character to multibyte if necessary.
2002-03-01 Kenichi Handa Include "character.h" instead of "charset.h".
2006-01-16 Henrik Enberg sync with trunk
2003-09-08 Kenichi Handa New directory
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-11-08 Juanma Barranquero (Fbyte_code): Use SYMBOL_CONSTANT_P macro.
2006-07-13 Kim F. Storm (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
2006-07-12 Kim F. Storm (Fbyte_code): Use CHECK_VECTOR.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-12-06 Ken Raeburn (Fbyte_code): Avoid dangerous side effects in NILP argument.
2005-10-29 Richard M. Stallman (Fbyte_code): Use internal_lisp_condition_case.
2005-08-09 Richard M. Stallman (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-23 Richard M. Stallman (MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one.
2005-07-13 Stefan Monnier (MAYBE_GC): Use gc_cons_combined_threshold.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-03 Kim F. Storm (BYTE_CODE_QUIT): Check Vthrow_on_input.
2004-09-13 Stefan Monnier (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
2004-08-22 Richard M. Stallman (Fbyte_code) <unwind-protect>: Cannot GC.
2003-09-11 Stefan Monnier (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
2003-09-01 Miles Bader Add arch taglines
2003-07-06 Stefan Monnier (mark_byte_stack): Update calls to mark_object.
2003-05-25 Stefan Monnier (Fbyte_code): Remove `unused val' warning.
2003-05-14 Stefan Monnier Include window.h.
2003-05-01 Stefan Monnier (Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil.
2002-08-26 Miles Bader (Fbyte_code): Fsub1 can GC, so protect it.
2002-07-19 Ken Raeburn (struct byte_stack): Pointers into byte string now
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-06-03 Thien-Thi Nguyen (Fbyte_code): Cast `current_column' return value to int.
2002-03-20 Pavel Janík (Fbyte_code): Revert last change.
2002-03-18 Pavel Janík (Fbyte_code): Discard unused computed value to prevent gcc warning.
2001-12-27 Richard M. Stallman (Fbyte_code): Undo previous change.
2001-12-25 Richard M. Stallman (Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-20 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-06 Gerd Moellmann (Fbyte_code): Use MOST_POSITIVE_FIXNUM.
2001-10-06 Gerd Moellmann (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.
2001-05-21 Gerd Moellmann (Fbyte_code) <varref>: Use SYMBOL_VALUE.
2001-03-28 Gerd Moellmann (BYTE_CODE_QUIT): New macro.