summaryrefslogtreecommitdiff
path: root/lib/GSL/Special/autoall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GSL/Special/autoall.sh')
-rw-r--r--lib/GSL/Special/autoall.sh41
1 files changed, 41 insertions, 0 deletions
diff --git a/lib/GSL/Special/autoall.sh b/lib/GSL/Special/autoall.sh
new file mode 100644
index 0000000..cb45957
--- /dev/null
+++ b/lib/GSL/Special/autoall.sh
@@ -0,0 +1,41 @@
1#!/bin/bash
2
3#Airy.hs
4# include Precision (..) in the export list
5#Exp.hs
6# remove extern inline definition, qualify name
7#Coupling
8# remove deprecated INCORRECT
9#Trig.hs
10# qualify names
11#Legendre.hs
12# remove extern inline
13#Log.hs
14# remove extern inline, qualify name
15
16#runhaskell auto airy
17runhaskell auto bessel
18runhaskell auto clausen
19runhaskell auto coulomb
20#runhaskell auto coupling
21runhaskell auto dawson
22runhaskell auto debye
23runhaskell auto dilog
24runhaskell auto elementary
25runhaskell auto ellint
26runhaskell auto erf
27#runhaskell auto exp
28runhaskell auto expint
29runhaskell auto fermi_dirac
30runhaskell auto gamma
31runhaskell auto gegenbauer
32runhaskell auto hyperg
33runhaskell auto laguerre
34runhaskell auto lambert
35#runhaskell auto legendre
36#runhaskell auto log
37runhaskell auto pow_int
38runhaskell auto psi
39runhaskell auto synchrotron
40#runhaskell auto trig
41runhaskell auto zeta \ No newline at end of file