Update of /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8850/Tests
Modified Files:
inspect05.stable.out
Log Message:
Approving the signatures list.
Index: inspect05.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests/inspect05.stable.out,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -d -r1.343 -r1.344
--- inspect05.stable.out 27 Nov 2007 09:12:17 -0000 1.343
+++ inspect05.stable.out 9 Dec 2007 14:51:37 -0000 1.344
@@ -517,6 +517,7 @@
[ "changeUsername", "command", "clients",
"(old:str,new:str):void ",
"CLTchangeUsername;"
]
[ "exit", "command", "clients",
"():void ",
"CLTexit;"
]
[ "getUsers", "command", "clients",
"(s:bat[:str,:any_1]):bat[:oid,:str] ",
"CLTgetUsers;"
]
+[ "getUsername", "command", "clients", "():str ",
"CLTgetUsername;" ]
[ "getUsers", "command", "clients",
"():bat[:int,:str] ",
"CLTusers;"
]
[ "getTime", "command", "clients",
"():bat[:int,:lng] ",
"CLTTime;"
]
[ "getActions", "command", "clients",
"():bat[:int,:int] ",
"CLTActions;"
]
@@ -2424,6 +2425,8 @@
[ "/", "command", "calc",
"(left:chr,right:bte):bte ",
"CALCbinarycheckDIVchrbte;"
]
[ "/", "command", "calc",
"(left:chr,right:chr):chr ",
"CALCbinarycheckDIVchrchr;"
]
[ "/", "command", "calc",
"(left:oid,right:oid):oid ",
"CALCbinarycheckDIVoidoid;"
]
+[ "<=", "command", "calc",
"(v:inet,w:inet):bit ",
"INET_comp_LE;" ]
+[ "<", "command", "calc",
"(v:inet,w:inet):bit ",
"INET_comp_LT;" ]
[ "<=", "command", "calc",
"(v:timestamp,w:timestamp):bit ",
"MTIMEtimestamp_LE;"
]
[ "<", "command", "calc",
"(v:timestamp,w:timestamp):bit ",
"MTIMEtimestamp_LT;"
]
[ "<=", "command", "calc",
"(v:daytime,w:daytime):bit ",
"MTIMEdaytime_LE;"
]
-------------------------------------------------------------------------
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://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
