Update of /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24188/Tests
Modified Files:
Tag: MonetDB_5-2
inspect05.stable.out
Log Message:
approved new sign signatures
Index: inspect05.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests/inspect05.stable.out,v
retrieving revision 1.337.2.2
retrieving revision 1.337.2.3
diff -u -d -r1.337.2.2 -r1.337.2.3
--- inspect05.stable.out 27 Nov 2007 00:01:26 -0000 1.337.2.2
+++ inspect05.stable.out 13 Dec 2007 11:43:26 -0000 1.337.2.3
@@ -2769,8 +2769,8 @@
[ "+", "command", "calc",
"(l:str,r:int):str ",
"CALCstrConcatInt;"
]
[ "+", "command", "calc",
"(l:str,r:str):str ",
"CALCstrConcat;"
]
[ "-", "command", "calc",
"(x:dbl):dbl ",
"CALCunarydblNEG;" ]
-[ "-", "command", "calc",
"(x:flt):flt ",
"CALCunaryfltNEG;" ]
[ "-", "command", "calc",
"(x:lng):lng ",
"CALCunarylngNEG;"
]
+[ "-", "command", "calc",
"(x:flt):flt ",
"CALCunaryfltNEG;" ]
[ "-", "command", "calc",
"(x:wrd):wrd ",
"CALCunarywrdNEG;" ]
[ "-", "command", "calc",
"(x:int):int ",
"CALCunaryintNEG;"
]
[ "-", "command", "calc",
"(x:sht):sht ",
"CALCunaryshtNEG;"
]
@@ -3094,8 +3094,8 @@
[ "and", "command", "calc",
"(left:chr,right:chr):chr ",
"CALCbinaryANDchrchr;"
]
[ "and", "command", "calc",
"(left:bit,right:bit):bit ",
"CALCbinaryANDbit;"
]
[ "abs", "command", "calc",
"(x:dbl):dbl ",
"CALCunarydblABS;" ]
-[ "abs", "command", "calc",
"(x:flt):flt ",
"CALCunaryfltABS;" ]
[ "abs", "command", "calc",
"(x:lng):lng ",
"CALCunarylngABS;"
]
+[ "abs", "command", "calc",
"(x:flt):flt ",
"CALCunaryfltABS;" ]
[ "abs", "command", "calc",
"(x:wrd):wrd ",
"CALCunarywrdABS;" ]
[ "abs", "command", "calc",
"(x:int):int ",
"CALCunaryintABS;"
]
[ "abs", "command", "calc",
"(x:sht):sht ",
"CALCunaryshtABS;"
]
@@ -3235,8 +3235,8 @@
[ "int", "command", "calc",
"(x:bit):int ",
"CALCbit2int;"
]
[ "int", "command", "calc",
"(x:oid):int ",
"CALCoid2int;"
]
[ "inv", "command", "calc",
"(x:dbl):dbl ",
"CALCunarycheckdblINV;" ]
-[ "inv", "command", "calc",
"(x:flt):flt ",
"CALCunarycheckfltINV;" ]
[ "inv", "command", "calc",
"(x:lng):lng ",
"CALCunarychecklngINV;"
]
+[ "inv", "command", "calc",
"(x:flt):flt ",
"CALCunarycheckfltINV;" ]
[ "inv", "command", "calc",
"(x:wrd):wrd ",
"CALCunarycheckwrdINV;" ]
[ "inv", "command", "calc",
"(x:int):int ",
"CALCunarycheckintINV;"
]
[ "inv", "command", "calc",
"(x:sht):sht ",
"CALCunarycheckshtINV;"
]
@@ -3280,8 +3280,8 @@
[ "lng", "command", "calc",
"(x:oid):lng ",
"CALCoid2lng;"
]
[ "length", "command", "calc",
"(x:str):int ",
"CALClengthstr;"
]
[ "length", "command", "calc",
"(x:dbl):int ",
"CALClengthdbl;" ]
-[ "length", "command", "calc",
"(x:flt):int ",
"CALClengthflt;" ]
[ "length", "command", "calc",
"(x:lng):int ",
"CALClengthlng;"
]
+[ "length", "command", "calc",
"(x:flt):int ",
"CALClengthflt;" ]
[ "length", "command", "calc",
"(x:wrd):int ",
"CALClengthwrd;" ]
[ "length", "command", "calc",
"(x:int):int ",
"CALClengthint;"
]
[ "length", "command", "calc",
"(x:sht):int ",
"CALClengthsht;"
]
@@ -3374,6 +3374,14 @@
[ "sht", "command", "calc",
"(x:chr):sht ",
"CALCchr2sht;"
]
[ "sht", "command", "calc",
"(x:bit):sht ",
"CALCbit2sht;"
]
[ "sht", "command", "calc",
"(x:oid):sht ",
"CALCoid2sht;"
]
+[ "sign", "command", "calc",
"(x:dbl):dbl ",
"CALCunarydblSIGN;" ]
+[ "sign", "command", "calc",
"(x:lng):lng ",
"CALCunarylngSIGN;" ]
+[ "sign", "command", "calc",
"(x:flt):flt ",
"CALCunaryfltSIGN;" ]
+[ "sign", "command", "calc",
"(x:wrd):wrd ",
"CALCunarywrdSIGN;" ]
+[ "sign", "command", "calc",
"(x:int):int ",
"CALCunaryintSIGN;" ]
+[ "sign", "command", "calc",
"(x:sht):sht ",
"CALCunaryshtSIGN;" ]
+[ "sign", "command", "calc",
"(x:bte):bte ",
"CALCunarybteSIGN;" ]
+[ "sign", "command", "calc",
"(x:chr):chr ",
"CALCunarychrSIGN;" ]
[ "timestamp", "command", "calc",
"(d:date):timestamp ",
"MTIMEtimestamp_create_from_date;"
]
[ "timestamp", "command", "calc",
"(t:timestamp):timestamp ",
"MTIMEtimestamp2timestamp;"
]
[ "timestamp", "command", "calc",
"(s:str):timestamp ",
"MTIMEtimestamp_fromstr;"
]
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
