summaryrefslogtreecommitdiff
path: root/packages/base/THANKS.md
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-12-29 14:20:38 +0100
committerAlberto Ruiz <aruiz@um.es>2014-12-29 14:20:38 +0100
commit432d80a0b65b0be64fe0dc0d7816f1f738895458 (patch)
tree4fe8628e2af8123fb925d7482503bd97a44debc7 /packages/base/THANKS.md
parent5b03c7d6cbc2d9d42f515d34a94e6739d59fd6bc (diff)
remove redundant cpp-options, bump version, thanks
Diffstat (limited to 'packages/base/THANKS.md')
-rw-r--r--packages/base/THANKS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md
index c220f16..fdbbe14 100644
--- a/packages/base/THANKS.md
+++ b/packages/base/THANKS.md
@@ -175,7 +175,7 @@ module reorganization, monadic mapVectorM, and many other improvements.
175 175
176- John Shahbazian added support for openBLAS. 176- John Shahbazian added support for openBLAS.
177 177
178- "yongqli" reported the bug in randomVector (rand() is not thread-safe). 178- "yongqli" reported the bug in randomVector (rand() is not thread-safe and drand48_r() is not portable).
179 179
180- "yongqli" and Kiwamu Ishikura reported that drand48_r() is not portable. 180- Kiwamu Ishikura improved randomVector for OSX
181 181