We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ab658 commit 1a34a41Copy full SHA for 1a34a41
ChangeLog
@@ -1,3 +1,7 @@
1
+2015-11-01 Qiang Kou <qkou@umail.iu.edu>
2
+
3
+ * inst/include/Rcpp/vector/MatrixColumn.h: Fix overflow
4
5
2015-11-01 Dirk Eddelbuettel <edd@debian.org>
6
7
* DESCRIPTION: Roll Version: to 0.12.1.4
inst/NEWS.Rd
@@ -13,6 +13,8 @@
13
heads-up by Luke Tierney (PR \ghpr{378} fixing \ghit{377}).
14
\item Rcpp Module objects are now checked more carefully (PR \ghpr{381}
15
by Tianqi, fixing \ghit{380})
16
+ \item An overflow in Matrix column indexing was corrected (PR \ghpr{390}
17
+ by Qiang, fixing a bug reported by Allessandro on the list)
18
}
19
\item Changes in Rcpp Attributes:
20
\itemize{
0 commit comments