log src/bytecode.c @ 82453:d04e217671f9

age author description
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Wed, 08 Nov 2006 21:14:40 +0000 Juanma Barranquero (Fbyte_code): Use SYMBOL_CONSTANT_P macro.
Thu, 13 Jul 2006 13:43:38 +0000 Kim F. Storm (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
Wed, 12 Jul 2006 13:14:26 +0000 Kim F. Storm (Fbyte_code): Use CHECK_VECTOR.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Tue, 06 Dec 2005 07:39:05 +0000 Ken Raeburn (Fbyte_code): Avoid dangerous side effects in NILP argument.
Sat, 29 Oct 2005 19:32:27 +0000 Richard M. Stallman (Fbyte_code): Use internal_lisp_condition_case.
Tue, 09 Aug 2005 12:10:40 +0000 Richard M. Stallman (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sat, 23 Jul 2005 19:14:59 +0000 Richard M. Stallman (MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one.
Wed, 13 Jul 2005 05:29:10 +0000 Stefan Monnier (MAYBE_GC): Use gc_cons_combined_threshold.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Fri, 03 Jun 2005 23:02:30 +0000 Kim F. Storm (BYTE_CODE_QUIT): Check Vthrow_on_input.
Mon, 13 Sep 2004 21:13:38 +0000 Stefan Monnier (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
Sun, 22 Aug 2004 17:43:26 +0000 Richard M. Stallman (Fbyte_code) <unwind-protect>: Cannot GC.
Thu, 11 Sep 2003 21:58:32 +0000 Stefan Monnier (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Sun, 06 Jul 2003 19:30:10 +0000 Stefan Monnier (mark_byte_stack): Update calls to mark_object.
Sun, 25 May 2003 17:40:52 +0000 Stefan Monnier (Fbyte_code): Remove `unused val' warning.
Wed, 14 May 2003 18:50:10 +0000 Stefan Monnier Include window.h.
Thu, 01 May 2003 00:22:31 +0000 Stefan Monnier (Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil.
Mon, 26 Aug 2002 07:37:19 +0000 Miles Bader (Fbyte_code): Fsub1 can GC, so protect it.
Fri, 19 Jul 2002 14:26:46 +0000 Ken Raeburn (struct byte_stack): Pointers into byte string now
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Mon, 03 Jun 2002 01:34:11 +0000 Thien-Thi Nguyen (Fbyte_code): Cast `current_column' return value to int.
Wed, 20 Mar 2002 07:44:54 +0000 Pavel Jank (Fbyte_code): Revert last change.
Mon, 18 Mar 2002 18:17:34 +0000 Pavel Jank (Fbyte_code): Discard unused computed value to prevent gcc warning.
Thu, 27 Dec 2001 05:00:56 +0000 Richard M. Stallman (Fbyte_code): Undo previous change.
Tue, 25 Dec 2001 08:16:46 +0000 Richard M. Stallman (Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Sat, 20 Oct 2001 15:09:27 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Sat, 06 Oct 2001 23:37:52 +0000 Gerd Moellmann (Fbyte_code): Use MOST_POSITIVE_FIXNUM.
Sat, 06 Oct 2001 23:36:22 +0000 Gerd Moellmann (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.
Mon, 21 May 2001 12:23:34 +0000 Gerd Moellmann (Fbyte_code) <varref>: Use SYMBOL_VALUE.
Wed, 28 Mar 2001 10:01:51 +0000 Gerd Moellmann (BYTE_CODE_QUIT): New macro.
Wed, 07 Mar 2001 21:26:55 +0000 Stefan Monnier (Fbyte_code) <Btemp_output_buffer_setup>: Check the
Tue, 30 Jan 2001 10:07:03 +0000 Dave Love (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and
Mon, 29 Jan 2001 20:44:42 +0000 Gerd Moellmann (Fbyte_code) <Bcurrent_column>: Add
Tue, 19 Dec 2000 12:14:08 +0000 Gerd Moellmann (toplevel) [CHECK_FRAME_FONT]: Include frame.h and
Tue, 21 Nov 2000 16:47:04 +0000 Gerd Moellmann (Fbyte_code) <Bvarbind, Bunwind_protect>: Add
Thu, 24 Aug 2000 11:42:33 +0000 Gerd Moellmann (mark_byte_stack): Add a comment.
Mon, 05 Jun 2000 14:20:20 +0000 Dave Love Copyright up-date.
Fri, 19 May 2000 23:50:52 +0000 Kenichi Handa (Fbyte_code): If arg BYTESTR is multibyte, convert it
Tue, 04 Apr 2000 14:54:29 +0000 Gerd Moellmann (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
Wed, 23 Feb 2000 10:42:36 +0000 Gerd Moellmann (Fbyte_code): Remove keyword_symbols_constant_flag.
Sun, 20 Feb 2000 15:55:38 +0000 Gerd Moellmann (Fbyte_code) <Bvarset>: Inline most common case.
Thu, 17 Feb 2000 09:45:46 +0000 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
Wed, 26 Jan 2000 14:46:36 +0000 Gerd Moellmann (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
Wed, 26 Jan 2000 12:02:09 +0000 Gerd Moellmann (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
Tue, 11 Jan 2000 22:17:34 +0000 Richard M. Stallman (Fbyte_code): Pass new arg to set_internal.
Mon, 08 Nov 1999 00:06:01 +0000 Gerd Moellmann * bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do the
Sun, 07 Nov 1999 22:44:06 +0000 Gerd Moellmann (mark_byte_stack): Use XMARKBIT and XMARK.
Sun, 07 Nov 1999 13:06:59 +0000 Gerd Moellmann Use block statements in cases and declare v1 and v2
Fri, 05 Nov 1999 21:55:27 +0000 Gerd Moellmann (Fbyte_code): Use BEFORE_POTENTIAL_GC and
Fri, 05 Nov 1999 21:26:15 +0000 Gerd Moellmann (struct byte_stack): New.
Sun, 12 Sep 1999 05:07:01 +0000 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
Mon, 16 Nov 1998 01:17:06 +0000 Kenichi Handa Include charset.h.
Sun, 10 May 1998 01:16:42 +0000 Richard M. Stallman (Fbyte_code): Don't use Bmark.