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

Modified Files:
        str.mx 
Log Message:
added batstr.replace
fixed hassideeffects: str.replace isn't unsafe (only bat.replace is)
some indent/space fixes


Index: str.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/atoms/str.mx,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- str.mx      18 Dec 2007 10:48:00 -0000      1.71
+++ str.mx      27 Dec 2007 17:27:07 -0000      1.72
@@ -150,8 +150,8 @@
 command rtrim( s:str ) :str 
 address STRRtrim
 comment "Strip whitespaces from end of a string.";
-command substitute(s:str,src:str,dst:str,rep:bit)
-       :str 
+
+command substitute(s:str,src:str,dst:str,rep:bit) :str 
 address STRSubstitute
 comment "Substitute first occurrence of 'src' by 
        'dst'.  Iff repeated = true this is 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to