log src/bytecode.c @ 79328:fcf9272ec241

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.