Changeset: 4f39a06e12e3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4f39a06e12e3
Modified Files:
        clients/Tests/MAL-signatures.stable.out
        clients/Tests/MAL-signatures_gsl.stable.out
        clients/Tests/MAL-signatures_nocfitsio.stable.out
        clients/Tests/MAL-signatures_sphinxclient.stable.out
        clients/Tests/exports.stable.out
Branch: default
Log Message:

merge with default


diffs (truncated from 375 to 300 lines):

diff --git a/clients/Tests/MAL-signatures.stable.out 
b/clients/Tests/MAL-signatures.stable.out
--- a/clients/Tests/MAL-signatures.stable.out
+++ b/clients/Tests/MAL-signatures.stable.out
@@ -31776,8 +31776,8 @@ command bat.getRole(bid:bat[:oid,:any_2]
 address BKCgetRole;
 comment Returns the rolename of the head column of a BAT.
 
-command bat.getTailType(b:bat[:oid,:any_2]):str 
-address BKCgetTailType;
+command bat.getColumnType(b:bat[:oid,:any_2]):str 
+address BKCgetColumnType;
 comment Returns the type of the tail column of a BAT, as an integer type 
number.
 
 command bat.getHeadType(b:bat[:any_1,:any_2]):str 
@@ -39300,7 +39300,7 @@ comment Print a MAL value without bracke
 
 pattern io.print(val:bat[:oid,:any_2]):void 
 address IOprint_val;
-comment Print a MAL value tuple .
+comment Print a MAL value column .
 
 pattern io.print(val:any_1):void 
 address IOprint_val;
@@ -39338,6 +39338,10 @@ pattern io.table(b1:bat[:oid,:any],b2:ba
 address IOttable;
 comment Print an n-ary table. Like print, but does not print oid column
 
+pattern io.table(b1:bat[:oid,:any]):void 
+address IOttable;
+comment Print an n-ary table. Like print, but does not print oid column
+
 command iterator.next(step:dbl,last:dbl):dbl 
 address ITRnext_dbl;
 comment Advances the iterator with a fixed value
@@ -39905,29 +39909,13 @@ pattern manual.completion(pat:str):void
 address MANUALcompletion;
 comment Produces the wordcompletion table.
 
-pattern manual.createXML():void 
-address MANUALcreate0;
-comment Produces a XML-formatted manual over all modules loaded.
-
-pattern manual.createXML(mod:str):void 
-address MANUALcreate1;
-comment Generate a synopsis of a module
-
 pattern manual.help(text:str):void 
 address MANUALhelp;
 comment Produces a list of all <module>.<function> that match  the text 
pattern. The wildcard '*' can be used for <module>and <function>. Using the '(' 
asks for signature information andusing ')' asks for the complete help record.
 
-pattern manual.index():void 
-address MANUALcreateIndex;
-comment Produces an overview of all names grouped by module.
-
 pattern manual.summary():void 
 address MANUALcreateSummary;
-comment Produces a manual with help lines grouped by module.
-
-pattern manual.section(mod:str):void 
-address MANUALcreateSection;
-comment Generate a synopsis of a module for the reference manual
+comment Produces a manual summary with help lines grouped by module.
 
 pattern manual.search(text:str):void 
 address MANUALsearch;
@@ -41533,7 +41521,7 @@ pattern remote.batbincopy(b:BAT):void
 address RMTbincopyto;
 comment dump BAT b in binary form to the stream
 
-pattern remote.batload(ht:oid,tt:any_2,size:int):bat[:oid,:any_2] 
+pattern remote.batload(tt:any_1,size:int):bat[:oid,:any_1] 
 address RMTbatload;
 comment create a BAT of the given type and size, and load values from the 
input stream
 
diff --git a/clients/Tests/MAL-signatures_gsl.stable.out 
b/clients/Tests/MAL-signatures_gsl.stable.out
--- a/clients/Tests/MAL-signatures_gsl.stable.out
+++ b/clients/Tests/MAL-signatures_gsl.stable.out
@@ -31788,8 +31788,8 @@ command bat.getRole(bid:bat[:oid,:any_2]
 address BKCgetRole;
 comment Returns the rolename of the head column of a BAT.
 
-command bat.getTailType(b:bat[:oid,:any_2]):str 
-address BKCgetTailType;
+command bat.getColumnType(b:bat[:oid,:any_2]):str 
+address BKCgetColumnType;
 comment Returns the type of the tail column of a BAT, as an integer type 
number.
 
 command bat.getHeadType(b:bat[:any_1,:any_2]):str 
@@ -39316,7 +39316,7 @@ comment Print a MAL value without bracke
 
 pattern io.print(val:bat[:oid,:any_2]):void 
 address IOprint_val;
-comment Print a MAL value tuple .
+comment Print a MAL value column .
 
 pattern io.print(val:any_1):void 
 address IOprint_val;
@@ -39354,6 +39354,10 @@ pattern io.table(b1:bat[:oid,:any],b2:ba
 address IOttable;
 comment Print an n-ary table. Like print, but does not print oid column
 
+pattern io.table(b1:bat[:oid,:any]):void 
+address IOttable;
+comment Print an n-ary table. Like print, but does not print oid column
+
 command iterator.next(step:dbl,last:dbl):dbl 
 address ITRnext_dbl;
 comment Advances the iterator with a fixed value
@@ -39921,29 +39925,13 @@ pattern manual.completion(pat:str):void
 address MANUALcompletion;
 comment Produces the wordcompletion table.
 
-pattern manual.createXML():void 
-address MANUALcreate0;
-comment Produces a XML-formatted manual over all modules loaded.
-
-pattern manual.createXML(mod:str):void 
-address MANUALcreate1;
-comment Generate a synopsis of a module
-
 pattern manual.help(text:str):void 
 address MANUALhelp;
 comment Produces a list of all <module>.<function> that match  the text 
pattern. The wildcard '*' can be used for <module>and <function>. Using the '(' 
asks for signature information andusing ')' asks for the complete help record.
 
-pattern manual.index():void 
-address MANUALcreateIndex;
-comment Produces an overview of all names grouped by module.
-
 pattern manual.summary():void 
 address MANUALcreateSummary;
-comment Produces a manual with help lines grouped by module.
-
-pattern manual.section(mod:str):void 
-address MANUALcreateSection;
-comment Generate a synopsis of a module for the reference manual
+comment Produces a manual summary with help lines grouped by module.
 
 pattern manual.search(text:str):void 
 address MANUALsearch;
@@ -41549,7 +41537,7 @@ pattern remote.batbincopy(b:BAT):void
 address RMTbincopyto;
 comment dump BAT b in binary form to the stream
 
-pattern remote.batload(ht:oid,tt:any_2,size:int):bat[:oid,:any_2] 
+pattern remote.batload(tt:any_1,size:int):bat[:oid,:any_1] 
 address RMTbatload;
 comment create a BAT of the given type and size, and load values from the 
input stream
 
diff --git a/clients/Tests/MAL-signatures_nocfitsio.stable.out 
b/clients/Tests/MAL-signatures_nocfitsio.stable.out
--- a/clients/Tests/MAL-signatures_nocfitsio.stable.out
+++ b/clients/Tests/MAL-signatures_nocfitsio.stable.out
@@ -31776,8 +31776,8 @@ command bat.getRole(bid:bat[:oid,:any_2]
 address BKCgetRole;
 comment Returns the rolename of the head column of a BAT.
 
-command bat.getTailType(b:bat[:oid,:any_2]):str 
-address BKCgetTailType;
+command bat.getColumnType(b:bat[:oid,:any_2]):str 
+address BKCgetColumnType;
 comment Returns the type of the tail column of a BAT, as an integer type 
number.
 
 command bat.getHeadType(b:bat[:any_1,:any_2]):str 
@@ -39276,7 +39276,7 @@ comment Print a MAL value without bracke
 
 pattern io.print(val:bat[:oid,:any_2]):void 
 address IOprint_val;
-comment Print a MAL value tuple .
+comment Print a MAL value column .
 
 pattern io.print(val:any_1):void 
 address IOprint_val;
@@ -39314,6 +39314,10 @@ pattern io.table(b1:bat[:oid,:any],b2:ba
 address IOttable;
 comment Print an n-ary table. Like print, but does not print oid column
 
+pattern io.table(b1:bat[:oid,:any]):void 
+address IOttable;
+comment Print an n-ary table. Like print, but does not print oid column
+
 command iterator.next(step:dbl,last:dbl):dbl 
 address ITRnext_dbl;
 comment Advances the iterator with a fixed value
@@ -39881,29 +39885,13 @@ pattern manual.completion(pat:str):void
 address MANUALcompletion;
 comment Produces the wordcompletion table.
 
-pattern manual.createXML():void 
-address MANUALcreate0;
-comment Produces a XML-formatted manual over all modules loaded.
-
-pattern manual.createXML(mod:str):void 
-address MANUALcreate1;
-comment Generate a synopsis of a module
-
 pattern manual.help(text:str):void 
 address MANUALhelp;
 comment Produces a list of all <module>.<function> that match  the text 
pattern. The wildcard '*' can be used for <module>and <function>. Using the '(' 
asks for signature information andusing ')' asks for the complete help record.
 
-pattern manual.index():void 
-address MANUALcreateIndex;
-comment Produces an overview of all names grouped by module.
-
 pattern manual.summary():void 
 address MANUALcreateSummary;
-comment Produces a manual with help lines grouped by module.
-
-pattern manual.section(mod:str):void 
-address MANUALcreateSection;
-comment Generate a synopsis of a module for the reference manual
+comment Produces a manual summary with help lines grouped by module.
 
 pattern manual.search(text:str):void 
 address MANUALsearch;
@@ -41509,7 +41497,7 @@ pattern remote.batbincopy(b:BAT):void
 address RMTbincopyto;
 comment dump BAT b in binary form to the stream
 
-pattern remote.batload(ht:oid,tt:any_2,size:int):bat[:oid,:any_2] 
+pattern remote.batload(tt:any_1,size:int):bat[:oid,:any_1] 
 address RMTbatload;
 comment create a BAT of the given type and size, and load values from the 
input stream
 
diff --git a/clients/Tests/MAL-signatures_sphinxclient.stable.out 
b/clients/Tests/MAL-signatures_sphinxclient.stable.out
--- a/clients/Tests/MAL-signatures_sphinxclient.stable.out
+++ b/clients/Tests/MAL-signatures_sphinxclient.stable.out
@@ -31776,8 +31776,8 @@ command bat.getRole(bid:bat[:oid,:any_2]
 address BKCgetRole;
 comment Returns the rolename of the head column of a BAT.
 
-command bat.getTailType(b:bat[:oid,:any_2]):str 
-address BKCgetTailType;
+command bat.getColumnType(b:bat[:oid,:any_2]):str 
+address BKCgetColumnType;
 comment Returns the type of the tail column of a BAT, as an integer type 
number.
 
 command bat.getHeadType(b:bat[:any_1,:any_2]):str 
@@ -39300,7 +39300,7 @@ comment Print a MAL value without bracke
 
 pattern io.print(val:bat[:oid,:any_2]):void 
 address IOprint_val;
-comment Print a MAL value tuple .
+comment Print a MAL value column .
 
 pattern io.print(val:any_1):void 
 address IOprint_val;
@@ -39338,6 +39338,10 @@ pattern io.table(b1:bat[:oid,:any],b2:ba
 address IOttable;
 comment Print an n-ary table. Like print, but does not print oid column
 
+pattern io.table(b1:bat[:oid,:any]):void 
+address IOttable;
+comment Print an n-ary table. Like print, but does not print oid column
+
 command iterator.next(step:dbl,last:dbl):dbl 
 address ITRnext_dbl;
 comment Advances the iterator with a fixed value
@@ -39905,29 +39909,13 @@ pattern manual.completion(pat:str):void
 address MANUALcompletion;
 comment Produces the wordcompletion table.
 
-pattern manual.createXML():void 
-address MANUALcreate0;
-comment Produces a XML-formatted manual over all modules loaded.
-
-pattern manual.createXML(mod:str):void 
-address MANUALcreate1;
-comment Generate a synopsis of a module
-
 pattern manual.help(text:str):void 
 address MANUALhelp;
 comment Produces a list of all <module>.<function> that match  the text 
pattern. The wildcard '*' can be used for <module>and <function>. Using the '(' 
asks for signature information andusing ')' asks for the complete help record.
 
-pattern manual.index():void 
-address MANUALcreateIndex;
-comment Produces an overview of all names grouped by module.
-
 pattern manual.summary():void 
 address MANUALcreateSummary;
-comment Produces a manual with help lines grouped by module.
-
-pattern manual.section(mod:str):void 
-address MANUALcreateSection;
-comment Generate a synopsis of a module for the reference manual
+comment Produces a manual summary with help lines grouped by module.
 
 pattern manual.search(text:str):void 
 address MANUALsearch;
@@ -41533,7 +41521,7 @@ pattern remote.batbincopy(b:BAT):void
 address RMTbincopyto;
 comment dump BAT b in binary form to the stream
 
-pattern remote.batload(ht:oid,tt:any_2,size:int):bat[:oid,:any_2] 
+pattern remote.batload(tt:any_1,size:int):bat[:oid,:any_1] 
 address RMTbatload;
 comment create a BAT of the given type and size, and load values from the 
input stream
 
diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -932,6 +932,7 @@ str BKCgetAccess(str *res, int *bid);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to