summaryrefslogtreecommitdiff
path: root/math/gsl/patches
diff options
context:
space:
mode:
Diffstat (limited to 'math/gsl/patches')
-rw-r--r--math/gsl/patches/patch-ab13
-rw-r--r--math/gsl/patches/patch-ad13
2 files changed, 26 insertions, 0 deletions
diff --git a/math/gsl/patches/patch-ab b/math/gsl/patches/patch-ab
new file mode 100644
index 00000000000..a780bc3b53b
--- /dev/null
+++ b/math/gsl/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.5 2006/10/22 19:51:05 schwarz Exp $
+
+--- ./randist/gausszig.c.orig 2006-10-22 10:54:48.000000000 +0200
++++ ./randist/gausszig.c 2006-10-22 10:55:05.000000000 +0200
+@@ -164,7 +164,7 @@
+
+
+ double
+-gsl_ran_gaussian_ziggurat (const gsl_rng * r, double sigma)
++gsl_ran_gaussian_ziggurat (const gsl_rng * r, const double sigma)
+ {
+ unsigned long int i, j;
+ int sign;
diff --git a/math/gsl/patches/patch-ad b/math/gsl/patches/patch-ad
new file mode 100644
index 00000000000..7d5e12e5ae4
--- /dev/null
+++ b/math/gsl/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.3 2006/10/22 19:51:05 schwarz Exp $
+
+--- cdf/betainv.c.orig 2006-10-22 15:30:57.000000000 +0200
++++ cdf/betainv.c 2006-10-22 15:31:37.000000000 +0200
+@@ -152,7 +152,7 @@
+ }
+
+ double
+-gsl_cdf_beta_Qinv (double Q, double a, double b)
++gsl_cdf_beta_Qinv (const double Q, const double a, const double b)
+ {
+
+ if (Q < 0.0 || Q > 1.0)