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

Modified Files:
      Tag: GDK-2
        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 development trunk to the GDK-2 branch


Index: fleet.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/fleet.mx,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- fleet.mx    4 Jul 2007 09:23:14 -0000       1.6
+++ fleet.mx    3 Oct 2007 14:54:02 -0000       1.6.2.1
@@ -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.88.2.2
retrieving revision 1.88.2.3
diff -u -d -r1.88.2.2 -r1.88.2.3
--- mserver.mx  6 Sep 2007 13:52:38 -0000       1.88.2.2
+++ mserver.mx  3 Oct 2007 14:54:08 -0000       1.88.2.3
@@ -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.60.2.2
retrieving revision 1.60.2.3
diff -u -d -r1.60.2.2 -r1.60.2.3
--- mdb.mx      18 Sep 2007 12:43:28 -0000      1.60.2.2
+++ mdb.mx      3 Oct 2007 14:54:06 -0000       1.60.2.3
@@ -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.27.2.2
retrieving revision 1.27.2.3
diff -u -d -r1.27.2.2 -r1.27.2.3
--- remote.mx   23 Aug 2007 13:32:50 -0000      1.27.2.2
+++ remote.mx   3 Oct 2007 14:54:11 -0000       1.27.2.3
@@ -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.14.2.1
retrieving revision 1.14.2.2
diff -u -d -r1.14.2.1 -r1.14.2.2
--- mat.mx      21 Aug 2007 13:24:12 -0000      1.14.2.1
+++ mat.mx      3 Oct 2007 14:54:05 -0000       1.14.2.2
@@ -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