pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-bit64



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 06:03:47 UTC 2021

Modified Files:
        pkgsrc/devel/R-bit64: Makefile distinfo

Log Message:
(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)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-bit64/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-bit64/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-bit64/Makefile
diff -u pkgsrc/devel/R-bit64/Makefile:1.4 pkgsrc/devel/R-bit64/Makefile:1.5
--- pkgsrc/devel/R-bit64/Makefile:1.4   Thu Aug  8 19:53:38 2019
+++ pkgsrc/devel/R-bit64/Makefile       Sun Jun  6 06:03:47 2021
@@ -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

Index: pkgsrc/devel/R-bit64/distinfo
diff -u pkgsrc/devel/R-bit64/distinfo:1.1 pkgsrc/devel/R-bit64/distinfo:1.2
--- pkgsrc/devel/R-bit64/distinfo:1.1   Tue Mar  6 17:07:52 2018
+++ pkgsrc/devel/R-bit64/distinfo       Sun Jun  6 06:03:47 2021
@@ -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