#| -*-Scheme-*-
-$Id: make.scm,v 15.33 2001/12/20 16:13:18 cph Exp $
+$Id: make.scm,v 15.34 2002/02/03 04:34:27 cph Exp $
-Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology
+Copyright (c) 1991-1999, 2001, 2002 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
(if (and (eq? 'UNIX microcode-id/operating-system)
(string-ci=? "HP-UX" microcode-id/operating-system-variant))
(load "floppy" (->environment '(EDWIN))))))))
-(add-identification! "6.001" 15 30)
+(add-identification! "6.001" 15 31)
;;; Customize the runtime system:
(set! repl:allow-restart-notifications? #f)
#| -*-Scheme-*-
-$Id: make.scm,v 4.116 2001/12/16 06:01:31 cph Exp $
+$Id: make.scm,v 4.117 2002/02/03 04:31:03 cph Exp $
-Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
+Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
(load-option 'HASH-TABLE)
(load-option 'RB-TREE)
(load-package-set "compiler")))
- (add-identification! (string-append "Liar (" architecture-name ")") 4 114))
\ No newline at end of file
+ (add-identification! (string-append "Liar (" architecture-name ")") 4 115))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: make.scm,v 1.24 2001/12/17 17:40:58 cph Exp $
+$Id: make.scm,v 1.25 2002/02/03 04:35:57 cph Exp $
-Copyright (c) 1988-2001 Massachusetts Institute of Technology
+Copyright (c) 1988-2002 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
(lambda ()
(load-option 'RB-TREE)
(load-package-set "cref")))))
-(add-identification! "CREF" 2 2)
\ No newline at end of file
+(add-identification! "CREF" 2 3)
\ No newline at end of file
#| -*-Scheme-*-
-$Id: make.scm,v 3.113 2001/12/17 17:40:58 cph Exp $
+$Id: make.scm,v 3.114 2002/02/03 04:31:55 cph Exp $
-Copyright (c) 1989-2001 Massachusetts Institute of Technology
+Copyright (c) 1989-2002 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
(load-package-set "edwin"
`((alternate-package-loader
. ,(load "edwin.bld" system-global-environment))))))))
-(add-identification! "Edwin" 3 111)
\ No newline at end of file
+(add-identification! "Edwin" 3 112)
\ No newline at end of file
;;; -*-Scheme-*-
;;;
-;;; $Id: load.scm,v 1.37 2001/12/03 18:13:08 cph Exp $
+;;; $Id: load.scm,v 1.38 2002/02/03 04:37:21 cph Exp $
;;;
-;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology
+;;; Copyright (c) 1999-2002 Massachusetts Institute of Technology
;;;
;;; This program is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU General Public License as
(lambda ()
(fluid-let ((*allow-package-redefinition?* #t))
(load-package-set "imail"))))
-(add-subsystem-identification! "IMAIL" '(1 17))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 18))
\ No newline at end of file
;;; -*-Scheme-*-
;;;
-;;; $Id: load.scm,v 1.10 2001/12/23 17:21:00 cph Exp $
+;;; $Id: load.scm,v 1.11 2002/02/03 04:40:09 cph Exp $
;;;
-;;; Copyright (c) 1995-1999, 2001 Massachusetts Institute of Technology
+;;; Copyright (c) 1995-1999, 2001, 2002 Massachusetts Institute of Technology
;;;
;;; This program is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU General Public License as
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
(load-package-set "sos")))
-(add-identification! "SOS" 1 6)
\ No newline at end of file
+(add-identification! "SOS" 1 7)
\ No newline at end of file
#| -*-Scheme-*-
-$Id: make.scm,v 1.9 2001/12/23 17:21:00 cph Exp $
+$Id: make.scm,v 1.10 2002/02/03 04:41:22 cph Exp $
-Copyright (c) 1993-1999, 2001 Massachusetts Institute of Technology
+Copyright (c) 1993-1999, 2001, 2002 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
(pathname-as-directory "win32")
(lambda ()
(load-package-set "win32")))))
-(add-identification! "Win32" 1 5)
\ No newline at end of file
+(add-identification! "Win32" 1 6)
\ No newline at end of file
;;; -*-Scheme-*-
;;;
-;;; $Id: load.scm,v 1.4 2001/11/11 06:06:10 cph Exp $
+;;; $Id: load.scm,v 1.5 2002/02/03 04:42:26 cph Exp $
;;;
-;;; Copyright (c) 2001 Massachusetts Institute of Technology
+;;; Copyright (c) 2001, 2002 Massachusetts Institute of Technology
;;;
;;; This program is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU General Public License as
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
(package/system-loader "xml" '() 'QUERY)))
-(add-subsystem-identification! "XML" '(0 1))
\ No newline at end of file
+(add-subsystem-identification! "XML" '(0 2))
\ No newline at end of file