Fix $ tags in v8 files.
authorChris Hanson <org/chris-hanson/cph>
Mon, 15 Jun 2009 04:27:00 +0000 (21:27 -0700)
committerChris Hanson <org/chris-hanson/cph>
Mon, 15 Jun 2009 04:27:00 +0000 (21:27 -0700)
102 files changed:
v8/src/compiler/midend/ea2.scm
v8/src/compiler/midend/earlyrew.scm
v8/src/compiler/midend/effects.scm
v8/src/compiler/midend/envconv.scm
v8/src/compiler/midend/errcont.scm
v8/src/compiler/midend/expand.scm
v8/src/compiler/midend/fakeprim.scm
v8/src/compiler/midend/frag.scm
v8/src/compiler/midend/graph.scm
v8/src/compiler/midend/indexify.scm
v8/src/compiler/midend/inlate.scm
v8/src/compiler/midend/kmp.scm
v8/src/compiler/midend/lamlift.scm
v8/src/compiler/midend/laterew.scm
v8/src/compiler/midend/load.scm
v8/src/compiler/midend/midend.scm
v8/src/compiler/midend/rtlgen.scm
v8/src/compiler/midend/simplify.scm
v8/src/compiler/midend/split.scm
v8/src/compiler/midend/stackopt.scm
v8/src/compiler/midend/staticfy.scm
v8/src/compiler/midend/synutl.scm
v8/src/compiler/midend/triveval.scm
v8/src/compiler/midend/typedb.scm
v8/src/compiler/midend/typerew.scm
v8/src/compiler/midend/types.scm
v8/src/compiler/midend/utils.scm
v8/src/compiler/midend/widen.scm
v8/src/compiler/rtlbase/regset.scm
v8/src/compiler/rtlbase/rgraph.scm
v8/src/compiler/rtlbase/rtlcfg.scm
v8/src/compiler/rtlbase/rtlcon.scm
v8/src/compiler/rtlbase/rtlexp.scm
v8/src/compiler/rtlbase/rtline.scm
v8/src/compiler/rtlbase/rtlobj.scm
v8/src/compiler/rtlbase/rtlpars.scm
v8/src/compiler/rtlbase/rtlreg.scm
v8/src/compiler/rtlbase/rtlty1.scm
v8/src/compiler/rtlbase/rtlty2.scm
v8/src/compiler/rtlbase/valclass.scm
v8/src/compiler/rtlopt/ralloc.scm
v8/src/compiler/rtlopt/rcompr.scm
v8/src/compiler/rtlopt/rcse1.scm
v8/src/compiler/rtlopt/rcse2.scm
v8/src/compiler/rtlopt/rcseep.scm
v8/src/compiler/rtlopt/rcseht.scm
v8/src/compiler/rtlopt/rcsemrg.scm
v8/src/compiler/rtlopt/rcserq.scm
v8/src/compiler/rtlopt/rcsesr.scm
v8/src/compiler/rtlopt/rdebug.scm
v8/src/compiler/rtlopt/rdflow.scm
v8/src/compiler/rtlopt/rerite.scm
v8/src/compiler/rtlopt/rinvex.scm
v8/src/compiler/rtlopt/rlife.scm
v8/src/compiler/rtlopt/rsched.scm
v8/src/compiler/rtlopt/rtlcsm.scm
v8/src/microcode/TODO
v8/src/microcode/bintopsb.c
v8/src/microcode/cmpauxmd/hppa.m4
v8/src/microcode/cmpint.c
v8/src/microcode/cmpintmd/hppa.h
v8/src/microcode/const.h
v8/src/microcode/fasl.h
v8/src/microcode/fixobj.h
v8/src/microcode/gctype.c
v8/src/microcode/interp.c
v8/src/microcode/liarc.h
v8/src/microcode/lookup.c
v8/src/microcode/lookup.h
v8/src/microcode/mul.c
v8/src/microcode/object.h
v8/src/microcode/ppband.c
v8/src/microcode/psbmap.h
v8/src/microcode/psbtobin.c
v8/src/microcode/returns.h
v8/src/microcode/trap.h
v8/src/microcode/typename.txt
v8/src/microcode/types.h
v8/src/microcode/utabmd.scm
v8/src/microcode/version.h
v8/src/runtime/coerce.scm
v8/src/runtime/conpar.scm
v8/src/runtime/dbgutl.scm
v8/src/runtime/framex.scm
v8/src/runtime/global.scm
v8/src/runtime/infstr.scm
v8/src/runtime/infutl.scm
v8/src/runtime/load.scm
v8/src/runtime/make.scm
v8/src/runtime/prgcop.scm
v8/src/runtime/runcheck.cbf
v8/src/runtime/runtime.cbf
v8/src/runtime/runtime.pkg
v8/src/runtime/uenvir.scm
v8/src/sf/gconst.scm
v8/src/sf/make.scm
v8/src/sf/pardec.scm
v8/src/sf/sf.pkg
v8/src/sf/subst.scm
v8/src/sf/toplev.scm
v8/src/sf/usicon.scm
v8/src/sf/usiexp.scm

