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

Modified Files:
      Tag: GDK-2
        Makefile.ag blob.mx 
Log Message:
propagated changes of Monday Sep 10 2007 - Tuesday Sep 18 2007
from the development trunk to the GDK-2 branch


Index: blob.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/atoms/blob.mx,v
retrieving revision 1.37
retrieving revision 1.37.4.1
diff -u -d -r1.37 -r1.37.4.1
--- blob.mx     2 May 2007 06:00:54 -0000       1.37
+++ blob.mx     18 Sep 2007 12:43:00 -0000      1.37.4.1
@@ -107,18 +107,6 @@
 command sqlblob(s:str):sqlblob address BLOBsqlblob_fromstr;
 
 @{
[EMAIL PROTECTED] Example MAL Script
-The following test should be moved to the test section.
[EMAIL PROTECTED]
-#import blob;
-#v1 := setoid(oid(20000000));
-bl := "(5:11 FC E2 A0 0A)":blob;
-err:= print(bl);
-b2 := blob.toblob("Hello World");
-err:= print(b2);
-v1 := blob.tostring(b2);
-err:= print(v1);
-
 @* Implementation Code
 @h
 #ifndef __BLOB_H__

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/atoms/Makefile.ag,v
retrieving revision 1.32.2.2
retrieving revision 1.32.2.3
diff -u -d -r1.32.2.2 -r1.32.2.3
--- Makefile.ag 21 Aug 2007 13:24:00 -0000      1.32.2.2
+++ Makefile.ag 18 Sep 2007 12:42:59 -0000      1.32.2.3
@@ -44,7 +44,8 @@
 }
 
 
-scripts_mal = {
+headers_mal = {
+       HEADERS = mal
        DIR = pkglibdir
        SOURCES = str.mx blob.mx url.mx mtime.mx streams.mx inet.mx color.mx 
xml.mx
 }


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