File: [cvs.NetBSD.org] / pkgsrc / math / R-bitops / distinfo (download)
Revision 1.4, Sat Sep 11 10:27:03 2021 UTC (16 months, 4 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3 Changes since 1.3: +5 -5
lines
(math/R-bitops) Updated 1.0.6 to 1.0.7
2021-04-13 Martin Maechler <maechler@stat.math.ethz.ch>
* From Dan Robertson (dlrobertson) via GH PR #3, Feb.2016:
Introduce C-style "operators":
"%&%", "%|%", "%^%", "%<<%", "%>>%"
2021-03-30 Martin Maechler <maechler@stat.math.ethz.ch>
* src/bit-ops.c (R_2_UINT_): cast even more, now via _2_UINT_()
2021-03-24 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Date, URL): cosmetic before finally releasing
2020-01-03 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Version): 1.0-7
* src/bit-ops.c, src/init.c: use registration; fix UBSAN detected bug
* man/*.Rd: more examples
|