CVS: sml-dist primop-list,1.1.2.6,1.1.2.7

George Kuan <[email protected]> Tue, 27 Jun 2006 17:14:45 -0700
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23619

Modified Files:
      Tag: primop-branch-2
	primop-list 
Log Message:
updated primop-list up to line 461

Index: primop-list
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/Attic/primop-list,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** primop-list	28 Jun 2006 00:03:27 -0000	1.1.2.6
--- primop-list	28 Jun 2006 00:14:42 -0000	1.1.2.7
***************
*** 378,427 ****
--- 378,461 ----
        *   (i.e., same primop, different type). *)
  111  i31add, 	 int31 P.+,      	int * int -> int
+ 	InlineT.Int31.op + : 		int * int -> int
+ 
  112  i31add_8, 	 int31 P.+,      	word8 * word8 -> word8
  
  113  i31sub,	 int31 P.-,      	int * int -> int
+ 	InlineT.Int31.op - : 		int * int -> int
+ 
  114  i31sub_8,	 int31 P.-,      	word8 * word8 -> word8
  
  115  i31mul,	 int31 P.*,      	int * int -> int
+ 	InlineT.Int31.op * : 		int * int -> int
+ 
  116  i31mul_8,	 int31 P.*,      	word8 * word8 -> word8
  
  117  i31div,	 int31 P.DIV,      	int * int -> int
+ 	InlineT.Int31.op div : 		int * int -> int
+ 
  118  i31div_8,	 int31 P.DIV,      	word8 * word8 -> word8
  
  119  i31mod,     int31 P.MOD,      	int * int -> int
+ 	InlineT.Int31.op mod : 		int * int -> int
+ 
  120  i31mod_8,   int31 P.MOD,           word8 * word8 -> word8
  
  121  i31quot,	 int31 P./,      	int * int -> int
+ 	InlineT.Int31.op quot : 	int * int -> int
  
  122  i31rem,	 int31 P.REM,      	int * int -> int
+ 	InlineT.Int31.op rem :		int * int -> int
  
  123  i31orb,	 bits31 P.ORB,      	int * int -> int
+ 	InlineT.Int31.orb : 		int * int -> int
+ 
  124  i31orb_8,	 bits31 P.ORB,      	word8 * word8 -> word8
  
  125  i31andb,	 bits31 P.ANDB,      	int * int -> int
+ 	InlineT.Int31.andb :		int * int -> int
+ 
  126  i31andb_8,	 bits31 P.ANDB,      	word8 * word8 -> word8
  
  127  i31xorb,	 bits31 P.XORB,      	int * int -> int
+ 	InlineT.Int31.xorb :		int * int -> int
+ 
  128  i31xorb_8,	 bits31 P.XORB,      	word8 * word8 -> word8
  
  129  i31notb,	 bits31 P.NOTB,      	int -> int
+ 	InlineT.Int31.notb :		int -> int
+ 
  130  i31notb_8,	 bits31 P.NOTB,      	word8 -> word8
  
  131  i31neg,	 int31 P.~,      	int -> int
+ 	InlineT.Int31.~ :		int -> int
+ 
  132  i31neg_8,	 int31 P.~,      	word8 -> word8
  
  133  i31lshift,	 bits31 P.LSHIFT,      	int * int -> int
+ 	InlineT.Int31.lshift :		int * int -> int
+ 
  134  i31lshift_8,bits31 P.LSHIFT,      	word8word ->word8
  
  135  i31rshift,	 bits31 P.RSHIFT,      	int * int -> int
+ 	InlineT.Int31.rshift :		int * int -> int
+  
  136  i31rshift_8,bits31 P.RSHIFT,      	word8word ->word8
  
  137  i31lt,	 int31cmp P.<,		int * int -> bool
+ 	InlineT.Int31.op < :		int * int -> bool
+ 
  138  i31lt_8,	 int31cmp P.<,		word8 * word8-> bool
+ 
  139  i31lt_c,	 int31cmp P.<,		char * char -> bool
+ 	InlineT.Char.(op <=) :		(char * char) -> bool
  
  140  i31le,	 int31cmp P.<=,		int * int -> bool
+ 	InlineT.Int31.op <= :		int * int -> bool
+ 
  141  i31le_8,	 int31cmp P.<=,		word8 * word8-> bool
+ 
  142  i31le_c,	 int31cmp P.<=,		char * char -> bool
+ 	InlineT.Char.(op <=) :		(char * char) -> bool
  
  143  i31gt,	 int31cmp P.>,		int * int -> bool


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642