r4737: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 2 May 2003 05:37:16 +0000 (05:37 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 2 May 2003 05:37:16 +0000 (05:37 +0000)
class-support.lisp
debian/changelog
package.lisp

index abf2cc6475901197ecae3a0a3fc1ca5feab798c3..05b29941f5a3d94a6447918787a66f364a6e4b62 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: class-support.lisp,v 1.1 2003/03/29 04:12:32 kevin Exp $
+;;;; $Id: class-support.lisp,v 1.2 2003/05/02 05:37:16 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
 (define-lookup-display display-term #'find-uterm-lui)
 (define-lookup-display display-str #'find-ustr-sui)
 
+(defun ucon-has-tui (ucon tui)
+  "Returns T if UCON has a semantic type of TUI."
+  (some #'(lambda (usty) (= tui (tui usty))) (s#sty ucon)))
+
 #+(or scl cmu)
 (dolist (c '(urank udef usat uso ucxt ustr ulo uterm usty urel ucoc uatx ucon uxw uxnw uxns lexterm labr lagr lcmp lmod lnom lprn lprp lspl ltrm ltyp lwd sdef sstr sstre1 sstre2 usrl))
     #+cmu
index b64d1d3c8afa094e9e40b0b5e1580d5efcf1211d..4a7015fc6c31f16c6a4251dfb556cdca641014ca 100644 (file)
@@ -1,3 +1,9 @@
+cl-umlisp (2.6.7-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  1 May 2003 23:37:02 -0600
+
 cl-umlisp (2.6.6-1) unstable; urgency=low
 
   * Modify order of subobjects in some classes
index 2d4d6affa70efee431296e91ea06663b845ead7a..d006cae2d32fec72e364ee3bc563adc427782dec 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.15 2002/12/13 07:34:20 kevin Exp $
+;;;; $Id: package.lisp,v 1.16 2003/05/02 05:37:16 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
    
    ;; From classes.lisp
    #:umlsclass
-   #:ucon
-   #:uterm
-   #:ustr
-   #:usrl
-   #:sty
-   #:tui
+   #:ucon #:uterm #:ustr #:usrl #:uso #:ucxt #:urank #:udef #:usat #:usab #:ulo #:urel
+   #:ucoc #:usty #:uatx #:uxw #:uxnw  #:uxns
+   #:lexterm #:labr #:lagr #:lcmp #:lmod #:lnom #:lprn #:lprp #:lspl #:ltrm #:ltyp #:lwd
+   #:sdef #:sstr #:sstre1 #:sstre2
+   #:sty #:tui #:def #:sab #:srl #:tty #:rank #:supres #:atn #:atv #:vcui #:rcui #:vsab
+   #:rl #:sty2 #:ui #:ui2 #:ui3 #:eui #:bas #:eui2 #:bas2
+   #:cui #:lui #:sui #:wd #:lat #:nstr :cuilist
+   #:rsab
+   #:lat
+   #:s#def #:s#sty #:s#term #:s#str #:s#atx #:s#lo #:s#sat #:s#rel #:s#coc #:s#so #:s#cxt
+   
+   ;; From class-support.lisp
+   #:ucon-has-tui
+   #:english-term-p
+   #:fmt-cui #:fmt-tui #:fmt-sui #:fmt-eui #:fmt-tui
+   #:display-con #:display-term #:display-str
    
    ;; From sql.lisp
    #:umls-sql-user!
@@ -62,6 +72,7 @@
    #:find-ucoc-cui
    #:find-ucoc-cui2
    #:find-ucon-coc-cui2
+   #:find-usty-sty
    #:find-ulo-cui
    #:suistr
    #:find-uatx-cui