Path to this page:
Subject: CVS commit: pkgsrc/math/R-fastmatch
From: Makoto Fujiwara
Date: 2025-02-14 16:15:11
Message id: 20250214151511.18989FBE0@cvs.NetBSD.org
Log Message:
(math/R-fastmatch) Updated 1.1.4 to 1.1.6, make test passed
NEWS for fastmatch
--------------------
1.1-6
o use C99 version of flexible arrays to avoid
false-positives in strict array sanitizers.
o PROTECT fix when falling back to R's match
and coercion happened before.
o bugfix: fast.hash returned the result instead of
the `table` argument. (#9)
1.1-5 2024-02-14
o bug fix: -0 in table= would never be matched,
because it was (correctly) hashed as 0, but final
comparison was 0 to -0 in the table. (#12)
Files: