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

Modified Files:
        mal_debugger.mx mal_module.mx mal_readline.mx 
Log Message:

There has been the desire to rename "MapiClient" into "mclient"
and this "tiny" checkin serves to implment (most of) this desire;
I did not change any Windows installer files and/or MapiClient-related
.bat (batch-) scripts.

Details:

Martin already added "mclient" as clone of "MapiClient" in clients,
and Sjoerd fixed the RPM .spec files for packaging accordingly.
(Windows installer files will most probably follow soon.)

To ensure a "smooth" transition, the idea is to provide both
"MapiClient" and "mclient" with the upcoming feature release of clients.
This allows backward compatibility with the currently released "Stable"
versions of the remaining MonetDB packages.

This checking makes sure that the development versions of all remaining
MonetDB packages move from using "MapiClient" to using "mclient",
requiring the latest development version of clients, that will soon be
released as new feature release "MonetDB-Clients 1.20.0".

Once also the current development versions of the remainig MonetDB pakages
(now using "mclient" instead of "MapiClient") have been released,
"MapiClient" can/will be removed from clients.

For convenient reference, these changes are wrapped in tags
"MapiClient_2_mclient-before" & "MapiClient_2_mclient-after".


Please note:
Like various "MapiClient"/"mclient"-related (and other) changes in
monetwed/ before, these changes reflect the situation of the to-be
release new feature release of clients (MonetDB-Clients);
hence, these changes should not go life, before the respective
release has been finished.


Index: mal_debugger.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_debugger.mx,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- mal_debugger.mx     18 Aug 2007 14:50:22 -0000      1.203
+++ mal_debugger.mx     22 Aug 2007 06:21:50 -0000      1.204
@@ -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.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- mal_module.mx       13 Aug 2007 19:55:17 -0000      1.52
+++ mal_module.mx       22 Aug 2007 06:21:52 -0000      1.53
@@ -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.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- mal_readline.mx     15 Aug 2007 11:05:27 -0000      1.49
+++ mal_readline.mx     22 Aug 2007 06:21:52 -0000      1.50
@@ -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