Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29129/compiler/semantics

Modified Files:
      Tag: PF_ROX
        subtyping.c 
Log Message:
propagated changes of Thursday May 22 2008 - Saturday May 24 2008
from the development trunk to the PF_ROX branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/05/22 - sjoerd:
        runtime/pf_support.mx,1.299(Current_DailyBuild-24,Current_DailyBuild-23)
Fixed some type punning problems.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/05/23 - sjoerd: NT/Makefile,1.20(Current_DailyBuild-24)
        
NT/MonetDB4-XQuery/MonetDB4-XQuery64.sln,1.1(Stable_DailyBuild-24,Current_DailyBuild-24)
        
NT/MonetDB4-XQuery/MonetDB4-XQuery64.vdproj,1.1(Stable_DailyBuild-24,Current_DailyBuild-24)
Added 64 bit Windows installer.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/05/23 - sjoerd:
        
NT/MonetDB4-XQuery/MonetDB4-XQuery.vdproj,1.3(Stable_DailyBuild-24,Current_DailyBuild-24)
Use registry to store where the product is installed.
This means you only get to choose the location in MonetDB-Common.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/05/23 - tsheyar:
        compiler/algebra/prop/prop_key.c,1.47(Current_DailyBuild-24)
-- some recently added property inference (for path steps) was to optimistic.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/05/23 - tsheyar:
        compiler/semantics/subtyping.c,1.48(Current_DailyBuild-24)
-- Complete the hierarchy information (integer <-> decimal) for disjoint types.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/05/23 - lsidir: compiler/algebra/physical.c,1.69(Current_DailyBuild-24)
        compiler/algebra/planner.c,1.62(Current_DailyBuild-24)
        compiler/include/physical.h,1.45(Current_DailyBuild-24)
        compiler/mil/milgen.brg,1.157(Current_DailyBuild-24)
        compiler/mil/milprint.c,1.78(Current_DailyBuild-24)
implementation for id/idref...

works only for elements for now, but I wanted to commit before the branching.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U subtyping.c
Index: subtyping.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/subtyping.c,v
retrieving revision 1.45.4.2
retrieving revision 1.45.4.3
diff -u -d -r1.45.4.2 -r1.45.4.3
--- subtyping.c 9 May 2008 15:04:48 -0000       1.45.4.2
+++ subtyping.c 24 May 2008 10:51:38 -0000      1.45.4.3
@@ -1370,8 +1370,8 @@
 ,[ty_atomic ]      ={0,0,_,_,_,_,_,_,_,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0 
}
 ,[ty_untypedAtomic]={0,0,_,_,_,_,_,_,_,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 
}
 ,[ty_numeric]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0 
}
-,[ty_integer]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 
}
-,[ty_decimal]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 
}
+,[ty_integer]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0 
}
+,[ty_decimal]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0 
}
 ,[ty_double ]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 
}
 ,[ty_string ]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 
}
 ,[ty_boolean]      ={0,0,_,_,_,_,_,_,_,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 
}


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to