Update of /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18233/src/modules/mal/Tests
Modified Files:
Tag: MonetDB_5-2
inspect05.stable.out
Log Message:
added cotangent and fixed implementation of patindex
Index: inspect05.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests/inspect05.stable.out,v
retrieving revision 1.337.2.3
retrieving revision 1.337.2.4
diff -u -d -r1.337.2.3 -r1.337.2.4
--- inspect05.stable.out 13 Dec 2007 11:43:26 -0000 1.337.2.3
+++ inspect05.stable.out 14 Dec 2007 07:51:33 -0000 1.337.2.4
@@ -3666,6 +3666,7 @@
[ "#fromstr", "command", "pcre",
"():void ",
"pcre_fromstr;"
]
[ "#heap", "command", "pcre",
"():void ",
"pcre_heap;"
]
[ "#hash", "command", "pcre",
"():void ",
"pcre_hash;"
]
+[ "index", "command", "pcre",
"(pat:pcre,s:str):int ",
"PCREindex;"
]
[ "like", "command", "pcre",
"(s:bat[:any_1,:str],pat:str,esc:str):bat[:any_1,:void] ",
"PCRElike_uselect_pcre;"
]
[ "like", "command", "pcre",
"(s:str,pat:str):bit ",
"PCRElike2;"
]
[ "like", "command", "pcre",
"(s:str,pat:str,esc:str):bit ",
"PCRElike3;"
]
@@ -3676,7 +3677,7 @@
[ "#nequal", "command", "pcre",
"():void ",
"pcre_nequal;"
]
[ "prelude", "pattern", "pcre",
"():void ",
"pcre_init;"
]
[ "pcre_quote", "command", "pcre",
"(s:str):str ",
"PCREquote;"
]
-[ "patindex", "command", "pcre",
"(s:str,pat:str):int ",
"PCREpatindex;"
]
+[ "patindex", "command", "pcre",
"(pat:str,s:str):int ",
"PCREpatindex;"
]
[ "#put", "command", "pcre",
"():void ",
"pcre_put;"
]
[ "replace", "command", "pcre",
"(orig:bat[:any_1,:str],pat:str,repl:str,flag:str):bat[:any_1,:str] ",
"PCREreplace_bat_wrap;"
]
[ "select", "command", "pcre",
"(pat:str,strs:bat[:any_1,:str]):bat[:any_1,:str] ",
"PCREselect;"
]
@@ -3814,6 +3815,8 @@
[ "ceil", "command", "mmath",
"(y:flt):flt ",
"MATHunary_CEILflt;"
]
[ "cosh", "command", "mmath",
"(x:dbl):dbl ",
"MATHunary_COSHdbl;"
]
[ "cosh", "command", "mmath",
"(x:flt):flt ",
"MATHunary_COSHflt;"
]
+[ "cot", "command", "mmath",
"(x:dbl):dbl ",
"MATHunary_COTdbl;"
]
+[ "cot", "command", "mmath",
"(x:flt):flt ",
"MATHunary_COTflt;"
]
[ "cos", "command", "mmath",
"(x:dbl):dbl ",
"MATHunary_COSdbl;"
]
[ "cos", "command", "mmath",
"(x:flt):flt ",
"MATHunary_COSflt;"
]
[ "exp", "command", "mmath",
"(x:dbl):dbl ",
"MATHunary_EXPdbl;"
]
-------------------------------------------------------------------------
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
