[pdl] 06/09: Merge tag 'upstream/2.015'

Bas Couwenberg sebastic at debian.org
Sun Jun 12 13:46:05 UTC 2016


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

sebastic pushed a commit to branch master
in repository pdl.

commit 33f1393e3bf8d01285870c97bfbbe9f982e26bfc
Merge: 725e24c 0a7e273
Author: Andreas Tille <tille at debian.org>
Date:   Mon May 30 11:44:55 2016 +0200

    Merge tag 'upstream/2.015'
    
    Upstream version 2.015

 Basic/Bad/Makefile.PL                              |    38 +-
 Basic/Bad/bad.pd                                   |    60 +-
 Basic/Complex/Makefile.PL                          |    22 +-
 Basic/Complex/complex.pd                           |     4 +
 Basic/Core/Basic.pm                                |    12 +-
 Basic/Core/{Core.pm.PL => Core.pm}                 |   572 +-
 Basic/Core/{Core.xs.PL => Core.xs}                 |   487 +-
 Basic/Core/Dbg.pm                                  |     2 +-
 Basic/Core/Dev.pm                                  |   356 +-
 Basic/Core/IFiles.pm                               |    60 +
 Basic/Core/Makefile.PL                             |   231 +-
 Basic/Core/Types.pm.PL                             |    76 +-
 Basic/Core/pdl.h.PL                                |   397 +-
 Basic/Core/pdl_hfiles.p                            |    43 -
 Basic/Core/pdlapi.c                                |   113 +-
 Basic/Core/pdlbadvalinit.c.PL                      |     6 +
 Basic/Core/pdlconv.c.PL                            |    15 +-
 Basic/Core/pdlcore.c.PL                            |  1120 +-
 Basic/Core/pdlcore.h.PL                            |    38 +-
 Basic/Core/pdldataswitch.c.PL                      |     6 +
 Basic/Core/pdlmagic.c                              |    31 +-
 Basic/Core/pdlsections.g                           |    16 +-
 Basic/Core/pdlsimple.h.PL                          |     3 +-
 Basic/Core/pdlthread.c                             |   147 +-
 Basic/Core/typemap                                 |    28 +-
 Basic/Core/typemap.pdl                             |    28 +-
 Basic/Gen/Inline/Makefile.PL                       |     1 +
 Basic/Gen/Inline/Pdlpp.pm                          |   372 +-
 Basic/Gen/Makefile.PL                              |   101 +-
 Basic/Gen/PP.pm                                    |    48 +-
 Basic/Gen/PP/PDLCode.pm                            |    75 +-
 Basic/Gen/PP/PdlParObj.pm                          |     5 +-
 Basic/Gen/{pptemplate.PL => pptemplate}            |    44 +-
 Basic/Lite.pm                                      |     3 +-
 Basic/LiteF.pm                                     |     4 +-
 Basic/Lvalue.pm                                    |     5 +-
 Basic/Makefile.PL                                  |    27 +-
 Basic/Math/Makefile.PL                             |    81 +-
 Basic/Math/math.pd                                 |     4 +-
 Basic/Math/mconf.h                                 |     4 +-
 Basic/Math/quiet_nan.c                             |     2 +-
 Basic/MatrixOps/Makefile.PL                        |    17 +-
 Basic/MatrixOps/blas.c                             |     8 +-
 Basic/MatrixOps/matrixops.pd                       |     6 +-
 Basic/Ops/Makefile.PL                              |    26 +-
 Basic/Ops/ops.pd                                   |   169 +-
 Basic/PDL.pm                                       |    21 +-
 Basic/Pod/API.pod                                  |    74 +-
 Basic/Pod/BadValues.pod                            |     9 +-
 Basic/Pod/FAQ.pod                                  |    76 +-
 Basic/Pod/Indexing.pod                             |   296 +-
 Basic/Pod/Internals.pod                            |    49 +-
 Basic/Pod/Makefile.PL                              |    43 +-
 Basic/Pod/Modules.pod                              |    56 +-
 Basic/Pod/PP.pod                                   |   199 +-
 Basic/Primitive/Makefile.PL                        |    29 +-
 Basic/Primitive/primitive.pd                       |   658 +-
 Basic/Slices/Makefile.PL                           |    24 +-
 Basic/Slices/slices.pd                             |   365 +-
 Basic/SourceFilter/Makefile.PL                     |    29 +-
 Basic/SourceFilter/NiceSlice.pm                    |     8 +-
 Basic/Test/Makefile.PL                             |    19 -
 Basic/Test/tests.pd                                |   149 -
 Basic/Ufunc/Makefile.PL                            |    35 +-
 Basic/Ufunc/ufunc.pd                               |    81 +-
 Bugs.pod                                           |    16 +-
 Changes                                            | 26611 ++-----------------
 DEPENDENCIES                                       |    18 +-
 DEVELOPMENT                                        |     2 +-
 Demos/Cartography_demo.pm                          |     2 +-
 Demos/Gnuplot_demo.pm                              |     2 +-
 Demos/Makefile.PL                                  |    31 +-
 Demos/Prima.pm                                     |     2 +-
 Demos/TriDGallery.pm                               |     2 +-
 Doc/Doc.pm                                         |    31 +-
 Doc/Doc/Perldl.pm                                  |    16 +-
 Doc/Makefile.PL                                    |    30 +-
 Doc/mkhtmldoc.pl                                   |    93 +-
 Example/Benchmark/Makefile.PL                      |     5 +-
 Example/InlinePdlpp/Module/Makefile.PL             |     3 +
 Example/PLplot/refresh.pdl                         |   190 -
 GENERATED/PDL/Bad.pm                               |   917 +
 .../Complex/complex.pd => GENERATED/PDL/Complex.pm |  1800 +-
 GENERATED/PDL/Compression.pm                       |   280 +
 GENERATED/PDL/FFT.pm                               |   587 +
 GENERATED/PDL/Fit/Gaussian.pm                      |   169 +
 GENERATED/PDL/GIS/Proj.pm                          |   315 +
 .../DIFF/gsl_diff.pd => GENERATED/PDL/GSL/DIFF.pm  |   231 +-
 .../gsl_integ.pd => GENERATED/PDL/GSL/INTEG.pm     |  1195 +-
 GENERATED/PDL/GSL/INTERP.pm                        |   387 +
 .../gsl_mroot.pd => GENERATED/PDL/GSL/MROOT.pm     |   121 +-
 GENERATED/PDL/GSL/RNG.pm                           |  2659 ++
 GENERATED/PDL/GSLSF/AIRY.pm                        |   308 +
 GENERATED/PDL/GSLSF/BESSEL.pm                      |   860 +
 GENERATED/PDL/GSLSF/CLAUSEN.pm                     |   105 +
 GENERATED/PDL/GSLSF/COULOMB.pm                     |   192 +
 GENERATED/PDL/GSLSF/COUPLING.pm                    |   163 +
 GENERATED/PDL/GSLSF/DAWSON.pm                      |   105 +
 GENERATED/PDL/GSLSF/DEBYE.pm                       |   192 +
 GENERATED/PDL/GSLSF/DILOG.pm                       |   134 +
 GENERATED/PDL/GSLSF/ELEMENTARY.pm                  |   134 +
 GENERATED/PDL/GSLSF/ELLINT.pm                      |   369 +
 GENERATED/PDL/GSLSF/ELLJAC.pm                      |   105 +
 GENERATED/PDL/GSLSF/ERF.pm                         |   221 +
 GENERATED/PDL/GSLSF/EXP.pm                         |   163 +
 GENERATED/PDL/GSLSF/EXPINT.pm                      |   337 +
 GENERATED/PDL/GSLSF/FERMI_DIRAC.pm                 |   231 +
 GENERATED/PDL/GSLSF/GAMMA.pm                       |   627 +
 GENERATED/PDL/GSLSF/GEGENBAUER.pm                  |   135 +
 GENERATED/PDL/GSLSF/HYPERG.pm                      |   309 +
 GENERATED/PDL/GSLSF/LAGUERRE.pm                    |   106 +
 GENERATED/PDL/GSLSF/LEGENDRE.pm                    |   512 +
 GENERATED/PDL/GSLSF/LOG.pm                         |   134 +
 GENERATED/PDL/GSLSF/POLY.pm                        |   108 +
 GENERATED/PDL/GSLSF/POW_INT.pm                     |   105 +
 GENERATED/PDL/GSLSF/PSI.pm                         |   168 +
 GENERATED/PDL/GSLSF/SYNCHROTRON.pm                 |   134 +
 GENERATED/PDL/GSLSF/TRANSPORT.pm                   |   196 +
 GENERATED/PDL/GSLSF/TRIG.pm                        |   482 +
 GENERATED/PDL/GSLSF/ZETA.pm                        |   164 +
 GENERATED/PDL/Graphics/IIS.pm                      |   467 +
 GENERATED/PDL/Graphics/OpenGLQ.pm                  |   135 +
 GENERATED/PDL/Graphics/TriD/Rout.pm                |   306 +
 .../browser.pd => GENERATED/PDL/IO/Browser.pm      |    85 +-
 GENERATED/PDL/IO/GD.pm                             |  3184 +++
 IO/HDF/VS/VS.pd => GENERATED/PDL/IO/HDF.pm         |   332 +-
 IO/HDF/SD/SD.pd => GENERATED/PDL/IO/HDF/SD.pm      |   291 +-
 IO/Misc/misc.pd => GENERATED/PDL/IO/Misc.pm        |   422 +-
 IO/Pnm/pnm.pd => GENERATED/PDL/IO/Pnm.pm           |   399 +-
 GENERATED/PDL/IO/Storable.pm                       |   345 +
 GENERATED/PDL/Image2D.pm                           |  1427 +
 GENERATED/PDL/ImageND.pm                           |   652 +
 .../imagergb.pd => GENERATED/PDL/ImageRGB.pm       |    70 +-
 GENERATED/PDL/Math.pm                              |   950 +
 .../matrixops.pd => GENERATED/PDL/MatrixOps.pm     |   575 +-
 Lib/Minuit/minuit.pd => GENERATED/PDL/Minuit.pm    |   983 +-
 GENERATED/PDL/Ops.pm                               |  1343 +
 .../primitive.pd => GENERATED/PDL/Primitive.pm     |  2667 +-
 Lib/Slatec/slatec.pd => GENERATED/PDL/Slatec.pm    |  1458 +-
 GENERATED/PDL/Slices.pm                            |  1968 ++
 .../transform.pd => GENERATED/PDL/Transform.pm     |  1813 +-
 GENERATED/PDL/Transform/Proj4.pm                   | 10058 +++++++
 GENERATED/PDL/Ufunc.pm                             |  2264 ++
 Graphics/Graphics2D.pm                             |    45 +-
 Graphics/IIS/Makefile.PL                           |    46 +-
 Graphics/IIS/pdliisdisp.c                          |     4 +-
 Graphics/LUT/LUT.pm                                |    23 +-
 Graphics/LUT/Makefile.PL                           |     4 +-
 Graphics/LUT/ramps/Makefile.PL                     |    10 +-
 Graphics/LUT/tables/Makefile.PL                    |    10 +-
 Graphics/Limits/Makefile.PL                        |    10 +-
 Graphics/Makefile.PL                               |    26 +-
 Graphics/PGPLOT/Makefile.PL                        |    10 +-
 Graphics/PGPLOT/PGPLOT.pm                          |     2 +-
 Graphics/PGPLOT/Window/Makefile.PL                 |    10 +-
 Graphics/PLplot/Changes                            |   104 -
 Graphics/PLplot/Makefile.PL                        |   279 -
 Graphics/PLplot/README                             |    77 -
 Graphics/PLplot/plplot.pd                          |  5263 ----
 Graphics/TriD/Makefile.PL                          |     5 +-
 Graphics/TriD/OpenGLQ/Makefile.PL                  |    20 +-
 Graphics/TriD/OpenGLQ/openglq.pd                   |     4 +-
 Graphics/TriD/POGL/Makefile.PL                     |     4 +-
 Graphics/TriD/POGL/OpenGL.pm                       |     2 +-
 Graphics/TriD/Rout/Makefile.PL                     |    22 +-
 Graphics/TriD/Rout/rout.pd                         |     5 +-
 Graphics/TriD/TriD/Contours.pm                     |     2 +-
 Graphics/TriD/TriD/Objects.pm                      |     2 +-
 Graphics/TriD/VRML/Makefile.PL                     |     2 +
 INSTALL                                            |    22 +-
 IO/Browser/Makefile.PL                             |    45 +-
 IO/Browser/browser.pd                              |     3 +-
 IO/Dicom/Makefile.PL                               |    15 +-
 IO/FITS/Makefile.PL                                |     5 +-
 IO/FastRaw/Makefile.PL                             |     2 +
 IO/FlexRaw/FlexRaw.pm                              |    57 +-
 IO/FlexRaw/Makefile.PL                             |     3 +
 IO/GD/GD.pd                                        |    30 +-
 IO/GD/Makefile.PL                                  |   248 +-
 IO/HDF/Makefile.PL                                 |   301 +-
 IO/HDF/SD/Makefile.PL                              |    14 +-
 IO/HDF/SD/SD.pd                                    |     3 +-
 IO/HDF/VS/Makefile.PL                              |    16 +-
 IO/HDF/VS/VS.pd                                    |     3 +-
 IO/IDL/Makefile.PL                                 |    14 +-
 IO/Makefile.PL                                     |    17 +-
 IO/Misc/Makefile.PL                                |    20 +-
 IO/Misc/misc.pd                                    |     3 +-
 IO/Pnm/Makefile.PL                                 |    20 +-
 IO/Pnm/Pic.pm                                      |     2 +-
 IO/Pnm/pnm.pd                                      |    14 +-
 IO/Storable/Makefile.PL                            |    21 +-
 IO/Storable/storable.pd                            |   251 +-
 Known_problems                                     |   114 +-
 Lib/CallExt/CallExt.pm                             |    35 +-
 Lib/CallExt/Makefile.PL                            |     4 +-
 Lib/Compression/Makefile.PL                        |    13 +-
 Lib/DiskCache.pm                                   |    23 +-
 Lib/FFT/Makefile.PL                                |    21 +-
 Lib/Filter/Makefile.PL                             |    11 +-
 Lib/Fit/Gaussian/Makefile.PL                       |    21 +-
 Lib/Fit/Makefile.PL                                |    11 +-
 Lib/Fit/Polynomial.pm                              |     4 +-
 Lib/Func.pm                                        |    21 +-
 Lib/GIS/Makefile.PL                                |     2 +
 Lib/GIS/Proj/Makefile.PL                           |   257 +-
 Lib/GIS/Proj/Proj.pd                               |    15 +-
 Lib/GSL/DIFF/Makefile.PL                           |    26 +-
 Lib/GSL/DIFF/gsl_diff.pd                           |     7 +-
 Lib/GSL/INTEG/Makefile.PL                          |    25 +-
 Lib/GSL/INTEG/gsl_integ.pd                         |    47 +-
 Lib/GSL/INTERP/Makefile.PL                         |    25 +-
 Lib/GSL/INTERP/gslerr.h                            |     2 +-
 Lib/GSL/MROOT/FUNC.c                               |     8 +-
 Lib/GSL/MROOT/Makefile.PL                          |    25 +-
 Lib/GSL/MROOT/gsl_mroot.pd                         |     7 +-
 Lib/GSL/Makefile.PL                                |    27 +-
 Lib/GSL/RNG/Makefile.PL                            |    24 +-
 Lib/GSL/RNG/gsl_random.pd                          |  1029 +-
 Lib/GSL/SF/Makefile.PL                             |    21 +-
 Lib/GSL/SF/airy/Makefile.PL                        |    24 +-
 Lib/GSL/SF/bessel/Makefile.PL                      |    24 +-
 Lib/GSL/SF/clausen/Makefile.PL                     |    24 +-
 Lib/GSL/SF/coulomb/Makefile.PL                     |    24 +-
 Lib/GSL/SF/coupling/Makefile.PL                    |    24 +-
 Lib/GSL/SF/dawson/Makefile.PL                      |    24 +-
 Lib/GSL/SF/debye/Makefile.PL                       |    24 +-
 Lib/GSL/SF/dilog/Makefile.PL                       |    24 +-
 Lib/GSL/SF/elementary/Makefile.PL                  |    24 +-
 Lib/GSL/SF/ellint/Makefile.PL                      |    24 +-
 Lib/GSL/SF/elljac/Makefile.PL                      |    24 +-
 Lib/GSL/SF/erf/Makefile.PL                         |    24 +-
 Lib/GSL/SF/exp/Makefile.PL                         |    24 +-
 Lib/GSL/SF/expint/Makefile.PL                      |    24 +-
 Lib/GSL/SF/fermi_dirac/Makefile.PL                 |    24 +-
 Lib/GSL/SF/gamma/Makefile.PL                       |    24 +-
 Lib/GSL/SF/gegenbauer/Makefile.PL                  |    24 +-
 Lib/GSL/SF/gslerr.h                                |     2 +-
 Lib/GSL/SF/hyperg/Makefile.PL                      |    24 +-
 Lib/GSL/SF/laguerre/Makefile.PL                    |    24 +-
 Lib/GSL/SF/legendre/Makefile.PL                    |    24 +-
 Lib/GSL/SF/log/Makefile.PL                         |    24 +-
 Lib/GSL/SF/poly/Makefile.PL                        |    24 +-
 Lib/GSL/SF/pow_int/Makefile.PL                     |    24 +-
 Lib/GSL/SF/psi/Makefile.PL                         |    24 +-
 Lib/GSL/SF/synchrotron/Makefile.PL                 |    23 +-
 Lib/GSL/SF/transport/Makefile.PL                   |    24 +-
 Lib/GSL/SF/trig/Makefile.PL                        |    24 +-
 Lib/GSL/SF/zeta/Makefile.PL                        |    24 +-
 Lib/Image2D/Makefile.PL                            |    21 +-
 Lib/Image2D/image2d.pd                             |     4 +-
 Lib/ImageND/Makefile.PL                            |    11 +-
 Lib/ImageRGB/Makefile.PL                           |    18 +-
 Lib/ImageRGB/imagergb.pd                           |     4 +-
 Lib/Interpolate/Makefile.PL                        |     3 +-
 Lib/Interpolate/Slatec/Makefile.PL                 |    13 +-
 Lib/Makefile.PL                                    |    30 +-
 Lib/Minuit/Makefile.PL                             |   163 +-
 Lib/Minuit/minuit.pd                               |   925 +-
 Lib/Opt/Makefile.PL                                |    15 -
 Lib/{Opt => }/Simplex/Makefile.PL                  |     2 +
 Lib/{Opt => }/Simplex/Simplex.pm                   |     0
 Lib/Slatec/Makefile.PL                             |   162 +-
 Lib/Slatec/slatec.pd                               |    15 +-
 Lib/Transform/Cartography/Cartography.pm           |    14 +-
 Lib/Transform/Cartography/Makefile.PL              |     3 +-
 Lib/Transform/Makefile.PL                          |    15 +-
 Lib/Transform/Proj4/Makefile.PL                    |   234 +-
 Lib/Transform/Proj4/Proj4.pd                       |    32 +-
 Lib/Transform/transform.pd                         |  1687 +-
 MANIFEST                                           |   113 +-
 MANIFEST.SKIP                                      |    54 +-
 META.json                                          |    44 +-
 META.yml                                           |    71 +-
 Makefile.PL                                        |   508 +-
 Perldl2/Makefile.PL                                |    40 +-
 Perldl2/Plugin/Makefile.PL                         |     2 +
 Perldl2/Profile/Makefile.PL                        |     2 +
 README                                             |    11 +-
 Release_Notes                                      |  1782 --
 TODO                                               |    81 +-
 TestTools/Mem/foobar                               |     7 -
 TestTools/Mem/tmem.pl                              |    68 -
 cygwin/INSTALL                                     |     8 -
 cygwin/README                                      |     5 -
 debian/README.Debian                               |     4 -
 debian/perldl.conf                                 |    13 -
 inc/Alien/Proj4.pm                                 |   221 +
 inc/Devel/CheckLib.pm                              |   487 -
 pdl.PL => pdl.c                                    |    16 -
 pdldoc                                             |   116 +
 pdldoc.PL                                          |   221 -
 perldl.PL => perldl                                |    41 +-
 perldl.conf                                        |    45 +-
 t/00-report-prereqs.t                              |   187 +
 t/01-checkmanifest.t                               |    12 +
 t/aaa_load.t                                       |     5 +-
 t/argtest.t                                        |    67 +-
 t/autoload.t                                       |     3 +-
 t/bad.t                                            |    42 +-
 t/badvalue_scalar_cmp.t                            |   234 +
 t/basic.t                                          |     5 +-
 t/bigmem.t                                         |    77 +
 t/bool.t                                           |    38 +-
 t/callext.t                                        |    26 +-
 t/clump.t                                          |   126 +-
 t/config.t                                         |     2 +-
 t/conv.t                                           |     7 -
 t/core.t                                           |    39 +-
 t/croak.t                                          |    70 +-
 t/diskcache.t                                      |     2 +-
 t/dumper.t                                         |    25 +-
 t/familyfree.t                                     |    30 +-
 t/flexraw_fortran.t                                |    16 +-
 t/flow.t                                           |   347 +-
 t/foo.t                                            |    74 -
 t/gauss.t                                          |    34 +-
 t/gd_oo_tests.t                                    |     4 +-
 t/gis_proj.t                                       |     8 +-
 t/hdf_sd.t                                         |     3 +-
 t/hdf_vdata.t                                      |     3 +-
 t/hdf_vgroup.t                                     |     3 +-
 t/hdrs.t                                           |    89 +-
 t/howbig.t                                         |    31 +-
 t/ica.t                                            |   120 +-
 t/image2d.t                                        |     2 +-
 t/imagend.t                                        |   147 +-
 t/imagergb.t                                       |    21 +-
 t/inline-comment-test.t                            |    51 +-
 t/inline-with.t                                    |    78 +
 t/inlinepdlpp.t                                    |    66 +-
 t/interp.t                                         |    24 +-
 t/interp_slatec.t                                  |    43 +-
 t/interpol.t                                       |    21 +-
 t/limits_trans_err.t                               |     7 +-
 t/linfit.t                                         |    27 +-
 t/magic.t                                          |    32 +-
 t/matmult.t                                        |    22 +-
 t/matrixops.t                                      |    19 +-
 t/minmax-behavior.t                                |    24 +
 t/ones.t                                           |    28 +-
 t/op-eq-warn-for-non-numeric.t                     |    54 +
 t/opengl.t                                         |    41 +-
 t/ops.t                                            |   178 +-
 t/pdl-from-string-bad-values.t                     |    45 +
 t/pdl_from_string.t                                |   171 +-
 t/pdlchar.t                                        |    27 +-
 t/pgplot.t                                         |     2 +-
 t/physical.t                                       |    30 +-
 t/pic_16bit.t                                      |    20 +-
 t/picnorgb.t                                       |   118 +-
 t/picrgb.t                                         |    95 +-
 t/plplot.t                                         |   543 -
 t/plplot_no_fork.win32                             |    31 -
 t/pnm.t                                            |    59 +-
 t/poly.t                                           |    22 +-
 t/polyroots.t                                      |    12 +-
 t/pptest.t                                         |   326 +-
 t/primitive.t                                      |    27 +-
 t/primitive2.t                                     |    91 +-
 t/proj_transform.t                                 |   150 +-
 t/proj_transform2.t                                |    81 +-
 t/pthread.t                                        |   229 +-
 t/pthread_auto.t                                   |   166 +-
 t/reduce.t                                         |    15 +-
 t/refs.t                                           |    31 +-
 t/rim.t                                            |     5 +-
 t/scope.t                                          |    49 +-
 t/slatec-polyfit-weight.t                          |    49 +
 t/slatec.t                                         |    23 +-
 t/slice.t                                          |    35 +-
 t/storable.t                                       |    55 +-
 t/storable_new_amd64.dat                           |   Bin 0 -> 199 bytes
 t/storable_old_amd64.dat                           |   Bin 0 -> 123 bytes
 t/stringify.t                                      |     9 +
 t/subclass2.t                                      |     7 +-
 t/thread.t                                         |    28 +-
 t/thread_def.t                                     |    31 +-
 t/transform.t                                      |   125 +-
 t/ufunc.t                                          |    47 +-
 t/unpdl.t                                          |    44 +-
 t/vaffine.t                                        |    14 +-
 t/vsearch.t                                        |   529 +
 win32/INSTALL                                      |     4 +-
 384 files changed, 54794 insertions(+), 49955 deletions(-)


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pdl.git



More information about the Pkg-perl-cvs-commits mailing list