Niels, just for info: though testing Stable starts at 0:09, cvs update for MonetDB5 started only after 0:12; hence, your below checkins *just* made it into last night's testing. Stefan On Tue, Jan 23, 2007 at 11:11:39PM +0000, Niels Nes wrote:
Update of /cvsroot/monetdb/MonetDB5/src/modules/mal In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22607/mal
Modified Files: Tag: MonetDB_5-0_beta1 partitions.mx pbm.mx pcre.mx sabaoth.mx statistics.mx Log Message: added missing :void after mal functions (prelude for example) added missing blob(str) and blob(blob) functions (same for sqlblob) moved from sql the calc. mtime functions
Index: statistics.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/statistics.mx,v retrieving revision 1.43 retrieving revision 1.43.2.1 diff -u -d -r1.43 -r1.43.2.1 --- statistics.mx 3 Jan 2007 12:20:24 -0000 1.43 +++ statistics.mx 23 Jan 2007 23:11:37 -0000 1.43.2.1 @@ -111,15 +111,15 @@ address STATforceUpdate comment "Bring the statistics up to date for one BAT";
-command prelude() +command prelude() :void address STATprelude comment "Initialize the statistics package";
-command epilogue() +command epilogue() :void address STATepilogue comment "Release the resources of the statistics package";
-command dump() +command dump() :void address STATdump comment "Display the statistics table";
Index: pbm.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/pbm.mx,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -u -d -r1.25 -r1.25.2.1 --- pbm.mx 3 Jan 2007 12:20:24 -0000 1.25 +++ pbm.mx 23 Jan 2007 23:11:37 -0000 1.25.2.1 @@ -180,10 +180,10 @@ address PBMdump;
@{ -command prelude() +command prelude() :void address PBMprelude;
-command epilogue() +command epilogue() :void address PBMepilogue;
pbm.prelude();
Index: partitions.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/partitions.mx,v retrieving revision 1.40 retrieving revision 1.40.2.1 diff -u -d -r1.40 -r1.40.2.1 --- partitions.mx 3 Jan 2007 12:20:24 -0000 1.40 +++ partitions.mx 23 Jan 2007 23:11:37 -0000 1.40.2.1 @@ -261,10 +261,10 @@ command dump() address BPTdump;
-command prelude() +command prelude() :void address BPTprelude;
-command epilogue() +command epilogue() :void address BPTepilogue;
partitions.prelude();
Index: sabaoth.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/sabaoth.mx,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -d -r1.8 -r1.8.2.1 --- sabaoth.mx 3 Jan 2007 12:20:24 -0000 1.8 +++ sabaoth.mx 23 Jan 2007 23:11:37 -0000 1.8.2.1 @@ -27,11 +27,11 @@ @mal module sabaoth;
-command prelude() +command prelude() :void address SABprelude comment "Initialise the sabaoth module";
-command epilogue() +command epilogue() :void address SABepilogue comment "Release the resources held by the sabaoth module";
Index: pcre.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/pcre.mx,v retrieving revision 1.43 retrieving revision 1.43.2.1 diff -u -d -r1.43 -r1.43.2.1 --- pcre.mx 3 Jan 2007 12:20:24 -0000 1.43 +++ pcre.mx 23 Jan 2007 23:11:37 -0000 1.43.2.1 @@ -95,7 +95,7 @@ command like(s:bat[:any_1,:str], pat:str, esc:str):bat[:any_1,:void] address PCRElike_uselect_pcre;
-pattern prelude():void +pattern prelude() :void address pcre_init comment "Initialize pcre";
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |