[PD-cvs] abstractions/pureunity/generics/locale english.tcl, 1.1, 1.2

Mathieu Bouchard matju at users.sourceforge.net
Wed Jan 4 03:47:45 CET 2006


Update of /cvsroot/pure-data/abstractions/pureunity/generics/locale
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20279

Modified Files:
	english.tcl 
Log Message:
.


Index: english.tcl
===================================================================
RCS file: /cvsroot/pure-data/abstractions/pureunity/generics/locale/english.tcl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** english.tcl	4 Jan 2006 01:47:34 -0000	1.1
--- english.tcl	4 Jan 2006 02:47:42 -0000	1.2
***************
*** 19,44 ****
    }
  
!   pu_say  antireflexive {t  } ""
!   pu_say  antisymmetric {t  } ""
!   pu_say    associative {t  } ""
!   pu_say    commutative {t  } ""
!   pu_say   distributive {t  } ""
!   pu_say    equivalence {t  } ""
!   pu_say     invertible {t  } ""
!   pu_say partialorder   {t  } ""
!   pu_say partialordereq {t  } ""
!   pu_say      reflexive {t  } ""
!   pu_say   totalorder   {t  } ""
!   pu_say   totalordereq {t  } ""
!   pu_say     transitive {t  } ""
!   pu_say     trichotomy {t  } ""
!   pu_say      operator1 {t  } ""
!   pu_say      operator2 {t  } ""
  
    say_category cancellators
!   say  associator ""
    say  commutator "ab-ba"
!   say distributor ""
!   say    invertor ""
  
    say_category misc
--- 19,49 ----
    }
  
!   pu_say   antireflexive {t  } ""
!   pu_say       reflexive {t  } ""
! 
!   pu_say     commutative {t  } ""
!   pu_say anticommutative {t  } ""
!   pu_say   antisymmetric {t  } ""
! 
!   pu_say     associative {t  } ""
!   pu_say    distributive {t  } ""
!   pu_say      invertible {t  } ""
! 
!   pu_say  partialorder   {t  } "partial order (open)"
!   pu_say  partialordereq {t  } "partial order (closed)"
!   pu_say    totalorder   {t  } "total order (open)"
!   pu_say    totalordereq {t  } "total order (closed)"
!   pu_say     equivalence {t  } "equivalence relation"
! 
!   pu_say      transitive {t  } "transitive: "
!   pu_say      trichotomy {t  } "trichotomy: either equal or less or greater"
!   pu_say       operator1 {t  } "1-input operator"
!   pu_say       operator2 {t  } "2-input operator"
  
    say_category cancellators
!   say  associator "(ab)c-a(bc)"
    say  commutator "ab-ba"
!   say distributor "a&(b^c)-(ab^ac)"
!   say    invertor "ab/b-a"
  
    say_category misc





More information about the Pd-cvs mailing list