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

Modified Files:
      Tag: GDK-2
        mal_debugger.mx mal_module.mx mal_readline.mx 
Log Message:
propagated changes of Tuesday Aug 21 2007 - Thursday Aug 23 2007
from the development trunk to the GDK-2 branch


Index: mal_debugger.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_debugger.mx,v
retrieving revision 1.200.2.4
retrieving revision 1.200.2.5
diff -u -d -r1.200.2.4 -r1.200.2.5
--- mal_debugger.mx     21 Aug 2007 13:23:47 -0000      1.200.2.4
+++ mal_debugger.mx     23 Aug 2007 13:32:42 -0000      1.200.2.5
@@ -25,7 +25,7 @@
 assess its behavior.
 
 Note, the MAL debugger described here can be used in conjunction
-with the textual interface client @emph{MapiClient} only.
+with the textual interface client @emph{mclient} only.
 The JDBC protocol does not permit passing through information that
 'violates' the protocol.
 @menu
@@ -851,7 +851,7 @@
 
        if (p != NULL) {
                if (cntxt != mal_clients) 
-                       /* help MapiClients with fake prompt */
+                       /* help mclients with fake prompt */
                        stream_printf(out,"mdb>");
                printTraceCall(out,mb,stk,pc,cntxt->flags);
        }
@@ -1460,7 +1460,7 @@
                ch= isBreakpoint(cntxt,mb, p, pc);
                if( ch == 't'){
                        if (cntxt != mal_clients) 
-                               /* help MapiClients with fake prompt */
+                               /* help mclients with fake prompt */
                                stream_printf(cntxt->fdout,"mdb>");
                        printTraceCall(cntxt->fdout,mb,stk,pc,cntxt->flags);
                } else if( ch )

Index: mal_module.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_module.mx,v
retrieving revision 1.50.2.1
retrieving revision 1.50.2.2
diff -u -d -r1.50.2.1 -r1.50.2.2
--- mal_module.mx       13 Aug 2007 21:41:36 -0000      1.50.2.1
+++ mal_module.mx       23 Aug 2007 13:32:42 -0000      1.50.2.2
@@ -994,7 +994,7 @@
        }
 }
 @-
-The tags file is used by the MapiClient frontend to
+The tags file is used by the mclient frontend to
 enable language specific word completion.
 @c
 void dumpHelpTable(stream *f, Module s, str text, int flag){

Index: mal_readline.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_readline.mx,v
retrieving revision 1.48.4.1
retrieving revision 1.48.4.2
diff -u -d -r1.48.4.1 -r1.48.4.2
--- mal_readline.mx     15 Aug 2007 22:37:56 -0000      1.48.4.1
+++ mal_readline.mx     23 Aug 2007 13:32:43 -0000      1.48.4.2
@@ -14,7 +14,7 @@
 @' Portions created by CWI are Copyright (C) 1997-2007 CWI.
 @' All Rights Reserved.
 @- Online help
-The textual interface @value{MapiClient} supports a limited
+The textual interface @value{mclient} supports a limited
 form of online help commands.
 The argument is a (partial) operator call,
 which is looked up in the symbol table.


-------------------------------------------------------------------------
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