Changeset: dc56a999b2b9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dc56a999b2b9
Removed Files:
        clients/mapiclient/mapisplit-dummy.c
        clients/mapiclient/profiler-dummy.c
Modified Files:
        clients/Makefile.ag
        clients/odbc/driver/Makefile.ag
        clients/python3/ChangeLog.Jul2015
        sql/ChangeLog.Jul2015
Branch: Jul2015
Log Message:

Some fixes to the distribution.


diffs (59 lines):

diff --git a/clients/Makefile.ag b/clients/Makefile.ag
--- a/clients/Makefile.ag
+++ b/clients/Makefile.ag
@@ -6,4 +6,4 @@
 
 SUBDIRS = mapilib mapiclient HAVE_ODBC?odbc HAVE_PERL?perl php 
HAVE_RUBYGEM?ruby examples HAVE_PYTHON2?python2 HAVE_PYTHON3?python3 
NATIVE_WIN32?NT
 
-EXTRA_DIST_DIR = Tests R
+EXTRA_DIST_DIR = Tests R nodejs
diff --git a/clients/mapiclient/mapisplit-dummy.c 
b/clients/mapiclient/mapisplit-dummy.c
deleted file mode 100644
--- a/clients/mapiclient/mapisplit-dummy.c
+++ /dev/null
@@ -1,5 +0,0 @@
-/*
-This refers to ../R/MonetDB.R/src/mapisplit.c . We cannot have this file here, 
-as the R connector needs to be able to compile stand-alone. 
-*/
-#include "mapisplit.c"
diff --git a/clients/mapiclient/profiler-dummy.c 
b/clients/mapiclient/profiler-dummy.c
deleted file mode 100644
--- a/clients/mapiclient/profiler-dummy.c
+++ /dev/null
@@ -1,5 +0,0 @@
-/*
-This refers to ../R/MonetDB.R/src/profiler.c . We cannot have this file here, 
-as the R connector needs to be able to compile stand-alone. 
-*/
-#include "profiler.c"
diff --git a/clients/odbc/driver/Makefile.ag b/clients/odbc/driver/Makefile.ag
--- a/clients/odbc/driver/Makefile.ag
+++ b/clients/odbc/driver/Makefile.ag
@@ -109,3 +109,4 @@ lib_MonetODBC = {
        LIBS = ../../mapilib/libmapi $(LTLIBICONV) $(ODBCINST_LIBS) 
$(SOCKET_LIBS)
 }
 
+EXTRA_DIST = Copyright
diff --git a/clients/python3/ChangeLog.Jul2015 
b/clients/python3/ChangeLog.Jul2015
--- a/clients/python3/ChangeLog.Jul2015
+++ b/clients/python3/ChangeLog.Jul2015
@@ -1,3 +1,3 @@
-# ChangeLog file for python2
+# ChangeLog file for python3
 # This file is updated with Maddlog
 
diff --git a/sql/ChangeLog.Jul2015 b/sql/ChangeLog.Jul2015
--- a/sql/ChangeLog.Jul2015
+++ b/sql/ChangeLog.Jul2015
@@ -1,6 +1,10 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
+* Tue Jul 28 2015 Sjoerd Mullender <[email protected]>
+- Added support for 128-bit integers (called HUGEINT) on platforms that
+  support this.
+
 * Wed Feb 18 2015 Sjoerd Mullender <[email protected]>
 - Removed support for the mseed library.
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to