Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4318/src/modules/mal

Modified Files:
        fleet.mx mat.mx mdb.mx mserver.mx remote.mx 
Log Message:
propagated changes of Friday Sep 28 2007 - Wednesday Oct 03 2007
from the MonetDB_5-2 branch to the development trunk


Index: fleet.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/fleet.mx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fleet.mx    4 Jul 2007 09:23:14 -0000       1.6
+++ fleet.mx    3 Oct 2007 14:00:50 -0000       1.7
@@ -242,7 +242,7 @@
 #include "mal_interpreter.h"
 #include "mal_authorize.h"
 #include "mal_sabaoth.h"
-#include <Mapi.h>
+#include <mapilib/Mapi.h>
 
 #ifdef WIN32
 #ifndef LIBMFLEET

Index: mserver.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/mserver.mx,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- mserver.mx  5 Sep 2007 17:06:16 -0000       1.90
+++ mserver.mx  3 Oct 2007 14:00:53 -0000       1.91
@@ -289,7 +289,7 @@
 #include "mal_interpreter.h"
 #include "mal_authorize.h"
 #include "mal_sabaoth.h"
-#include <Mapi.h>
+#include <mapilib/Mapi.h>
 
 #ifdef WIN32
 #ifndef LIBMSERVER

Index: mdb.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/mdb.mx,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- mdb.mx      14 Sep 2007 07:40:45 -0000      1.62
+++ mdb.mx      3 Oct 2007 14:00:52 -0000       1.63
@@ -236,6 +236,7 @@
 mdb_export str MDBStkTrace(MalBlkPtr m, MalStkPtr s, InstrPtr p);
 mdb_export str MDBgetDefinition(MalBlkPtr m, MalStkPtr stk, InstrPtr p);
 mdb_export str MDBgrabClient(int *ret, int *id);
+mdb_export str MDBdump(MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 mdb_export str MDBdummy(int *ret);
 
 @-

Index: remote.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/remote.mx,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- remote.mx   22 Aug 2007 07:29:01 -0000      1.28
+++ remote.mx   3 Oct 2007 14:00:54 -0000       1.29
@@ -120,7 +120,7 @@
 #include <mal_exception.h>
 #include <mal_interpreter.h>
 #include <mal_function.h> /* for printFunction */
-#include <Mapi.h>
+#include <mapilib/Mapi.h>
 #include "remote.h"    /* for the implementation of the functions */
 
 typedef struct _connection {

Index: mat.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/mat.mx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- mat.mx      20 Aug 2007 21:32:52 -0000      1.16
+++ mat.mx      3 Oct 2007 14:00:51 -0000       1.17
@@ -81,7 +81,7 @@
 mat_export str MATnew(MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
 mat_export str MATpack(MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
 mat_export str MATnewIterator(MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
-mat_export str MATharMoreElements(MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
+mat_export str MAThasMoreElements(MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
 mat_export str MATdummy(int *ret, str *grp);
 mat_export str MATinfo(int *ret, str *grp, str *elm);
 mat_export str MATprint(MalBlkPtr mb, MalStkPtr stk, InstrPtr p);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to