r5219: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 29 Jun 2003 16:22:11 +0000 (16:22 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 29 Jun 2003 16:22:11 +0000 (16:22 +0000)
classes.lisp
package.lisp

index 9b03ffb53f324ff81742373d00555e8d0eede02d..9b5a71f97d1dce7651559cccbd6ce1f5977676e5 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: classes.lisp,v 1.41 2003/06/16 03:23:50 kevin Exp $
+;;;; $Id: classes.lisp,v 1.42 2003/06/29 16:21:09 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D.
@@ -62,7 +62,8 @@
   ((vcui :value-type fixnum :initarg :vcui :reader vcui :print-formatter fmt-cui)
    (rcui :value-type fixnum :initarg :rcui :reader rcui :print-formatter fmt-cui)
    (vsab :value-type string :initarg :vsab :reader vsab)
-   (rsab :value-type string :initarg :rsab :reader rsab :hyperlink find-ustr-sab)
+   (rsab :value-type string :initarg :rsab :reader rsab :hyperlink find-ustr-sab
+        :hyperlink-parameters (("subobjects" . "no")))
    (son :value-type string :initarg :son :reader son)
    (sf :value-type string :initarg :sf :reader sf)
    (sver :value-type string :initarg :sver :reader sver)
index 9e0972f3bbcc9586e7a609dd5a998dad751b839b..3cf39b166061b2cdca15ded8b3439228e5b94ded 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.24 2003/06/24 08:49:09 kevin Exp $
+;;;; $Id: package.lisp,v 1.25 2003/06/29 16:21:09 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D.
@@ -55,6 +55,7 @@
    #:with-sql-connection
    #:mutex-sql-execute
    #:mutex-sql-query
+   #:with-mutex-sql
    #:sql-query
    #:sql-execute