index c66ee08e429c83cac5253b8b4dca5496169fb2d1..2df087642e04737e355322674d7bcdf2f890d26d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: ea2.scm,v 1.6 1999/05/15 03:15:14 cph Exp $
+$Id$
 
 Copyright (c) 1995, 1999 Massachusetts Institute of Technology
 
index 2353a6e749f23b3ccd6c4bc16eb2c436159a5fae..2a628182d1c25608cfa13b9de28470393ca0962f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: earlyrew.scm,v 1.19 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index 24b811f71a071fcd5ad67d5e524e66f473ebe1a1..06e72b8d63af1b98aea79706ed784e0c6c4a370c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: effects.scm,v 1.2 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1995-1999 Massachusetts Institute of Technology
 
index def880cc3908f558341c4c188112caa824612921..c80f8eab160df2173866e656c63edc1c6a14fb75 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: envconv.scm,v 1.17 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index 1ef7d83d1c4ebc147e335edbc0b255b745edfeb4..b75e53f7843d01d3b8dc43dcd1364bad4fb20acd 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: errcont.scm,v 1.3 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1996, 1999 Massachusetts Institute of Technology
 
index 3f6b5ecafeaaadeca433faba4f6678882c60f567..618941ff3063920a7c621d7cb20e40a9b46ac872 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: expand.scm,v 1.11 1999/05/15 03:15:11 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index 73fe2b46b2fede7ce870bffd03ceb197e75dcbb2..61fe23ff694253e9e827da07308087c0a229aa7e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: fakeprim.scm,v 1.32 1999/05/15 03:14:42 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index 664ce98c493e9df73ae6c820f38fb013a33e30d6..f0241dbde9ca2712f9e7fe54c058dad88b020056 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: frag.scm,v 1.7 1999/05/15 03:14:50 cph Exp $
+$Id$
 
 Copyright (c) 1995, 1999 Massachusetts Institute of Technology
 
index 773ca18436e6bfa66dec6e24caa116ba3b37cdad..78ff02455f443f7e8490cde09f57c3a9ab0a4c79 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: graph.scm,v 1.4 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
index 32c0b5371e440ba740422ff42f0cb90717a489d5..ccdcfc8011b6db8c4fad6850add28436c362d59d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: indexify.scm,v 1.6 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index fb80127de2dff19e5f42c47d767860126c2b23b2..cc06be082352581542c97b40c06c7eae6fed4a1e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: inlate.scm,v 1.9 1999/05/15 03:14:59 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index cc8f32ebf26254ef1cdada606e00bfb3e4fab498..d1d5de1eb79fa245caae7d3411855a016775db9c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: kmp.scm,v 1.3 1999/05/15 03:15:06 cph Exp $
+$Id$
 
 Copyright (c) 1995, 1999 Massachusetts Institute of Technology
 
