#| -*-Scheme-*-
-$Id: 6001.sf,v 1.8 1993/11/09 21:23:57 adams Exp $
+$Id: 6001.sf,v 1.9 1995/01/06 18:37:50 cph Exp $
-Copyright (c) 1991-92 Massachusetts Institute of Technology
+Copyright (c) 1991-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
#| -*-Scheme-*-
-$Id: compiler.sf,v 1.4 1994/02/02 01:22:56 gjr Exp $
+$Id: compiler.sf,v 1.5 1995/01/06 18:37:44 cph Exp $
-Copyright (c) 1992-1994 Massachusetts Institute of Technology
+Copyright (c) 1992-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
;;;; Script to incrementally syntax the compiler
\f
-;; Guarantee that the package modeller is loaded.
-(if (not (name->package '(CROSS-REFERENCE)))
- (with-working-directory-pathname "../cref" (lambda () (load "make"))))
+(load-option 'CREF)
;; Guarantee that the compiler's package structure exists.
(if (not (name->package '(COMPILER)))
(begin
;; If there is no existing package constructor, generate one.
- (if (not (file-exists? "compiler.bcon"))
+ (if (not (file-exists? "compiler.bco"))
(begin
((access cref/generate-trivial-constructor
(->environment '(CROSS-REFERENCE)))
"compiler")
- (sf "compiler.con" "compiler.bcon")))
- (load "compiler.bcon")))
+ (sf "compiler.con")))
+ (load "compiler.bco")))
;; Guarantee that the necessary syntactic transforms and optimizers
;; are loaded.
;; Rebuild the package constructors and cref.
(cref/generate-constructors "compiler")
-(sf "compiler.con" "compiler.bcon")
-(sf "compiler.ldr" "compiler.bldr")
\ No newline at end of file
+(sf "compiler.con")
+(sf "compiler.ldr")
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.sf,v 1.4 1994/02/02 01:21:58 gjr Exp $
+$Id: compiler.sf,v 1.5 1995/01/06 18:37:38 cph Exp $
-Copyright (c) 1992-1994 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-95 Digital Equipment Corporation (D.E.C.)
This software was developed at the Digital Equipment Corporation
Cambridge Research Laboratory. Permission to copy this software, to
;;;; Script to incrementally syntax the compiler
\f
-;; Guarantee that the package modeller is loaded.
-(if (not (name->package '(CROSS-REFERENCE)))
- (with-working-directory-pathname "../cref" (lambda () (load "make"))))
+(load-option 'CREF)
;; Guarantee that the compiler's package structure exists.
(if (not (name->package '(COMPILER)))
(begin
;; If there is no existing package constructor, generate one.
- (if (not (file-exists? "compiler.bcon"))
+ (if (not (file-exists? "compiler.bco"))
(begin
((access cref/generate-trivial-constructor
(->environment '(CROSS-REFERENCE)))
"compiler")
- (sf "compiler.con" "compiler.bcon")))
- (load "compiler.bcon")))
+ (sf "compiler.con")))
+ (load "compiler.bco")))
;; Guarantee that the necessary syntactic transforms and optimizers
;; are loaded.
;; Rebuild the package constructors and cref.
(cref/generate-constructors "compiler")
-(sf "compiler.con" "compiler.bcon")
-(sf "compiler.ldr" "compiler.bldr")
\ No newline at end of file
+(sf "compiler.con")
+(sf "compiler.ldr")
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.sf,v 1.16 1994/02/02 01:21:22 gjr Exp $
+$Id: compiler.sf,v 1.17 1995/01/06 18:38:42 cph Exp $
-Copyright (c) 1988-1994 Massachusetts Institute of Technology
+Copyright (c) 1988-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
;;;; Script to incrementally syntax the compiler
\f
-;; Guarantee that the package modeller is loaded.
-(if (not (name->package '(CROSS-REFERENCE)))
- (with-working-directory-pathname "../cref" (lambda () (load "make"))))
+(load-option 'CREF)
;; Guarantee that the compiler's package structure exists.
(if (not (name->package '(COMPILER)))
(begin
;; If there is no existing package constructor, generate one.
- (if (not (file-exists? "compiler.bcon"))
+ (if (not (file-exists? "compiler.bco"))
(begin
((access cref/generate-trivial-constructor
(->environment '(CROSS-REFERENCE)))
"compiler")
- (sf "compiler.con" "compiler.bcon")))
- (load "compiler.bcon")))
+ (sf "compiler.con")))
+ (load "compiler.bco")))
;; Guarantee that the necessary syntactic transforms and optimizers
;; are loaded.
;; Rebuild the package constructors and cref.
(cref/generate-constructors "compiler")
-(sf "compiler.con" "compiler.bcon")
-(sf "compiler.ldr" "compiler.bldr")
\ No newline at end of file
+(sf "compiler.con")
+(sf "compiler.ldr")
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.sf,v 1.6 1994/02/02 01:22:27 gjr Exp $
+$Id: compiler.sf,v 1.7 1995/01/06 18:38:37 cph Exp $
-Copyright (c) 1992-1994 Massachusetts Institute of Technology
+Copyright (c) 1992-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
;;;; Script to incrementally syntax the compiler
\f
-;; Guarantee that the package modeller is loaded.
-(if (not (name->package '(CROSS-REFERENCE)))
- (with-working-directory-pathname "../cref" (lambda () (load "make"))))
+(load-option 'CREF)
;; Guarantee that the compiler's package structure exists.
(if (not (name->package '(COMPILER)))
(begin
;; If there is no existing package constructor, generate one.
- (if (not (file-exists? "compiler.bcon"))
+ (if (not (file-exists? "compiler.bco"))
(begin
((access cref/generate-trivial-constructor
(->environment '(CROSS-REFERENCE)))
"compiler")
- (sf "compiler.con" "compiler.bcon")))
- (load "compiler.bcon")))
+ (sf "compiler.con")))
+ (load "compiler.bco")))
;; Guarantee that the necessary syntactic transforms and optimizers
;; are loaded.
;; Rebuild the package constructors and cref.
(cref/generate-constructors "compiler")
-(sf "compiler.con" "compiler.bcon")
-(sf "compiler.ldr" "compiler.bldr")
\ No newline at end of file
+(sf "compiler.con")
+(sf "compiler.ldr")
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.sf-big,v 1.6 1994/02/02 01:23:35 gjr Exp $
+$Id: compiler.sf-big,v 1.7 1995/01/06 18:38:32 cph Exp $
-Copyright (c) 1988-1994 Massachusetts Institute of Technology
+Copyright (c) 1988-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
;;;; Script to incrementally syntax the compiler
\f
-;; Guarantee that the package modeller is loaded.
-(if (not (name->package '(CROSS-REFERENCE)))
- (with-working-directory-pathname "../cref" (lambda () (load "make"))))
+(load-option 'CREF)
;; Guarantee that the compiler's package structure exists.
(if (not (name->package '(COMPILER)))
(begin
;; If there is no existing package constructor, generate one.
- (if (not (file-exists? "compiler.bcon"))
+ (if (not (file-exists? "compiler.bco"))
(begin
((access cref/generate-trivial-constructor
(->environment '(CROSS-REFERENCE)))
"compiler")
- (sf "compiler.con" "compiler.bcon")))
- (load "compiler.bcon")))
+ (sf "compiler.con")))
+ (load "compiler.bco")))
;; Guarantee that the necessary syntactic transforms and optimizers
;; are loaded.
;; Rebuild the package constructors and cref.
(cref/generate-constructors "compiler")
-(sf "compiler.con" "compiler.bcon")
-(sf "compiler.ldr" "compiler.bldr")
\ No newline at end of file
+(sf "compiler.con")
+(sf "compiler.ldr")
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.sf-little,v 1.6 1994/02/02 01:23:49 gjr Exp $
+$Id: compiler.sf-little,v 1.7 1995/01/06 18:38:26 cph Exp $
-Copyright (c) 1988-1994 Massachusetts Institute of Technology
+Copyright (c) 1988-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
;;;; Script to incrementally syntax the compiler
\f
-;; Guarantee that the package modeller is loaded.
-(if (not (name->package '(CROSS-REFERENCE)))
- (with-working-directory-pathname "../cref" (lambda () (load "make"))))
+(load-option 'CREF)
;; Guarantee that the compiler's package structure exists.
(if (not (name->package '(COMPILER)))
(begin
;; If there is no existing package constructor, generate one.
- (if (not (file-exists? "compiler.bcon"))
+ (if (not (file-exists? "compiler.bco"))
(begin
((access cref/generate-trivial-constructor
(->environment '(CROSS-REFERENCE)))
"compiler")
- (sf "compiler.con" "compiler.bcon")))
- (load "compiler.bcon")))
+ (sf "compiler.con")))
+ (load "compiler.bco")))
;; Guarantee that the necessary syntactic transforms and optimizers
;; are loaded.
;; Rebuild the package constructors and cref.
(cref/generate-constructors "compiler")
-(sf "compiler.con" "compiler.bcon")
-(sf "compiler.ldr" "compiler.bldr")
\ No newline at end of file
+(sf "compiler.con")
+(sf "compiler.ldr")
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.sf,v 1.16 1994/02/02 01:20:50 gjr Exp $
+$Id: compiler.sf,v 1.17 1995/01/06 18:38:20 cph Exp $
-Copyright (c) 1988-1994 Massachusetts Institute of Technology
+Copyright (c) 1988-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
;;;; Script to incrementally syntax the compiler
\f
-;; Guarantee that the package modeller is loaded.
-(if (not (name->package '(CROSS-REFERENCE)))
- (with-working-directory-pathname "../cref" (lambda () (load "make"))))
+(load-option 'CREF)
;; Guarantee that the compiler's package structure exists.
(if (not (name->package '(COMPILER)))
(begin
;; If there is no existing package constructor, generate one.
- (if (not (file-exists? "compiler.bcon"))
+ (if (not (file-exists? "compiler.bco"))
(begin
((access cref/generate-trivial-constructor
(->environment '(CROSS-REFERENCE)))
"compiler")
- (sf "compiler.con" "compiler.bcon")))
- (load "compiler.bcon")))
+ (sf "compiler.con")))
+ (load "compiler.bco")))
;; Guarantee that the necessary syntactic transforms and optimizers
;; are loaded.
;; Rebuild the package constructors and cref.
(cref/generate-constructors "compiler")
-(sf "compiler.con" "compiler.bcon")
-(sf "compiler.ldr" "compiler.bldr")
\ No newline at end of file
+(sf "compiler.con")
+(sf "compiler.ldr")
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.sf,v 1.7 1994/02/02 01:21:41 gjr Exp $
+$Id: compiler.sf,v 1.8 1995/01/06 18:38:14 cph Exp $
-Copyright (c) 1988-1994 Massachusetts Institute of Technology
+Copyright (c) 1988-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
;;;; Script to incrementally syntax the compiler
\f
-;; Guarantee that the package modeller is loaded.
-(if (not (name->package '(CROSS-REFERENCE)))
- (with-working-directory-pathname "../cref" (lambda () (load "make"))))
+(load-option 'CREF)
;; Guarantee that the compiler's package structure exists.
(if (not (name->package '(COMPILER)))
(begin
;; If there is no existing package constructor, generate one.
- (if (not (file-exists? "compiler.bcon"))
+ (if (not (file-exists? "compiler.bco"))
(begin
((access cref/generate-trivial-constructor
(->environment '(CROSS-REFERENCE)))
"compiler")
- (sf "compiler.con" "compiler.bcon")))
- (load "compiler.bcon")))
+ (sf "compiler.con")))
+ (load "compiler.bco")))
;; Guarantee that the necessary syntactic transforms and optimizers
;; are loaded.
;; Rebuild the package constructors and cref.
(cref/generate-constructors "compiler")
-(sf "compiler.con" "compiler.bcon")
-(sf "compiler.ldr" "compiler.bldr")
\ No newline at end of file
+(sf "compiler.con")
+(sf "compiler.ldr")
\ No newline at end of file
#| -*-Scheme-*-
-$Id: cref.sf,v 1.6 1993/10/11 23:31:40 cph Exp $
+$Id: cref.sf,v 1.7 1995/01/06 18:38:47 cph Exp $
-Copyright (c) 1988-93 Massachusetts Institute of Technology
+Copyright (c) 1988-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(sf-conditionally "object")
(sf-directory ".")
-(if (not (file-exists? "cref.bcon"))
- (sf "triv.con" "cref.bcon"))
-(if (not (file-exists? "cref.bldr"))
- (sf "triv.ldr" "cref.bldr"))
+(if (not (file-exists? "cref.bco"))
+ (sf "triv.con" "cref.bco"))
+(if (not (file-exists? "cref.bld"))
+ (sf "triv.ldr" "cref.bld"))
-(if (file-exists? "../runtime/runtim.glob")
+(if (file-exists? "../runtime/runtim.glo")
(begin
(if (not (name->package '(CROSS-REFERENCE)))
(load "make"))
(cref/generate-constructors "cref")
- (sf "cref.con" "cref.bcon")
- (sf "cref.ldr" "cref.bldr")))
\ No newline at end of file
+ (sf "cref.con")
+ (sf "cref.ldr")))
\ No newline at end of file
;;; -*-Scheme-*-
;;;
-;;; $Id: edwin.sf,v 1.11 1992/09/23 22:44:24 jinx Exp $
+;;; $Id: edwin.sf,v 1.12 1995/01/06 18:38:08 cph Exp $
;;;
-;;; Copyright (c) 1991-1992 Massachusetts Institute of Technology
+;;; Copyright (c) 1991-95 Massachusetts Institute of Technology
;;;
;;; This material was developed by the Scheme project at the
;;; Massachusetts Institute of Technology, Department of
;;; of that license should have been included along with this file.
;;;
-(if (not (name->package '(CROSS-REFERENCE)))
- (with-working-directory-pathname "../cref" (lambda () (load "make"))))
+(load-option 'CREF)
(if (not (name->package '(EDWIN)))
(begin
- (if (not (file-exists? "edwin.bcon"))
+ (if (not (file-exists? "edwin.bco"))
(begin
((access cref/generate-trivial-constructor
(->environment '(CROSS-REFERENCE)))
"edwin")
- (sf "edwin.con" "edwin.bcon")))
- (load "edwin.bcon")))
+ (sf "edwin.con")))
+ (load "edwin.bco")))
(if (lexical-unreferenceable? (->environment '(EDWIN CLASS-CONSTRUCTOR))
'CLASS-DESCRIPTORS)
(write-globals pathname pmodel)
(write-constructor pathname pmodel)))
"edwin"))
-(sf "edwin.con" "edwin.bcon")
-(if (not (file-processed? "edwin" "ldr" "bldr"))
- (sf "edwin.ldr" "edwin.bldr"))
+(sf "edwin.con")
+(if (not (file-processed? "edwin" "ldr" "bld"))
+ (sf "edwin.ldr"))
(if (and (file-exists? "edwin.avd")
(not (file-processed? "edwin" "avd" "bad")))
(fasdump (read-file "edwin.avd") "edwin.bad"))
\ No newline at end of file
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/Attic/rcs.sf,v 1.5 1991/10/10 01:29:21 cph Exp $
+$Id: rcs.sf,v 1.6 1995/01/06 18:37:56 cph Exp $
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(with-working-directory-pathname "../cref" (lambda () (load "make"))))
(cref/generate-constructors "rcs")
-(sf "rcs.con" "rcs.bcon")
-(sf "rcs.ldr" "rcs.bldr")
\ No newline at end of file
+(sf "rcs.con")
+(sf "rcs.ldr")
\ No newline at end of file
#| -*-Scheme-*-
-$Id: packag.scm,v 14.19 1994/03/13 05:09:42 jawilson Exp $
+$Id: packag.scm,v 14.20 1995/01/06 18:37:30 cph Exp $
-Copyright (c) 1988-1994 Massachusetts Institute of Technology
+Copyright (c) 1988-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(assoc "scm" load/default-types))
load/default-types)))
(let ((syntax-table (nearest-repl/syntax-table)))
- (load (pathname-new-type pathname "bcon")
+ (load (pathname-new-type pathname "bco")
system-global-environment
syntax-table false)
- ((load (pathname-new-type pathname "bldr")
+ ((load (pathname-new-type pathname "bld")
system-global-environment
syntax-table false)
(lambda (component environment)
#| -*-Scheme-*-
-$Id: runtime.sf,v 14.10 1994/12/06 17:39:15 adams Exp $
+$Id: runtime.sf,v 14.11 1995/01/06 18:37:20 cph Exp $
-Copyright (c) 1988-1994 Massachusetts Institute of Technology
+Copyright (c) 1988-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
;; that when cross-syntaxing the cref `native' to the running system
;; is loaded.
(load-option 'CREF)
-;;Was:
-;;(if (not (name->package '(CROSS-REFERENCE)))
-;; (with-working-directory-pathname "../cref" (lambda () (load "make"))))
-
(cref/generate-constructors "runtime")
-(sf "runtime.con" "runtime.bcon")
-(sf "runtime.ldr" "runtime.bldr")
+(sf "runtime.con")
+(sf "runtime.ldr")
(if (file-exists? "runtime.avd")
(fasdump (read-file "runtime.avd") "runtime.bad"))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: win32.sf,v 1.2 1993/11/10 21:32:21 adams Exp $
+$Id: win32.sf,v 1.3 1995/01/06 18:38:01 cph Exp $
-Copyright (c) 1993 Massachusetts Institute of Technology
+Copyright (c) 1993-95 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(sf-conditionally "win_ffi")
(sf-directory "."))
-;; Guarantee that the package modeller is loaded.
-(if (not (name->package '(CROSS-REFERENCE)))
- (with-working-directory-pathname "../cref" (lambda () (load "make"))))
-
+(load-option 'CREF)
(cref/generate-constructors "win32")
-(sf "win32.con" "win32.bcon")
-(sf "win32.ldr" "win32.bldr")
\ No newline at end of file
+(sf "win32.con")
+(sf "win32.ldr")
\ No newline at end of file