Changeset: b48f8b6b1def for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b48f8b6b1def
Modified Files:
        clients/Tests/MAL-signatures.stable.out
        clients/Tests/MAL-signatures.stable.out.int128
        monetdb5/modules/atoms/url.h
Branch: default
Log Message:

Complete changeset f90d24a8ac52.


diffs (36 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
@@ -12034,7 +12034,7 @@ stdout of test 'MAL-signatures` in direc
 [ "url",       "getQuery",     "command url.getQuery(u:url):str ",     
"URLgetQuery;", "Extract the query string from the URL" ]
 [ "url",       "getRobotURL",  "command url.getRobotURL(u:url):str ",  
"URLgetRobotURL;",      "Extract the location of the robot control file"        
]
 [ "url",       "getUser",      "command url.getUser(u:url):str ",      
"URLgetUser;",  "Extract the user identity from the URL"        ]
-[ "url",       "isaURL",       "command url.isaURL(u:url):bit ",       
"URLisaURL;",   "Check conformity of the URL syntax"    ]
+[ "url",       "isaURL",       "command url.isaURL(u:str):bit ",       
"URLisaURL;",   "Check conformity of the URL syntax"    ]
 [ "url",       "new",  "command url.new(prot:str, host:str, fnme:str):url ",   
"URLnew3;",     "Construct URL from protocol, host,and file"    ]
 [ "url",       "new",  "command url.new(p:str, h:str, prt:int, f:str):url ",   
"URLnew4;",     "Construct URL from protocol, host, port, and file"     ]
 [ "url",       "url",  "command url.url(s:str):url ",  "URLnew;",      "Create 
an URL from a string literal"   ]
diff --git a/clients/Tests/MAL-signatures.stable.out.int128 
b/clients/Tests/MAL-signatures.stable.out.int128
--- a/clients/Tests/MAL-signatures.stable.out.int128
+++ b/clients/Tests/MAL-signatures.stable.out.int128
@@ -16454,7 +16454,7 @@ stdout of test 'MAL-signatures` in direc
 [ "url",       "getQuery",     "command url.getQuery(u:url):str ",     
"URLgetQuery;", "Extract the query string from the URL" ]
 [ "url",       "getRobotURL",  "command url.getRobotURL(u:url):str ",  
"URLgetRobotURL;",      "Extract the location of the robot control file"        
]
 [ "url",       "getUser",      "command url.getUser(u:url):str ",      
"URLgetUser;",  "Extract the user identity from the URL"        ]
-[ "url",       "isaURL",       "command url.isaURL(u:url):bit ",       
"URLisaURL;",   "Check conformity of the URL syntax"    ]
+[ "url",       "isaURL",       "command url.isaURL(u:str):bit ",       
"URLisaURL;",   "Check conformity of the URL syntax"    ]
 [ "url",       "new",  "command url.new(prot:str, host:str, fnme:str):url ",   
"URLnew3;",     "Construct URL from protocol, host,and file"    ]
 [ "url",       "new",  "command url.new(p:str, h:str, prt:int, f:str):url ",   
"URLnew4;",     "Construct URL from protocol, host, port, and file"     ]
 [ "url",       "url",  "command url.url(s:str):url ",  "URLnew;",      "Create 
an URL from a string literal"   ]
diff --git a/monetdb5/modules/atoms/url.h b/monetdb5/modules/atoms/url.h
--- a/monetdb5/modules/atoms/url.h
+++ b/monetdb5/modules/atoms/url.h
@@ -37,7 +37,7 @@ mal_export str URLgetProtocol(str *retva
 mal_export str URLgetQuery(str *retval, url *tv);
 mal_export str URLgetUser(str *retval, url *tv);
 mal_export str URLgetRobotURL(str *retval, url *tv);
-mal_export str URLisaURL(bit *retval, url *tv);
+mal_export str URLisaURL(bit *retval, str *tv);
 mal_export str URLnew4(url *u, str *protocol, str *server,
                int *port, str *file);
 mal_export str URLnew3(url *u, str *protocol, str *server, str *file);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to