index fc11db9716a8b64c9861972fa43b3feba6ca7dbf..14db60440f96c4b3b495239b752e74e6e8b5235b 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: lamlift.scm,v 1.10 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index f1fe47a3039875315ce19daac74599d614fd5eff..5fbe713f769080cc894cb676dbcf1a196c750d29 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: laterew.scm,v 1.22 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index b794230b88055814f505a76bbc9564b51d54f096..8d98bc015a8179769000b01a642f13361dadca58 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 1.2 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
index 90f48017c02972f2fc283c96ac8f584c1d40b6a5..14d2586b3c63dc2fe9ef35e62cddecc6eb212873 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: midend.scm,v 1.24 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
index a56ef5133be22c64d797264b97d9ab4c3399ca2c..6484e80051a7afd3ace1121e979ab04a7a6d6c9e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtlgen.scm,v 1.54 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index ed1049fc19e6a3a46e9f916345701e7446397275..4a16864985c4424e7af92cfea7a56e45c8e07f97 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: simplify.scm,v 1.22 1999/05/15 03:14:36 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index 34805de74ac0a829433933eadeb5a82a1ccb905a..ec2d9c652f265bbc7c96576c8990ea61414a5ef1 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: split.scm,v 1.8 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
index 8b73c4ce464601139b14e5578c67ff28fcc20405..16749e3f41e3141f6a47baf01d9e3f96cf5614cb 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: stackopt.scm,v 1.15 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index 9b9e36b9561da35c62820514f02465eec6b147a4..55bb3a3c1d7674367d9e9c1d111af745893011d9 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: staticfy.scm,v 1.3 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
index e912d4faf1b5c55ffae3f640bad62993dc4ec24a..ba72718eaba80af9e4402becb2b8476f4bdd2170 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: synutl.scm,v 1.4 1999/05/15 03:14:46 cph Exp $
+$Id$
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
index fb734e79b7bbdaba72a00c3aa5e9b1f476b55abd..c13945b22749f19293247bb4fafde9153f6a0064 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: triveval.scm,v 1.7 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
index 3d265ed3fc484b6d2f23d317a858cc01094d12af..d7b8197fe4200137f206b6acfde78c78379252d1 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: typedb.scm,v 1.17 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1996-1999 Massachusetts Institute of Technology
 
index dc6f48e9b874838f0f56d3d82319b98b2110364e..166a80ee565a2fec79edeb8eaf01c0f29aa5b728 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: typerew.scm,v 1.29 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index a111f5d09c0c743807732aa4ffaf659407f9ae27..e2d0af0ebfe3b6616cf6defb4c336bc1f7c187c4 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: types.scm,v 1.7 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1995-1999 Massachusetts Institute of Technology
 
index 581f321c59627a9a03e0769a010e25fa148a94e6..72f1e3ee0623d7a2e441aa0f4d26530233ab7c22 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: utils.scm,v 1.34 1999/05/15 03:14:54 cph Exp $
+$Id$
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
index 0e0c94352274cd2cef3f667ed08cc6c5ffd275c9..0b83bf3d3cafe9c8b723cdf5362983e3a868f8df 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: widen.scm,v 1.11 1999/05/15 03:14:31 cph Exp $
+$Id$
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
index 779764085a9e24fec22f16587801e0d453ed4ed2..198a0015ac4cef93308105acbbb287bd2c81ec0e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: regset.scm,v 1.2 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1988, 1990, 1999 Massachusetts Institute of Technology
 
index a457e0cc0908d25de36f712e5e3ec2a6cd25a2dd..75fe08051d0e119efbf2f476ae6114b51d01699d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rgraph.scm,v 1.2 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 78991b68e63bf9b6f70284aecf061c78e311c16b..184445de0e3856988a599c1ae49354fa603ccbdb 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtlcfg.scm,v 1.2 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index f5a75eeb0c75f3f790d86371e939a7655c70ddfb..4dbbc171e583d8a092e3f1ed068317dc5430a66f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtlcon.scm,v 1.2 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 195cca09eaa818c30f9d2f8a9ec0aafdc7a6f32e..e9fd947629e952a58421a8700bb0a1b6588b9fe2 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtlexp.scm,v 1.2 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 40c8250f7acc565913dc2827a9783ba172d628f9..a4aa50e40871bd2d2a993fc207df1183b0987e1e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtline.scm,v 1.2 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 79c3fb96e07e25f7d313181adaa23c8533052b95..18f690b09ca8495db97fee6597a6b0565b340192 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtlobj.scm,v 1.2 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index c66a8f7c83039999439ac7e2879dd200ac8c1f91..c2b63a514b3e4593dfd806796333f100f7cc2c01 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtlpars.scm,v 1.5 1999/01/02 06:06:43 cph Exp $
+$Id$
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
index 8aa5fe9c690222511df0b8ef30f668bf00ebd09a..6acef181e0c42f68a944a26bdf9900ae00c45b69 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtlreg.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index de3b824abcc3ab7f827bc6495538b3295ad0ea73..03914fd8fcb6aabbee4c85d7482da01575d1ccab 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtlty1.scm,v 1.3 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index fe86e912e91e40709e185e2c81d437aafb773648..7eb80c421cd66784417df5fa2a0dd2399fcda395 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtlty2.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 3641287170516b757d3130d6a5c633e4572ec13b..c8e627317595c09fc733238d7f2e65abed15b817 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: valclass.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1989, 1990, 1999 Massachusetts Institute of Technology
 
