[DRE-commits] [ruby-gsl] branch master updated (3bc63dc -> b72e80d)

Balint Reczey rbalint at moszumanska.debian.org
Mon Oct 5 16:22:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

rbalint pushed a change to branch master
in repository ruby-gsl.

      from  3bc63dc   Update changelog
      adds  d84fb05   Finalize changelog
       new  b5ba52a   Switch to new upstream at https://github.com/SciRuby/rb-gsl
       new  8e3c8f9   Update watch file to use gsl gem name
       new  0349b3d   Imported Upstream version 1.16.0.6+dfsg1
       new  f17b043   Merge tag 'upstream/1.16.0.6+dfsg1'
       new  38eb873   Update changelog for new upstream version
       new  15bfdca   Refresh patches
       new  ed281a7   Bump compat version to 9
       new  b72e80d   Update copyright file

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   12 +
 .travis.yml                                        |   24 +
 AUTHORS                                            |    8 +
 COPYING                                            |  680 +++----
 ChangeLog                                          | 1199 +++++------
 Gemfile                                            |    4 +
 README                                             |   28 -
 README.md                                          |   77 +
 Rakefile                                           |   47 +-
 THANKS                                             |    2 +-
 debian/changelog                                   |    9 +-
 debian/compat                                      |    2 +-
 debian/control                                     |    4 +-
 debian/copyright                                   |   35 +-
 debian/patches/002_min.c.patch                     |   25 -
 debian/patches/20110605_extconf.rb                 |    6 +-
 debian/patches/series                              |    1 -
 debian/watch                                       |    2 +-
 examples/blas/blas.rb                              |    2 +-
 examples/bspline.rb                                |    6 +-
 examples/complex/functions.rb                      |    8 +-
 examples/complex/mul.rb                            |    2 +-
 examples/const/physconst.rb                        |    8 +-
 examples/const/travel.rb                           |    8 +-
 examples/eigen/nonsymmv.rb                         |    2 +-
 examples/eigen/qhoscillator.rb                     |    6 +-
 examples/fft/radix2.rb                             |    2 +-
 examples/fft/real-halfcomplex.rb                   |    6 +-
 examples/fft/real-halfcomplex2.rb                  |    6 +-
 examples/fit/expfit.rb                             |    2 +-
 examples/fit/multifit.rb                           |    2 +-
 examples/fit/ndlinear.rb                           |   88 +-
 examples/fit/nonlinearfit.rb                       |    2 +-
 examples/fit/wlinear.rb                            |    6 +-
 examples/function/function.rb                      |    2 +-
 examples/function/min.rb                           |    2 +-
 examples/function/synchrotron.rb                   |    4 +-
 examples/gallery/koch.rb                           |    2 +-
 examples/histogram/cauchy.rb                       |    4 +-
 examples/histogram/exponential.rb                  |    2 +-
 examples/histogram/histo3d.rb                      |    2 +-
 examples/histogram/histogram-pdf.rb                |    4 +-
 examples/histogram/xexp.rb                         |    2 +-
 examples/integration/ahmed.rb                      |    4 +-
 examples/integration/cosmology.rb                  |   14 +-
 examples/integration/friedmann.rb                  |    8 +-
 examples/integration/qng.rb                        |    2 +-
 examples/interp/demo.rb                            |    4 +-
 examples/linalg/LQ_solve.rb                        |    2 +-
 examples/linalg/LU.rb                              |    2 +-
 examples/linalg/LU2.rb                             |    2 +-
 examples/linalg/LU_narray.rb                       |    2 +-
 examples/linalg/PTLQ.rb                            |    2 +-
 examples/linalg/QRPT.rb                            |    2 +-
 examples/linalg/chol.rb                            |    2 +-
 examples/linalg/chol_narray.rb                     |    2 +-
 examples/linalg/complex.rb                         |    2 +-
 examples/math/elementary.rb                        |    2 +-
 examples/math/functions.rb                         |    2 +-
 examples/math/inf_nan.rb                           |    2 +-
 examples/math/minmax.rb                            |    2 +-
 examples/math/power.rb                             |    2 +-
 examples/math/test.rb                              |    2 +-
 examples/min.rb                                    |    2 +-
 examples/multimin/bundle.rb                        |    2 +-
 examples/multimin/cqp.rb                           |   34 +-
 examples/multiroot/fsolver3.rb                     |    2 +-
 examples/odeiv/binarysystem.rb                     |   24 +-
 examples/odeiv/demo.rb                             |    6 +-
 examples/odeiv/frei1.rb                            |   14 +-
 examples/odeiv/frei2.rb                            |    8 +-
 examples/odeiv/oscillator.rb                       |    2 +-
 examples/odeiv/sedov.rb                            |    6 +-
 examples/odeiv/whitedwarf.rb                       |   22 +-
 examples/permutation/ex1.rb                        |    4 +-
 examples/permutation/permutation.rb                |    2 +-
 examples/poly/demo.rb                              |    2 +-
 examples/random/diffusion.rb                       |    2 +-
 examples/random/generator.rb                       |    4 +-
 examples/random/randomwalk.rb                      |    6 +-
 examples/random/rng.rb                             |    2 +-
 examples/roots/bisection.rb                        |    2 +-
 examples/roots/brent.rb                            |    2 +-
 examples/roots/demo.rb                             |    2 +-
 examples/roots/newton.rb                           |    4 +-
 examples/roots/recombination.gp                    |    1 -
 examples/sf/hyperg.rb                              |    2 +-
 examples/sf/sphbessel.rb                           |    2 +-
 examples/sort/sort.rb                              |    2 +-
 examples/tamu_anova.rb                             |    8 +-
 examples/vector/add.rb                             |    2 +-
 examples/vector/decimate.rb                        |    2 +-
 examples/vector/gnuplot.rb                         |   16 +-
 examples/vector/vector.rb                          |    4 +-
 examples/wavelet/wavelet1.rb                       |    2 +-
 ext/gsl/bspline.c                                  |  130 --
 ext/gsl/const.c                                    |  672 -------
 ext/gsl/cqp.c                                      |  283 ---
 ext/gsl/fcmp.c                                     |   64 -
 ext/gsl/fresnel.c                                  |  312 ---
 ext/gsl/jacobi.c                                   |  739 -------
 ext/gsl/ool.c                                      |  879 --------
 ext/gsl/oper_complex_source.c                      |  251 ---
 ext/gsl/sf_mathieu.c                               |  238 ---
 ext/{gsl => gsl_native}/alf.c                      |   18 +-
 ext/{gsl => gsl_native}/array.c                    |  215 +-
 ext/{gsl => gsl_native}/array_complex.c            |  124 +-
 ext/{gsl => gsl_native}/blas.c                     |    0
 ext/{gsl => gsl_native}/blas1.c                    |   64 +-
 ext/{gsl => gsl_native}/blas2.c                    |  112 +-
 ext/{gsl => gsl_native}/blas3.c                    |  108 +-
 ext/{gsl => gsl_native}/block.c                    |    9 +-
 .../block_source.c => gsl_native/block_source.h}   |  220 +-
 ext/gsl_native/bspline.c                           |  122 ++
 ext/{gsl => gsl_native}/bundle.c                   |    0
 ext/{gsl => gsl_native}/cdf.c                      |  164 +-
 ext/{gsl => gsl_native}/cheb.c                     |  159 +-
 ext/{gsl => gsl_native}/combination.c              |   25 +-
 ext/{gsl => gsl_native}/common.c                   |   44 +-
 ext/{gsl => gsl_native}/complex.c                  |  228 ++-
 ext/gsl_native/const.c                             |  331 +++
 ext/{gsl => gsl_native}/const_additional.c         |   45 +-
 ext/gsl_native/cqp.c                               |  283 +++
 ext/{gsl => gsl_native}/deriv.c                    |   52 +-
 ext/{gsl => gsl_native}/dht.c                      |   48 +-
 ext/{gsl => gsl_native}/diff.c                     |   48 +-
 ext/{gsl => gsl_native}/dirac.c                    |   89 +-
 ext/{gsl => gsl_native}/eigen.c                    | 2113 ++++++++++----------
 ext/{gsl => gsl_native}/error.c                    |   26 +-
 ext/{gsl => gsl_native}/extconf.rb                 |   18 +-
 ext/{gsl => gsl_native}/fft.c                      |  390 ++--
 ext/{gsl => gsl_native}/fit.c                      |   32 +-
 ext/gsl_native/fresnel.c                           |  312 +++
 ext/{gsl => gsl_native}/function.c                 |   64 +-
 ext/{gsl => gsl_native}/geometry.c                 |   30 +-
 ext/{gsl => gsl_native}/graph.c                    |  124 +-
 ext/{gsl => gsl_native}/gsl.c                      |   33 +-
 ext/{gsl => gsl_native}/gsl_narray.c               |   39 +-
 ext/{gsl => gsl_native}/histogram.c                |  273 ++-
 ext/{gsl => gsl_native}/histogram2d.c              |  167 +-
 ext/{gsl => gsl_native}/histogram3d.c              |  144 +-
 ext/{gsl => gsl_native}/histogram3d_source.c       |  391 ++--
 ext/{gsl => gsl_native}/histogram_find.c           |   64 +-
 ext/{gsl => gsl_native}/histogram_oper.c           |   95 +-
 ext/{gsl => gsl_native}/ieee.c                     |   22 +-
 ext/{gsl => gsl_native}/include/rb_gsl.h           |    7 -
 ext/{gsl => gsl_native}/include/rb_gsl_array.h     |   40 +-
 ext/{gsl => gsl_native}/include/rb_gsl_cheb.h      |    0
 ext/{gsl => gsl_native}/include/rb_gsl_common.h    |   96 +-
 ext/{gsl => gsl_native}/include/rb_gsl_complex.h   |    0
 ext/{gsl => gsl_native}/include/rb_gsl_const.h     |    5 -
 ext/{gsl => gsl_native}/include/rb_gsl_dirac.h     |    0
 ext/{gsl => gsl_native}/include/rb_gsl_eigen.h     |    0
 ext/{gsl => gsl_native}/include/rb_gsl_fft.h       |    3 -
 ext/{gsl => gsl_native}/include/rb_gsl_fit.h       |    0
 ext/{gsl => gsl_native}/include/rb_gsl_function.h  |    0
 ext/{gsl => gsl_native}/include/rb_gsl_graph.h     |    4 +-
 ext/{gsl => gsl_native}/include/rb_gsl_histogram.h |   16 +-
 .../include/rb_gsl_histogram3d.h                   |  100 +-
 .../include/rb_gsl_integration.h                   |    0
 ext/{gsl => gsl_native}/include/rb_gsl_interp.h    |    0
 ext/{gsl => gsl_native}/include/rb_gsl_linalg.h    |    1 -
 ext/{gsl => gsl_native}/include/rb_gsl_math.h      |    4 -
 ext/{gsl => gsl_native}/include/rb_gsl_odeiv.h     |    0
 ext/{gsl => gsl_native}/include/rb_gsl_poly.h      |    6 +-
 ext/{gsl => gsl_native}/include/rb_gsl_rational.h  |    2 +-
 ext/{gsl => gsl_native}/include/rb_gsl_rng.h       |    0
 ext/{gsl => gsl_native}/include/rb_gsl_root.h      |    0
 ext/{gsl => gsl_native}/include/rb_gsl_sf.h        |   82 +-
 .../include/rb_gsl_statistics.h                    |    0
 ext/{gsl => gsl_native}/include/rb_gsl_tensor.h    |    0
 .../include/rb_gsl_with_narray.h                   |    0
 ext/{gsl => gsl_native}/include/templates_off.h    |    0
 ext/{gsl => gsl_native}/include/templates_on.h     |    2 +-
 ext/{gsl => gsl_native}/integration.c              |  343 ++--
 ext/{gsl => gsl_native}/interp.c                   |   54 +-
 ext/gsl_native/jacobi.c                            |  733 +++++++
 ext/{gsl => gsl_native}/linalg.c                   | 1024 +++++-----
 ext/{gsl => gsl_native}/linalg_complex.c           |  182 +-
 ext/{gsl => gsl_native}/math.c                     |  108 +-
 ext/{gsl => gsl_native}/matrix.c                   |   10 +-
 ext/{gsl => gsl_native}/matrix_complex.c           |  225 +--
 ext/{gsl => gsl_native}/matrix_double.c            |  151 +-
 ext/{gsl => gsl_native}/matrix_int.c               |   99 +-
 .../matrix_source.c => gsl_native/matrix_source.h} |  582 +++---
 ext/{gsl => gsl_native}/min.c                      |  117 +-
 ext/{gsl => gsl_native}/monte.c                    |  104 +-
 ext/{gsl => gsl_native}/multifit.c                 |  285 ++-
 ext/{gsl => gsl_native}/multimin.c                 |  138 +-
 ext/{gsl => gsl_native}/multimin_fsdf.c            |   30 +-
 ext/{gsl => gsl_native}/multiroots.c               |  125 +-
 ext/{gsl => gsl_native}/multiset.c                 |   10 +-
 ext/{gsl => gsl_native}/ndlinear.c                 |  641 +++---
 ext/{gsl => gsl_native}/nmf.c                      |   22 +-
 ext/{gsl => gsl_native}/nmf_wrap.c                 |    2 +-
 ext/{gsl => gsl_native}/ntuple.c                   |   26 +-
 ext/{gsl => gsl_native}/odeiv.c                    |  201 +-
 ext/gsl_native/ool.c                               |  879 ++++++++
 ext/{gsl => gsl_native}/permutation.c              |   70 +-
 ext/{gsl => gsl_native}/poly.c                     |    7 +-
 ext/{gsl => gsl_native}/poly2.c                    |   12 +-
 .../poly_source.c => gsl_native/poly_source.h}     |  507 +++--
 ext/{gsl => gsl_native}/qrng.c                     |   23 +-
 ext/{gsl => gsl_native}/randist.c                  |  461 ++---
 ext/{gsl => gsl_native}/rational.c                 |   18 +-
 ext/{gsl => gsl_native}/rng.c                      |   74 +-
 ext/{gsl => gsl_native}/root.c                     |   86 +-
 ext/{gsl => gsl_native}/sf.c                       |  360 ++--
 ext/{gsl => gsl_native}/sf_airy.c                  |    0
 ext/{gsl => gsl_native}/sf_bessel.c                |   12 +-
 ext/{gsl => gsl_native}/sf_clausen.c               |    0
 ext/{gsl => gsl_native}/sf_coulomb.c               |   78 +-
 ext/{gsl => gsl_native}/sf_coupling.c              |   58 +-
 ext/{gsl => gsl_native}/sf_dawson.c                |    0
 ext/{gsl => gsl_native}/sf_debye.c                 |    9 -
 ext/{gsl => gsl_native}/sf_dilog.c                 |    0
 ext/{gsl => gsl_native}/sf_elementary.c            |    4 +-
 ext/{gsl => gsl_native}/sf_ellint.c                |   84 +-
 ext/{gsl => gsl_native}/sf_elljac.c                |    4 +-
 ext/{gsl => gsl_native}/sf_erfc.c                  |    4 -
 ext/{gsl => gsl_native}/sf_exp.c                   |    4 +-
 ext/{gsl => gsl_native}/sf_expint.c                |   12 +-
 ext/{gsl => gsl_native}/sf_fermi_dirac.c           |    0
 ext/{gsl => gsl_native}/sf_gamma.c                 |    6 +-
 ext/{gsl => gsl_native}/sf_gegenbauer.c            |    0
 ext/{gsl => gsl_native}/sf_hyperg.c                |    0
 ext/{gsl => gsl_native}/sf_laguerre.c              |    6 +-
 ext/{gsl => gsl_native}/sf_lambert.c               |    0
 ext/{gsl => gsl_native}/sf_legendre.c              |    0
 ext/{gsl => gsl_native}/sf_log.c                   |    6 +-
 ext/gsl_native/sf_mathieu.c                        |  235 +++
 ext/{gsl => gsl_native}/sf_power.c                 |    0
 ext/{gsl => gsl_native}/sf_psi.c                   |   13 +-
 ext/{gsl => gsl_native}/sf_synchrotron.c           |    0
 ext/{gsl => gsl_native}/sf_transport.c             |    0
 ext/{gsl => gsl_native}/sf_trigonometric.c         |    6 +-
 ext/{gsl => gsl_native}/sf_zeta.c                  |    4 -
 ext/{gsl => gsl_native}/signal.c                   |  124 +-
 ext/{gsl => gsl_native}/siman.c                    |   76 +-
 ext/{gsl => gsl_native}/sort.c                     |    7 +-
 ext/{gsl => gsl_native}/spline.c                   |   68 +-
 ext/{gsl => gsl_native}/stats.c                    |  217 +-
 ext/{gsl => gsl_native}/sum.c                      |   64 +-
 ext/{gsl => gsl_native}/tamu_anova.c               |    0
 ext/{gsl => gsl_native}/tensor.c                   |    6 +-
 .../tensor_source.c => gsl_native/tensor_source.h} |  288 +--
 ext/{gsl => gsl_native}/vector.c                   |    6 +-
 ext/{gsl => gsl_native}/vector_complex.c           |  336 ++--
 ext/{gsl => gsl_native}/vector_double.c            |  341 ++--
 ext/{gsl => gsl_native}/vector_int.c               |   48 +-
 .../vector_source.c => gsl_native/vector_source.h} |  814 ++++----
 ext/{gsl => gsl_native}/wavelet.c                  |  451 ++---
 gsl.gemspec                                        |   29 +
 lib/gsl.rb                                         |    8 +-
 lib/gsl/gnuplot.rb                                 |    4 +-
 lib/gsl/version.rb                                 |    4 +-
 metadata.yml                                       |  460 ++---
 test/gsl/blas_test.rb                              |    2 +-
 test/gsl/index_test.rb                             |   61 +
 test/gsl/matrix_test.rb                            |   21 +
 uncrustify.cfg                                     | 1693 ++++++++++++++++
 261 files changed, 13442 insertions(+), 13323 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 debian/patches/002_min.c.patch
 delete mode 100644 ext/gsl/bspline.c
 delete mode 100644 ext/gsl/const.c
 delete mode 100644 ext/gsl/cqp.c
 delete mode 100644 ext/gsl/fcmp.c
 delete mode 100644 ext/gsl/fresnel.c
 delete mode 100644 ext/gsl/jacobi.c
 delete mode 100644 ext/gsl/ool.c
 delete mode 100644 ext/gsl/oper_complex_source.c
 delete mode 100644 ext/gsl/sf_mathieu.c
 rename ext/{gsl => gsl_native}/alf.c (93%)
 rename ext/{gsl => gsl_native}/array.c (77%)
 rename ext/{gsl => gsl_native}/array_complex.c (71%)
 rename ext/{gsl => gsl_native}/blas.c (100%)
 rename ext/{gsl => gsl_native}/blas1.c (94%)
 rename ext/{gsl => gsl_native}/blas2.c (94%)
 rename ext/{gsl => gsl_native}/blas3.c (91%)
 rename ext/{gsl => gsl_native}/block.c (89%)
 rename ext/{gsl/block_source.c => gsl_native/block_source.h} (79%)
 create mode 100644 ext/gsl_native/bspline.c
 rename ext/{gsl => gsl_native}/bundle.c (100%)
 rename ext/{gsl => gsl_native}/cdf.c (96%)
 rename ext/{gsl => gsl_native}/cheb.c (77%)
 rename ext/{gsl => gsl_native}/combination.c (95%)
 rename ext/{gsl => gsl_native}/common.c (91%)
 rename ext/{gsl => gsl_native}/complex.c (84%)
 create mode 100644 ext/gsl_native/const.c
 rename ext/{gsl => gsl_native}/const_additional.c (68%)
 create mode 100644 ext/gsl_native/cqp.c
 rename ext/{gsl => gsl_native}/deriv.c (80%)
 rename ext/{gsl => gsl_native}/dht.c (91%)
 rename ext/{gsl => gsl_native}/diff.c (79%)
 rename ext/{gsl => gsl_native}/dirac.c (81%)
 rename ext/{gsl => gsl_native}/eigen.c (64%)
 rename ext/{gsl => gsl_native}/error.c (91%)
 rename ext/{gsl => gsl_native}/extconf.rb (85%)
 rename ext/{gsl => gsl_native}/fft.c (72%)
 rename ext/{gsl => gsl_native}/fit.c (88%)
 create mode 100644 ext/gsl_native/fresnel.c
 rename ext/{gsl => gsl_native}/function.c (91%)
 rename ext/{gsl => gsl_native}/geometry.c (80%)
 rename ext/{gsl => gsl_native}/graph.c (96%)
 rename ext/{gsl => gsl_native}/gsl.c (95%)
 rename ext/{gsl => gsl_native}/gsl_narray.c (97%)
 rename ext/{gsl => gsl_native}/histogram.c (90%)
 rename ext/{gsl => gsl_native}/histogram2d.c (90%)
 rename ext/{gsl => gsl_native}/histogram3d.c (87%)
 rename ext/{gsl => gsl_native}/histogram3d_source.c (70%)
 rename ext/{gsl => gsl_native}/histogram_find.c (75%)
 rename ext/{gsl => gsl_native}/histogram_oper.c (78%)
 rename ext/{gsl => gsl_native}/ieee.c (83%)
 rename ext/{gsl => gsl_native}/include/rb_gsl.h (97%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_array.h (86%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_cheb.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_common.h (83%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_complex.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_const.h (87%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_dirac.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_eigen.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_fft.h (96%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_fit.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_function.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_graph.h (98%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_histogram.h (90%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_histogram3d.h (50%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_integration.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_interp.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_linalg.h (95%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_math.h (85%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_odeiv.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_poly.h (95%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_rational.h (96%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_rng.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_root.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_sf.h (70%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_statistics.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_tensor.h (100%)
 rename ext/{gsl => gsl_native}/include/rb_gsl_with_narray.h (100%)
 rename ext/{gsl => gsl_native}/include/templates_off.h (100%)
 rename ext/{gsl => gsl_native}/include/templates_on.h (99%)
 rename ext/{gsl => gsl_native}/integration.c (81%)
 rename ext/{gsl => gsl_native}/interp.c (93%)
 create mode 100644 ext/gsl_native/jacobi.c
 rename ext/{gsl => gsl_native}/linalg.c (91%)
 rename ext/{gsl => gsl_native}/linalg_complex.c (84%)
 rename ext/{gsl => gsl_native}/math.c (92%)
 rename ext/{gsl => gsl_native}/matrix.c (82%)
 rename ext/{gsl => gsl_native}/matrix_complex.c (92%)
 rename ext/{gsl => gsl_native}/matrix_double.c (82%)
 rename ext/{gsl => gsl_native}/matrix_int.c (78%)
 rename ext/{gsl/matrix_source.c => gsl_native/matrix_source.h} (84%)
 rename ext/{gsl => gsl_native}/min.c (72%)
 rename ext/{gsl => gsl_native}/monte.c (93%)
 rename ext/{gsl => gsl_native}/multifit.c (89%)
 rename ext/{gsl => gsl_native}/multimin.c (90%)
 rename ext/{gsl => gsl_native}/multimin_fsdf.c (88%)
 rename ext/{gsl => gsl_native}/multiroots.c (91%)
 rename ext/{gsl => gsl_native}/multiset.c (99%)
 rename ext/{gsl => gsl_native}/ndlinear.c (74%)
 rename ext/{gsl => gsl_native}/nmf.c (86%)
 rename ext/{gsl => gsl_native}/nmf_wrap.c (97%)
 rename ext/{gsl => gsl_native}/ntuple.c (94%)
 rename ext/{gsl => gsl_native}/odeiv.c (85%)
 create mode 100644 ext/gsl_native/ool.c
 rename ext/{gsl => gsl_native}/permutation.c (91%)
 rename ext/{gsl => gsl_native}/poly.c (90%)
 rename ext/{gsl => gsl_native}/poly2.c (96%)
 rename ext/{gsl/poly_source.c => gsl_native/poly_source.h} (80%)
 rename ext/{gsl => gsl_native}/qrng.c (91%)
 rename ext/{gsl => gsl_native}/randist.c (83%)
 rename ext/{gsl => gsl_native}/rational.c (96%)
 rename ext/{gsl => gsl_native}/rng.c (96%)
 rename ext/{gsl => gsl_native}/root.c (89%)
 rename ext/{gsl => gsl_native}/sf.c (85%)
 rename ext/{gsl => gsl_native}/sf_airy.c (100%)
 rename ext/{gsl => gsl_native}/sf_bessel.c (98%)
 rename ext/{gsl => gsl_native}/sf_clausen.c (100%)
 rename ext/{gsl => gsl_native}/sf_coulomb.c (77%)
 rename ext/{gsl => gsl_native}/sf_coupling.c (72%)
 rename ext/{gsl => gsl_native}/sf_dawson.c (100%)
 rename ext/{gsl => gsl_native}/sf_debye.c (97%)
 rename ext/{gsl => gsl_native}/sf_dilog.c (100%)
 rename ext/{gsl => gsl_native}/sf_elementary.c (92%)
 rename ext/{gsl => gsl_native}/sf_ellint.c (83%)
 rename ext/{gsl => gsl_native}/sf_elljac.c (90%)
 rename ext/{gsl => gsl_native}/sf_erfc.c (97%)
 rename ext/{gsl => gsl_native}/sf_exp.c (97%)
 rename ext/{gsl => gsl_native}/sf_expint.c (98%)
 rename ext/{gsl => gsl_native}/sf_fermi_dirac.c (100%)
 rename ext/{gsl => gsl_native}/sf_gamma.c (99%)
 rename ext/{gsl => gsl_native}/sf_gegenbauer.c (100%)
 rename ext/{gsl => gsl_native}/sf_hyperg.c (100%)
 rename ext/{gsl => gsl_native}/sf_laguerre.c (95%)
 rename ext/{gsl => gsl_native}/sf_lambert.c (100%)
 rename ext/{gsl => gsl_native}/sf_legendre.c (100%)
 rename ext/{gsl => gsl_native}/sf_log.c (99%)
 create mode 100644 ext/gsl_native/sf_mathieu.c
 rename ext/{gsl => gsl_native}/sf_power.c (100%)
 rename ext/{gsl => gsl_native}/sf_psi.c (90%)
 rename ext/{gsl => gsl_native}/sf_synchrotron.c (100%)
 rename ext/{gsl => gsl_native}/sf_transport.c (100%)
 rename ext/{gsl => gsl_native}/sf_trigonometric.c (98%)
 rename ext/{gsl => gsl_native}/sf_zeta.c (98%)
 rename ext/{gsl => gsl_native}/signal.c (77%)
 rename ext/{gsl => gsl_native}/siman.c (93%)
 rename ext/{gsl => gsl_native}/sort.c (97%)
 rename ext/{gsl => gsl_native}/spline.c (90%)
 rename ext/{gsl => gsl_native}/stats.c (83%)
 rename ext/{gsl => gsl_native}/sum.c (70%)
 rename ext/{gsl => gsl_native}/tamu_anova.c (100%)
 rename ext/{gsl => gsl_native}/tensor.c (90%)
 rename ext/{gsl/tensor_source.c => gsl_native/tensor_source.h} (81%)
 rename ext/{gsl => gsl_native}/vector.c (91%)
 rename ext/{gsl => gsl_native}/vector_complex.c (91%)
 rename ext/{gsl => gsl_native}/vector_double.c (85%)
 rename ext/{gsl => gsl_native}/vector_int.c (85%)
 rename ext/{gsl/vector_source.c => gsl_native/vector_source.h} (82%)
 rename ext/{gsl => gsl_native}/wavelet.c (64%)
 create mode 100644 gsl.gemspec
 create mode 100644 test/gsl/index_test.rb
 create mode 100644 uncrustify.cfg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gsl.git



More information about the Pkg-ruby-extras-commits mailing list