[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone scheme.txt, 1.3, 1.4

David Gay idgay at users.sourceforge.net
Wed Oct 26 20:49:47 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/standalone
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15897

Modified Files:
	scheme.txt 
Log Message:
.


Index: scheme.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/standalone/scheme.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** scheme.txt	23 Oct 2005 17:21:44 -0000	1.3
--- scheme.txt	27 Oct 2005 03:49:45 -0000	1.4
***************
*** 12,15 ****
--- 12,16 ----
        rationalize, numerator, denominator
        lcm, gcd
+       round
      control flow:
        call-with-current-continuation
***************
*** 21,24 ****
--- 22,26 ----
        number->string, string->number
        symbol->string, string->symbol
+     equal?, member, assoc
  
  changes:
***************
*** 32,35 ****
--- 34,38 ----
    make-vector doesn't have a fill argument
    make-string doesn't have a fill argument
+   ceil, truncate, floor don't work when the result is not a 16-bit int
  
  comments:
***************
*** 48,69 ****
  
  procedures to do:
-   map (extend to vectors and strings)
-   for-each (idem)
-   vector->list
-   list->vector
-   string->list
-   list->string
-   length (both strings & vecs)
-   string
-   symbol?
-   equal?
-   memq/memv/member
-   assq/assv/assoc
-   list-ref, list-tail
-   reverse
-   append
-   c[ad]*r
-   sin, cos, tan, asin, acos, atan, exp, log, sqrt, expt
-   round
    quotient, remainder, modulo
    +, -, *, /
--- 51,54 ----
***************
*** 71,75 ****
    zero?, positive?, negative?, odd?, even?
    =, <, >, <=, >=
-   real?
  
  procedures added:
--- 56,59 ----



More information about the Tinyos-commits mailing list