index a606f4d154f92bb069b1e512056a7f5ed66ea0ac..f38e950b1c0b89783ed52b39744fa67adb173e78 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: ralloc.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 2eb1b86e20f472ed3f0a754cf2f4c72be1175d2c..98123d18210d3bf9be0f4cabbf38898fabb341f3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rcompr.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 572a15000c0209fd0a2804e7925327b567998c8c..c1b8753c5ec2e3870a43da7b23035f9c25c86176 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rcse1.scm,v 1.4 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 52ad9270e5df94f3eb93016d56182c299d73762c..cde78e0eea3a5d1d879572e825ae1268229ed3c1 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rcse2.scm,v 1.4 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 2b34f9b34b6843277912324c21c6b94ccd3e3d14..0fb9bd6b982452199c5af21dd30bc86da198effa 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rcseep.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index fa095e899fc3bf7d007c4f4edd46f00fa98da1e1..18e4a01f9dd535e3dcaa5737fb8b0e58b99e5d35 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rcseht.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 3eb116788fe83cec6b7d9560cd3b33db04153a1c..0bdd90584bcd99229fc02479e1ab371f6749cb38 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rcsemrg.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
index 7336bcb4dae55844e5c41d086db32867a85dbaf2..d07c9d8fd4f96590af54b13fed1ea107b704c775 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rcserq.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 99e73a9a97a27ca406d1c044800da8165c5fca7a..cf610aa514ba6f4172ce51ac9e885fceed417441 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rcsesr.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index e4e7d6ae962143fc76a20e74c24ce8c6343d8f4e..84e08b9a089494c58ffe8375911c85b7bb0647a4 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rdebug.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 0d0a0853998a6e2f2fcd8ace0f091e55e0ac9787..c2b80b5d80cae9e5237b8ffd2bc8b5f3aa5eed5e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rdflow.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
index 692850de025e1d8d89c2d697c9031cf10442d73e..b2ececf2e848b9d2abfedf6e02047180af4c739a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rerite.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
index ab0f87785f058ab69c9d57bb9b451dfc11527f0d..076348e5836189dd8cd7dff4c491471d2b99713d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rinvex.scm,v 1.3 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
index 21530c72b5387cea685af522cbcbe3d7b746cf54..c27e2966a9b001181be6a7aed0cadaa752317829 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rlife.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 9a376e0c9cedece5c03fb80f8155daa5a95c82df..d7bcb1444f3ad3cc85f49aeb849a1f7c804ea001 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rsched.scm,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1995, 1999 Massachusetts Institute of Technology
 
index 5a1e68aee609313bdc4596e03faa3a9464afed60..d00fee0cc56f7f094f3f841fb9a5ea9c34dd3987 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtlcsm.scm,v 1.4 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
index 0e2fc77c39622f686b95d99b432149b1a713bdc7..b166f434feffb0711164299009350fec40b7fbe4 100644 (file)
@@ -1,5 +1,5 @@
 -*-Text-*-
-$Id: TODO,v 1.2 1995/09/16 20:46:20 adams Exp $
+$Id$
 
        Things to do to the C microcode:
 
