#| -*-Scheme-*-
-$Id: make.scm,v 4.120 2003/02/14 18:28:01 cph Exp $
+$Id: make.scm,v 4.121 2003/04/25 03:47:06 cph Exp $
Copyright (c) 1991,1992,1993,1994,1997 Massachusetts Institute of Technology
Copyright (c) 1998,1999,2001,2002,2003 Massachusetts Institute of Technology
(load-option 'HASH-TABLE)
(load-option 'RB-TREE)
(load-package-set "compiler")))
- (add-identification! "LIAR" 4 115))
\ No newline at end of file
+ (add-identification! "LIAR" 4 116))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: load.scm,v 1.42 2003/02/14 18:28:14 cph Exp $
+$Id: load.scm,v 1.43 2003/04/25 03:49:30 cph Exp $
-Copyright 1999-2002 Massachusetts Institute of Technology
+Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
;;;; IMAIL mail reader: loader
-(load-option 'HASH-TABLE)
(load-option 'REGULAR-EXPRESSION)
(load-option 'SOS)
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
(fluid-let ((*allow-package-redefinition?* #t))
(load-package-set "imail"))))
-(add-subsystem-identification! "IMAIL" '(1 19))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 20))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: make.scm,v 4.43 2003/02/14 18:28:34 cph Exp $
+$Id: make.scm,v 4.44 2003/04/25 03:46:17 cph Exp $
-Copyright (c) 1988-2002 Massachusetts Institute of Technology
+Copyright 1987,1988,1989,1990,1991,1994 Massachusetts Institute of Technology
+Copyright 1995,1998,1999,2000,2001,2002 Massachusetts Institute of Technology
+Copyright 2003 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(load-package-set "sf")))
((package/reference (find-package '(SCODE-OPTIMIZER))
'USUAL-INTEGRATIONS/CACHE!))))
-(add-subsystem-identification! "SF" '(4 40))
\ No newline at end of file
+(add-subsystem-identification! "SF" '(4 41))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: load.scm,v 1.14 2003/02/14 18:28:35 cph Exp $
+$Id: load.scm,v 1.15 2003/04/25 03:48:28 cph Exp $
-Copyright 1995-1999, 2001, 2002 Massachusetts Institute of Technology
+Copyright 1997,1998,1999,2001,2002,2003 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
|#
-(load-option 'HASH-TABLE)
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
(load-package-set "sos")))
-(add-identification! "SOS" 1 7)
\ No newline at end of file
+(add-identification! "SOS" 1 8)
\ No newline at end of file