[med-svn] r239 - trunk/packages/probcons/branches/upstream/current
Charles Plessy
charles-guest at alioth.debian.org
Wed Apr 4 00:06:19 UTC 2007
Author: charles-guest
Date: 2007-04-04 00:06:19 +0000 (Wed, 04 Apr 2007)
New Revision: 239
Modified:
trunk/packages/probcons/branches/upstream/current/Main.cc
trunk/packages/probcons/branches/upstream/current/MakeGnuPlot.cc
trunk/packages/probcons/branches/upstream/current/Makefile
trunk/packages/probcons/branches/upstream/current/README
Log:
Load /tmp/tmp.FMQi8C/probcons-1.12 into
trunk/packages/probcons/branches/upstream/current.
Modified: trunk/packages/probcons/branches/upstream/current/Main.cc
===================================================================
--- trunk/packages/probcons/branches/upstream/current/Main.cc 2007-03-31 23:30:17 UTC (rev 238)
+++ trunk/packages/probcons/branches/upstream/current/Main.cc 2007-04-04 00:06:19 UTC (rev 239)
@@ -18,6 +18,7 @@
#include <list>
#include <set>
#include <algorithm>
+#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cerrno>
Modified: trunk/packages/probcons/branches/upstream/current/MakeGnuPlot.cc
===================================================================
--- trunk/packages/probcons/branches/upstream/current/MakeGnuPlot.cc 2007-03-31 23:30:17 UTC (rev 238)
+++ trunk/packages/probcons/branches/upstream/current/MakeGnuPlot.cc 2007-04-04 00:06:19 UTC (rev 239)
@@ -2,6 +2,7 @@
// MakeGnuPlot.cc
/////////////////////////////////////////////////////////////////
+#include <cstdlib>
#include <iostream>
#include <fstream>
Modified: trunk/packages/probcons/branches/upstream/current/Makefile
===================================================================
--- trunk/packages/probcons/branches/upstream/current/Makefile 2007-03-31 23:30:17 UTC (rev 238)
+++ trunk/packages/probcons/branches/upstream/current/Makefile 2007-04-04 00:06:19 UTC (rev 239)
@@ -15,7 +15,7 @@
# c) RELEASE mode
################################################################################
-OTHERFLAGS = -DNumInsertStates=2 -DVERSION="1.11"
+OTHERFLAGS = -DNumInsertStates=2 -DVERSION="1.12"
# debug mode
#CXXFLAGS = -g -W -Wall -pedantic -DENABLE_CHECKS -fno-inline $(OTHERFLAGS)
Modified: trunk/packages/probcons/branches/upstream/current/README
===================================================================
--- trunk/packages/probcons/branches/upstream/current/README 2007-03-31 23:30:17 UTC (rev 238)
+++ trunk/packages/probcons/branches/upstream/current/README 2007-04-04 00:06:19 UTC (rev 239)
@@ -107,4 +107,7 @@
-- restricting consistency-derived posterior matrices to original posterior matrix
1.11, 12/1/2006 (Chuong Do)
- -- Fixed bug with conflict between --annot and -a options
\ No newline at end of file
+ -- Fixed bug with conflict between --annot and -a options
+
+1.12, 4/1/2006 (Chuong Do)
+ -- Fixed GCC 4.3 compatibility problems (thanks to Martin Michlmayr and Charles Plessy)
\ No newline at end of file
More information about the debian-med-commit
mailing list