index 84fa7a2e2aeb2a414697e4c5f9ad69e6f527f228..0dba5461934d09280cc2dbfe83348bfd54c66db4 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: bintopsb.c,v 9.68 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 467c9457f60a3eaab7dcd8fd2bbd65d5877f7537..b18b4957abe94bdcd2a5e2caa45ba16c778166eb 100644 (file)
@@ -1,6 +1,6 @@
 changecom(`;');;; -*-Midas-*-
 ;;;
-;;; $Id: hppa.m4,v 1.45 1999/01/02 06:11:34 cph Exp $
+;;; $Id$
 ;;;
 ;;; Copyright (c) 1989-1999 Massachusetts Institute of Technology
 ;;;
index fcd3a47400e07a5e943a08e25b54d91fe99d0f3a..f556c4c9dcdd34e9087d606f31865e0415d555ad 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: cmpint.c,v 1.90 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
index def7b0599a5d028d68266e7a72ce9c227204559d..4d78756da9e7c8be662f1041f85212274eb51b22 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: hppa.h,v 1.52 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
index fe8e7c3d371350d655f7c5eb7cc0302dbf316750..bffb9e61e54c56bbef339e07ced364a3da45f8f6 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: const.h,v 9.45 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 42ca1d94f56e5d2abc693292ef3eaa7753f3e6b0..fa356d40b324e9c7c261929d21bb10ea360b14f5 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: fasl.h,v 9.38 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 8f086e50390cc2a9b1261ec0713086a88eba9560..449180f750db3b4ee635d0efaa2a0c6bf9facb89 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: fixobj.h,v 9.39 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 6ec17f415119ea0f6847052783f272cb02a88b9e..5367598414b7c933b2f71eb102a289cd7d954ba2 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: gctype.c,v 9.34 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index e7bf8ff3e4a3af8cecbdf1e527a08a6dd6c08c30..c7b464e732a311fc6bdd43a54d72e7ffbca0a147 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: interp.c,v 9.91 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 18c2df27dded29dec0a37f53bfa801e1ed78688a..faffeb58b13bd3815b899fc28dd4a4a6011b78b7 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: liarc.h,v 1.14 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
index a97d40b13b189f91c4731f2aa283b37e1253bb40..aa6f6d5208591a477f88eda9aea413763593df19 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: lookup.c,v 9.57 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 44dc2e325b690b6ba86e9f142b21e63e09751dff..61bd1d5d5ae74d02359d29cce4e2359f1781ec97 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: lookup.h,v 9.51 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index b9dffd8334338abeaacf2ab1a0a90da6025f7375..71163f688d5f5a6257b7456b3135a08545c46f61 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: mul.c,v 9.35 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 60e4fec137d1af9b0c31f478a9b57f5cea1171d0..1501153bdda127fd7d0dbdc4472281e7e92d52e0 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: object.h,v 9.49 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 763ecef1d222c40e354c289dc989455c3ef3066c..8e3aebe2af29b8455f87873020719bdea0aaf2c5 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: ppband.c,v 9.49 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 12c20e410edf2df41399057bd8b8f4630bf3e12a..3bb818c0550effacb2c33bc82175410b57363e21 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: psbmap.h,v 9.43 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 9a8d1ab5e4d301fc8ab5e92172f1fa49636d6ba9..fd29cf1d9d948b0dc8f67c2c9b475b89ada67410 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: psbtobin.c,v 9.58 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 5f204f7f8329a55f9877fd561349509914a6e3c5..820d0f72390e511958d9486a17b292858835b69a 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: returns.h,v 9.43 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 519399dabbba3c12abc0321d781a0847bae76598..3b2541c0f2288f11271f3e34dfa5c9343cd60da6 100644 (file)
@@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
-/* $Id: trap.h,v 9.45 1999/01/02 06:11:34 cph Exp $ */
+/* $Id$ */
 \f
 /* Kinds of traps:
 
index 1e65655029e201bf4b1d86760ebfdf3c13285db0..1e53f5cd1b5385b5e358d9f896cb230dcaa78bef 100644 (file)
@@ -1,6 +1,6 @@
 -*- Fundamental -*-
 
-$Id: typename.txt,v 1.3 1993/06/24 07:10:03 gjr Exp $
+$Id$
 
 8 bit  6 bit  Name                        8 bit  6 bit  Name
 =====  ====   ==========================  =====  ====   =======================
index 2aed10ddebfba49dfed5a59890b68e14ee9817df..060dc0f76c261ec1ef504ac95f55cce0823c7066 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: types.h,v 9.37 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index a33337b0923b9f48cd94253d1030e91551e0a775..c042530a973d61d4096a43084b27d2385cb9f53f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: utabmd.scm,v 9.78 1999/01/02 06:11:34 cph Exp $
+;;; $Id$
 ;;;
 ;;; Copyright (c) 1987-1999 Massachusetts Institute of Technology
 ;;;
 
 ;;; This identification string is saved by the system.
 
-"$Id: utabmd.scm,v 9.78 1999/01/02 06:11:34 cph Exp $"
+"$Id$"
index bc6651e4ede5c90a7d39b3e201d327c6de950ff1..422310bf6a4f96b5c7b3ea805ae49bf4db8d65d9 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: version.h,v 11.152 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 08ba64d9e0d5aa3ee81c4f85bbf3fea33d73a56a..9a3ea05002f7bd71125f15b399f0148bf55caf2b 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: coerce.scm,v 1.10 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1996, 1999 Massachusetts Institute of Technology
 
index dcdc8024aefe6e5e66e030f5aca70161e48f740f..0e27ba566db8ea0986db9b3e3fbc335ceab7bdda 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: conpar.scm,v 14.41 1999/02/24 21:23:31 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 089008d9049e419acdffe098e4c84f8a056057ee..16fbbccb0508d32f5b9e80d31a399d88dbf136e7 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: dbgutl.scm,v 14.18 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index d37f1b846a3a4f7e3f69147b1738a1415da82969..bd162b831a950ef6048c489e14a3cc898b22c46b 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: framex.scm,v 14.21 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 639fb94915010e456843fd455444665f206eef22..f726627d216ec6545a2a4a95989c20d93c46a053 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: global.scm,v 14.56 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index ca4ad2594b82cd73147b9714a79f73c9a42f0427..2dfb48a2cf3d67a30b69d926c11fdaff4b7faec6 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: infstr.scm,v 1.10 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 6b387bf4dc6665ae2b9d152f9e66c3c5d830f0bb..d8dcd98683fc9ede41112910c56dd4c99b49c62e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: infutl.scm,v 1.64 1999/02/16 18:48:47 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 29cefa4535901ba34696eadb58516200f482a999..95e8ee73a12f678e6360d9de4238f912fe8501c8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 14.56 1999/05/11 20:35:10 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 796f3124692ed91e8b428c488da66ecb60d7c07d..b86e558ba9a7d61063214724339d9f36e1cceb3e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 14.66 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 1b200258a9694ab73f5602e6e4dce91bec126c55..f3305a84aceb1cc7877af46042d0c3aefdbcbdd9 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: prgcop.scm,v 1.7 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
index 2de65608e6d46108f3188c45513427214fa531b8..bc859dc9c375e2d93d16322ea2c60ea2568baa25 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runcheck.cbf,v 1.2 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index cfa23535b70782be2e53b96d6c1714d430f4a07a..c2ba20ebb9e65321b5c66c1c768cdb2fda6c852a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.cbf,v 1.5 1999/01/02 06:11:34 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index c3fc438d188eab40528b0ea8ba63df0a63408cb6..ad77e9862467b927fddb213d01dfc54880ebacc1 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.337 1999/10/23 03:01:41 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 64c8f0d294a8b33d92ac9ecd43cc1a0adb2f53ca..1412f08f96045699d1854bc176ef8e9120c3cdba 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: uenvir.scm,v 14.43 1999/10/23 03:08:03 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index b885c2ca3de122e342c2a5a756c6068335da3e23..c5f2ea5a87fa91e0a4c268a01846529c9a5d86ad 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: gconst.scm,v 1.6 1999/01/02 06:19:10 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 0646dc1b99bf51f479d84dbc3b220133de5c169c..cc4b732aebca6167fcc5aab4ca9f881e007f843d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 4.35 1999/01/03 05:20:20 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index ca6428f11fbf2b93ec539fad466e80960010cf93..c2afec91c5c44407412292783de794158715a3c4 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: pardec.scm,v 1.2 1999/01/02 06:19:10 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 2d8656cb995a6beb8c22fcd14176fa89278d36cb..bcdf732e6550a4116a6036b5e1496df25e778fb7 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: sf.pkg,v 1.2 1999/01/02 06:19:10 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index ef6c83f0f48ae1e6ed1b3def02e212731158027a..a1d72a7c96b33b66fcc2de8291776b9206b88bc9 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: subst.scm,v 1.5 1999/01/02 06:19:10 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index 96d8288dd2f05a142c8ad4230de8f9603b9e218b..37486efc607d552cff7d5b0e7f30182712b52120 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: toplev.scm,v 4.15 1999/01/02 06:19:10 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
index bb76a352612ea4a9f1b53a93250dca0689f7e66d..33c7406a8b9e410283b0a6c5ff161cd30a983c16 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: usicon.scm,v 1.2 1999/01/02 06:19:10 cph Exp $
+$Id$
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
index 5b5293c2144e06b54abf3e3eac188dcec16c3015..e0c1b85f86e17b91274096739a9a3e420662931f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: usiexp.scm,v 1.17 1999/01/02 06:19:10 cph Exp $
+$Id$
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology