pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-bit64 (devel/R-bit64) Updated 0.9.7 to 4.0.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/1361f615633e
branches: trunk
changeset: 454057:1361f615633e
user: mef <mef%pkgsrc.org@localhost>
date: Sun Jun 06 06:03:47 2021 +0000
description:
(devel/R-bit64) Updated 0.9.7 to 4.0.5
CHANGES IN bit64 VERSION 4.0.5
BUG FIXES
o PKG_LIBS=-lm added to Makevars
(fixes https://bugzilla.redhat.com/show_bug.cgi?id=1763127
thanks to Elliott Sales de Andrade)
CHANGES IN bit64 VERSION 4.0.4
BUG FIXES
o runif64() no longer long long overflows
for the maximum integer64 range
o UBSAN false alarms removed with
__attribute__((no_sanitize("signed-integer-overflow")))
o added temporary flags to Makefile
for UBSAN checks
CHANGES IN bit64 VERSION 4.0.3
BUG FIXES
o added Makefile with temporary -flto
and removed LTO error regarding runif_integer64
CHANGES IN bit64 VERSION 4.0.2
BUG FIXES
o now DESCRIPTION URL points to github
CHANGES IN bit64 VERSION 4.0.1
BUG FIXES
o removed pragma because no longer needed with recent compilers
o removed a clang warning
CHANGES IN bit64 VERSION 4.0.0
NEW FEATURES
o new method all.equal.integer64
(contributed by Leonardo Silvestri)
USER VISIBLE CHANGES
o license has been extendend from GPL-2 to GPL-2 | GPL-3
o still.identical is now exported from package bit
BUG FIXES
o removed unused SEXP ret_ from r_ram_integer64_sortnut and
r_ram_integer64_ordernut (LTO problems reported by Brian Ripley)
o min, max and range now give correct results for multiple arguments
(reported by Colin Umanski)
o r_ram_integer64_ordertab_asc and r_ram_integer64_sortordertab_asc
now properly PROTECT their shortened return vector before R_Busy(0)
(Thanks to Tomas Kalibera)
o operations on zero length integer64 now return
zero length integer64 instead of throwing an error
(reported by Xianying Tan)
o match.integer64 (and %in%) now coerce the second argument to integer64
instead of throwing an error (reported by Xianying Tan)
o zero-length integer64() no longer prints as `character(0)`
(reported by Xianying Tan)
CHANGES IN bit64 VERSION 0.9-8
NEW FEATURES
o New function runif64 which can sample from finite
and infinite populations (wish of Dan Reznik)
o New methods as.integer64.bitstring
and print.bitstring (wish of Dan Reznik)
USER VISIBLE CHANGES
o [.integer64 now returns NA where the subscripts require this
(contributed by Leonardo Silvestri)
o binary operators now handle attributes more like R
(new binattr() code contributed by Leonardo Silvestri)
o as.bitstring.integer64 now returns its string vector
with class 'bitstring'
o round.integer64 with a negative digits argument now rounds
like round(integer) would do (wish of Ian Lyttle)
o range.integer64 now has an argument finite=FALSE for compatibility
with range.default (wish of Sergio Oller)
BUG FIXES
o calculating hashbits in hashfun, hashmap, hashmaptab and hashmapuni
now gives 0 instead of stopping (bug reported by Jakob Schelbert)
diffstat:
devel/R-bit64/Makefile | 4 ++--
devel/R-bit64/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r f9aa99f1a5c1 -r 1361f615633e devel/R-bit64/Makefile
--- a/devel/R-bit64/Makefile Sun Jun 06 02:08:55 2021 +0000
+++ b/devel/R-bit64/Makefile Sun Jun 06 06:03:47 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:38 brook Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/06 06:03:47 mef Exp $
R_PKGNAME= bit64
-R_PKGVER= 0.9-7
+R_PKGVER= 4.0.5
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
diff -r f9aa99f1a5c1 -r 1361f615633e devel/R-bit64/distinfo
--- a/devel/R-bit64/distinfo Sun Jun 06 02:08:55 2021 +0000
+++ b/devel/R-bit64/distinfo Sun Jun 06 06:03:47 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/03/06 17:07:52 minskim Exp $
+$NetBSD: distinfo,v 1.2 2021/06/06 06:03:47 mef Exp $
-SHA1 (R/bit64_0.9-7.tar.gz) = 0779849a5e5889d37cb009ecb5b331cdf8c2160a
-RMD160 (R/bit64_0.9-7.tar.gz) = c235ba55c2110c357b15cbf4f3e59b27219e5c74
-SHA512 (R/bit64_0.9-7.tar.gz) = 87a9667654b5ed2c0e3ecb5fb0d506ae5ce84763a5e860e8aa8a2ec1b14786c26ffd2d3505ffc430d41c49594c56af140c3ec0cd807c12319bee46581a2b8c96
-Size (R/bit64_0.9-7.tar.gz) = 125539 bytes
+SHA1 (R/bit64_4.0.5.tar.gz) = c4d2862c61ebc8ac022d8122014a898493444a0c
+RMD160 (R/bit64_4.0.5.tar.gz) = 5c3d4be2d5350fa61b8548f0ecaa4352211626bc
+SHA512 (R/bit64_4.0.5.tar.gz) = 1962dd76d56119f56af6cfcf882ef8047feea310fe8abedc7ae82332b8cfe6937296f92ed0bb74cbf6ac53424d2f1960eef6d8b26a62fba16ae7a4cd114aa5f3
+Size (R/bit64_4.0.5.tar.gz) = 135091 bytes
Home |
Main Index |
Thread Index |
Old Index