#| -*-Scheme-*-
-$Id: 6001.sf,v 1.15 2003/02/14 18:28:00 cph Exp $
+$Id: 6001.sf,v 1.16 2005/01/11 03:13:23 cph Exp $
-Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology
+Copyright 1991,1992,1993,1995,2001,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(sf-conditionally "floppy"))
(load-option 'CREF)
-(cref/generate-constructors "6001")
\ No newline at end of file
+(cref/generate-constructors "6001" 'ALL)
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compiler.sf,v 1.20 2003/02/14 18:28:03 cph Exp $
+$Id: compiler.sf,v 1.21 2005/01/11 03:13:23 cph Exp $
-Copyright (c) 1992-2001 Massachusetts Institute of Technology
+Copyright 1992,1993,1994,1995,1996,2000 Massachusetts Institute of Technology
+Copyright 2001,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
((access syntax-files! (->environment '(COMPILER))))
;; Rebuild the package constructors and cref.
-(cref/generate-constructors "compiler")
\ No newline at end of file
+(cref/generate-constructors "compiler" 'ALL)
\ No newline at end of file
#| -*-Scheme-*-
-$Id: cref.sf,v 1.17 2003/02/14 18:28:10 cph Exp $
+$Id: cref.sf,v 1.18 2005/01/11 03:13:23 cph Exp $
-Copyright (c) 1988-2001 Massachusetts Institute of Technology
+Copyright 1988,1989,1991,1992,1993,1995 Massachusetts Institute of Technology
+Copyright 1996,2001,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(begin
(if (not (name->package '(CROSS-REFERENCE)))
(load "make"))
- (cref/generate-constructors "cref")))
\ No newline at end of file
+ (cref/generate-constructors "cref" 'ALL)))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: edwin.sf,v 1.32 2003/02/14 18:28:12 cph Exp $
+$Id: edwin.sf,v 1.33 2005/01/11 03:13:23 cph Exp $
-Copyright 1991-2001 Massachusetts Institute of Technology
+Copyright 1989,1990,1991,1992,1995,1996 Massachusetts Institute of Technology
+Copyright 1999,2000,2001,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(load "decls")
-(cref/generate-constructors "edwin")
+(cref/generate-constructors "edwin" 'ALL)
(sf-conditionally "edwin.ldr")
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compile.scm,v 1.20 2003/02/14 18:28:14 cph Exp $
+$Id: compile.scm,v 1.21 2005/01/11 03:13:23 cph Exp $
-Copyright 2000,2001,2003 Massachusetts Institute of Technology
+Copyright 2000,2001,2003,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
"imail-util"
"imap-response"
"imap-syntax"))
- (cref/generate-constructors "imail")))
\ No newline at end of file
+ (cref/generate-constructors "imail" 'ALL)))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: runtime.sf,v 14.20 2003/02/14 18:28:33 cph Exp $
+$Id: runtime.sf,v 14.21 2005/01/11 03:13:23 cph Exp $
-Copyright (c) 1988,1989,1990,1991,1992 Massachusetts Institute of Technology
-Copyright (c) 1994,1995,1996,2001,2003 Massachusetts Institute of Technology
+Copyright 1988,1989,1990,1991,1992,1994 Massachusetts Institute of Technology
+Copyright 1995,1996,2001,2003,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
;; that when cross-syntaxing the cref `native' to the running system
;; is loaded.
(load-option 'CREF)
-(cref/generate-constructors "runtime")
\ No newline at end of file
+(cref/generate-constructors "runtime" 'ALL)
\ No newline at end of file
#| -*-Scheme-*-
-$Id: sf.sf,v 4.13 2003/02/14 18:28:35 cph Exp $
+$Id: sf.sf,v 4.14 2005/01/11 03:13:23 cph Exp $
-Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
+Copyright 1988,1989,1995,1996,2001,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(sf-directory "."))
(load-option 'CREF)
-(cref/generate-constructors "sf")
\ No newline at end of file
+(cref/generate-constructors "sf" 'ALL)
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compile.scm,v 1.8 2003/02/14 18:28:35 cph Exp $
+$Id: compile.scm,v 1.9 2005/01/11 03:13:23 cph Exp $
-Copyright 1995-1999, 2001 Massachusetts Institute of Technology
+Copyright 1997,2001,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
|#
(load-option 'CREF)
-
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
(compile-file "class")
(compile-file "method")
(compile-file "printer")
(compile-file "slot")
- (cref/generate-constructors "sos")))
\ No newline at end of file
+ (cref/generate-constructors "sos" 'ALL)))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compile.scm,v 1.6 2004/11/01 19:18:21 cph Exp $
+$Id: compile.scm,v 1.7 2005/01/11 03:13:23 cph Exp $
-Copyright 2003 Massachusetts Institute of Technology
+Copyright 2003,2004,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
"mod-lisp"
"xhtml-expander"
"xmlrpc"))
- (cref/generate-constructors "ssp")))
\ No newline at end of file
+ (cref/generate-constructors "ssp" 'ALL)))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compile.scm,v 1.8 2003/02/14 18:28:35 cph Exp $
+$Id: compile.scm,v 1.9 2005/01/11 03:13:23 cph Exp $
-Copyright 2001, 2002 Massachusetts Institute of Technology
+Copyright 2001,2002,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
'("matcher"
"parser"
"shared"))
- (cref/generate-constructors "parser")))
\ No newline at end of file
+ (cref/generate-constructors "parser" 'ALL)))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: win32.sf,v 1.11 2003/02/14 18:28:35 cph Exp $
+$Id: win32.sf,v 1.12 2005/01/11 03:13:23 cph Exp $
-Copyright (c) 1993-1999, 2001, 2002 Massachusetts Institute of Technology
+Copyright 1993,1995,2001,2002,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(sf-conditionally "dib"))
(sf-directory "."))
-(cref/generate-constructors "win32")
\ No newline at end of file
+(cref/generate-constructors "win32" 'ALL)
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compile.scm,v 1.1 2004/11/01 19:21:05 cph Exp $
+$Id: compile.scm,v 1.2 2005/01/11 03:13:23 cph Exp $
-Copyright 2004 Massachusetts Institute of Technology
+Copyright 2004,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(for-each compile-file
'("db"
"xdoc"))
- (cref/generate-constructors "xdoc")))
\ No newline at end of file
+ (cref/generate-constructors "xdoc" 'ALL)))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: compile.scm,v 1.14 2004/07/24 03:45:29 cph Exp $
+$Id: compile.scm,v 1.15 2005/01/11 03:13:23 cph Exp $
-Copyright 2001,2003,2004 Massachusetts Institute of Technology
+Copyright 2001,2003,2004,2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
"xml-parser"
"xhtml"
"xhtml-entities"))))
- (cref/generate-constructors "xml")))
\ No newline at end of file
+ (cref/generate-constructors "xml" 'ALL)))
\ No newline at end of file