Update of /cvsroot/monetdb/MonetDB4/tests/Availability/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18087/tests/Availability/Tests

Modified Files:
      Tag: MonetDB_4-20
        02_Modules_contrib.stable.out 02_Modules_plain.stable.out 
Log Message:
added missing cotangent and patindex


Index: 02_Modules_plain.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/Availability/Tests/02_Modules_plain.stable.out,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -u -d -r1.3 -r1.3.6.1
--- 02_Modules_plain.stable.out 11 Feb 2007 21:55:22 -0000      1.3
+++ 02_Modules_plain.stable.out 14 Dec 2007 07:48:22 -0000      1.3.6.1
@@ -823,8 +823,8 @@
 
 Module: "mmath"
 
-[ 39 ]
-[ 39 ]
+[ 41 ]
+[ 41 ]
 
#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
 # function             type            signature                       help    
                                                                                
                                                                                
                                                                                
                                                                                
                  # name
 # str          str             str                             str             
                                                                                
                                                                                
                                                                                
                                                                                
          # type
@@ -842,6 +842,8 @@
 [ "cos",         "PROC:      ",  "cos(flt) : flt",               "not 
available"                                                                      
                                                                                
                                                                                
                                                                                
                   ]
 [ "cosh",        "COMMAND:   ",  "cosh(dbl) : dbl",              "The cosh() 
function  returns the hyperbolic cosine of x,\nwhich is defined mathematically 
as (exp(x) + exp(-x)) / 2."                                                     
                                                                                
                                                                                
             ]
 [ "cosh",        "PROC:      ",  "cosh(flt) : flt",              "not 
available"                                                                      
                                                                                
                                                                                
                                                                                
                   ]
+[ "cot",         "COMMAND:   ",  "cot(dbl) : dbl",               "The cot(x) 
function returns the cotangent of x,\nwhere x is given in radians"              
                                                                                
                                                                                
                                                                                
            ]
+[ "cot",         "PROC:      ",  "cot(flt) : flt",               "not 
available"                                                                      
                                                                                
                                                                                
                                                                                
                   ]
 [ "exp",         "COMMAND:   ",  "exp(dbl) : dbl",               "The exp(x) 
function returns the value of e\n(the base of natural logarithms) raised to the 
power of x."                                                                    
                                                                                
                                                                                
            ]
 [ "exp",         "PROC:      ",  "exp(flt) : flt",               "not 
available"                                                                      
                                                                                
                                                                                
                                                                                
                   ]
 [ "fabs",        "COMMAND:   ",  "fabs(dbl) : dbl",              "The fabs(x) 
function returns the absolute value of the\nfloating-point number x."           
                                                                                
                                                                                
                                                                                
           ]
@@ -1014,13 +1016,15 @@
 
 Module: "pcre"
 
-[ 10 ]
-[ 10 ]
+[ 12 ]
+[ 12 ]
 
#----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
-----------------------------------------------------------------------------------------------------------------------------#
 # function             type            signature                               
                        help                                                    
          # name
 # str          str             str                                             
                str                                                             
  # type
-#-----------------------------------------------------------------------------------------------------------------------------------------------------------------#
+#----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
-----------------------------------------------------------------------------------------------------------------------------#
+[ "pat2pcre",    "COMMAND:   ",  "pat2pcre(str) : str",                        
                          "Convert a SQL patindex pattern into a PCRE pattern." 
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                          ]
 [ "pcre_compile", "COMMAND:   ",  "pcre_compile(str) : pcre",                  
                  "compile a pattern"                                           
  ]
+[ "pcre_index",          "COMMAND:   ",  "pcre_index(pcre, str) : int",        
                                  "match a pattern, return matched position (or 
0 when not found)"                                                              
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
  ]
 [ "pcre_match",          "COMMAND:   ",  "pcre_match(pcre, str) : bit",        
                          "match a pattern"                                     
          ]
 [ "pcre_match",          "COMMAND:   ",  "pcre_match(str, str) : bit",         
                                  "POSIX pattern matching against a string"     
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                  ]
 [ "pcre_match",          "COMMAND:   ",  "pcre_match(str, str, str) : bit",    
                                  "POSIX pattern matching against a string, 
with flags (see 'man pcreapi')"                                                 
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
      ]

Index: 02_Modules_contrib.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/Availability/Tests/02_Modules_contrib.stable.out,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -u -d -r1.3 -r1.3.6.1
--- 02_Modules_contrib.stable.out       19 May 2007 07:49:10 -0000      1.3
+++ 02_Modules_contrib.stable.out       14 Dec 2007 07:48:22 -0000      1.3.6.1
@@ -474,8 +474,8 @@
 
 Module: "vector"
 
-[ 140 ]
-[ 140 ]
+[ 141 ]
+[ 141 ]
 
#-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
 # function                     | type          | signature                     
                                | help                                          
                                                  #
 
#-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
@@ -545,6 +545,7 @@
 [ "centroid",                    "COMMAND:   ",  "centroid(ints) : dbl",       
                                  "Computes the centroid of the given vector"   
                                                  ]
 [ "cos",                         "PROC:      ",  "cos(flt) : flt",             
                                  "not available"                               
                                                  ]
 [ "cosh",                        "PROC:      ",  "cosh(flt) : flt",            
                                  "not available"                               
                                                  ]
+[ "cot",                         "PROC:      ",  "cot(flt) : flt",             
                                  "not available"                               
                                                  ]
 [ "dbl_vector32_rancreate",      "COMMAND:   ",  "dbl_vector32_rancreate() : 
dbl_vector32",                      "Creates random vector"                     
                                                    ]
 [ "dbls_rancreate",              "COMMAND:   ",  "dbls_rancreate(int) : dbls", 
                                  "Creates random vector"                       
                                                  ]
 [ "dimension",                   "COMMAND:   ",  "dimension(dbl_vector32) : 
int",                                "Retrieves the dimension of the vector"    
                                                     ]


-------------------------------------------------------------------------
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

Reply via email to