commit b1d2c53432d954e3ae4a1889b6a0d1dbf7039731
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Oct 12 12:20:54 2013 -0400

    Final updates and Release_Notes for PDL-2.007 release

 DEPENDENCIES   |   10 +-
 Known_problems |   17 +--
 Makefile.PL    |    2 +-
 README         |    2 +-
 Release_Notes  |  553 +++++++-------------------------------------------------
 5 files changed, 75 insertions(+), 509 deletions(-)

commit bc864bc43e1d04169d742c5c3c9015d04b75b374
Author: Dima Kogan <dima@secretsauce.net>
Date:   Fri Oct 11 16:53:33 2013 -0700

    pdl_trans is now properly defined as a flexible array
    
    pdl_trans was intended to have a variable number of pdl objects in it, but the
    code defined this number as 1. This causes issues with gcc4.8, which is more
    aggressive at optimizing the code based on what the programmer tells it. In this
    case, the pdl[1] that the code had was taken literally. The new flexible array
    implementation tells the compiler exactly what is happening, and all is well.
    
    See this thread:
    
    http://mailman.jach.hawaii.edu/pipermail/perldl/2013-October/008191.html

 Basic/Core/pdl.h.PL |   56 +++++++++++++++++++++++++++++++-------------------
 1 files changed, 35 insertions(+), 21 deletions(-)

commit a36eb5dc841ea50f60bad4cab5e8560b6b128820
Author: Dima Kogan <dima@secretsauce.net>
Date:   Fri Oct 11 15:52:14 2013 -0700

    clarified how _MSC_VER affects PDL_TRANS_START()

 Basic/Core/pdl.h.PL |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)

commit 028a725c9ef8b174d645f503a7af2fe254547374
Author: Dima Kogan <dima@secretsauce.net>
Date:   Fri Oct 11 15:40:29 2013 -0700

    removed needless cast from pointer to (wrong-sized) int

 Basic/Core/pdlapi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 56d6cc355d7585114e4f76ed4bf0d5fb3f6f28bd
Author: Dima Kogan <dima@secretsauce.net>
Date:   Fri Oct 11 15:39:32 2013 -0700

    PDL_CHKMAGIC...() now uses a pointer-specific printf() format

 Basic/Core/pdl.h.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cd1a4334d906b3d733973b5b553fc5f189747a87
Author: Dima Kogan <dima@secretsauce.net>
Date:   Fri Oct 11 15:33:44 2013 -0700

    consolidated the two PDL_CHKMAGIC macros into one

 Basic/Core/pdl.h.PL |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

commit ed50f5c07faefc5fc9eeda020f91b3ed4d2a3cc9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 11 01:58:37 2013 -0400

    Update DEPENDENCIES and Known_problems

 DEPENDENCIES   |    5 +++++
 Known_problems |   12 ++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

commit 5dcbdf268739fd26fa7a009bd2d1620c1d22067c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 10 09:48:54 2013 -0400

    Update VERISON to 2.006_93 for PDL-2.007 release candidate
    
    Assuming PDL-2.006_92 tests well, the PDL-2.006_93 release
    will be the release candidate for PDL-2.007.  We're in code
    freeze so work from now to PDL-2.007 should be only documentation
    and the ilk.

 Basic/PDL.pm   |    2 +-
 Known_problems |    6 +++++-
 Release_Notes  |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+), 2 deletions(-)

commit 880a98229711e9e36b6f92c3b74194bbdb09a6c2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 10 09:42:48 2013 -0400

    Update Known_problems and Release_Notes for PDL-2.006_92 release

 Known_problems |    8 --------
 Release_Notes  |   14 +++++++++++++-
 2 files changed, 13 insertions(+), 9 deletions(-)

commit b2c4c726cff6f458ed945626c1f99b1832e9b378
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 7 17:01:26 2013 -0400

    Add g to substitute for pod obfuscation fix

 Basic/Gen/PP.pm |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 9f6bd7d0964a64648c586d91c9a4da6d351a5959
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 7 16:57:09 2013 -0400

    Add Bugs.pod to MAN1PODS hash

 Makefile.PL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 1c30a6f9faa13d2ef8a923b3d31b7a73f6a94650
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 7 12:27:00 2013 -0400

    Put map in list context for pdldoc obfuscation

 Basic/Gen/PP.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8ae1f0059ef5dfc161d651952d03750cd2b6bad3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 7 10:16:30 2013 -0400

    Add PDL::Doc compatible function refs to PP.pod
    
    We might want to revisit the PDL::Doc implementation to
    make it easier to mark items for the pdldoc database.

 Basic/Pod/PP.pod |  140 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 135 insertions(+), 5 deletions(-)

commit 46468fb511ed5ed9d67905039f227234a3306ffb
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Mon Oct 7 21:33:13 2013 +1100

    Graphics/PLplot/plplot.pd - address portability issue
    
    Define "c_plwid" to "c_plwidth" iff "plwidth" is
    defined.

 Graphics/PLplot/plplot.pd |   41 +++++++++++++++++++++++------------------
 1 files changed, 23 insertions(+), 18 deletions(-)

commit 69331eedde82efd3a94f88668e377b01757b81e3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 6 16:04:23 2013 -0400

    Obfuscate pod constructs so perldoc doesn't see them
    
    Some of the PP commands generate POD and the format of
    the text pieces used to produce the generated POD looked
    like valid POD since they were in heredocs at the first char.
    Added a prefix and map command to hide them.  Now only PP.pod
    shows as having docs.  Still need to add POD for the various
    pp_xxx routines in a form so pdldoc (especially with -a will
    find the references).

 Basic/Gen/PP.pm |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 7ac6a050d4daaf65451de82644495d7edc9b6cc6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 6 15:34:06 2013 -0400

    Move BUGS to Bugs.pod for discoverable documentation
    
    This should make it easier for non-hand-install PDLers
    to find instructions for submitting problem reports or
    where to ask questions.

 BUGS        |   99 ---------------------------------
 Bugs.pod    |  177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 MANIFEST    |    2 +-
 Makefile.PL |    2 +-
 4 files changed, 179 insertions(+), 101 deletions(-)

commit 6a2ed5e50019686dd783cf005cb79fb6bb2648c6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 6 10:44:24 2013 -0400

    Make PDL::NiceSlice preserve line numbering (sf.net feature #75)
    
    Now niceslice processing leaves whitespace (and newlines) in
    place so that line numbering is preserved by the preprocessor
    and hence debug messages refer to the correct line in the
    original, unfiltered code.

 Basic/SourceFilter/NiceSlice.pm |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit f2b71efe391ecb335d57007eabf8167154de3d66
Merge: 6872726 8fefb6d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 6 10:43:54 2013 -0400

    Merge branch 'master' of ssh://git.code.sf.net/p/pdl/code

commit 8fefb6da5e599646e0285660176020f1a7f06afc
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sun Oct 6 10:20:51 2013 -0400

    Added simple CLONE_SKIP to PDL.pm

 Basic/PDL.pm |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

commit 68727266edcadd25866da38897ba7b4f864d0672
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 6 10:08:34 2013 -0400

    Update needed version of Perl OpenGL to 0.6702
    
    Be sure to add warning of change to Release_Notes so no-one is
    caught by surprise.

 Basic/SourceFilter/NiceSlice.pm |    1 +
 Graphics/TriD/POGL/Makefile.PL  |   16 ++++++++--------
 perldl.conf                     |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)

commit 9ced359cfe2c569c735636590d4978f18adb3b63
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 1 19:01:38 2013 -0400

    Update typemap.pdl from typemap
    
    The PP typemap that is used is the typemap.pdl file installed in
    the PDL/Core directory.  This updates that file with the new
    PDL_Indx type for index data values.

 Basic/Core/typemap.pdl |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 4dbb2444329d141f42aebc89c0a13641d70c73a4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Sep 29 15:04:34 2013 -0400

    Update VERSION to 2.006_092 for more PDL-2.007 final development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 2 deletions(-)

commit f86080a9f8b3083790da09fb025f4827f8d8d5de
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 28 18:28:42 2013 -0400

    Update Known_problems and Release_Notes.

 Known_problems |   10 ----------
 Release_Notes  |   16 +++++++++++++++-
 2 files changed, 15 insertions(+), 11 deletions(-)

commit 4409c513f722eac54de1ff601b004e7752fbe9d3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 28 17:48:21 2013 -0400

    Update ExtUtils::MakeMaker required to 6.56
    
    To enable support for CONFIGURE_REQUIRES option.  This allows
    us to stop having a local copy of Devel::CheckLib in inc/

 MANIFEST.SKIP |    1 +
 Makefile.PL   |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 5214b23d6ecdb690077fcbd59c71c6561d1c40de
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 26 09:01:08 2013 -0400

    Fix some missing int->indx/PDL_Indx conversions in primitive.pd
    
    vsearch, which, and which_both.  Thanks to Edward Baudrez for
    reporting the problem.

 Basic/Primitive/primitive.pd |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit cccb2f201dc7417e478ddf3165ded290ca9f8586
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 25 13:28:42 2013 -0400

    Add some tapprox() to floating point equality tests.

 t/ufunc.t |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit 6c60172f3ae7e40f1f0f65432dbb3e2135abcf27
Merge: 0fe3d13 9b6954b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 24 07:02:54 2013 -0400

    Merge branch 'master' of ssh://git.code.sf.net/p/pdl/code

commit 0fe3d138f1def45e5e524ec105caa65eecd0761e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 24 07:02:06 2013 -0400

    Remove ref to previous indx conversion routines: ind and index

 Basic/Gen/PP/PDLCode.pm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 9b6954b494f488090ce18f59886aa3278e2b3769
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Tue Sep 24 11:19:14 2013 +0200

    add "afh" option to rfits to allow explicit use of legacy hash
    parser for performance reasons.  (This was possible before but
    only by localizing the undocumented global variable $PDL::Astro_Fits_Header).

 IO/FITS/FITS.pm |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

commit 83001b7445fe893c7035e14434645bb040c4bb9e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Sep 22 07:18:13 2013 -0400

    Update VERSION to 2.006_91 for finishing PDL-2.007 development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 2 deletions(-)

commit ad25b02188eb877a8ccf6bacc4560205daf9aaf2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 21 21:17:19 2013 -0400

    Update Known_problems for CPAN Developers release 2.006_90

 Known_problems |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 13936b313be1571a401b7dedc07b8ac9f4deae6b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 21 21:17:00 2013 -0400

    Fix a few missed modover->modeover changes

 Basic/Ufunc/ufunc.pd |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 40ba95910e61ab74aa59010a2d714572e890ea63
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 21 20:44:38 2013 -0400

    Change modover to modeover in t/ufunc.t

 t/ufunc.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 00d436d11f93ae87a8530c4ee81879b69e046b3e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 21 17:45:41 2013 -0400

    Update Release_Notes

 Release_Notes |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit f32707688ec90d8eac96f2884b81768037177645
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 21 17:44:34 2013 -0400

    Use mode/modeover rather than mode/modover
    
    To avoid confusion---even if it looks a bit odd, rpic() doesn't
    read like a real word either.

 Basic/Ufunc/ufunc.pd |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

commit ed84ab3d297cf9803d9af0ae3eed35ad53e741e5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 21 10:37:10 2013 -0400

    Minor update to PDL FAQ

 Basic/Pod/FAQ.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit acee3e1925772addf3f66afded29ff48de9419d5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 21 10:26:57 2013 -0400

    More explanation for PDL_Indx type use and meaning

 Basic/Pod/API.pod        |    7 ++++---
 Basic/Pod/QuickStart.pod |   10 +++++++---
 2 files changed, 11 insertions(+), 6 deletions(-)

commit f50b4051105fe7bbbdd89cac6a3224cf486a6627
Merge: 2d1c198 571f925
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Wed Sep 18 18:12:14 2013 -0600

    Merge branch 'master' of ssh://git.code.sf.net/p/pdl/code

commit 2d1c198fc25a49d8f718daa81c71abe1fb03ced8
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Wed Sep 18 18:11:08 2013 -0600

    add mode/modover and appropriate tests; clarify generic ufunc docs slightly.

 Basic/Ufunc/ufunc.pd |   56 ++++++++++++++++++++++++++++++++++++++++++-------
 t/ufunc.t            |    7 +++++-
 2 files changed, 54 insertions(+), 9 deletions(-)

commit 571f925226abeb29b0bbb754673a603988fa19c8
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Wed Sep 18 09:32:00 2013 +1000

    Basic/Slices/slices.pd - Fix for MSVC++ 6.0
    
    VC6 doesn't have either strtoll or _strtoi64. Thankfully,
    neither is needed for a PDL build using VC6 compiler

 Basic/Slices/slices.pd |  488 ++++++++++++++++++++++++------------------------
 1 files changed, 246 insertions(+), 242 deletions(-)

commit 07b3012f36a5b3df228f688e42173baa9f8d11bf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Sep 16 14:23:26 2013 -0400

    Update *.pod files to cover new PDL_Indx and slice support

 Basic/Pod/API.pod        |   24 ++++++++++++++----------
 Basic/Pod/FAQ.pod        |   18 +++++++++---------
 Basic/Pod/Internals.pod  |   31 ++++++++++++++++---------------
 Basic/Pod/QuickStart.pod |   11 ++++-------
 Basic/Pod/Scilab.pod     |    2 +-
 5 files changed, 44 insertions(+), 42 deletions(-)

commit 48c5ae54f5214e89a033ba05a4882c1c6c371c9c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Sep 16 13:07:12 2013 -0400

    Replace nslice and mslice refs by new, improved slice()

 Basic/SourceFilter/NiceSlice.pm |   32 +++++++++++++-------------------
 1 files changed, 13 insertions(+), 19 deletions(-)

commit bf76feeaaf29a09436121abbcad89bcf060bcb08
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Sep 16 08:51:23 2013 -0400

    Update some items in PDL/TODO

 TODO |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

commit 88f6b7c9ab77af2b1c5b77d2523b2c35f8e4e7ec
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Sun Sep 15 23:28:13 2013 -0600

    clean up slice tests; add test for ignoring whitespace; add docs about whitespace to slices.pd

 Basic/Slices/slices.pd |    7 +++--
 t/slice.t              |   59 ++++++++++++++++++------------------------------
 2 files changed, 26 insertions(+), 40 deletions(-)

commit 956b68bd63dbbfa84315ecf38905da4769c3b941
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 14 12:39:42 2013 -0400

    Update VERSION to 2.006_90 for final PDL-2.007 development
    
    This release will be PDL-2.007 pre1.

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 2 deletions(-)

commit 09a6ab3c7b75d5132e9e1a06f673ad5619fbe4c3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 14 11:55:01 2013 -0400

    Update Known_problems and Release_Notes for CPAN devel release

 Known_problems |   11 ++++++++---
 Release_Notes  |    6 ++++++
 2 files changed, 14 insertions(+), 3 deletions(-)

commit e48c63190f113150c7df6d7622e16a401093c8c3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 14 11:28:37 2013 -0400

    Fix OpenBSD pthread build problem for non-threaded perls
    
    There is an open Feature Request ticket to improve the
    pthreads detection and build for PDL.  For OpenBSD 5.3
    and non-threaded perls, the current build fails.  For
    that case, I now disable the pthreads building.  This
    can be re-enabled when the pthreads detection is revisited,
    perhaps during the PDL-2.008 clean-up release.

 Basic/Core/Makefile.PL |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

commit eb26375c3907bfe4bf900f2ad09df2f61c56cd4a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 14 11:27:18 2013 -0400

    Add pp_add_exported for new PDL::slice wrapper

 Basic/Slices/slices.pd |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 8eb34aa174f3fa7a9434532205b3ba32ecd4874b
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Fri Sep 13 23:34:22 2013 -0600

    multiple-extension writing for FITS; clean up multiple-extension reading in list context.

 IO/FITS/FITS.pm |  723 ++++++++++++++++++++++++++++++-------------------------
 t/fits.t        |   25 ++-
 2 files changed, 415 insertions(+), 333 deletions(-)

commit 5512e36f690a5d57c51dd7fe7a41efdf72850ece
Merge: 7294fae f2a00d8
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Fri Sep 13 16:18:24 2013 -0600

    Merge branch 'master' of ssh://git.code.sf.net/p/pdl/code
    fell behind due to internet outage (Boulder, CO flooding!)

commit f2a00d87b478b4daa935c282e538cbeb741efa95
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 13 09:15:04 2013 -0400

    Update Release_Notes and Known_problems

 Known_problems |    8 +++++---
 Release_Notes  |   13 ++++++++++++-
 2 files changed, 17 insertions(+), 4 deletions(-)

commit 7294fae6fc451f68c31dfebd021ce65f585ed96e
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Sep 12 23:48:40 2013 -0600

    clean slice docs some.

 Basic/Slices/slices.pd |   55 ------------------------------------------------
 1 files changed, 0 insertions(+), 55 deletions(-)

commit 47ec8f062578e262f2959b946c7a88da02f1d404
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Sep 12 23:46:09 2013 -0600

    migrate nnslice to replace nslice and slice.  move slice to oslice.
    New documentation, some new tests to handle slightly different error
    messages and regularized behavior in some odd corner cases.

 Basic/Core/Core.pm.PL           |   92 +-
 Basic/Slices/slices.pd          | 3310 +++++++++++++++++++++------------------
 Basic/SourceFilter/NiceSlice.pm |    2 +-
 t/croak.t                       |    2 +-
 t/niceslice.t                   |    1 +
 t/slice.t                       |  369 +----
 6 files changed, 1813 insertions(+), 1963 deletions(-)

commit b3960c3897b6c29f1cbbbe0c06c40e56d953987a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 12 10:42:19 2013 -0400

    Replace PDL_Index by PDL_Indx to fix Types.pm.PL
    
    NOTE: The choice of the typename is a result of the current hack
    for generating the various type conversion routines from some of
    the fields in Types.pm.PL structures.  I hope we can clean this
    up for PDL3 to avoid the confusing mess.  Another goal for PDL3
    might be to collect all the type generation and use code into a
    real PDL core.  Right now it is spread amongst PDL/Basic/Core,
    PDL/Basic/Gen and PDL/Basic/Slices (at least!).

 Basic/Core/Core.xs.PL        |   56 ++++++------
 Basic/Core/Types.pm.PL       |   35 +++++---
 Basic/Core/pdl.h.PL          |   16 ++--
 Basic/Core/pdl_hfiles.p      |    4 +-
 Basic/Core/pdlapi.c          |   26 +++---
 Basic/Core/pdlconv.c.PL      |    2 +-
 Basic/Core/pdlcore.c.PL      |   70 ++++++++--------
 Basic/Core/pdlcore.h.PL      |   80 +++++++++---------
 Basic/Core/pdlhash.c         |    4 +-
 Basic/Core/pdlsections.g     |   40 +++++-----
 Basic/Core/pdlsimple.h.PL    |    4 +-
 Basic/Core/pdlthread.c       |   40 +++++-----
 Basic/Core/pdlthread.h       |   10 +-
 Basic/Core/typemap           |    2 +-
 Basic/Gen/PP.pm              |    8 +-
 Basic/Gen/PP/Dims.pm         |    2 +-
 Basic/Gen/PP/PDLCode.pm      |   18 ++--
 Basic/Gen/PP/PdlParObj.pm    |    6 +-
 Basic/Primitive/primitive.pd |   38 ++++----
 Basic/Slices/slices.pd       |  190 +++++++++++++++++++++---------------------
 Basic/Ufunc/ufunc.pd         |   88 ++++++++++----------
 IO/Storable/storable.pd      |    2 +-
 Lib/ImageND/imagend.pd       |   46 +++++-----
 Lib/Minuit/FCN.c             |    6 +-
 24 files changed, 402 insertions(+), 391 deletions(-)

commit 0e438f0c40e3ca209ecb4d6bc41a520cd0cfa3a4
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Mon Sep 9 10:08:31 2013 -0600

    fix nnslice indexing

 Basic/Slices/slices.pd |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit ef5728b56ed998658c774f3abe8c7598d471f2dd
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Fri Sep 6 17:00:15 2013 -0600

    add index1d; change dice_axis engine and nnslice dicing engine to index1d
    (greatly speeds up dicing)

 Basic/Slices/slices.pd |  145 ++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 117 insertions(+), 28 deletions(-)

commit 18f3a4c71e21994abbda7cefeaa487abfe1d4eb7
Merge: f1ec747 dfa7a0e
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Fri Sep 6 16:53:48 2013 -0600

    Merge branch 'master' of ssh://git.code.sf.net/p/pdl/code
    out of sync again...

commit f1ec7474b35a68c2d914e68a426d0f48ab708415
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Fri Sep 6 16:51:43 2013 -0600

    add more permissive parsing to SvPDLV - autopromote array refs to PDLs
    (so you can say, e.g., "$a->index([2,3])" instead of "$a->index(pdl(2,3))").

 Basic/Core/pdlcore.c.PL |  169 ++++++++++++++++++++--------------------------
 t/argtest.t             |   15 +++--
 2 files changed, 84 insertions(+), 100 deletions(-)

commit dfa7a0eb5047aa7bb9df7a0fcc7e49e4497e1944
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Sep 5 23:21:27 2013 -0600

    Convert basic.t to Test::More. Add tests for (x|y|z)(lin|log) vals and axisvals.
    
    Devel::Cover showed that xlinvals etc were never tested at all.  While I was in there, I converted it to Test::More (I think I got all the pieces!).

 t/basic.t |   52 +++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 39 insertions(+), 13 deletions(-)

commit 0845f0f22a08b547253a2f098b486efe859becb8
Merge: 19f6ed8 449f9a1
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Sep 5 22:29:03 2013 -0600

    Got a little out of sync updating Transform.
    Merge branch 'master' of ssh://git.code.sf.net/p/pdl/code

commit 19f6ed8d1523ea7fa834509efad9103cf66fe2f9
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Sep 5 22:28:03 2013 -0600

    minor bugfix to new map code

 Lib/Transform/transform.pd |   11 ++++-------
 t/transform.t              |    2 +-
 2 files changed, 5 insertions(+), 8 deletions(-)

commit ddc1a46b3a5e9f6b45a530fc11a031ccc9e0cd15
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Thu Sep 5 17:51:25 2013 -0600

    Two bug fixes to transform.pd, and an augmentation:
    
        - t_fits now parses CDi_j header fields correctly for modern WCS.
        - apply() and invert() check for undefined fields before trying to execute them.
            (this works around a perl bug that causes "&$a" to hang if $a is undefined)
        - map() now has a "rectify" flag that affects whether autoscaling attempts
            to rectify the coordinate system when autoscaling, or no.  This is useful
    	because sometimes you want that (the former default behavior) and sometimes
    	you want to preserve the original skew or rotation of the scientific coordinate
    	system while rescaling an image. (e.g. $a->match([100,100]) formerly rectified $a;
    	now by default it simply rescales $a.  map itself keeps the old behavior by default.)

 Lib/Transform/transform.pd |  302 ++++++++++++++++++++++++++++++--------------
 1 files changed, 207 insertions(+), 95 deletions(-)

commit 449f9a1afd7dfa51d09646de87cc581556b35834
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 5 09:37:12 2013 -0400

    Update VERSION to 2.006_07 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   39 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 2 deletions(-)

commit 201ffef8ecff7db02561bd0a12eeb6f73b8bc9e8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 5 09:34:45 2013 -0400

    Update Release_Notes and Known_problems for CPAN release

 Known_problems |   14 +++++++++-----
 Release_Notes  |    9 ++++++---
 2 files changed, 15 insertions(+), 8 deletions(-)

commit 84d21012b371821c0df0d98192c9ec8065f7b30a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 5 09:07:24 2013 -0400

    Clean up t/fits.t, t/iotypes.t and t/ufunc.t
    
    Put failing PDL_IND vs PDL_L / PDL_LL tests in TODO blocks
    for t/fits.t and t/iotypes.t.  Made diagnostic output from
    tapprox() in t/ufunc.t conditional on whether the threshhold
    was exceeded or not.

 t/fits.t    |    6 +++++-
 t/iotypes.t |    9 ++++++---
 t/ufunc.t   |    5 +++--
 3 files changed, 14 insertions(+), 6 deletions(-)

commit 30b2b9ca9c4e41763f5f3548616bde61b52f729e
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Wed Sep 4 14:34:25 2013 -0600

    add tests for nnslice boundary case that wasn't caught earlier

 t/slice.t |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 0e618d72dd31ff3b27be1e895edf5cbd45283211
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Wed Sep 4 14:23:37 2013 -0600

    update graticule() in Cartography to support NaN-delimited output

 Lib/Transform/Cartography/Cartography.pm |   93 +++++++++++++++++++-----------
 1 files changed, 59 insertions(+), 34 deletions(-)

commit 8117c727353cf5c0385ccb9e1b6598c43183e596
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Wed Sep 4 14:19:29 2013 -0600

    Fix edge-case bug in nnslice: $a->nnslice([-1,0,0]) [equiv to $a->((-1))]
    offset was not being regularized, but is now.

 Basic/Slices/slices.pd |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 23fad884deebd20893826deba6aec36a6185dc59
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Tue Sep 3 14:27:02 2013 -0600

    add documentation for dicing to nnslice

 Basic/Slices/slices.pd |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 5fa25a501c6761f7e01960dc35bf6beefada24a6
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Tue Sep 3 14:21:24 2013 -0600

    add dicing to nnslice (uses current dice_axis mechanism, which is cheesy
    but proven -- should really be put into the C code...)

 Basic/Slices/slices.pd |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

commit 6b9654c8575b8cf74e003bcadf7da8684224e347
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Tue Sep 3 13:50:31 2013 -0600

    add nnslice declaration to PDL::Lvalue

 Basic/Lvalue.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 51b80cb9347dad49f00caa12c6e9e1051290de84
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Tue Sep 3 11:32:24 2013 -0600

    update rangeb docs to reflect new dimincs ordering (should break cache less)

 Basic/Slices/slices.pd |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 4a566b471bd2a39714f7698872b2dc1ffa5009fb
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Tue Sep 3 11:29:06 2013 -0600

    Potential fix to rangeb bug on 64/32 hybrid systems (convert everything
    to PDL_IND instead of PDL_LL).

 Basic/Slices/slices.pd |   39 +++++++++++++++++++++------------------
 1 files changed, 21 insertions(+), 18 deletions(-)

commit 28805ee28693a2a989812263f9bdd76567d0fcd4
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Fri Aug 30 11:56:43 2013 -0600

    copied all 'slice' tests to also test 'nnslice' as a drop-in replacement.
    ('nnslice' passes all tests)

 Basic/Slices/slices.pd |    8 +-
 t/slice.t              |  283 +++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 287 insertions(+), 4 deletions(-)

commit 32037af2b225e65fd9b63ea230125a2a1ee3d9f9
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Fri Aug 30 01:15:10 2013 -0600

    add slice-like parsing and test suite for nnslice

 Basic/Slices/slices.pd |  217 ++++++++++++++++++++++++++++++++++++++++++------
 t/slice.t              |   71 ++++++++++++++--
 2 files changed, 256 insertions(+), 32 deletions(-)

commit d4e67b1e9f4d156d9ebe6d2f40c0d2d65c45c109
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Thu Aug 29 16:43:39 2013 -0600

    remove debugging prints

 Basic/Slices/slices.pd |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

commit 14f3c97c7a892fc96a579397a1656a8e9e30c1f9
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Thu Aug 29 11:16:08 2013 -0600

    add nnslice and nnsliceb for development

 Basic/Slices/slices.pd |  433 ++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 387 insertions(+), 46 deletions(-)

commit 95ef33692b20d65efc675f9d78f323194fdeb122
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 29 13:06:42 2013 -0400

    Add note about problems with 64bit index support for 32bit perls

 Release_Notes |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit aa3e6795dddd3aa6bc9fa9b097e2c8a4ecbe4fe7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Aug 28 11:13:25 2013 -0400

    Update VERSION to 2.006_06 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   39 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 2 deletions(-)

commit 8c814b0416023a87dcb963b593bba7b471fbdf9a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Aug 28 11:07:47 2013 -0400

    Update Known_problems and Release_Notes for 2.00605 release

 Known_problems |    1 +
 Release_Notes  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

commit ce989507756166a7fcc98603ddc7d072e9b32bd1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 27 18:14:36 2013 -0400

    Remove FFTW files from MANIFEST and add t/slice-exceptions.t

 MANIFEST |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 9517bd226779286c5580739ea433dda856496339
Author: William Parker <wparker30@yahoo.com>
Date:   Tue Aug 27 09:51:54 2013 -0400

    updated test script for Ufunc.pm
    
    I added in some test cases for the percentile and median calculations.
    My changes are at the end-all that was modified in the rest was the
    number of tests planned to reflect those changes.

 t/ufunc.t |   31 +++++++++++++++++++++++++++++--
 1 files changed, 29 insertions(+), 2 deletions(-)

commit ffebecab5fbe6e1af966002c3037f513ce00cc68
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Aug 23 14:22:57 2013 -0400

    Tweaked GSL::MROOT and Minuit to mark pdl wrappers as DONTTOUCHDATA

 Lib/GSL/MROOT/FUNC.c |    2 +-
 Lib/Minuit/FCN.c     |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 27bfadcde7f00ccfe566da3097702cab8be80f35
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Aug 23 14:11:05 2013 -0400

    Noted slice stuff in release notes

 Release_Notes |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 00b8d148ce6cbda6d0827562db3fa5ad518d513e
Merge: 33e4875 cdf8733
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Aug 23 14:06:10 2013 -0400

    Merge Derek's recent docs tweaks with David's slices work

commit 33e4875bc8a3b290dd45a18f104af20b7416597b
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Aug 23 13:53:08 2013 -0400

    Fix inconsistent internal state due to exceptions from out-of-bounds slices.
    
    Out-of-bounds slices are not caught at creation time, but later during the
    evaluation of RedoDims. During the RedoDims code, exceptions were thrown
    after the slice piddle's internal state was partially setup, and usually
    after it was setup enough to masquerade as a functional piddle. This led
    to erroneous dimension size reporting, and potentially to segmentation
    faults. The best solution is probably to magically swap out the slice
    piddle with a "barf" slice, which would just always barf with the given
    error message when any of its methods were invoked. As a stop gap, I
    here reset one of the internal flags so that the RedoDims code is invoked
    on any other operations on the piddle, ensuring that any data access or
    dimension calculations retrip the barf.

 Basic/Slices/slices.pd |   12 ++++++++++++
 t/slice-exceptions.t   |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+), 0 deletions(-)

commit cdf87334b3c6d584d2c8113636abd0e72b0bbe22
Merge: 02c2a4d 609bed4
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Aug 23 10:38:55 2013 -0600

    Merge branch 'master' of ssh://git.code.sf.net/p/pdl/code

commit 609bed4fee561c2963ea878b26be2df4c10a45c4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 16 13:20:33 2013 -0400

    Remove FFTW subdir reference from Lib/Makefile.PL

 Lib/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5287a048343041a80705066e1baee26556866840
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 16 13:19:03 2013 -0400

    Purge PDL::FFTW files and refs from the git repository

 DEPENDENCIES         |   11 -
 Lib/FFTW/Makefile.PL |  199 ---------
 Lib/FFTW/Readme      |   14 -
 Lib/FFTW/fftw.pd     | 1099 --------------------------------------------------
 t/fftw.t             |  137 -------
 5 files changed, 0 insertions(+), 1460 deletions(-)

commit bc7f3327de6f990c0b6798cf19ef6083780a1dbe
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 16 13:18:41 2013 -0400

    Update VERSION to 2.006_05 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    9 +--------
 Release_Notes  |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+), 9 deletions(-)

commit 0c583f9720334f00aceaaf64c1b92dc1a0ef337f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 16 13:03:02 2013 -0400

    Fix sf.net bug #338 PDL::FFT uses backwards sign convention from FFTW
    
    Also clarified some of the docs, added some signatures for the
    routines, and a WARNING at the top regarding the change in sign
    convention between forward and reverse FFTs.
    
    NOTE: The inverse FFT is normalized so that FFT followed by IFFT
    are true inverses.  This is different from the unnormalized transform
    calculated by FFTW.

 Lib/FFT/fft.pd |   30 +++++++++++++++++++++++-------
 1 files changed, 23 insertions(+), 7 deletions(-)

commit 378da964582a1975cdaa36f84b248b27237a9bb8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 10 09:41:17 2013 -0400

    Update Known_problems and Release_Notes for 2.006_04 relase

 Known_problems |   12 ++++++------
 Release_Notes  |    6 ++++++
 2 files changed, 12 insertions(+), 6 deletions(-)

commit 02c2a4db08093ce1fc854a41c362b745e9fc6571
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Aug 8 11:30:20 2013 -0600

    Small spelling, grammar, punctuation changes in Basic.pm and BadValues.pod

 Basic/Core/Basic.pm     |    8 ++++----
 Basic/Pod/BadValues.pod |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 35d719c6deeeeba8574b5c0939fc7a4c34b55842
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 6 17:52:37 2013 -0400

    Partial fix for tempfile problems in t/flexraw_fortran.t
    
    This is some bullet-proofing that shouldn't be needed but
    some OSes apparently have trouble cleaning things up in
    a timely fashion. Work around is to use separate tempfiles
    to reduce impact of the hangs.

 t/flexraw_fortran.t |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

commit 8ccb4d2bced306eb73fee05b3cd39974a5834234
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 6 17:25:12 2013 -0400

    Fix verbose output from mn_init()
    
    Now it goes to STDERR by default and is prepended by a #
    which means it won't affect the standard test harness for perl.

 Lib/Minuit/minuit.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2c0dda61eb18507436cc5c0f819ca536461b215d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 6 17:15:08 2013 -0400

    Change PDL_Long usage to PDL_Index to handle 64bit index support

 Lib/Minuit/FCN.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit f63f3450d99610b696b8bdae584db11af6c91b83
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 6 17:14:36 2013 -0400

    Add File::Temp for tempfile generation

 t/minuit.t |    4 ++-
 t/misc.t   |   86 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 44 insertions(+), 46 deletions(-)

commit 530cebf7e43503758ce61d815ffee727a25ef7b8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 6 14:35:09 2013 -0400

    Deprecate PDL::FFTW and prepare for removal

 Lib/FFTW/Readme |    6 ++++++
 Makefile.PL     |    1 +
 perldl.conf     |   13 ++++---------
 3 files changed, 11 insertions(+), 9 deletions(-)

commit 4e4618a974cf449f58b842672583178c753fff99
Merge: 6a9ff91 6549191
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 2 13:57:43 2013 -0400

    Merge branch 'master' of ssh://git.code.sf.net/p/pdl/code

commit 6a9ff91087432ba7d73ae3ae6095a3274ef4ca4b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 2 13:56:43 2013 -0400

    Fix PDL_Long usages to PDL_Index
    
    Still have to deal with all the int usages as well.

 Basic/Primitive/primitive.pd |   12 +++++-----
 Lib/ImageND/imagend.pd       |   47 +++++++++++++++++++++--------------------
 2 files changed, 30 insertions(+), 29 deletions(-)

commit 65491919c2e8e35e9f5d108183e3de3d94332803
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 29 17:49:57 2013 -0400

    Update CPAN metadata for git repo on sf.net
    
    This should make the link from the http://search.cpan.org PDL
    release page point to the correct location.  Thanks to Christian
    Walde for reporting the problem.

 Makefile.PL |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 147b9a44f9f295a174d6bc585f050f9ecdd63555
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 28 10:53:02 2013 -0400

    Fix long usage in PP code to PDL_Index type
    
    This usage was found in the following routines
    in primitive.pd: interpolate, matmult, vsearch

 Basic/Primitive/primitive.pd |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 1b8b2bf222b1ecb3f465d5cfe1672350cb723786
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Jul 25 22:08:43 2013 -0600

    Remove the TODOs from gd_oo_tests.t
    
    It seems that this test failure has been resolved.  Commenting out
    all the TODO lines for BSD, dragonfly, etc and we'll see if anything
    breaks on next developer release.

 t/gd_oo_tests.t |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

commit be6021d46553e8f20941532086991227eb7ada83
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Jul 25 22:04:59 2013 -0600

    Fix modulo operator to work on PDL_Index piddles.
    
    Since we handle signed and unsigned datatypes separately, and since
    there was no N type in the typeloop, modulo was just picking up
    garbage values. Do we need to also add longlong ('Q') types or longdouble?
    
    Also added a simple test to ops.t for PDL_Index types.

 Basic/Ops/ops.pd |    2 +-
 t/ops.t          |    8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 9b3dc036bd3a1411438815c96928046f297682e4
Merge: c7edeb2 28092fb
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Sat Jul 13 22:31:10 2013 -0600

    Merge branch 'master' of ssh://git.code.sf.net/p/pdl/code

commit 28092fbc0863a505d324a82c0d7e1d76bd082a40
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 9 09:34:47 2013 -0400

    Update/Clean-up some readme-type files

 Known_problems |   13 +--------
 Perldl2/README |   20 ++++++++-----
 Perldl2/TODO   |   26 +++++++++---------
 Release_Notes  |   10 ++++++-
 TODO           |   80 ++++++++++++++++++++++++-------------------------------
 5 files changed, 70 insertions(+), 79 deletions(-)

commit 4d7725723eb5cffc04a08f535acad492d732b0ba
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun Jul 7 11:56:02 2013 +0200

    update debian/perldl.conf from perldl.conf

 debian/perldl.conf |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

commit c7edeb27fcf27b6b00bb4fe1c918e39079d61914
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Sat Jul 6 22:06:56 2013 -0600

    Update some links in FAQ.pod.
    
    Some changes from the SF.net project platform change.

 Basic/Pod/FAQ.pod |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

commit e4de37f8ff4a5aa7b03d5d91db2fe1d4e4884357
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 6 15:41:36 2013 -0400

    Fix sf.net bug #331 "uniq does not always return proper object"
    
    The problem was that for some combinations of input, the output
    was generated by calling pdl() directly which uses class PDL by
    default.  I changed the call from pdl([$stuff]) to
    PDL::pdl(ref($stuff),[$stuff]) and now the appropriate class
    is obtained.  We probably should scrub the PDL sources for any
    other raw uses of the pdl() constructor that should be made
    object type safe.

 Basic/Primitive/primitive.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f4fb0672f92fe42c6ad49e5c14952564fa2129c4
Author: Craig DeForest <zowie@z5.boulder.swri.edu>
Date:   Fri Jul 5 22:54:22 2013 -0600

    Fix fencepost error in coeffs array (apologies if dup - problems with git configuration)

 Lib/Slatec/slatec.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3e7d2227ff085774327c527089135c0190fb3853
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Tue Jul 2 13:29:57 2013 -0600

    more updates to slatec.pd - handle nonbad cases the same as bad ones.

 Lib/Slatec/slatec.pd |  134 +++++++++++++++++++++++++++++++++-----------------
 1 files changed, 88 insertions(+), 46 deletions(-)

commit fdb24f6149fa0105d6eef4bf61573a0095283862
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Wed Jun 26 17:11:04 2013 -0400

    Fix fencepost error for edge case with polyfit() in slatec.pd

 Lib/Slatec/slatec.pd |   29 +++++++++++++++++++++--------
 1 files changed, 21 insertions(+), 8 deletions(-)

commit fe0a4857460ef2fcaf03756ec846af80e780fd93
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Mon Jun 24 01:10:56 2013 -0600

    Fix BAD bug in polyfit -- BAD values in Y should not make the correspondin
    values in R (the fitted output) go BAD.

 Lib/Slatec/slatec.pd |   37 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 36 insertions(+), 1 deletions(-)

commit 63263141bac37c85d548281084c7bacc56d1a800
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jun 12 16:03:09 2013 -0400

    Refactor subclass*.t to use Test::More

 t/subclass.t  |   26 +++++++++-----------------
 t/subclass2.t |   42 +++++++++++++++++-------------------------
 t/subclass3.t |   37 ++++++++++++-------------------------
 t/subclass4.t |   20 ++++----------------
 4 files changed, 42 insertions(+), 83 deletions(-)

commit 5a142c42fb6b44137798e866a582c13fa7337e3f
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Jun 4 14:06:50 2013 -0600

    Update some old links in the documentation.
    
    Some of these links went bad with the website rewrite a few years ago,
    some went bad (or can now be improved/shortened) with the sf.net
    project system upgrade from earlier this year.

 BUGS           |   14 +++++++-------
 DEVELOPMENT    |    4 ++--
 Known_problems |    2 +-
 Makefile.PL    |    4 ++--
 README         |    4 ++--
 Release_Notes  |    2 +-
 6 files changed, 15 insertions(+), 15 deletions(-)

commit ba6b3abc0a07281314358a3e2b40d09916f3788d
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Mon Jun 3 22:29:27 2013 -0600

    small grammar correction in bad.pd docs

 Basic/Bad/bad.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c3eaca6210eec0cb4155fc27664134643d2f2a87
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue May 28 20:44:15 2013 +1000

    t/callext.t - include the pdlsimple.h that's in blib.
    
    Previously Basic/Core/pdlsimple.h was being included.
    It should be the same as blib/lib/PDL/Core/pdlsimple.h,
    but it's the *latter* that we really should be testing.
    I think this is a portable solution. If I'm wrong about
    that, I'm sure we'll soon find out. (We would then
    probably have to revert to including the former.)

 t/callext.t |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a9402af6e8f89708728397f1fbd3119aadcd8597
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue May 28 20:44:15 2013 +1000

    Lib/CallExt/CallExt.pm - In callext_cc(), place $ccflags before installesitelib/PDL/Core
    
    Otherwise the pdlsimple.h that gets included during the t/callext.t 'make test' stage
    is one that has been previously intalled - not the one that's about to be installed.

 Lib/CallExt/CallExt.pm |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 514520e2d3d09ec21eb3d4d88d99d9d3348f9ec8
Author: Dima Kogan <dima@secretsauce.net>
Date:   Fri May 3 02:32:36 2013 -0700

    added unit test for the pp_deprecate_module() warning

 Basic/Test/tests.pd |    3 +++
 Makefile.PL         |    1 +
 debian/control      |    3 ++-
 t/pptest.t          |   12 ++++++++++--
 4 files changed, 16 insertions(+), 3 deletions(-)

commit c1b8b40b55a033b733e18f8387f06d34e2408e75
Author: Dima Kogan <dima@secretsauce.net>
Date:   Fri May 3 01:37:03 2013 -0700

    added pp_deprecate_module() to PDL::PP

 Basic/Gen/PP.pm  |   52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 Basic/Pod/PP.pod |   11 +++++++++++
 2 files changed, 62 insertions(+), 1 deletions(-)

commit 5bd7ce43ec7ddff8ca5092ddb9a5951833150f4c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 26 10:39:58 2013 -0400

    Prepare to deprecate unix only direct mmap code support
    
    Adding a warning for now that will be seen if you for some
    reason are not using the portable File::Map based implementation.
    The current duplication is confusing and the direct mmap support
    has not been actively maintained.  This is a final nudge in case
    anyone still uses the legacy/non-portable implementation.

 IO/FastRaw/FastRaw.pm |    3 ++-
 IO/FlexRaw/FlexRaw.pm |    3 ++-
 t/fastraw.t           |    2 --
 t/flexraw.t           |    2 --
 4 files changed, 4 insertions(+), 6 deletions(-)

commit 0d0e8076e00728fef12f19b492519dfac99d4fb2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 26 10:27:42 2013 -0400

    Update File::Map required version to 0.57
    
    This fixes map_anonymous() support for >2**32 sizes and
    is needed for true 64bit support.

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9e26c515f32e0b77a12b03773ae29ca261e257ce
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 19 17:44:06 2013 -0400

    Update VERSION to 2.006_04 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |   51 +++++++++++++++++++++++++----------------------
 MANIFEST.SKIP  |    2 +
 Release_Notes  |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 89 insertions(+), 26 deletions(-)

commit f61c938f9c14fb51bf6b735ce0b6188faf4fd972
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 18 15:21:18 2013 -0400

    Clean out old CPAN developers release notes from Release_Notes
    
    It is useful to have the notes for current development but
    once an official release is made, it only makes it difficult
    to figure out what happened when.

 Release_Notes | 5131 +++++++--------------------------------------------------
 1 files changed, 557 insertions(+), 4574 deletions(-)

commit b7985c85374287efee954d2993678215d67887be
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 18 14:58:13 2013 -0400

    Update $pdl_core_version to 10
    
    This marks the merge of the 64bit-index-support branch
    into our git master development branch.

 Basic/Core/pdlcore.h.PL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 1669960c0fa394809abeac334af29f9f5fcbd6dc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 17 09:36:07 2013 -0400

    More int to PDL_Index fixes for ufunc.pd

 Basic/Ufunc/ufunc.pd |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 9f5201dfca23e774a2eb69745b41af66e824569e
Merge: bd68e02 baf30c6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 15 22:26:24 2013 -0400

    Merge branch 'master' into 64bit-index-support

commit baf30c665dfb79afb2201fdba5e0750809432baf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 15 22:25:45 2013 -0400

    Update VERSION to 2.006_03 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   31 +++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 2 deletions(-)

commit bd68e02f8599fe0112f842e964c7d44b61b0e855
Merge: 085eb14 b1d627e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 15 22:21:44 2013 -0400

    Merge branch 'master' into 64bit-index-support

commit b1d627ef3edc94d8122737438d4cf4583c9a758f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 15 22:21:07 2013 -0400

    Update Release_Notes for another CPAN devel release

 Release_Notes |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 085eb1447ffae46a11abcb6e05270245476453b3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 15 22:17:10 2013 -0400

    Add some test skips for non-working PDL_Index

 t/gsl_mroot.t       |    3 +-
 t/iotypes.t         |    5 ++-
 t/pdl_from_string.t |   52 ++++++++++++++++++++++++++------------------------
 3 files changed, 32 insertions(+), 28 deletions(-)

commit 07121370a3f0481eaea7b4fc51e612a37db2288a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 15 17:56:54 2013 -0400

    Fix problems with missing convertfunc for PDL_Index
    
    As in it is *not* lc($type=~s/PDL_/) when $type is 'PDL_Index'
    I think it is coming along but the entire generation and use
    of the Types.pm and the PDLCode.pm use of same is entirely too
    hard to follow and needs to be cleaned up for PDL-3 to really
    go anywhere.

 Basic/Core/Types.pm.PL  |    6 ++++--
 Basic/Gen/PP/PDLCode.pm |    4 +++-
 Basic/Slices/slices.pd  |   10 +++++-----
 Basic/Ufunc/ufunc.pd    |   42 +++++++++++++++++++++---------------------
 Lib/Slatec/slatec.pd    |    2 +-
 5 files changed, 34 insertions(+), 30 deletions(-)

commit 4e967900516281e15462bb0fcb780bf862e8d05e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 15 13:00:33 2013 -0400

    Turn off pp_def debug output from Lib/Slatec/slatec.pd

 Lib/Slatec/slatec.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 253542e6af17d9f3b9b6e535d4a57ea023c857c7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 15 12:48:02 2013 -0400

    Add (int) cast to t/callext.c in case PDL_Index is 64bit

 t/callext.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b94c5e8481e59b374150b3b4dbb0510070a39784
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 15 10:34:31 2013 -0400

    More fixes to support PDL_Index as a full type
    
    Seems to work now but I'm thinking it may make sense
    that PDL_Index is actually a typesynonym for either
    PDL_Long or PDL_LongLong rather than having a type of
    its own.  Not sure how that will affect the code gen
    machinery.

 Basic/Slices/slices.pd |   10 +++++-----
 Basic/Ufunc/ufunc.pd   |   28 ++++++++++++++--------------
 Lib/Image2D/image2d.pd |    2 +-
 3 files changed, 20 insertions(+), 20 deletions(-)

commit a6a69f2140cdff9bb0fd2bc04589d274dc8bd5fd
Merge: cba1bba 47de79d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 15 09:15:29 2013 -0400

    Merge branch 'master' into 64bit-index-support

commit cba1bba8f73bb96c571300dd00bc04473f64d450
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 15 08:09:49 2013 -0400

    Add PDL_Index type to Types.pm.PL
    
    And make other mods to support.  Making perldl.conf WITH_*
    to undef to more general testing takes place and to fix
    the problem with missing ExtUtils::F77 and fortran.

 Basic/Core/Types.pm.PL  |   22 +++++++++++-----------
 Basic/Core/pdl_hfiles.p |    2 +-
 Lib/Image2D/image2d.pd  |    2 +-
 perldl.conf             |   16 ++++++++--------
 4 files changed, 21 insertions(+), 21 deletions(-)

commit 47de79da6c288f1cf144977dbc594cd60224ea44
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Mon May 13 14:37:25 2013 -0400

    use _strtoi64 instead of strtoll for MSVC

 Basic/Slices/slices.pd |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 5307029ecdb5132db217b6d83ea54f1bda8586e4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 12 17:04:08 2013 -0400

    Skip t/minuit.t unless WITH_MINUIT was true

 t/minuit.t |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

commit b89dd783a6d020a6bc518556110a0a5e034b4159
Merge: 367a224 1660c0c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 12 16:14:09 2013 -0400

    Merge branch 'master' into 64bit-index-support

commit 1660c0c804601d8f06cfe2a9424a86500fb39415
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 12 16:13:08 2013 -0400

    Update VERSION to 2.006_02 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   44 ++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 44 insertions(+), 4 deletions(-)

commit 367a224778fa335348b3b44870624929dc68edb7
Merge: b42154e 721d11d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 12 16:04:06 2013 -0400

    Merge branch 'master' into 64bit-index-support

commit b42154ec7f0775ad9c70434a2f1a23982acd389a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 12 15:40:01 2013 -0400

    Mention perldl.conf has options off

 Release_Notes |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 07a7823353b866b9145965c57f3e72712e9a9007
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 12 15:36:55 2013 -0400

    Update Known_problems and Release_Notes for 2.006_01 release
    
    This is a CPAN developers release to allow for general
    testing and exercise of the new 64bit index support code.

 Known_problems |    7 +++----
 Release_Notes  |    8 +++++++-
 2 files changed, 10 insertions(+), 5 deletions(-)

commit ce266b85f199e0a65bae67383d5923942d2e9882
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 12 15:26:22 2013 -0400

    Set type of PDL_Index from $Config{ivtype}

 Basic/Core/Types.pm.PL  |   27 ++++++++++++++++-----------
 Basic/Core/pdl_hfiles.p |    8 +++++++-
 2 files changed, 23 insertions(+), 12 deletions(-)

commit 721d11d8d51fa5b5e22382b88749896d4f358f7b
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri May 10 11:08:23 2013 -0600

    Fix to make Inline::Pdlpp visible in the docs
    
    Problem arose because POD for Inline::Pdlpp was in file PP-Inline.pod,
    which made the doc generator/html linkifier not work too well.  Now
    Inline::Pdlpp shows up in PDL::Index, and links correctly in the HTML
    documentation.

 Doc/Doc.pm       |    4 ++--
 Doc/mkhtmldoc.pl |   22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 2 deletions(-)

commit d47eca06ce07d0dfda3e87b6ed0b00ca248573ea
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri May 10 11:06:38 2013 -0600

    Some documentation fixes.

 Basic/Core/Core.pm.PL |    6 +++++-
 Basic/Ops/ops.pd      |    6 +++---
 Doc/Doc.pm            |    6 +++---
 3 files changed, 11 insertions(+), 7 deletions(-)

commit 65194303cb7256184bb7dfd2a84ea4c5ae80548d
Merge: e31cb3a cde0c39
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 6 19:17:20 2013 -0400

    Merge branch '64bit-index-support' of ssh://git.code.sf.net/p/pdl/code into 64bit-index-support

commit cde0c3967c19758546a97745c93c91023cd92753
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 6 13:15:11 2013 -0400

    Replace int by PDL_Index for threadloop code indexing
    
    Looks like I missed these.  There may be more...

 Basic/Gen/PP/PDLCode.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6003a27f1440853c21a7b31e19f1c6fb0b24bc0d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 6 13:14:49 2013 -0400

    Clean up some warning in t/proj_transform.t

 t/proj_transform.t |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit e31cb3a0d8d93d5d6b30dfc66a5239f0b4fae560
Merge: 378252d 05a10e7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 5 20:17:53 2013 -0400

    Merge branch 'master' into 64bit-index-support

commit 378252de6f9d6053ff6df05b382b1d2120c1ed6b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 5 20:15:50 2013 -0400

    Fix use of int for loop with $pdl->nvals
    
    Should be PDL_Index type since nvals is now of PDL_Index type.

 Basic/Gen/PP.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a5d4239b7535423f496629a817bb2a4a2d3ae213
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 5 20:15:18 2013 -0400

    Apply Dima fix for int/PDL_Index confusion

 Basic/Slices/slices.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 05a10e766d0af1833a65b981dd3ad57cbe4f598a
Author: Dima Kogan <dima@secretsauce.net>
Date:   Fri May 3 02:09:27 2013 -0700

    spelling fix

 t/complex.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cf14c9978aa8e9217b853af6de264df355e872a2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 28 10:25:09 2013 -0400

    Set some options for SLATEC debugging w 64bit

 Lib/Slatec/slatec.pd |    2 +-
 perldl.conf          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit af69f3a1534d39fa1b552fdc9533c637ac657063
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 28 10:22:25 2013 -0400

    More PDL_Long to PDL_Index fixes
    
    Still getting test failures and trying to track them
    down.  What I'm seeing with cygwin/win7 is tests pass
    when run via 'perl -Mblib t/testname.t' while if run
    using 'prove -b t/testname.t' then they fail.  Probably
    still some index/datatype that is still not consistent.

 Basic/Gen/PP/Dims.pm      |    2 +-
 Basic/Gen/PP/PdlParObj.pm |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 38ebc589f0503693d2064252a6d7a30434a0973b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 28 10:21:52 2013 -0400

    Clean up some test output for better debugging

 t/limits_ulimits.t |    2 +-
 t/slatec.t         |   40 ++++++++++++++++++++--------------------
 2 files changed, 21 insertions(+), 21 deletions(-)

commit 7876fc6405af6a05d943d284980229881720b8b9
Author: Dima Kogan <dima@secretsauce.net>
Date:   Fri Apr 12 00:01:09 2013 -0700

    fixed incorrect URL in the known problems file

 Known_problems |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a71300329c88c2ecd2493d1b2a8c966ba25901c3
Merge: 046745a 9c66b0a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 26 10:47:05 2013 -0400

    Merge branch 'master' into 64bit-index-support

commit 9c66b0a5f9cd90c102654d24c0882b738a8b311f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 26 10:45:52 2013 -0400

    Fix PDL::shape to return vector for 1-D piddles

 Basic/Core/Core.pm.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e78ef4c02f13171e3108c79f1aae2dc24c2f5c0d
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Sat Apr 13 00:11:24 2013 -0600

    Changed minimum version of PDL in PDL::NiceSlice Makefile.PL
    
    No change in actual number, just in the representation to agree with the current usage.
    This was triggering a warning during Makefile.PL

 Basic/SourceFilter/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 092cd754d5534107a2f83671156989be4cf707aa
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Sat Apr 13 00:10:48 2013 -0600

    Re-add some tests to transform.t that got overwritten recently.

 t/transform.t |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit b05be75d2affd589680cd808d0db93e14acb79d0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Apr 11 10:05:24 2013 -0400

    Add PDL::NiceSlice line offset to Known_problems

 Known_problems |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 85ebb8e4a6909e9047207f5eb47ed3f988054fda
Author: Dima Kogan <dima@secretsauce.net>
Date:   Wed Apr 10 18:21:54 2013 -0700

    fftw.pd: fixed typo

 Lib/FFTW/fftw.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c3e2206d40d71998c92c4ebd133b267d00fe6d22
Author: Dima Kogan <dima@secretsauce.net>
Date:   Wed Apr 10 04:26:45 2013 -0700

    fftw: improved an error message

 Lib/FFTW/fftw.pd |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 535bf65896d00d1bd549cff0c3bd4fdcb243fab8
Author: Dima Kogan <dima@secretsauce.net>
Date:   Wed Apr 10 04:23:48 2013 -0700

    unduplicated a type check in fftw.pd

 Lib/FFTW/fftw.pd |   45 +++++++++++++++++----------------------------
 1 files changed, 17 insertions(+), 28 deletions(-)

commit 3622ff94ac63453547453e80e909bca4fb7e18c6
Author: Dima Kogan <dima@secretsauce.net>
Date:   Wed Apr 10 02:54:07 2013 -0700

    fixed incorrect docs in PDL::Complex, and added modern example

 Basic/Complex/complex.pd |   56 ++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 47 insertions(+), 9 deletions(-)

commit 4746843c81ff0e615749e795dc2ae3d006dbe0f2
Author: Diab Jerius <djerius@cfa.harvard.edu>
Date:   Wed Apr 10 16:49:55 2013 -0400

    fix rare "Bizarre copy of HASH in scalar assignment"
    
    On rare occasions Perl would emit a fatal "Bizarre copy of HASH in
    scalar assignment" error.  This is "solved" by lexicalizing the hash
    passed to WriteMakefile.  Makefile.PL now passes strict & warnings.

 Lib/Transform/Proj4/Makefile.PL |   35 ++++++++++++++++++++++-------------
 1 files changed, 22 insertions(+), 13 deletions(-)

commit 3c1d64f6991e1cb7989811e0038efd64dd7aaacd
Author: Diab Jerius <djerius@cfa.harvard.edu>
Date:   Wed Apr 10 16:48:39 2013 -0400

    fix copy&paste error; gis_proj_lib_path => transform_proj4_lib_path

 Lib/Transform/Proj4/Makefile.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9d8ee08cf29fc20b601d2bd2c3d1c5550f516b0b
Author: Dima Kogan <dima@secretsauce.net>
Date:   Tue Apr 9 04:24:14 2013 -0700

    PDL::IO::GD->new() is now less picky about it args, and no longer crashes
    
    Previously PDL::IO::GD->new() accepted ONLY a hashref as an argument. Given
    anything else, a segfault resulted. With this patch segfaults no longer happen.
    Also, in addition to accepting a hashref, it is now possible to pass in inline
    hashes or just a single-argument filename.

 IO/GD/GD.pd     |   45 ++++++++++++++++++++++++++++++++++++++++++---
 t/gd_oo_tests.t |   29 +++++++++++++++++++++++++++--
 2 files changed, 69 insertions(+), 5 deletions(-)

commit 046745a99caa8e2ba14d54833061ec2801030fc2
Merge: 22af89b 12910e7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 5 10:36:57 2013 -0400

    Merge branch 'master' into 64bit-index-support

commit 12910e7f5491836936a00445876373f031d7f205
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Apr 4 22:10:34 2013 -0600

    shut up warning about nonlinear FITS transformations

 Lib/Transform/transform.pd |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 3de9f56dbbf9fc7a81aad6564b4c03dc085f0627
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Thu Apr 4 14:29:27 2013 -0600

    oops - fix merge

 t/transform.t |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

commit fd6f2d2c6832f2983dc029d8a2a74645c1fae92c
Merge: 4af8e15 6961caa
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Thu Apr 4 14:27:46 2013 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl
    
    Conflicts:
    	t/transform.t

commit 4af8e15a2aec78f388bd96021395d51ab35e2192
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Thu Apr 4 14:25:32 2013 -0600

    fix badvalue-on-truncate support for map and for interpND

 Basic/Primitive/primitive.pd |   10 ++++++-
 Lib/Transform/transform.pd   |   55 ++++++++++++++++++++++++++---------------
 t/transform.t                |   31 +++++++++++++++++++++--
 3 files changed, 71 insertions(+), 25 deletions(-)

commit 6961caafb349a78aa163dc7cf1c36f3cb75e00fd
Merge: a0a9e52 2a14ed6
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Apr 4 11:45:42 2013 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit a0a9e52ff0cb05b597bcc4441f1b5fff2b7023dc
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Apr 4 11:44:56 2013 -0600

    Add a couple no-op tests to t/transform.t

 t/transform.t |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 22af89bfe1f2189ba9c0f1dab7b62e7e4b57ceda
Merge: 3c73915 6f97ce0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 28 09:28:56 2013 -0400

    Merge branch '64bit-index-support' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl into 64bit-index-support

commit 3c7391503fde007219165cb32517808e23cf42a9
Merge: dbdbab8 2a14ed6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 28 09:28:45 2013 -0400

    Merge branch 'master' into 64bit-index-support

commit 2a14ed6276b63c0f9642cc38f5874067775535d7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 28 09:23:18 2013 -0400

    Fix %hash randomization bugs in PDL tests
    
    It appears that t/hdr.t and t/niceslice.t tests
    had hash comparison checks assuming (%h1) and (%h2)
    if the two hashes were equal.  This should fix
    perl 5.17.x failures for PDL-2.006

 t/hdrs.t      |    6 +++++-
 t/niceslice.t |   10 ++++++++--
 2 files changed, 13 insertions(+), 3 deletions(-)

commit 30257deb515e1d273414f68ceea2b3e58a05d1e0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 24 12:44:36 2013 -0400

    Fix rcols with colsep and $PDL::undefval
    
    Missing fields in the middle were being returned
    as the empty string '' rather than undef which happened
    if they were at the end.  Now mapping them uniformly
    to undef.  This is sf.net bug #3608928

 IO/Misc/misc.pd |    3 +++
 t/misc.t        |   22 +++++++++++++++++++++-
 2 files changed, 24 insertions(+), 1 deletions(-)

commit 6f97ce085fc686830f6fd333f6389d56cc1c7ebc
Merge: a2b8cfc 63d7bc9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 23 19:40:37 2013 -0400

    Merge branch 'master' into 64bit-index-support

commit 63d7bc9ee3307e44c79ce69a3fe4cb03f24cf954
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 23 19:39:22 2013 -0400

    Update VERSION to 2.006_01 for new development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 0fd0d37b2bd8b83cbdbbe2119a3c5bedf2cc2e30
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 23 10:02:31 2013 -0400

    Remove read only Index.pod so scantree.pl works

 Doc/scantree.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 36aa7f2fce87c07899e07413132241d5357851ae
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 23 09:27:57 2013 -0400

    Make sure placeholder Index.pod does not get installed
    
    Since it was being installed first, the scantree.pl script
    failed because it couldn't open the destination location.

 Basic/Pod/Makefile.PL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit bd0abf38431284dfdb4475fe34f8775a19c76c3d
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Fri Mar 22 22:44:29 2013 -0600

    Add a more informative message to Gnuplot demo if PDL:Graphics::Gnuplot is missing.

 Demos/Gnuplot_demo.pm |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

commit b6fd1d5a78a9bd5f1c3e43659d2653a94cb8db3c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 22 19:40:22 2013 -0400

    Remove unix-only double check for gnuplot
    
    The Gnuplot_demo.pm was failing due to a unix-only
    test for the gnuplot executable.  Removed that code
    and added a bit more downsampling for the last set
    of 3d images for speed.

 Demos/Gnuplot_demo.pm |   21 +++++----------------
 1 files changed, 5 insertions(+), 16 deletions(-)

commit 7078eeacf44cfcf4efe2e09a820dcf95308ad8e2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 22 18:30:35 2013 -0400

    Update permissions on new Index.pod

 0 files changed, 0 insertions(+), 0 deletions(-)

commit dcbd3f580adc4de86934e86659dc43da263cc961
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 22 18:28:04 2013 -0400

    Add a default Index.pod for online browsing

 Basic/Pod/Index.pod |  615 +++++++++++++++++++++++++++++++++++++++++++++++++++
 MANIFEST            |    1 +
 2 files changed, 616 insertions(+), 0 deletions(-)

commit f5db95b64fa6ea6a916679641a6069e04980e294
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 22 18:23:17 2013 -0400

    Finished Release_Notes for PDL-2.006

 Release_Notes |  155 +++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 133 insertions(+), 22 deletions(-)

commit 3daaafa42a688c3e1dade51a29414710b6fe9aff
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 22 15:46:51 2013 -0400

    Minor tweaks to some INSTALL/READMEs

 cygwin/INSTALL |    2 +-
 cygwin/README  |   17 +++++++++++++++++
 win32/INSTALL  |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)

commit 7ac83fa02429ad3c7086e14316b0fcfb28f5fbdd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 22 15:46:30 2013 -0400

    Make gnuplot and prima demos in list match perldl ones

 Perldl2/Profile/Perldl2.pm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit ec7ed388e8a11c15090bc2a0c6086e9bf185ba26
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 22 15:36:06 2013 -0400

    Update VERSION to 2.006 for release in readme's

 Basic/PDL.pm   |    2 +-
 Known_problems |   11 +----------
 Release_Notes  |   44 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+), 11 deletions(-)

commit 870f5406de6381a5d821edd52e4e12c947d355fc
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Mar 21 22:51:55 2013 -0700

    Fix bug 3608123 -- Diab's topdl bug

 Basic/Core/Core.pm.PL                    |    1 +
 Lib/Transform/Cartography/Cartography.pm |   10 +++++-----
 t/core.t                                 |    6 +++++-
 3 files changed, 11 insertions(+), 6 deletions(-)

commit dbdbab88188cce7e9f72db86e4d035e0f574f2a4
Merge: a2b8cfc d564d3b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 19 08:52:44 2013 -0400

    Merge branch 'master' into 64bit-index-support

commit d564d3b43998ea91e8728943a70647271312db79
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Mar 18 09:50:22 2013 -0500

    Prima demo font size tweaks

 Demos/Prima.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 902c589fefead688effc391c7ff334842086fd3f
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Mar 18 08:40:02 2013 -0500

    Prima demo tweaks

 Demos/Prima.pm |   63 +++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 56 insertions(+), 7 deletions(-)

commit a316441ebe1937d0b7e566e3d41c3b3521ae53c5
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sun Mar 17 12:58:13 2013 -0500

    Minor updates and corrections to Prima demo

 Demos/Prima.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a23c7a65c968aad948cb75270f868958b1c71e21
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sun Mar 17 12:46:09 2013 -0500

    A few random notes added to PP.pod

 Basic/Gen/PP.pm |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit 5be7d5be961c588a9321b9ce78b293a8d69843f5
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sun Mar 17 12:43:52 2013 -0500

    Merged forked work on Prima demo

 Demos/Prima.pm |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

commit 5ecfc9c0f443559587d7a9ee30b9419e3c3d7902
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 15 10:15:33 2013 -0400

    Update Known_problems, Release_Notes, and MANIFEST

 Known_problems |    9 +++++++++
 MANIFEST       |    1 +
 Release_Notes  |    8 ++++++++
 3 files changed, 18 insertions(+), 0 deletions(-)

commit 066fa91be01b9400e21ed1e835596ce392031816
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Mar 14 23:41:40 2013 -0600

    update gnuplot demo to not specify a particular font

 Demos/Gnuplot_demo.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 7f4057fcbc161083881ee67613dd61cea71fce3d
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Wed Mar 13 17:14:47 2013 -0600

    Fix inplace-with-duplicate-argument bug in PP; trim some dust bunnies in Ops.

 Basic/Gen/PP.pm  |    2 +-
 Basic/Ops/ops.pd |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)

commit 6b193fc1c16fd3b06e2728110647bb1552c1904a
Merge: 3260b26 202688b
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Wed Mar 13 16:47:47 2013 -0600

    fix inplace related bug in transform (work around core bug)
    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 3260b26de273f5b868cc022bea8299513677496f
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Wed Mar 13 16:43:43 2013 -0600

    Transform explicitly clears inplace flag (works around core bug that causes crashes)

 Lib/Transform/transform.pd |   12 +++++++++---
 t/transform.t              |   15 +++++++++++++--
 2 files changed, 22 insertions(+), 5 deletions(-)

commit 202688b48d5ba4795da59877f236d838d9d9079e
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Mar 13 11:52:39 2013 -0500

    Stricter Prima detection and more informative fail message for Prima demo

 Demos/Prima.pm |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

commit 13dc7e6ec1923ff77c3ec90390e454da1b924e71
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Mar 13 10:47:00 2013 -0500

    Fixed window-not-really-closed issue with the Prima demo

 Demos/Prima.pm             |    5 ++++-
 Perldl2/Profile/Perldl2.pm |    2 ++
 Release_Notes              |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

commit 42a6027655b7fa3c807febf112f01ff2e044a639
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Mar 13 02:46:02 2013 -0500

    Added demo for PDL::Graphics::Prima to perldl

 Demos/Makefile.PL |    1 +
 Demos/Prima.pm    |  562 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 perldl.PL         |    2 +
 3 files changed, 565 insertions(+), 0 deletions(-)

commit 5883818f07eba34b5922d00bd8bdedd6dce60be4
Merge: 726ccc0 5b1a4f4
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Mon Mar 11 22:53:19 2013 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl
    got a couple of commits behind...  (update pic converters so wpic/rpic
    at least preserves image dimensions for ps images)

commit 726ccc07335004b6578cdd333d23e959ae21de72
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Mon Mar 11 22:50:24 2013 -0600

    Fix ps to/from conversion to at least preserve image dimensions (and use pnmtops instead of gs).

 IO/Pnm/Pic.pm |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 5b1a4f4b1291482170dc5369b6c9d2c715aeeb09
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 11 15:09:17 2013 -0400

    Fix overwrite problem in imag2d/imag2d_update

 Graphics/Graphics2D.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ba9baed6c86937902ebca11cd7037aa45a4082d9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 10 21:48:30 2013 -0400

    Update version to PDL-2.004_997 for final development
    
    This is a.k.a. PDL-2.006 rc3

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   34 ++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 2 deletions(-)

commit a17fb16f1203902e7ae789e8a35a9939154841b2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 10 21:44:32 2013 -0400

    Update readme files and MANIFEST for CPAN

 Known_problems |    6 +-----
 MANIFEST       |    1 +
 Release_Notes  |   17 ++++++++++++++++-
 3 files changed, 18 insertions(+), 6 deletions(-)

commit f4204a6de77a61081561671efdd7396f76c96c9a
Merge: d9e59d0 1709994
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Sat Mar 9 00:36:42 2013 -0700

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit d9e59d005600b5e871b01f660a6b95ed0d32afab
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Sat Mar 9 00:34:31 2013 -0700

    Fix problem with cat not threading properly.  Add appropriate tests.

 Basic/Core/Core.pm.PL |   18 ++++++++++++++----
 t/core.t              |    8 +++++++-
 2 files changed, 21 insertions(+), 5 deletions(-)

commit 17099949b61baa4f5af0093f74cf0b28dd22cc5c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 7 10:02:01 2013 -0500

    Fix pod for Datatype_conversions so 'apropos types' finds it
    
    This wouldn't be necessary if we had keywords in the PDL
    docs database and tools.

 Basic/Core/Core.pm.PL |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit c6004152021f74425508933ffbb30eab3485ab35
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Mar 6 17:52:59 2013 -0600

    Fixed pdl-from-string doc error in QuickStart

 Basic/Pod/QuickStart.pod |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 690b49167db04b659b34c7cc23d506b5c0edfc89
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 6 18:00:04 2013 -0500

    Add $PDL::PREFIX_RE to perldl and pdl2
    
    This automatically strips prefixes matching the PDL shell
    prompts so that cutting and pasting from the example output
    in the PDL Book will just work.  In addition to adding that
    to perldl (already was in pdl2), we now strip out the
    leading prefix if found from the entries in the history
    list.

 Perldl2/Plugin/PDLCommands.pm |   11 ++++++++---
 Perldl2/Profile/Perldl2.pm    |    7 ++++---
 perldl.PL                     |   12 ++++++++++--
 3 files changed, 22 insertions(+), 8 deletions(-)

commit c18dcc1d43de663bab634632d8f26d659099ed5f
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Sun Mar 3 21:36:55 2013 -0700

    Insert friendly warning in case gnuplot isn't present.

 Demos/Gnuplot_demo.pm |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

commit 3794b04e18ee27eed8d2d088a3d5bfefe7935b86
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Sun Mar 3 21:30:04 2013 -0700

    Add Gnuplot demo support - move Gnuplot_demo.pm from PDL::Graphics::Gnuplot to the demos tree; group gnuplot with the other packages.

 Demos/Gnuplot_demo.pm |  313 +++++++++++++++++++++++++++++++++++++++++++++++++
 Demos/Makefile.PL     |    1 +
 perldl.PL             |    4 +-
 3 files changed, 316 insertions(+), 2 deletions(-)

commit b513b04f145cbe20e214037c271ef211804ceb20
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 3 11:51:55 2013 -0500

    Add Gnuplot_demo.pm support to perldl and pdl2
    
    NOTE: the demo loading needs to be made more robust
    against missing dependencies.  PDL::Graphics::Gnuplot
    needs to install the demo file into the correct install
    location.

 Perldl2/Profile/Perldl2.pm |    5 ++++-
 perldl.PL                  |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 4de9846dac1df48a66f66f79a5fd31900e8d980e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 2 18:32:27 2013 -0500

    Update version to 2.004_996 for final fixes and docs updates

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   34 ++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 2 deletions(-)

commit a9d9dffe9f169d62d0070a56aa76082650e8f035
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 2 10:08:15 2013 -0500

    Update readme type files for CPAN developers release

 DEPENDENCIES   |   16 +++++++---------
 Known_problems |   24 +++++++++++-------------
 Release_Notes  |    9 ++++++++-
 3 files changed, 26 insertions(+), 23 deletions(-)

commit 7bbab7d7a2a5d05207dd9abb02da11060079f38e
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Mar 1 13:00:24 2013 -0700

    Potential fix for crashing gd_oo_tests (SF.net #3518190).
    
    The IMG_PTR needed to be a longlong, but was a long.  At that made all the difference.
    I do not have BSD AMD64, but was getting a segfault after "ok 19" when the DESTROY
    was called.  I have not removed the TODO from the gd_oo_tests.t, we should do that
    after it is certain that this does not break anything for anybody else.

 IO/GD/GD.pd     |   15 +++++++++------
 t/gd_oo_tests.t |    2 +-
 2 files changed, 10 insertions(+), 7 deletions(-)

commit e3d159110c14776aac179e687718fad0ba72f363
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Feb 28 23:24:59 2013 -0700

    Add pdl executable to .gitignore

 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7f8c26570999383c49ebc4dfc309ca8e10ef49b1
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Feb 28 23:22:10 2013 -0700

    Update Known_problems with RAST to PNM conversion error in Netpbm.
    
    No workaround in the test suite, it seems to be a rare problem.

 Known_problems |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 726bacdafde2832b10931b5ce2ddfdd526213429
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Feb 28 23:16:41 2013 -0700

    Small tweaks to PLplot Makefile.PL and test file
    
    In the t/plplot.t, added some logic to skip the final test on darwin.
    The SVG file PLplot generates is large but valid. Also zero-padded the
    names of the output files (test2.svg --> test02.svg) so they would be
    in numerical and lexical order in directory listings, for debugging purposes.
    In the Makefile.PL, I added some logic to remove the 'temp' executable so
    that the build directory would stay clean.

 Graphics/PLplot/Makefile.PL |    7 +++++--
 t/plplot.t                  |   41 ++++++++++++++++++++---------------------
 2 files changed, 25 insertions(+), 23 deletions(-)

commit dd1d3f8a2e01d5266374313cb7ce4e3d8e3d4ab9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 27 10:16:17 2013 -0500

    Update VERSION to 2.004_995 for release candidate 1
    
    This is the start of code freeze for PDL-2.006.

 Basic/PDL.pm   |    3 +--
 Known_problems |    2 +-
 Release_Notes  |   34 ++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 3 deletions(-)

commit 51a344147a4b2934412369e6529c1feacf3518ab
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 27 09:53:39 2013 -0500

    Update MANIFEST for PDL-2.004_012 release

 MANIFEST |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c9894671f48f3b9810f4b2cd60214424ac87a764
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 27 09:31:48 2013 -0500

    Switch to legacy PDL::NiceSlice engine for PDL-2.006
    
    Also update Release_Notes and Known_problems for the
    PDL-2.004_012 CPAN developers release.

 Basic/SourceFilter/NiceSlice.pm |    5 +++--
 Known_problems                  |   16 +++++-----------
 Release_Notes                   |   18 +++++-------------
 3 files changed, 13 insertions(+), 26 deletions(-)

commit 4dc269ed971e989a0901a7a8210bf55e28bb5efe
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Tue Feb 26 20:56:15 2013 -0700

    Remove NiceSlicing from FITS and Transform

 IO/FITS/FITS.pm            |   22 ++++----
 Lib/Transform/transform.pd |  117 +++++++++++++++++++++----------------------
 2 files changed, 68 insertions(+), 71 deletions(-)

commit ee0e9ef42d79017e618b48f9da16530b1c4bfead
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Tue Feb 26 14:30:41 2013 -0700

    clean up pdl executable on "make clean"

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 379b3e63615bdfcd0e319af1fd7bdc0cbf008243
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Feb 25 13:12:40 2013 -0500

    Update TODO file for consistency

 TODO |   42 +++++++++++++++++++++++++++++++++---------
 1 files changed, 33 insertions(+), 9 deletions(-)

commit 155eb1519ca1e71b0ade8cc86f7b311b05abddd2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Feb 24 20:54:16 2013 -0500

    Add Module::Compile engine option to PDL::NiceSlice
    
    Still looking for the best way to implement the improved
    PDL::NiceSlice sourcefiltering.  Unfortunately, all the
    options so far all have a gotcha of some sore to them...

 Basic/Core/Makefile.PL              |    2 +-
 Basic/SourceFilter/Makefile.PL      |    1 +
 Basic/SourceFilter/ModuleCompile.pm |   11 +++++++++++
 Basic/SourceFilter/NiceSlice.pm     |    1 +
 Lib/GIS/Proj/Makefile.PL            |    2 +-
 Makefile.PL                         |    3 +++
 6 files changed, 18 insertions(+), 2 deletions(-)

commit 2a0a46fd450c9a254636fd79b1d2016df1233659
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Feb 23 18:15:58 2013 -0500

    Update PDL::NiceSlice to new standard for $VERSION

 Basic/SourceFilter/NiceSlice.pm |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit a2b8cfc8d8a8e152b8b010d2eed52b40447d1639
Merge: 0e25005 bf5ddd1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 22 20:51:30 2013 -0500

    Merge branch 'master' into 64bit-index-support

commit bf5ddd1701fb7c69e344cc6505b46bf4c1412ac8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 22 14:02:54 2013 -0500

    Update PDL/IO/IDL/README with license change info

 IO/IDL/README |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 56 insertions(+), 4 deletions(-)

commit f793b59310d9d8dbfb4987a8dfa3b111d0a5982e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 22 13:06:38 2013 -0500

    Update VERSION to 2.004_012 for more development
    
    Note the new standard version scheme.

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 2 deletions(-)

commit cf3703dda271e5ac5c47ad8abc460db64f99c4f2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 22 12:24:45 2013 -0500

    Forgot our in Version.pm generated file

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 80ef00ed337f5f72f21b2cabad1328accab00969
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 22 12:22:34 2013 -0500

    More VERSION related fixes.
    
    Make $PDL::VERSION in Basic/PDL.pm be the new, preferred
    string format.  Put the '$VERSION = eval $VARSION' in
    top level Makefile.PL when it generates Version.pm.

 Basic/PDL.pm  |    1 -
 Makefile.PL   |    1 +
 Release_Notes |    8 ++++----
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 355aff6a9460f63d47ea309958dacedaad0e6f41
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 22 11:02:06 2013 -0500

    Fix instructions for intall with new VERSION numbers
    
    The filename of development releases don't have the
    underscore in them.

 Release_Notes |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit d90c6835ff884e4715ea3f4d1f0aa8593a05b3b1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 22 10:50:30 2013 -0500

    Update $VERSION to 2.004011_011 for CPAN developers release
    
    First attempt with new version string standard

 Basic/PDL.pm   |    4 +++-
 Known_problems |    2 +-
 Release_Notes  |   16 ++++++++++------
 3 files changed, 14 insertions(+), 8 deletions(-)

commit 394af852aadbf205ff73d918a850c1d0ccce16f3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 22 10:36:47 2013 -0500

    Update PDL $VERSION to decimal strings
    
    Per discussion on pdl-porters list, we're moving to standardize
    version numbers to the single decimal point string representation
    as discussed here:
    
    http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/

 Basic/Constants.pm                       |    3 ++-
 Basic/Gen/PP.pm                          |    4 +++-
 Basic/Matrix.pm                          |    3 ++-
 Basic/Options.pm                         |    3 ++-
 Graphics/Limits/Limits.pm                |    1 +
 Graphics/TriD/POGL/OpenGL.pm             |    1 +
 IO/FastRaw/FastRaw.pm                    |    4 +++-
 IO/HDF/HDF.pm                            |    3 ++-
 IO/IDL/IDL.pm                            |    3 ++-
 Lib/Transform/Cartography/Cartography.pm |    3 ++-
 inc/Carp.pm                              |    1 +
 inc/Devel/CheckLib.pm                    |    1 +
 12 files changed, 22 insertions(+), 8 deletions(-)

commit 199a460ebe63d731084052e403e0c7ea1a75bced
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Thu Feb 21 18:03:59 2013 +1100

    inc/Carp.pm Make compatible with perl-5.8.x
    
    Replace "//" operator with "defined() ? :" ternary
    construct.

 inc/Carp.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 54f824b98228b05a085f839da2b546049c5c166b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 20 15:06:02 2013 -0500

    Avoid spurious output from missing gunzip/gzip
    
    Now redirect to appropriate NULL device and use diag to
    report the error.

 t/flexraw_fortran.t |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit a2143fdccaaedbe13e66d42fe234455f87ab8f84
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 20 13:36:59 2013 -0500

    Update Known_problems with sf.net bugs fixed

 Known_problems |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit 5dd653c428d41d320a9a67760bebb0338bb58174
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 20 10:57:24 2013 -0500

    Remove IDL from release notes

 Release_Notes |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 8c28a14eea7447346f02622a57b339a731bd7c60
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 20 00:17:21 2013 -0500

    Update VERSION to 2.4.11_011 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    6 +++++-
 Release_Notes  |   44 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+), 2 deletions(-)

commit d6cdb612decf8210e365f5cc6b65ec1a3ecd1ce1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 20 00:14:03 2013 -0500

    Add fallback Carp.pm to work around perl bug

 inc/Carp.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 5e66221c5e64c714347a195e63346ae251f8a4f1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 19 23:46:46 2013 -0500

    Add IDL and work around proj-4.8.0 build problem

 IO/IDL/Makefile.PL              |   14 +
 IO/IDL/README                   |    4 +
 Lib/GIS/Proj/Makefile.PL        |   34 ++-
 Lib/GIS/Proj/include/projects.h |  476 ++++++++++++++++++++++++++++++++
 Lib/Transform/Proj4/Makefile.PL |   22 ++-
 MANIFEST                        |    7 +-
 Release_Notes                   |    9 +-
 inc/Carp.pm                     |  578 +++++++++++++++++++++++++++++++++++++++
 inc/Carp/Heavy.pm               |   10 +
 9 files changed, 1142 insertions(+), 12 deletions(-)

commit 826bbeca4bb4034f8f867ae14266a0899d25d140
Merge: 6cbdb42 0626ce7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 19 09:52:08 2013 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 0626ce7927fce0ae29a78891ecdfd06966903dfa
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Mon Feb 18 21:47:16 2013 -0700

    Added POD description of add_module

 Doc/Doc.pm |   51 +++++++++++++++++++++++++++++++++++----------------
 1 files changed, 35 insertions(+), 16 deletions(-)

commit 6cbdb42e3baee1eba9bff01e939436d17eeb8821
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Feb 18 11:02:27 2013 -0500

    Add IDL.pm to build

 IO/IDL/README  |   13 -------------
 IO/Makefile.PL |    2 +-
 2 files changed, 1 insertions(+), 14 deletions(-)

commit f8b1f65eb5fc36d903e02c90a20a718fc3798ad8
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Fri Feb 15 14:46:15 2013 -0700

    be less chatty in PDL::Doc::add_module

 Doc/Doc.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit c1532ad1790d7d0bab8fa1591eb0f42dc504f819
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Fri Feb 15 14:12:58 2013 -0700

    add PDL::Doc::add_module for conveneience.  Now you can "use PDL::Doc; PDL::Doc::add_module('My::Module').
    (Thanks to Maggie X, whose install script I cribbed)

 Doc/Doc.pm |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

commit 14db014ce0802ac6cd7910ecd0f2c041fa03788f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Feb 11 16:20:06 2013 -0500

    Fix doc error in PDL::NiceSlice

 Basic/SourceFilter/NiceSlice.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0e25005d10ff344976a3cd1fe3df1ededa5806b9
Merge: 9ee953d c3a70d0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Feb 10 09:03:14 2013 -0500

    Merge branch 'master' into 64bit-index-support

commit c3a70d009af415e1fe54c48774484b2bc6251a69
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Feb 7 12:15:16 2013 -0500

    Add PDL::IO::IDL support file
    
    Still need to add the distribution stuff
    around it: tests, makefile, etc.

 IO/IDL/IDL.pm |  869 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 869 insertions(+), 0 deletions(-)

commit 704053ee2e7f4cd5d5ee71da349ad48b22cf80ab
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 6 18:28:50 2013 -0500

    Add missing test plan to t/gd_oo.tests.t for BSD systems

 t/gd_oo_tests.t |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 305dda3a2eaafa84c58978dd398b3e56913ceead
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 6 16:34:23 2013 -0500

    Update VERSION to 2.4.11_010 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |   13 ++++++++-----
 Release_Notes  |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 64 insertions(+), 6 deletions(-)

commit 06ba255d23002c2a8f22de5520f1514e6f6b42d0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 6 15:46:52 2013 -0500

    Add $PDL::NiceSlice::debug_filter option
    
    This allows one to output the PDL::NiceSlice
    filtered sources to help debug any problems
    with the new source filter engine.  Just put
    
      BEGIN { $PDL::NiceSlice::debug_filter = 1; }
    
    at the top of your source file, say, source.pm.
    Then you can run
    
      perl -c source.pm >source.pmc
    
    to collect the filtered output into source.pmc.

 Basic/SourceFilter/FilterSimple.pm |    3 ++-
 Basic/SourceFilter/NiceSlice.pm    |    2 +-
 Release_Notes                      |   12 ++++++++++++
 3 files changed, 15 insertions(+), 2 deletions(-)

commit 8be911e115bfe196fb564d988c12814f82f1b472
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 6 12:24:20 2013 -0500

    Must use latest Filter::Simple
    
    This has a fix for detecting and filtering out Pod
    lines.

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c82a5ad3b4d6e51a5988b352daab2a0e1bd5e7c5
Merge: c27aa9e ae9382f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 6 10:59:23 2013 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit c27aa9ebe145a29b97605b086862620072642341
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Feb 6 10:57:01 2013 -0500

    Fix PDL::Graphics::PGPLOT::Window POD
    
    The docs for the lines() method were incorrect
    which triggered a bug with PDL::NiceSlice.  Correcting
    the docs is a workaround for the bug which will be
    fixed separately.  This should allow tests to pass
    for all win32 platforms.

 Graphics/PGPLOT/Window/Window.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit ae9382f9a9e82abe37e371ec2e359572a85e8871
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Feb 5 17:45:02 2013 -0600

    bad.pd tweaks and corrections

 Basic/Bad/bad.pd |   46 +++++++++++++++-------------------------------
 1 files changed, 15 insertions(+), 31 deletions(-)

commit e9bce84a34b52548db6095ceac47a6acce91faf8
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Feb 5 17:44:27 2013 -0600

    Added auto-head1-FUNCTIONS for FullDoc

 Basic/Gen/PP.pm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 13c43638fc59c10ba2a3aaca21e7c837e8a77bb6
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Feb 5 16:58:39 2013 -0600

    Updated Release_Notes with bad.pd work

 Release_Notes |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 6559c06b3577573bb4713ee569bd51c5131c5886
Merge: ef0f648 4adc2be
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Feb 5 16:56:13 2013 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit ef0f6488ef47ca9b52beffd2c826e9b3900a1e4e
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Feb 5 16:55:54 2013 -0600

    Finished transitioning bad.pd to use FullDoc

 Basic/Bad/bad.pd |  282 ++++++++++++++++++++++++++++--------------------------
 1 files changed, 146 insertions(+), 136 deletions(-)

commit ea01410e6c98720c85add8c02d63d3a5f04274c9
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Feb 5 16:55:16 2013 -0600

    Changed FullDoc croak to confess: full stack trace is more helpful here

 Basic/Gen/PP.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 4adc2bee5ef1fa8566a0b92214b696541462e7ff
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 5 13:00:35 2013 -0500

    Update Known_problems with Pending fix to PDL::NiceSlice bug

 Known_problems |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 0bb97b973f98c41f297091cd542ec41c29062bbd
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Feb 5 11:24:13 2013 -0600

    CPANification and doc cleanup for bad.pd

 Basic/Bad/bad.pd |  274 ++++++++++++++++++++++++++++++------------------------
 1 files changed, 153 insertions(+), 121 deletions(-)

commit 7554314d0a97df9fd985e90c55b22113c4b1c0f1
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Feb 5 09:35:33 2013 -0600

    Expanded explanation of =for bad in PDL::Doc

 Doc/Doc.pm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit c57d835aed96ddfb9d3e84d262236a86304bb84d
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Feb 5 09:21:16 2013 -0600

    Removed quasi-internal pod about old PDLs from bad.pd

 Basic/Bad/bad.pd |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 06fc12980fba5f12da9abac343fae0e691931398
Merge: 2a6ea82 cbe55f6
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Feb 5 09:18:59 2013 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit cbe55f6d31e2fc4fec351f933a8064e52ba16572
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 5 10:03:06 2013 -0500

    Update VERSION to 2.4.11_009 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   44 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+), 2 deletions(-)

commit 4a69721d818293e92f0330e05c9b4b9774e00daa
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 5 09:34:32 2013 -0500

    Update Release_Notes for CPAN devel release.

 Release_Notes |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit c9e4029d95d0a83346bdd19759fea9116e95478c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 5 09:28:07 2013 -0500

    Fix new PDL::NiceSlice bug on early perls
    
    The problem was the difference between text and
    binary mode on loading a file.  Recent perls use
    text mode.  Older perls do not---this leaves extra
    \r in the file that need to be skipped.  The fix
    was a prefilter for MSWin32 and perls older than
    v5.14.0.

 Basic/SourceFilter/FilterSimple.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d801ccf2caf509eceba137e16fa1a28a54d0558c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Feb 4 08:56:39 2013 -0500

    Add dragonfly to list of OSes to skip t/gd_oo_test.t
    
    They are a BSD OS but don't have the letters bsd in the
    value of $^O.

 t/gd_oo_tests.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2fd48fa961686d1ebe37a044f0e0309732bb725a
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Mon Feb 4 05:13:31 2013 -0700

    fix bug #3603249 (AutoLoader leaks $_ into local context)
    
    Problem was that $_ was not being localized in NiceSlice.

 Basic/SourceFilter/NiceSlice.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6cf50449f32e2003e3ff67f025031f79b5e4966e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jan 31 12:39:52 2013 -0500

    Update VERSION to 2.4.11_008 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   44 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+), 2 deletions(-)

commit 157cbd7704487941cc12e2be49e5b9fe9f05ed7c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jan 31 10:20:11 2013 -0500

    Bump minimum version of Filter::Simple to 0.86
    
    And add warning in Release_Notes on how to use
    the old engine with the new releases while this
    test process is underway.

 Makefile.PL   |    2 +-
 Release_Notes |   12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

commit 8d59a002807e7dfc2f9e100e75fd42c7e71f806b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jan 30 09:10:14 2013 -0500

    Update VERSION to 2.4.11_007 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 108dec957f33466bf22110046f9a2ddd3a20dce4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jan 30 09:03:55 2013 -0500

    Update Release_Notes for a new CPAN devel release

 Release_Notes |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 7218ac2e8c453ff3113379b3d89ae8d996d1bf6c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jan 30 09:01:51 2013 -0500

    Make Filter::Simple a dependency for PDL
    
    The new PDL::NiceSlice filter is the basis for the
    new and improved NiceSlice.  Forgot to add it to the
    Makefile.PL as a dependency.

 Makefile.PL |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 648757414a1977db9675f0c3c809f7d076da3d7c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 29 12:31:31 2013 -0500

    Update version to 2.4.11_006 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 2117e3bf08c72e668c1768772659500e47783487
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 29 12:25:57 2013 -0500

    Make FilterSimple the default engine for PDL::NiceSlice
    
    ...and update Release_Notes for a new CPAN developers release.

 Basic/SourceFilter/NiceSlice.pm |    3 ++-
 Release_Notes                   |    7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 9cca4f8eb31f8fc19c0ef2b773bc174f746e5a06
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jan 24 10:14:06 2013 -0500

    Make t/gd_oo_tests.t skip testing for all BSD OSes
    
    I plan to leave this skip in until the problem is actually
    fixed.  In the meantime, for automated testing, the tests
    will be skippped.  Otherwise a message about the known
    problem will be printed.

 t/gd_oo_tests.t |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit 9d9faa0c712be8ede40ac8a846f0e6065bf054e4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 22 16:58:38 2013 -0500

    Update VERSION to 2.4.11_005 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 7adf218e451da41efce84a1591c84a75fdcee5c6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 22 16:24:58 2013 -0500

    Update MANIFEST to remove PDL/Doc/Pod stuff

 MANIFEST |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit fccf1151909980067f0f33879451300beaa003e0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 22 16:21:45 2013 -0500

    Update Known_problems and Release_Notes for CPAN devel release

 Known_problems |    6 +++++-
 Release_Notes  |   13 +++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

commit 56fe5e9fdbefe5ceed24f878601803138da807cd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 22 16:01:38 2013 -0500

    Fix problem with multiple imag2d windows active
    
    Added glutSetWindow() call to ensure that imag2d_update
    adds a glutPostRedisplay for the updated image data pdl.

 Graphics/Graphics2D.pm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 2937ef2501f7bec6b59c8d60859f46af146df239
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 22 15:58:43 2013 -0500

    Skip t/gd_oo_tests.t for OpenBSD systems under AUTOMATED_TESTING
    
    Since the failing GD tests apparently crash/kill the perl
    process, TODO doesn't work to quiet them for CPAN Testers.
    Uncommented code to skip_all for the case of $^O =~ /openbsd/i
    and the environment AUTOMATED_TESTING is true.  The tests
    will still fail for hand installs but, presumably the user
    can see that only a small fraction of subtests actually fail.

 t/gd_oo_tests.t |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 9ee953d10749d8d167df53ab53beaafce203f8f1
Merge: da6d5d6 ce06b35
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 22 10:19:04 2013 -0500

    Merge branch 'master' into 64bit-index-support

commit ce06b35ac340c3893474171c114b7a11063624bb
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Jan 21 00:35:00 2013 -0600

    New FullDoc PDL::PP key and fixed a few minor doc niggles

 Basic/Bad/bad.pd                 |  102 +++++++------
 Basic/Gen/PP.pm                  |  292 +++++++++++++++++++++++++++++++-------
 Basic/Gen/PP/PdlParObj.pm        |   71 +++-------
 Graphics/PGPLOT/Window/Window.pm |    2 +-
 Release_Notes                    |    3 +-
 5 files changed, 317 insertions(+), 153 deletions(-)

commit 8a1c920c53812dabd31225d8917359035bb00921
Merge: c5abfc9 75d71ff
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sun Jan 20 23:00:15 2013 -0600

    Merge branch 'master', remote-tracking branch 'sf/master'

commit 75d71ff441225a7fc5302300f24c0c34bef2160f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jan 20 14:10:22 2013 -0500

    Make perldl skip and warn that -glut/-tk options not supported
    
    Yet...until I can figure out how to get the event loops
    to interoperate correctly.

 perldl.PL |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 7f357d181b59a52522dd02731c176d1412cf7650
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jan 20 11:10:32 2013 -0500

    Update VERSION to 2.4.11_004 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   33 ++++++++++++++++++++++++++++++++-
 3 files changed, 34 insertions(+), 3 deletions(-)

commit a0dfcc0df392461aca778f986ede6e535d7540b4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jan 20 10:46:02 2013 -0500

    Update Known_problems and Release_Notes for CPAN release

 Known_problems |   13 +++++++++----
 Release_Notes  |    8 +++++++-
 2 files changed, 16 insertions(+), 5 deletions(-)

commit 411e40b26b3f64cf84c42b6c476ec9c062709b5a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jan 20 10:45:11 2013 -0500

    Add -glut option to perldl pod (now works for non-MSwin platforms)

 perldl.PL |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

commit 373eda51f11640176c999bfe09b7d8b72fa9920a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 18 07:28:07 2013 -0500

    make t/gd_oo_tests.t TODO to debug
    
    There is a bug for AMD64 platforms that has not
    been resolved.  The sf.net bug #3518190 is being
    re-opened to track the issue.

 t/gd_oo_tests.t |  377 ++++++++++++++++++++++++++++---------------------------
 1 files changed, 191 insertions(+), 186 deletions(-)

commit 95730525a552f7cd7fa3385a7ed10d9abed00d3f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jan 17 17:16:14 2013 -0500

    Tweak PDL::howbig pod so apropos sizeof will find it

 Basic/Core/Core.pm.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c5abfc96ac490bc1ed7177a73c71a6ca144f0785
Merge: 3d9b989 99d747b
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Jan 14 09:27:37 2013 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 99d747b3301a1b247b6bcc06fa304b19c2f698f5
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Mon Jan 14 16:04:59 2013 +1100

    t/argtest.t Escape left brace in regex
    
    Left brace in regex at line 40 needs to be escaped
    to avoid deprecation warning with perl-5.17 and
    later.

 t/argtest.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f7d7f80e8fc48fa023c29b4305111417957ffbfa
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jan 13 11:55:20 2013 -0500

    Update version info to 2.4.11_003 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 96c317fe6b36f1a973817e081cf2d09ed7a698d2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jan 13 11:38:26 2013 -0500

    Update Release_Notes for PDL-2.4.11_002 release

 Release_Notes |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit f2fc6aed72ce3ddb60211fc8d4c9cd4f8bb0369e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jan 13 11:32:29 2013 -0500

    Add test names to t/gd_oo_tests.t
    
    Maybe this will help figure out what the problem is on
    some platforms.

 t/gd_oo_tests.t |   64 +++++++++++++++++++++++++++---------------------------
 1 files changed, 32 insertions(+), 32 deletions(-)

commit a9fcf18c1de3ee3378ef7d6b205d016d1d4fc4c4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jan 13 11:10:49 2013 -0500

    Add back some TODO block around failing NaN representation tests
    
    These are platform specific and we don't want PDL failing its
    build tests just because we haven't debugged the problem on
    all possible platform combinations...

 t/pdl_from_string.t |   48 ++++++++++++++++++++++++++----------------------
 1 files changed, 26 insertions(+), 22 deletions(-)

commit 360ce69e1f9a96c4367e90bc88cf5508971128c1
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sun Jan 13 21:17:58 2013 +1100

    t/pdl_from_string.t - remove some outdated comments
    
    There were some comments (specific to MS Windows)
    that should have been removed earlier.

 t/pdl_from_string.t |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 3d9b9892625c0f767eccb217089712808b9993dd
Merge: 2fa430e 0f1f5f2
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Jan 11 14:39:59 2013 -0600

    Merged Release_Notes on PDL::Pod notes

commit 0f1f5f2aaa89d76e4a3c46e716567c9ed8dfd562
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 11 15:37:14 2013 -0500

    Bump VERSION to 2.4.11_002 for more PDL development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   34 ++++++++++++++++++++++++++++++++--
 3 files changed, 34 insertions(+), 4 deletions(-)

commit 951d5fed7eac3b577f303c409bf2cfa14fda1867
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 11 15:16:40 2013 -0500

    Fix tempfile race condition in wpnm()
    
    Resolved by using tempfile() from File::Temp rather
    than the hand-rolled version.  It is tricky to get
    temporary files right so standardizing on File::Temp
    is probably the right thing to do.

 IO/Pnm/pnm.pd |   16 +++-------------
 1 files changed, 3 insertions(+), 13 deletions(-)

commit 1e61f9b08dc9ce4288c3a50c545d89aec952d5ab
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 11 14:21:36 2013 -0500

    Update MANIFEST for PDL-2.4.11_001 developers release

 MANIFEST |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 222fc653fb3e362945ca11f03258e31d3141fe59
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 11 13:59:48 2013 -0500

    Update Known_problems and Release_Notes

 Known_problems |   17 ++++++++---------
 Release_Notes  |   28 +++++++++++++++++++++++++++-
 2 files changed, 35 insertions(+), 10 deletions(-)

commit 77531a2d6b381531e790ef0ac6ecad97cc725e16
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 11 13:58:26 2013 -0500

    Bump $VERSION to 1.356 for -glut fix to perldl

 perldl.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2fa430e7bce297ccad22470cc3886f14980bf9af
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Jan 7 23:39:08 2013 -0600

    Removed =for ref Internal pod directives
    
    The pod directive =for ref Internal shows up in many places in
    Graphics/PGPLOT/Window/Window.pm, but it does not serve much of a
    purpose. It probably served a useful purpose at some point, but
    that purpose has been lost. Removing for now, with the expectation
    of revisiting after devising a better pdldoc keyword system.

 Doc/Doc.pm                       |    1 +
 Graphics/PGPLOT/Window/Window.pm |   13 -------------
 2 files changed, 1 insertions(+), 13 deletions(-)

commit 97e1f6f8b88fd901cea30c096574538430b85dc4
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Jan 7 23:22:20 2013 -0600

    Updated Release_Notes with Joel's work.

 Release_Notes |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 0325a95376be1d45f0a85226d134137eaf2e208c
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Jan 7 23:13:01 2013 -0600

    Fixed misspellings of PERL in intro docs

 Basic/Pod/MATLAB.pod |    4 ++--
 Basic/Pod/Scilab.pod |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit a1617d12c63d68bf959fbf97ce36e7e746bfa125
Merge: bf934bd bdf875c
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Jan 7 23:01:56 2013 -0600

    Merge branch 'master' of github.com:PDLPorters/pdl

commit bf934bd69db2d4ae3fbaac10b8f226d44501a15e
Merge: ae28aff beb9d53
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Jan 7 23:00:39 2013 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit beb9d53014f6ed5be68859382c8192822ee5e998
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jan 7 21:27:29 2013 -0500

    Make timeout 0 for select call
    
    This makes the new event_loop support more
    real time.

 perldl.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 39aec99d81b1113f5ac8e4449dd249be88e46c39
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jan 7 13:33:42 2013 -0500

    Add event_loop support for perldl -glut option
    
    Now it is possible to have the AppleGLUT or FreeGLUT
    event loop run while using the command line interface.
    The new functionality requires Term::ReadLine 1.09 or
    higher but is transparently enabled if $term->can('event_loop').

 Graphics/Graphics2D.pm |    4 +--
 perldl.PL              |   52 ++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 43 insertions(+), 13 deletions(-)

commit bdf875c9c2e43242a11bcbd94450aea56b3a4b2c
Merge: 964a514 c4117fd
Author: run4flat <dcmertens.perl@gmail.com>
Date:   Mon Jan 7 08:28:19 2013 -0800

    Merge pull request #3 from PDLPorters/pod
    
    Remove PDL::Pod:: classes in favor of Perl core modules Pod::

commit ae28affc9af7b95256c07064ffa672c0f3ed91e2
Merge: eeba80e 54af56e
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sat Jan 5 08:46:45 2013 -0600

    Merge branch 'master', remote-tracking branch 'origin/master'

commit eeba80ebf8c3370e84ebc26181e27b5eab27b42c
Merge: efb6500 964a514
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sat Jan 5 08:45:07 2013 -0600

    Merge branch 'master' of github.com:PDLPorters/pdl

commit 54af56edcca8e915232515a5cfc7d58106a01a0d
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sat Jan 5 11:44:31 2013 +1100

    Basic/Core/Core.pm.PL - Alteration to pdl('nan') generation.
    
    In Core.pm.PL, I changed the line:
     ${$nan->get_dataref}     = pack( "d*", "nan" );
    to:
     ${$nan->get_dataref}     = pack( "d*", (-1.0) ** 0.5 );
    
    as the former works only if perl numifies the string "nan"
    to a NaN - which doesn't happen on all perls.

 Basic/Core/Core.pm.PL |  304 +++++++++++++++++++++++++------------------------
 1 files changed, 155 insertions(+), 149 deletions(-)

commit 7a6cac66fefd6fb6670490645cd8a1d194a8e2ac
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sat Jan 5 11:44:31 2013 +1100

    t/pdl_from_string.t - Move some tests out of TODO
    
    Also change the way that pdl_from_string.t generates
    a pdl('nan') on Windows.

 t/pdl_from_string.t |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 9899ed00e3302d8eb489461ef3ec8c76766e8d77
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 4 17:40:36 2013 -0500

    Fix twiddle control for imag2d
    
    Clicking the close widget of the last imag2d window
    failed to close the last window and you couldn't "twiddle"
    to make it finish.  Now the window should close cleanly.

 Graphics/Graphics2D.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2a6ea82cd421e2deffa66a522125e472414f3324
Merge: c4117fd 964a514
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Jan 4 11:20:39 2013 -0600

    Merge branch 'master' into HEAD

commit 964a5141060094f8dd6948f187349fb36830312c
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Jan 4 10:46:23 2013 -0600

    Minor doc tweaks to Complex.pm and Core.pm

 Basic/Complex/complex.pd |    2 +-
 Basic/Core/Core.pm.PL    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit c4117fd5bfdaaaf55f3fed565be1cb6f89bb4569
Author: Joel Berger <joel.a.berger@gmail.com>
Date:   Thu Jan 3 12:34:38 2013 -0600

    removed warning about Pod::Parser incompatibility

 Doc/Doc.pm |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

commit 69260d2b87e77f53379f0b413d4ec5e32bf86267
Author: Joel Berger <joel.a.berger@gmail.com>
Date:   Thu Jan 3 11:55:45 2013 -0600

    removed problematic "last" directive

 Doc/Doc.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 624595479647ca09e8901fe656ebb3b0b816852a
Author: Joel Berger <joel.a.berger@gmail.com>
Date:   Thu Jan 3 11:44:14 2013 -0600

    removed PDL::Pod:: classes in favor of core modules Pod::
    
    Further changed calling implementation of overriden functions "command", "textblock" and "verbatim" and a few internal methods
    Also removed StrHandle and NullHandle classes in favor of opening handles to strings

 Doc/Doc.pm          |   71 +---
 Doc/Doc/Perldl.pm   |    5 +-
 Doc/Pod/Makefile.PL |   18 -
 Doc/Pod/Parser.pm   | 1112 ---------------------------------------------------
 Doc/Pod/README      |  206 ----------
 Doc/Pod/Select.pm   |  128 ------
 Doc/Pod/Usage.pm    |  244 -----------
 7 files changed, 25 insertions(+), 1759 deletions(-)

commit 5df755cfeeee4eac723e831ae78c2edec99457fe
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 1 17:10:23 2013 -0500

    Fix sf.net bug #3585811 "conv1d bad value broken"
    
    Now a warning is generated if conv1d() is used on data
    with the badflag set.  An explicit caution is also added
    to the documentation.

 Basic/Primitive/primitive.pd |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit fe5e29221378a1b54aa2614c0a043d6942fa6a12
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 1 16:34:41 2013 -0500

    Fix hist() handling of fractional $step
    
    This fixes sf.net bug #3588182 by making the $xvals
    returns in list context alway be double and updates
    the documentation to reflect this.  Also fixes a
    logic error in the calculation of the value for $step
    if not provided.

 Basic/Core/Basic.pm |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

commit 14a56ef4b59e0e4114707d0a4f457da976aea0fd
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Thu Dec 27 21:40:28 2012 +1100

    Basic/Gen/PP/PDLCode.pm - quiet perl-5.18 deprecation warning
    
    Escape left brace in regexes - '%{' becomes '%\{'

 Basic/Gen/PP/PDLCode.pm |  126 +++++++++++++++++++++++-----------------------
 1 files changed, 63 insertions(+), 63 deletions(-)

commit a5705ed9a66785684a3f1375868eb30ec03e163e
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Thu Dec 27 21:40:28 2012 +1100

    Basic/Gen/PP.pm - quiet perl-5.18 deprecation warning
    
    Escape left brace in regex - '%{' becomes '%\{'

 Basic/Gen/PP.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 1f0ce8672536bf17efddc4a037e7fdd939373f74
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Thu Dec 27 21:40:28 2012 +1100

    t/pp_croaking.t - quiet perl-5.18 deprecation warning
    
    Escape left brace in regex - '%{' becomes '%\{'

 t/pp_croaking.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit efb650035909cd98dfdefe4d893ee86741b939c1
Merge: a76f87b a6fdb8e
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Dec 26 05:08:09 2012 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit a76f87b5b75a2238785736b072a03d0c7f6fb3d8
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Dec 26 05:06:06 2012 -0600

    Fixed minor pod formatting issue in PDL::Transform

 Lib/Transform/transform.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a6fdb8e7028ea3915cae8e2658d99c26cc24364b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 9 12:12:16 2012 -0500

    add whereND to PDL::Lvalue->subs() @funcs
    
    And alphabetized the list of functions so it will be
    easier to inspect.  Ideally, we should generate this
    list from the sources.

 Basic/Lvalue.pm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 94fa430141771e5a218d233077e609d4015c0316
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Nov 20 15:48:02 2012 -0700

    Fixed image2d.pd POD error that prevented some funcs from showing up in the docs db
    
    '=head1 polyfill' changed to '=head2 polyfill'.  Also prettified some ccXcompt links.

 Lib/Image2D/image2d.pd |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit e3fca65768a51a5ba57629a7fff5fe10b38686bf
Author: sisyphus <sisyphus@Owner-PC311012.(none)>
Date:   Wed Nov 14 22:56:01 2012 +1100

    Top level Makefile.PL - nmake-specific fix
    
    Craig's recent change wrt pdl.PL/pdl.c has
    necessitated a small tweak for nmake.

 Makefile.PL |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 0e927a40e636e557ab7b072c08bb53f4e2d91a56
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Tue Nov 13 12:46:25 2012 -0700

    more warning elimination

 Basic/Gen/PP.pm        |    4 ++--
 Basic/Slices/slices.pd |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

commit c678279da7a94b4b870567b69d2c72a62fa05012
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Tue Nov 13 11:39:25 2012 -0700

    more warning suppression

 Basic/Core/pdlmagic.c |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit 049f8baa3456cee342e0517ddf08d70920c7c424
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Tue Nov 13 11:15:05 2012 -0700

    more clang warning fixes - no functional changes

 Basic/Core/Core.xs.PL   |    8 ++++----
 Basic/Core/pdl.h.PL     |    4 ++--
 Basic/Core/pdlapi.c     |   10 +++++-----
 Basic/Core/pdlcore.c.PL |    7 ++++---
 Basic/Core/pdlhash.c    |    2 +-
 Basic/Core/pdlthread.c  |    1 -
 6 files changed, 16 insertions(+), 16 deletions(-)

commit bfdd480243929cea914839335218dbbc865053c2
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Tue Nov 13 10:38:30 2012 -0700

    Basic cleanup of some warnings in the core with newer versions of clang.  No functional changes (I hope).
    A couple more pushes of this type to come.

 Basic/Core/Core.xs.PL   |    4 +---
 Basic/Core/pdl.h.PL     |    7 +++----
 Basic/Core/pdlcore.c.PL |    2 +-
 Basic/Gen/PP.pm         |    9 +++++----
 Basic/Gen/PP/PDLCode.pm |    2 +-
 5 files changed, 11 insertions(+), 13 deletions(-)

commit 168c037d6298e2eecdda6c468586919bc52e44ef
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Nov 13 08:46:50 2012 -0500

    Bump version in perldl for Craig's fix
    
    Otherwise, you have no easy way to see if
    you are running the "new/fixed" code.

 perldl.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 16b17c86a976dc0fe34d80eb063bba92b53975a8
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Tue Nov 13 02:03:29 2012 -0700

    Fix non-reported callback bug in perldl.  This boneheaded calling scheme
    (simply appending a "die $@ if($@)" to the end of the eval) seems to work
    in 5.10,5.12, and 5.14 -- I'm not sure why we didn't do it to start with.
    
    Since perldl is the only place PDL::Core::myeval() was called, I deleted it
    from Core.xs.PL as well -- it appears to be cruft at this point, since
    it no longer works as intended and is also no longer used.

 Basic/Core/Core.xs.PL |   16 ----------------
 perldl.PL             |    8 +++++---
 2 files changed, 5 insertions(+), 19 deletions(-)

commit abcf992877ff0bd319d52166cf716ea086d1702e
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Mon Nov 12 17:32:26 2012 -0700

    Fixed warnings in pdl.PL.  Fixed up Makefile.PL to actually compile pdl.c into pdl after it is made.  (MacOS 10.8 seems to need that).

 Makefile.PL |   23 +++++++++++++++++------
 pdl.PL      |    6 +++---
 2 files changed, 20 insertions(+), 9 deletions(-)

commit e8734eb1b303942f3f4dfe683c6cf0c32b209257
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Mon Nov 12 17:00:40 2012 -0700

    fix longstanding problem with three-argument form of rim

 IO/Pnm/Pic.pm |   31 ++++++++++++++++++-------------
 1 files changed, 18 insertions(+), 13 deletions(-)

commit f17e251db783f5d45b5e6dae45adb9bc4be6bf16
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Mon Nov 12 16:24:39 2012 -0700

    fix syntax error in transform.pd

 Lib/Transform/transform.pd |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit fbca747a30442e2954d207db1805270304e4dcbd
Merge: f2e42e3 dd92350
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Mon Nov 12 15:12:33 2012 -0700

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit f2e42e38f9d2f1e1f4666adf468b220a8e896682
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Mon Nov 12 15:09:39 2012 -0700

    Make Ufunc's POD usage docs agree with function signatures.
    
    In ufunc.pd, functions had a signature like (a(n); [o]b()), but then
    had usage lines like $a = func($b). So I just changed the usage lines
    to $b = func($a), to reduce confusion.

 Basic/Ufunc/ufunc.pd |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit dd923502135b714f4f566da359c1e2c3779078f6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Nov 12 10:43:19 2012 -0500

    Fix win32 bsd.dll pattern to only match bsd.dll
    
    On cygwin 1.7.17, the GD library file is /usr/lib/libgd.dll.a
    so the string 'bgd.dll' was being found even though the
    searched for DLL was not.

 IO/GD/Makefile.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 0fecb6c762256565c3553153009d1cadd229d475
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Nov 9 16:43:27 2012 -0700

    Add NOMYMETA tags to most of the rest of the Makefile.PLs.
    
    This finishes what I started with commit 96700c4, adding the
    eval'd check on the EU::MM version and adding the NOMYMETA=>1
    line if appropriate.  Now there are only 4 pairs of MYMETA.[yml,json]
    files created with 'perl Makefile.PL'.

 Basic/Core/Makefile.PL                |    1 +
 Basic/Gen/Makefile.PL                 |    1 +
 Basic/Makefile.PL                     |    1 +
 Basic/Pod/Makefile.PL                 |    1 +
 Demos/Makefile.PL                     |    3 ++-
 Doc/Makefile.PL                       |    1 +
 Doc/Pod/Makefile.PL                   |    1 +
 Graphics/LUT/Makefile.PL              |    1 +
 Graphics/LUT/ramps/Makefile.PL        |    3 ++-
 Graphics/LUT/tables/Makefile.PL       |    3 ++-
 Graphics/Limits/Makefile.PL           |    1 +
 Graphics/Makefile.PL                  |    1 +
 Graphics/PGPLOT/Makefile.PL           |    3 ++-
 Graphics/PGPLOT/Window/Makefile.PL    |    3 ++-
 Graphics/TriD/Makefile.PL             |    1 +
 Graphics/TriD/VRML/Makefile.PL        |    1 +
 IO/Dicom/Makefile.PL                  |    1 +
 IO/FITS/Makefile.PL                   |    1 +
 IO/FastRaw/Makefile.PL                |    1 +
 IO/FlexRaw/Makefile.PL                |    1 +
 IO/HDF/Makefile.PL                    |    1 +
 IO/HDF/SD/Makefile.PL                 |    1 +
 IO/HDF/VS/Makefile.PL                 |    3 ++-
 IO/Makefile.PL                        |    1 +
 Lib/CallExt/Makefile.PL               |    2 +-
 Lib/Filter/Makefile.PL                |    3 ++-
 Lib/Fit/Makefile.PL                   |    1 +
 Lib/GIS/Makefile.PL                   |    1 +
 Lib/GSL/Makefile.PL                   |    1 +
 Lib/GSL/SF/Makefile.PL                |    1 +
 Lib/Makefile.PL                       |    1 +
 Lib/Opt/Makefile.PL                   |    1 +
 Lib/Opt/Simplex/Makefile.PL           |    3 ++-
 Lib/Transform/Cartography/Makefile.PL |    3 ++-
 Perldl2/Makefile.PL                   |    2 ++
 Perldl2/Plugin/Makefile.PL            |    1 +
 Perldl2/Profile/Makefile.PL           |    1 +
 37 files changed, 47 insertions(+), 10 deletions(-)

commit 8f09bf389b97b28fa10e599b4b94f1bb6a55a7a9
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Nov 9 14:34:48 2012 -0700

    Update the old link to the GSL docs from redhat.com to gnu.org.

 Lib/GSL/DIFF/gsl_diff.pd     |    2 +-
 Lib/GSL/INTEG/gsl_integ.pd   |    2 +-
 Lib/GSL/INTERP/gsl_interp.pd |    2 +-
 Lib/GSL/MROOT/gsl_mroot.pd   |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 44902ed9a73f07c54947d8e64afc8d282b796911
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Nov 9 13:59:25 2012 -0700

    Small POD update for PDL::Func
    
    The description "useful functions" for this module wasn't that useful,
    so I added more detail.  Fixed a syntax error in the docs for
    PDL::Func::set.  Also removed the section "The Future" because
    obviously that isn't going to happen.

 Lib/Func.pm |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

commit f914a2554f8621c5ebde8a02f536ff4d00d7d567
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 8 09:46:46 2012 -0500

    Update Known_problems for PDL-2.4.11 status

 Known_problems |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)

commit 3bfd7247ae290b8f7319a9df53c0b327aab3770a
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Nov 6 14:50:46 2012 -0700

    Quiet "isn't numeric" warning in a trid Makefile.PL.
    
    Put an eval around $ExtUtils::MakeMaker::VERSION so that numeric
    comparisons (>=, etc) don't complain for version strings
    like '6.57_02'.

 Graphics/TriD/POGL/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 96700c442b1e1782ff182eaac375f43e62a9acfd
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Nov 6 14:45:40 2012 -0700

    Suppress some of the "Writing MYMETA" messages during 'perl Makefile.PL'.
    
    This should suppress some of the "Writing MYMETA.yml and MYMETA.json" lines
    that crop up during the first part of the PDL build.  It will not take care
    of all of them, to do that I'll have to hand edit some Makefile.PL's.  Putting
    this in now to see if it messes up older versions of EU::MM, and if it's OK
    I'll do the rest by hand later.  See pdl-porters thread from 2011-Dec-21.

 Basic/Core/Dev.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit eafe04154fc23edc717d54304c03fc8df16b58c9
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Mon Nov 5 22:01:23 2012 -0700

    Change the example for the "in" function to be less ambiguous.

 Basic/Primitive/primitive.pd |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit da6d5d60645abbd2e133f1d57a3a40a14a00b89a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 1 11:00:08 2012 -0400

    Change offspar type to PDL_Index in affine

 Basic/Slices/slices.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 42063059a0b4dc0b3eb37b6572e0dbf2dd11a7a9
Merge: b7ab80b a1ab4d7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 1 10:01:18 2012 -0400

    Merge branch 'master' into 64bit-index-support
    
    Conflicts:
    	Basic/Core/pdlcore.c.PL

commit a1ab4d78b10e6a2fb52e42b2767cb641c652460f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 26 14:01:19 2012 -0400

    Update Release_Notes and Known_problems
    
    I would like to see a CPAN developers release in the
    next month as we move towards a 2.4.12 release.

 Known_problems |    9 ---------
 Release_Notes  |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 9 deletions(-)

commit 7b684e98999a9ffb3bc637244801d09b416996a2
Author: olpc user <olpc@xo-4a-9c-81.localdomain>
Date:   Sat Oct 6 17:03:05 2012 +0000

    Fix p command in pdl2 shell
    
    Added back a newline to the p command for
    the pdl2 shell which fixes the breakage on
    windows platforms.  NOTE: p is a shorthand
    to display output in the interactive shell.
    It has never been an alias for print.

 Perldl2/Profile/Perldl2.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4eeddb3e6304717ba317b81972c2ab826c0ca1a5
Author: olpc user <olpc@xo-4a-9c-81.localdomain>
Date:   Sat Oct 6 15:22:41 2012 +0000

    Update DEPENDENCIES and Known_problems

 DEPENDENCIES   |   16 ++++------------
 Known_problems |   22 ++--------------------
 2 files changed, 6 insertions(+), 32 deletions(-)

commit c8501f9d20b9109d12b75d2cd0ff1bf07bbddd6c
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Fri Sep 21 19:36:25 2012 +1000

    t/rim.t - Some basic testing of PDL::IO::Pic::rim()
    
    The rim() function was (is still ?) broken. See:
    http://mailman.jach.hawaii.edu/pipermail/pdl-porters/2012-July/004916.html
    This script provides some basic testing of the function.

 t/rim.t |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

commit 4b51e276e9baf20db7b3ffe03b0cb4bcb8d88516
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Fri Sep 21 19:36:24 2012 +1000

    MANIFEST - add new test script t/rim.t

 MANIFEST |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit fc2fe6d14967e1e6cfc422d4f734f1ecbc08efe8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 12 12:56:31 2012 -0400

    Update inc/Devel/CheckLib.pm to version 0.98

 inc/Devel/CheckLib.pm |   48 ++++++++++++++++++++++++++++++++----------------
 1 files changed, 32 insertions(+), 16 deletions(-)

commit 033b59c2ee9292885058a3941fbfd1dc525ae7af
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 12 12:55:38 2012 -0400

    Clean up test for PDLDOC_IGNORE_AUTOLOADER

 pdldoc.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit df61526d565973bc1f0ade8629919c3940094247
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 6 18:54:51 2012 -0400

    Minor edits to PDL::MATLAB pod

 Basic/Pod/MATLAB.pod |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 6a700587296d975221f87a6612f07e836691086e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 6 17:12:46 2012 -0400

    Add Boundary=>'Replicate' option to conv2d/med2d

 Lib/Image2D/image2d.pd |   42 +++++++++++++++++++++++++++---------------
 t/image2d.t            |   10 +++++++---
 2 files changed, 34 insertions(+), 18 deletions(-)

commit 513b4a82aee5cb03816481c6ae14abe2c705f87a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Sep 2 17:40:30 2012 -0400

    fix 16-bit PNM raw format handling (sf.net bug #3475075)
    
    This commit fixes wpnm and rpnm so that they output
    raw format PNM data in network byte order (i.e., big
    endian order).  This fixes the 16bit pixel issues and
    is believed to close this bug.  Feedback welcome.

 IO/Pnm/pnm.pd  |   28 +++++++++++++++++++++++++++-
 Known_problems |   12 +++++++++++-
 2 files changed, 38 insertions(+), 2 deletions(-)

commit 94c463312d90c62fdb3be84ecf170c16c9cf0269
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Sep 2 15:00:57 2012 -0400

    Re-add PNG checks to picrgb.t
    
    And removed default '-quiet' option from wpic() since
    the various NetPBM converters don't appear to support
    that flag any more.
    
    NOTE: SGI file format is still commented out because
    of a problem with the converters (at least on cygwin)
    where the files are not generated/converted correctly.

 IO/Pnm/Pic.pm |    2 +-
 t/picrgb.t    |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 892c5c9e3a524c483e73d3cb7552e5b43ef2ad02
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Sep 2 13:34:06 2012 -0400

    Update unpdl docs a bit, hope it is clearer

 Basic/Core/Core.pm.PL |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

commit cc634713f56a6428f3ee2a4298471896fc3b51e1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Sep 2 13:11:07 2012 -0400

    Fix dummy() to generate correct slice() call
    
    Sf.net feature request/bug report #3479009 had a hard to find
    problem with dummy() because it was generating an underlying
    call to slice() with an invalid string contruct, e.g. '* 128'
    rather than '*128'.  This fixes dummy() to coerce the ' 128'
    to a number, i.e. '128' so that the slice string is correct as
    far as syntax.
    
    Also made one more failing NaN sign test a TODO one since it
    was failing on cygwin.

 Basic/Core/Core.pm.PL |    2 +-
 t/pdl_from_string.t   |   94 ++++++++++++++++++++++++------------------------
 2 files changed, 48 insertions(+), 48 deletions(-)

commit eb96334c3e8df113638688ddcd8741872812cbc6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Sep 2 11:51:55 2012 -0400

    Add missing binmode for win32 (see sf bug #3563903
    
    This prevents text mode CR-LF translation on win32
    platforms from breaking things.  There may be an
    un-binmoded handle in IO/FITS/FITS.pm as well but the
    maintainers of that module will need to apply the
    fix if needed.

 IO/Dicom/Dicom.pm     |    1 +
 IO/FlexRaw/FlexRaw.pm |    1 +
 IO/Pnm/Pic.pm         |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

commit 2da876d38650ac0f342ec2123a7dbee0a5560bc5
Author: unknown <chm@BELVNB0361NV126.nae.ds.army.mil>
Date:   Thu Aug 23 20:01:31 2012 -0400

    Fit deprecation of "naked" { in regex for perl 5.17.x

 Perldl2/Plugin/CleanErrors.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2d0410fd2eb54eb4f2342723688d84ff6d22919e
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Mon Aug 13 22:36:44 2012 +1000

    Basic/Complex/complex.pd - Fix handling of complex 0.
    
    0+0i, when raised to a real power was giving incorrect
    results. This fix just applies some "special case"
    handling for x+0i (where x can be either zero or non-
    zero) when raised to a real power (including 0).

 Basic/Complex/complex.pd |   26 ++++++++++++++++++++------
 1 files changed, 20 insertions(+), 6 deletions(-)

commit 55091589dde743b006a4e139c807246d3e274111
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Mon Aug 13 22:36:43 2012 +1000

    t/complex.t Test changes to Basic/Complex/complex.pd
    
    Test that today's changes Basic/Complex/complex.pd
    give desired results.

 t/complex.t |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

commit 7bcf2ddc565a4516ad9219499f2179de4cee54a0
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Aug 9 08:40:09 2012 -0500

    Added documentation for isnull()

 Basic/Core/Core.pm.PL |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

commit 17019f6fd2df8c542b5529fa74a1f6d2c8235528
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Jul 26 14:35:22 2012 -0600

    Fix some print statments in pdlcore.c.PL.
    
    When DEBUG_SETAV_TYPE or DEBUG_KLUDGE_COPY is #define'd there are
    numerous compiler errors for print statments.  This takes care of
    some of them.  Many more are generated because the loop over PDL
    types does not also take care of different formatting codes (%f vs
    %d vs %ld etc), so there is still some room for improvement.

 Basic/Core/pdlcore.c.PL |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 52da4d16f1e90ed83c53a26ec4f4bffe18ff2cb4
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Jul 26 13:24:40 2012 -0600

    Deal with an intermittent segfault in pdl_setav_$type.
    
    Just before pdl_kludge_copy, the index of the pdims array (the
    dimension list) could sometimes be negative. This caused an intermittent,
    non-reproducible segfault on my machine. The fix (thanks Craig!)
    doesn't break any existing tests, and seemed to solve the problem.

 Basic/Core/pdlcore.c.PL |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 0106d6e82a9f31fb39cc92cadcf4f4ce267c9ac4
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Wed Jul 25 13:37:20 2012 +1000

    Lib/Image2D/image2d.pd Reposition the 'polyfill' definition.
    
    Microsoft compilers might insist that the 'polyfill' defintion
    be positioned before the call to that function in the
    polyfill_pp() function. (At least one of my MS compilers
    insists on this.)
    Fixing that also should have eradicated a "conflicting types
    for 'polyfill'" warning that gcc was emitting.

 Lib/Image2D/image2d.pd |  375 ++++++++++++++++++++++++------------------------
 1 files changed, 188 insertions(+), 187 deletions(-)

commit 8fb45960c251edeeb3c4379aae230d97f5d85e25
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Wed Jul 25 13:37:20 2012 +1000

    t/callext.t Unlink callext.pdb.
    
    With one MS compiler (that I know of) the callext.t
    tests fail if there exists a 'callext.pdb' from an
    earlier build of PDL (that was done using a
    different MS Compiler)

 t/callext.t |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 0f57385f0dafef3140b37dd971168e322bd08a89
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Wed Jul 25 13:37:19 2012 +1000

    t/pdl_from_string.t "TODO" some tests with ActivePerl/MS Compilers
    
    Allows PDL to build on ActivePerl without any test failures.
    (Some of these "TODO" tests already pass with some versions of
    ActivePerl and some Microsoft compilers.)

 t/pdl_from_string.t |  164 +++++++++++++++++++++++++++++++++++----------------
 1 files changed, 112 insertions(+), 52 deletions(-)

commit 335023d70aaa4b82930186e86ee35d16652deb66
Author: Tim Haines <communist.goatboy@gmail.com>
Date:   Sun Jul 22 19:36:01 2012 -0400

    merge in pnpoly algorithm into PDL::Image2D
    
    This commit represents the work by Tim Haines to
    implement a PP version of the pnpoly algorithm and
    to add that as an optional engine for the polyfill
    and polyfillv routines.

 Basic/Pod/PP.pod       |   24 +++++
 Lib/Image2D/image2d.pd |  230 ++++++++++++++++++++++++++++++++++++++---------
 t/image2d.t            |   20 ++++-
 3 files changed, 229 insertions(+), 45 deletions(-)

commit 3cff6f134cff8e38570822b18d4a02d93b540e39
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 17 19:32:28 2012 -0400

    Add ENVI file format bailout for PDL::IO::FlexRaw
    
    Since the filename + header file convention is the
    same for PDL::IO::FlexRaw files and for ENVI format
    files, I've added a check for ENVI and a bailout if
    this is not a PDL::IO::FlexRaw format file.
    
    I expect to replace this by a call to readenvi at
    some point to smooth things out.

 IO/FlexRaw/FlexRaw.pm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 903377a96846adfb946df659a0cdaef3d4452945
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 17 19:23:28 2012 -0400

    Fix confusing wrap in FlexRaw.pm

 IO/FlexRaw/FlexRaw.pm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 966f826a1a88055f1cc88a5b6e03f08fa95f438f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 16 13:46:52 2012 -0400

    Update Known_problems
    
    Added new sf.net bugs including one re the failure of barf
    to generate traceback output in perldl.  This was due to a
    change in perl exception handling starting with perl 5.14.0.
    The work around is to install Devel::REPL so that you can
    use the new pdl2 shell (NOTE: if you don't have Devel::REPL
    installed, then pdl2 will run perldl for you instead---with
    the problem mentioned here).

 Known_problems |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

commit 83543cc85c07ae19c6188f3ba3e80306c479e6b6
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sat Jul 14 17:54:01 2012 +1000

    t/pdl_from_string.t Fix some nan tests for Windows
    
    That is, fix as best I can.

 t/pdl_from_string.t |   36 ++++++++++++++++++++++++++++++------
 1 files changed, 30 insertions(+), 6 deletions(-)

commit 7c0ec563f1238fd8172571dae81b592eff850542
Author: Tim Jenness <t.jenness@jach.hawaii.edu>
Date:   Tue Jul 10 15:11:16 2012 -0700

    Remove PDL::IO::NDF from main distribution
    
    Now available on CPAN as a separate download. A separate git
    repository is also available.

 Basic/Pod/BadValues.pod |    2 -
 Basic/Pod/Modules.pod   |    3 +-
 IO/IO.pod               |    3 +-
 IO/Makefile.PL          |    2 +-
 IO/NDF/Makefile.PL      |   21 -
 IO/NDF/NDF.pm.PL        | 1634 -----------------------------------------------
 MANIFEST                |    3 -
 t/ndf.t                 |   84 ---
 8 files changed, 5 insertions(+), 1747 deletions(-)

commit 05c24fb8b0fde8629bccc6109dbfba59caa6ee13
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 9 10:44:19 2012 -0400

    Add t/unpdl.t to MANIFEST

 MANIFEST |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 5ea80223ba548c87d0c9e6c916c59b9df4b340d0
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Sun Jul 8 15:01:30 2012 -0600

    Add note to OPTIMIZE advising the addition of -O0 to -g.
    
    This addresses SF bug #3465663. When I set OPTIMIZE to
    '-O0 -g', built and installed PDL, and examined a
    segfault-produced core dump in gdb, I get full information
    for the PDL functions (including line numbers for pdlcore.c),
    but of course not for the Perl functions because my Perl was
    not compiled with -g.

 perldl.conf |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 4e4e096799509f0b406adbc266bd3fdf84b27d9e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 7 12:53:34 2012 -0400

    Re-enable t/gd_oo_tests.t for AMD/BSD
    
    This will allow development versions of PDL to
    show the symptom with the hopes of providing
    enough info to debug the problem for the developer.
    Also, replaced print by diag in test output.

 t/gd_oo_tests.t |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit 537a00d7b34b332b5b69d3a31d3dcc02255a4b4c
Merge: cbda0ce 23212d2
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Jul 6 17:00:51 2012 -0500

    Merged Joel's work on the new unpdl method.

commit cbda0cec6ad350f2aa750ea7543f132537990d1e
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Jul 6 17:00:18 2012 -0500

    Merge branch 'master', remote-tracking branch 'origin/master'

commit bdec3fa4b6f4a4e43f71447f362e528dfcda0863
Merge: 92844b4 a3e4397
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Jul 6 11:56:40 2012 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 92844b4f87362996f5e9f526c3a158f45aa149e3
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Jul 6 11:55:15 2012 -0600

    fix a minor POD formatting issue.

 Basic/Core/Core.pm.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a3e4397a49c5a16847c228eaacdc8d727e65ab47
Author: Tim Haines <communist.goatboy@gmail.com>
Date:   Tue Jul 3 14:20:13 2012 -0400

    make qsort[vec] inplace aware
    
    Applying the patch by Tim Haines.  Thanks.

 Basic/Ufunc/ufunc.pd |    2 ++
 t/ufunc.t            |   26 +++++++++++++++++++++++++-
 2 files changed, 27 insertions(+), 1 deletions(-)

commit 88a9fff40ad7731d97b499e1e0e13af083f39246
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue Jul 3 20:12:37 2012 +1000

    MANIFEST - add t/lgamma.t

 MANIFEST |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b67e2e9536ddecbb4e5392700ee115824dd22993
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue Jul 3 18:57:44 2012 +1000

    Add lgamma() implementation for MinGW-built perls.
    
    The MinGW ports of gcc provide an lgamma() function.
    Let's make use of it - as has already been done for
    *nix systems.

 Basic/Math/math.pd |   77 ++++++++++++++++++++++++++++++++-------------------
 1 files changed, 48 insertions(+), 29 deletions(-)

commit 3f9928fe4c638aa9d84b89e0087455125134a493
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue Jul 3 18:57:43 2012 +1000

    Provide (basic) testing for lgamma function.
    
    Previously untested.

 t/lgamma.t |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)

commit 000212d92e2acbf24fb6d744be027bed20a636ed
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Jul 2 23:50:24 2012 -0500

    Fixed nan sign issue, as reported by Matthew McGillis
    
    I had noticed that pdl-from-string always said that 'nan' had a
    minus sign, but I didn't bother much about it. Matthew McGillis
    not only knew better, but wrote a patch to fix the situation,
    which is applied here.
    
    The only remaining issue is now the sign of -0, which Matthew
    included in his tentative test suite but which does not appear to
    work on my machine. Further investigations are needed...

 Basic/Core/Core.pm.PL |   24 ++++++++++++++++++------
 t/pdl_from_string.t   |   12 +++++++++---
 2 files changed, 27 insertions(+), 9 deletions(-)

commit 19979b1ca8784cb3c43469cc49e50b30b8710624
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Jul 2 23:19:30 2012 -0500

    Minor cleanups to pdl_from_string.t, inline-comment-test.t
    
    While working on a few other files in the test suite, I came across
    the code in inline-comment-test.t that is supposed to ensure that
    the tests are only run on machines that are configured properly to
    execute the tests. The code was a bit confusing, so I cleaned it up
    in a way that I hope makes it easier for others to follow in the
    future.
    
    I also expanded the explanation of the test that is given at the
    top of pdl_from_string, since support for inf and nan values is
    now one of the goals of the pdl-from-string behavior.

 t/inline-comment-test.t |   45 +++++++++++++++++++++++++--------------------
 t/pdl_from_string.t     |    8 ++++----
 2 files changed, 29 insertions(+), 24 deletions(-)

commit 23212d2a48fcab0c9b9efb7fa6e0920017839bda
Author: Joel Berger <joel.a.berger@gmail.com>
Date:   Sat Jun 30 17:51:54 2012 -0500

    Added unpdl method
    
    The unpdl method is roughly an inverse of the pdl constructor.
    It takes a piddle and returns a reference to a Perl array containing
    a dimensionally equivalent structure of nested arrays. This complements
    the list method, which returns a flattened list
    of Perl scalars.

 Basic/Core/Core.pm.PL |   68 ++++++++++++++++++++++++++++++++++++++++++++++--
 t/unpdl.t             |   18 +++++++++++++
 2 files changed, 83 insertions(+), 3 deletions(-)

commit 8aabc20852f292f6ca9183c070655708203e50b3
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Jun 28 23:50:52 2012 -0500

    Fixed and CPANified POD in Basic/Core/Core.pm
    
    The file Basic/Core/Core.pm.PL generates the text of the Core.pm
    file. If any errors arose in Core.pm, they were reported from the
    line number of Core.pm, not Core.pm.PL. Commit db274c02 was
    supposed to fix that. Unfortunately, it also introduced a few
    messed up lines in the resulting documentation due to lack of
    proper pod directives. This commit not only fixes those pod
    directives, but it also CPANifies Core.pm.PL so that readers on
    CPAN can read the documentation and get a good facsimile of what
    they'll read from their own machine.

 Basic/Core/Core.pm.PL |  140 +++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 123 insertions(+), 17 deletions(-)

commit 6210b499241c41510d1961f9a882b5ebba51685b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jun 14 09:14:08 2012 -0400

    Add :lvalue to polyfillv declaration

 Lib/Image2D/image2d.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 646394c9b46c2458e13f1a64a2d8304c86f500de
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 4 16:46:17 2012 -0400

    Apply patch adding more RNG's to PDL::GSL
    
    Thanks to John Lapeyre.

 Lib/GSL/RNG/gsl_random.pd |   55 +++++++++++++++++++++++++++++++-------------
 1 files changed, 39 insertions(+), 16 deletions(-)

commit 5fa882961988b3a7e4933bf0da6cb03ced178999
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu May 31 09:26:10 2012 +0200

    [deb 2.4.11] update changelog up to 2.4.11-4

 debian/changelog |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit cbca21383acb3e2769da7f886f2aec44d3613675
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu May 31 09:24:18 2012 +0200

    [deb 2.4.11] explicitely set -fPIC when compiling fortran code

 debian/f77conf.pl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit ddc5507ba2f032cbc1ab29882b019c54cb5a362b
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu May 31 09:23:41 2012 +0200

    [deb 2.4.11] fix dh_pdl

 debian/dh_pdl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit aa5f78a1e4db03b404d18836a7a7220e8f08fc2f
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon May 28 16:20:54 2012 +0200

    update debian/changelog from 2.4.11-2 upload

 debian/changelog |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 2b5065921f6429f13e390694b729dd03576940d2
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon May 28 16:20:30 2012 +0200

    override lintian warnings about images in /usr/lib

 debian/pdl.lintian-overrides |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit ecee50031c591854b9ca3678d9a81afb1f46a59c
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon May 28 16:17:46 2012 +0200

    install dh_pdl manpage

 debian/pdl.manpages |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6913ca40d16702a7653475b1525c37e0521fe317
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Mon May 28 13:26:57 2012 +1000

    win32/INSTALL Update info/instructions

 win32/INSTALL |  109 ++++++++++-----------------------------------------------
 1 files changed, 19 insertions(+), 90 deletions(-)

commit 7361148972b6eafdd2e3128dff1499a3df474671
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun May 27 18:09:44 2012 +0200

    call croak always with string literal to silence gcc format-security wanrings
    
    fix calls to croak in Lib/GIS/Proj/Proj.pd and IO/GD/GD.pd (croak
    was not called with a format string literal, causing
    -Werror=format-security to abort the compilation)

 IO/GD/GD.pd          |   66 ++++++++++++++++---------------------------------
 Lib/GIS/Proj/Proj.pd |   42 ++++++++++---------------------
 2 files changed, 36 insertions(+), 72 deletions(-)

commit 59b23d51199463df029db5d3173d84a9ac7b008f
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat May 26 13:08:48 2012 +0200

    [deb 2.4.11] update debian/changelog

 debian/changelog |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit a9b89de98b9378ac17b7097469ded34348507eeb
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat May 26 13:02:26 2012 +0200

    [deb 2.4.11] avoid double installation of upstream changelogs
    
    dh_installchangelogs installs Changes now, unlike at the time I
    introduced it

 debian/pdl.docs |    2 --
 debian/rules    |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)

commit c362b006bc71f0857190a93b7697098816117b24
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat May 26 13:00:04 2012 +0200

    [deb 2.4.11] honor FFLAGS and LDFLAGS env vars in f77 setup

 debian/f77conf.pl |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 99b9e7d6804e57e5a4cac36e2474779dd70ae438
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat May 26 12:53:57 2012 +0200

    [deb 2.4.11] add dh_pdl debhelper script
    
    packages depending on pdl should use dh_pdl to get the right
    dependencies on pdl and, in case of XS/PDL::PP packages, on
    pdlapi-$PDL_CORE_VERSION

 debian/dh_pdl      |  127 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/pdl.install |    1 +
 debian/rules       |    3 +-
 3 files changed, 130 insertions(+), 1 deletions(-)

commit 0178db29ef5ebc0510df255b3f71ff5182b2ff43
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat May 26 11:57:44 2012 +0200

    [deb 2.4.11] introduce virtual package pdlapi-$PDL_CORE_VERSION
    
    Core version is saved to $PDL::Config::Debian::pdl_core_version by
    an ugly hack using Inline::pdlpp on the pdl instance in 'blib'.

 debian/control                |    2 ++
 debian/rules                  |    6 +++++-
 debian/write_config_debian.pl |   23 +++++++++++++++++++++++
 3 files changed, 30 insertions(+), 1 deletions(-)

commit a777c5c8c652fec300d0c0644d33aa7709f87ae3
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat May 26 11:47:33 2012 +0200

    [deb 2.4.11] use dh_auto_configure to call Makefile.PL
    
    Makefiles are written with the correct flags set, as dh_auto_configure
    maps CFLAGS/LDFLAGS to the correct EU::MM vars.

 debian/rules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 81bd76595dff0753a94e58432e681ab49faf8c7b
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat May 26 11:47:00 2012 +0200

    [deb 2.4.11] switch to dpkg-buildflags to obtain build flags

 debian/control |    1 +
 debian/rules   |   10 +++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 801fa40457e3a949eba7fe13713ff1ffa35856f3
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat May 26 11:25:44 2012 +0200

    [deb 2.4.11] use 'folded' format for package relations fields
    
    folded format is a lot easier to diff...

 debian/control |   46 ++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 42 insertions(+), 4 deletions(-)

commit c2683384cf486b892639b43b697b3f015c9c673a
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat May 26 11:20:16 2012 +0200

    [deb 2.4.10] import changes by Jari Aalto <jari.aalto@cante.net>
    
      * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
      * Update to Standards-Version to 3.9.3 and debhelper to 9.
      * Add build-arch and build-indep targets; use dh_prep in rules file.
      * Fix copyright-refers-to-symlink-license (Lintian).
      * Fix duplicate-in-relation-field libastro-fits-header-perl (Lintian).
      * Fix unused-override (Lintian).

 debian/README.source            |   14 --------------
 debian/changelog                |   14 +++++++++++++-
 debian/compat                   |    2 +-
 debian/control                  |    8 ++++----
 debian/copyright                |    2 +-
 debian/patches/00list           |    1 -
 debian/patches/series           |    1 +
 debian/rules                    |   16 ++++++++--------
 debian/source.lintian-overrides |    4 ----
 debian/source/format            |    1 +
 10 files changed, 29 insertions(+), 34 deletions(-)

commit fd8126a01ca782f6da2c3906e855b749b03829e0
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri May 25 09:25:28 2012 +0200

    [deb 2.4.10] update debian changelog from 2.4.10+dfsg-1 upload

 debian/changelog |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

commit 2ec47d788cf35b5f588158a186bd7670fe74c0f5
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri May 25 09:22:10 2012 +0200

    [deb 2.4.10] update debian/perldl.conf from upstream perldl.conf

 debian/perldl.conf |   66 +++++++++++++++++++--------------------------------
 1 files changed, 25 insertions(+), 41 deletions(-)

commit 4daf0bd369f101214acdd8cb80d15798dd6c988f
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri May 25 09:19:41 2012 +0200

    [deb 2.4.10] silence lintian warning about empty dpatch list

 debian/source.lintian-overrides |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit c82890c79bcdcd1318c2cd653ca12f22b996221e
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri May 25 09:16:54 2012 +0200

    [deb 2.4.10] ignore lintian warning about too long line in FFT manpage

 debian/pdl.lintian-overrides |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 554d277b2de7b54e2037fd78ebd410a15ada20e9
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri May 25 09:15:28 2012 +0200

    [deb 2.4.10] include release notes and upstream changes in docs

 debian/pdl.docs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 6eed699a000c3fa792ed73a80e460f94e62cce15
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri May 25 09:13:59 2012 +0200

    [deb 2.4.10] comment purpose of patch list

 debian/patches/00list |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 88fce7e87d709d40baf99afbfac246c74c9b7883
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri May 25 09:11:40 2012 +0200

    [deb 2.4.10] update minimum libopengl-perl requirement

 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b7ab80b580e96cb5ed95dce27691aafecdcd397f
Merge: ea4224c 26021f0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 21 14:45:07 2012 -0400

    Merge branch 'master' into 64bit-index-support

commit 26021f0c628e4095ea1385bf7409b6d5c865eb70
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 21 14:24:57 2012 -0400

    Add ASCII table load <-> rcols equivalence to MATLAB.pod

 Basic/Pod/MATLAB.pod |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 4e8cb0e051c956ac79050d4c5617cdb7518d35cd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 20 14:20:45 2012 -0400

    Update $PDL::VERSION to 2.4.11_001 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 4773c96763f3f9450382fe97d951f653eb2ae94c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 20 13:32:17 2012 -0400

    comment out local $TODO in t/limits_trans_err.t
    
    Commenting out the TODO: block is not enough since the
    $TODO then applies to the entire file.

 t/limits_trans_err.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2afa1aff0b507ad71888a0367b36444b91128c4b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 20 12:45:07 2012 -0400

    Clean up of Known_problems and Release_Notes for 2.4.11 release

 Known_problems |   25 +++++++++----------------
 Release_Notes  |   39 ++++++++++++++++++---------------------
 2 files changed, 27 insertions(+), 37 deletions(-)

commit 99266da83eacccec92b076eb1f327b5e18b53fe2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 20 12:44:27 2012 -0400

    Update pdl2 version and load PDL::Config by default

 Perldl2/Profile/Perldl2.pm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit e4e331d9b6a46145172c35633fffc23b19d9cd2b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 19 18:29:23 2012 -0400

    Comment out t/inline-comment-test.t in MANIFEST for 2.4.11 release
    
    Will re-enable as a test after the stable release.

 MANIFEST |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9d1203ff17eefed2343422d094f5023581b9555a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 19 18:27:37 2012 -0400

    Re-enabling the t/limits_trans_err.t test (not as TODO)
    
    It looks like the fix to Limits.pm by sisyphus has also fixed
    the test fails for this set of tests.

 t/limits_trans_err.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 52428d52bcd8c58f8067ab8ae43a6f2e1b7d7a13
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 19 18:26:02 2012 -0400

    Update VERSION to 2.4.11 for release and readme's
    
    Added a few more bugs fixed to Known_problems and Release_Notes.

 Basic/PDL.pm   |    2 +-
 Known_problems |    4 ++--
 Release_Notes  |   55 +++----------------------------------------------------
 3 files changed, 6 insertions(+), 55 deletions(-)

commit 0c800d0860e3c1d94256a07caeed13c3eab12085
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 19 18:24:56 2012 -0400

    Fix some bugs in pdl2 running perldl if Devel::REPL not installed

 Perldl2/pdl2 |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit b02557c6b6bd95977e102d34d424a6b365f7b416
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 18 19:32:06 2012 -0400

    More pre-release updates for Known_problems/Release_Notes

 Known_problems |    1 -
 Release_Notes  |   13 +++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 641ae82dbc64719eb496adecb9ae63e913bbedab
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 18 19:05:07 2012 -0400

    Add better skip condition to t/flexraw_fortran.t if no fortran
    
    The previous test checked if WITH_SLATEC was true while
    we now check if PDL::Slatec can actually be used.  My
    guess is we aren't correctly updating the PDL::Config
    from the PDL::Slatec build time configuration.

 t/flexraw_fortran.t |   40 +++++++++++++++++++++-------------------
 1 files changed, 21 insertions(+), 19 deletions(-)

commit f03f497a374e8e866dce54df13bd5fef21366cf0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 18 17:16:18 2012 -0400

    Update Known_problems

 Known_problems |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

commit 5eb33340d74a42478274dabdd7e7d2104d17490d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 16 07:01:02 2012 -0400

    Update VERSION to 2.4.10_006 for final PDL-2.4.11 fixes
    
    This is just a place holder version.  It will be updated
    to 2.4.11 when the release distribution is made.  Also
    turned off $PDL::debug in t/flexraw.t to quiet test output
    and added info to INSTALL and Known_problems regarding the
    problem building PDL with some MinGW gcc + win32 perl
    configurations due to gcc crashing.

 Basic/PDL.pm   |    2 +-
 INSTALL        |   18 ++++++++++++++
 Known_problems |    8 +++++-
 Release_Notes  |   68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 t/flexraw.t    |    2 +-
 5 files changed, 95 insertions(+), 3 deletions(-)

commit 0dd802d486f8dfdb57a658588ce8c9387ee03995
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 15 17:25:17 2012 -0400

    Fix typo in Release_Notes

 Release_Notes |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f02a4eff321e4f2f9d3f27a6fab4584f6699b0bf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 15 09:42:35 2012 -0400

    Update Known_problems and Release_Notes for PDL-2.4.10_005
    
    This is PDL-2.4.11 rc2.

 Known_problems |   19 +++++-----------
 Release_Notes  |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 65 insertions(+), 16 deletions(-)

commit 008c94e72fe7e673d497222e5ce8834d451c1152
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue May 15 23:37:26 2012 +1000

    Graphics/Limits.pm - Fix cross-platform inconsistency
    
    The round_pow was in need of a minor tweak. On some
    platforms round_pow was returning a value that was
    *equal* to the given value. I'm assuming that such a
    value is not allowed. (Certainly none of the tests
    expect such a value to be returned.)

 Graphics/Limits/Limits.pm |   58 +++++++++++++++++++++++---------------------
 1 files changed, 30 insertions(+), 28 deletions(-)

commit c1d747f8309567efc4b4367a2d5c0f36ee902402
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 15 07:19:52 2012 -0400

    Force $eps for approx() in t/limits_round.t
    
    I think the reason some platforms are failing is that
    the epsilon for approx() is too small.  Since approx
    remembers the last value used, if this is within a single
    perl session, that could explain the problem.  I've
    added logic to force a reasonable value, 1.0e-6 or so.

 t/limits_round.t |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 1e147070b8ea7de10f3a44bac714818b35a6709f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 14 17:18:38 2012 -0400

    Update DEPENDENCIES and Known_problems for PDL-2.4.11

 DEPENDENCIES   |    4 ++--
 Known_problems |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

commit ea4224cfa2b1ae3a0d87f55aeb7e8de872d8bc7c
Merge: cce9a44 d90cc14
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 14 15:39:42 2012 -0400

    Merge branch 'master' into 64bit-index-support

commit d90cc142360c32dbd33bdfb39a74b63061fc5841
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 14 15:37:22 2012 -0400

    skip t/inline-comment-test.t on BSD to avoid sf.net #3518190
    
    TODO skips only work if the test can't cause a SEGFAULT.
    When building Inline code, that is always possible.

 t/inline-comment-test.t |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit d863355d1c30cc0744a4c4e28b5b59f0fca4e802
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 14 15:26:15 2012 -0400

    skip t/gd_oo_tests.t on Dragonfly BSD to avoid sf.net #3518190
    
    The previous skip pattern failed because $^O for Dragonfly BSD
    is dragonfly (and not something ending with BSD).

 t/gd_oo_tests.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cce9a449fbb51ad8777ac4593cf1c9f9030e03eb
Merge: 375b3aa 8fca2d9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 13 19:36:38 2012 -0400

    Merge branch 'master' into 64bit-index-support

commit 375b3aafecea1628130f830a8f6debd08eb575b5
Merge: a802570 902b02b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 13 19:33:50 2012 -0400

    Merge branch '64bit-index-support' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl into 64bit-index-support

commit 8fca2d94182d8977cb2065955433c26dd5f872f4
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sun May 13 17:00:22 2012 +1000

    IO/FlexRaw.pm - Remove the "No SIGBUS" warning on Windows
    
    Simply changed:
    local $SIG{BUS} = \&myhandler;
    to
    local $SIG{BUS} = \&myhandler unless $^O =~ /MSWin32/i;
    (Doesn't seem to alter the scope of the 'local' call.)

 IO/FlexRaw/FlexRaw.pm |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

commit 5beaca70ee002a69f1c0839a3fefe90e14ab7382
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sun May 13 15:45:41 2012 +1000

    Remove deprecation warning in PGPLOT/Window/Window.pm
    
    With perl-5.16 a deprecation warning was being emitted in
    relation to a "defined(@array)".
    At line 4416, changed:
    if (defined(@{$self->{_env_options}})) {
    to
    if (@{$self->{_env_options}}) {

 Graphics/PGPLOT/Window/Window.pm |  650 +++++++++++++++++++-------------------
 1 files changed, 325 insertions(+), 325 deletions(-)

commit 902b02bd0e6167858cbbfa00f0fc5b91db8798d3
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sun May 13 14:56:21 2012 +1000

    Remove deprecation warning in PGPLOT/Window/Window.pm
    
    With perl-5.16 a deprecation warning was being emitted in
    relation to a "defined(@array)".
    At line 4416, changed:
    if (defined(@{$self->{_env_options}})) {
    to
    if (@{$self->{_env_options}}) {

 Graphics/PGPLOT/Window/Window.pm |  650 +++++++++++++++++++-------------------
 1 files changed, 325 insertions(+), 325 deletions(-)

commit a802570dd6b1b859a615525fdf06f113ed8492de
Merge: 858df9b 19fd7c2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 12 11:37:44 2012 -0400

    Merge branch 'master' into 64bit-index-support

commit 19fd7c2db9107e59cb2143fa49d76b3df8a23511
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 12 09:18:28 2012 -0400

    Update version to 2.4.10_005

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit b4355398e1d2ac97e69a772ea04a1fb169ca2445
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 12 09:15:14 2012 -0400

    Update MANIFEST for 2.4.10_004 CPAN devel release

 MANIFEST |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 37bd0e04a4a4c82d10b43e3168829d9921f02e0e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 12 08:38:36 2012 -0400

    Update Known_problems and Release_Notes

 Known_problems |   16 ++++++++++------
 Release_Notes  |    6 ++++++
 2 files changed, 16 insertions(+), 6 deletions(-)

commit ef70276bfcba38c205d3d6d2f3673e92e2e17283
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 12 08:37:32 2012 -0400

    skip t/gd_oo_tests.t on BSD OS to avoid sf.net #3518190

 t/gd_oo_tests.t |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 7685fa73c53ab2135ed856c3da79dacdb3ff23c8
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri May 11 15:04:36 2012 -0500

    Paired down some barfing/croaking text in PDL::Core
    
    Dima's updates a couple of years ago switched PDL's barf to use a stack trace,
    at least in PDL::Core. This becomes a problem for some functions that re-barf.
    This minor patch to Core.pm.PL udpates the barfing behavior to use croak where
    appropriate.
    
    It also changes the definition of PDL::Core::barf to goto() Carp::confess
    instead of simply calling it. The latter behavior resulted in an erroneous line
    at the top of the stack trace pointing (uselessly) to the definition of
    PDL::Core::barf.

 Basic/Core/Core.pm.PL |   25 +++++++------------------
 1 files changed, 7 insertions(+), 18 deletions(-)

commit 858df9bfe3f4173c6cd14974cdb8734542e2c31f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 9 13:40:07 2012 -0400

    Make oldlen cast be PDL_Index in pdlcore.c and add diag() to t/slice.t

 Basic/Core/pdlcore.c.PL |    2 +-
 t/slice.t               |   53 +++++++++++++++++++++++------------------------
 2 files changed, 27 insertions(+), 28 deletions(-)

commit 02a2351e2ba29aeb5c079a9f07bc86ca2f9838eb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 8 09:45:35 2012 -0400

    Change strtol to strtoll in slices.pd
    
    I hope this will fix some of the failures from
    slicing operations reported by Ingo.  Still have
    other issues but still no-one able to directly
    debug on a 64bit system.
    
    If you have a 64bit system, more than 4GB of memory
    and are able to perform PDL+XS/PP debugging, your help
    would be greatly appreciated.  It is *very* difficult
    to make progress without being able to gdb or printf
    to locate the source of fails.  I think we're getting
    close but until the low level stuff is working, we're
    not able to merge these hardwired 64bit support mods
    into the master.

 Basic/Slices/slices.pd |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 8de38c3f09814ec93da1cd8d0eefd051b20e6573
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon May 7 12:04:12 2012 -0500

    Marked comment wart test as TODO (bug #3524081)

 t/inline-comment-test.t |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

commit 0c11c4576ceadcaf449ee210455131fa95061792
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon May 7 09:40:25 2012 -0500

    Applied sprout's fix for rt #76577, sf.net bug 3518253

 Basic/Core/Core.pm.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3779ba7f5880de92605342a19889c7e74fba7aef
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 4 14:13:17 2012 -0400

    More PDL_Index fixes to slices.pd
    
    Progress is being made but I think there are still some
    declarations that may not be quite right.

 Basic/Slices/slices.pd |   62 ++++++++++++++++++++++++------------------------
 1 files changed, 31 insertions(+), 31 deletions(-)

commit f258d4381c5506b1619c3bc69ab6faa2edfcc4af
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 3 17:45:12 2012 -0400

    Update pdl_allocdata and pdl_grow to use PDL_Index
    
    The pdl_allocdata fix is needed to allocate large piddles.
    The pdl_grow change to use PDL_Index type rather than
    STRLEN for the element count is appropriate now that
    we have a PDL_Index type to use.

 Basic/Core/pdlapi.c     |    2 +-
 Basic/Core/pdlcore.h.PL |    4 ++--
 Basic/Core/pdlhash.c    |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit fd4bb5baa29e898cd0d293dc79e6c769feb70cf4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 2 18:12:40 2012 -0400

    Make rangeb et al coerce index to PDL_Index now instead of long
    
    Again, this is hardwired for now.  Still, it eliminates a couple
    more test failures....

 Basic/Slices/slices.pd |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 535aab25764153989091acb6e0ec596a8b57e973
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 1 16:19:14 2012 -0400

    More 64bit index fixes: PP, Slices, Ufunc, Storable
    
    Add more fixes to the PP code generation and to some of the
    XS/PP modules to introduce the new PDL_Index datatype.  The
    64bit-index-support branch is currently hardwired for PDL_Index
    type being 'long long'.  Not all tests are passing but if
    you have a 64bit platform it should build and run (somewhat).

 Basic/Gen/PP.pm         |    2 +-
 Basic/Slices/slices.pd  |  102 +++++++++++++++++++++++-----------------------
 Basic/Ufunc/ufunc.pd    |   12 +++---
 IO/Storable/storable.pd |    2 +-
 4 files changed, 59 insertions(+), 59 deletions(-)

commit a4e8dcb8c7ccd67492f53a160716615fee39387e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 30 17:54:25 2012 -0400

    More 64bit index support and PP code generation fixes
    
    Testing with typedef long long PDL_Index flushed out a bunch
    more places where indexing type changes affect the PDL code.
    Once the Core routines built without error, work continued
    with fixing types in PP code generation.  Work is still underway
    but now a bunch of the tests pass with 77/781 subtests failed!

 Basic/Core/Core.xs.PL     |   11 +++++----
 Basic/Core/pdl_hfiles.p   |    2 +-
 Basic/Core/pdlapi.c       |   25 ++++++++++++-----------
 Basic/Core/pdlcore.c.PL   |    2 +-
 Basic/Core/pdlcore.h.PL   |    8 +++---
 Basic/Core/pdlhash.c      |    2 +-
 Basic/Core/pdlsections.g  |   46 ++++++++++++++++++++++++--------------------
 Basic/Core/pdlthread.c    |   44 ++++++++++++++++++++++--------------------
 Basic/Gen/PP.pm           |    4 +-
 Basic/Gen/PP/PDLCode.pm   |   14 ++++++------
 Basic/Gen/PP/PdlParObj.pm |    2 +-
 Basic/Ufunc/ufunc.pd      |   22 ++++++++++----------
 MANIFEST                  |    3 --
 13 files changed, 95 insertions(+), 90 deletions(-)

commit 32bc994ac411e102ca1de647fa68b09abb499f10
Merge: a9c07c9 7576911
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Apr 25 10:58:03 2012 -0400

    Merge branch 'master' into 64bit-index-support

commit a9c07c9db79ac121830bdcb99baf44e976a8b8f2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 24 18:09:23 2012 -0400

    Hardwire typedef for PDL_Index into pdl_hfiles.p
    
    This is enough to test the new 64bit index support by
    hand-editing this typedef to the correct type.  If that
    is a 64bit one for your platform, everything should
    work (eventually).  Untested so far.

 Basic/Core/pdl_hfiles.p |    2 +-
 Basic/Core/pdlcore.c.PL |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d1a7734716b55812660160cc2982ffb7149feea4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 23 17:26:31 2012 -0400

    Make perldl.conf with no extensions selected for Core debugging
    
    After the basic 64bit support is working for the core, then we'll
    add back the extensions to confirm/fix any issues there.

 perldl.conf |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 4579b827ba6197572edff3a8aabb637c51f8f806
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 23 17:24:34 2012 -0400

    Minor fixes to get new Core/* to build
    
    This involved adding an entry for PDL_Index to typemap, making the
    declaration of pdl_grow consistent (to STRLEN) and hand-adding a
    typedef for PDL_Index to pdl.h.  This needs to be replaced by an
    automatic configuration eventually.

 Basic/Core/Core.xs.PL |    2 +-
 Basic/Core/pdlhash.c  |    2 +-
 Basic/Core/typemap    |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

commit 2adb1af3bb41caea2530bf070a360d2540c4c452
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 23 16:22:49 2012 -0400

    Preliminary set of 64bit index support modes to Basic/Core
    
    The first stage of the conversion of PDL indexing to support 64bit
    platforms is to replace all usages of int, long, and PDL_Long that
    are actually indexes into piddles (or the equivalents: dimension
    lengths, nvals, ...) by a new PDL_Index datatype that is determined
    at build time to correspond to the supported index/pointer sizes for
    a given platform.
    
    This first set of conversions is all by inspection and I expect
    problems to show up on the first build tests.  Specifically, there
    will need to be defined the printf format appropriate to PDL_Index
    on a given platform that will need to be used for the built in
    diagnostics.
    
    For configuration, the interesting parameters from %Config are:
     - lseeksize and lseektype for file offsets
     - sizesize and sizetype for memory offsets/sizes and indexing
    
    TO CHECK: there are some usages of pdl_packint and pdl_unpackint
    in the Core files that maybe should be using the PDL_Index type.

 Basic/Core/Core.xs.PL     |   49 ++++++++++++++-------------
 Basic/Core/Types.pm.PL    |   17 ++++++++++
 Basic/Core/pdl.h.PL       |   16 ++++----
 Basic/Core/pdlconv.c.PL   |    3 +-
 Basic/Core/pdlcore.c.PL   |   67 +++++++++++++++++++-------------------
 Basic/Core/pdlcore.h.PL   |   79 +++++++++++++++++++++++----------------------
 Basic/Core/pdlsimple.h.PL |   10 +++---
 Basic/Core/pdlthread.h    |   12 +++---
 8 files changed, 137 insertions(+), 116 deletions(-)

commit 757691190bb503aea6e35a98106601974fca11af
Merge: 4002248 1f32e53
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Apr 16 11:49:27 2012 -0500

    Merge branch 'master' into fix-PP-commentary

commit 40022485a21ed1088de19c3ee795718f99e96eb1
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Apr 16 10:33:29 2012 -0500

    Added a test for now-functional multiline commenting in PP code

 t/inline-comment-test.t |   98 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 98 insertions(+), 0 deletions(-)

commit 13291d98f614ab534ea2c40367973d0c9a9d3f31
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Apr 16 10:09:55 2012 -0500

    Fixed PP commentary
    
    PP generates lots of code. Some of that code is confusing at first
    blush, so PP added C-style multiline comments to help anybody
    examining the generated XS. Unfortunately, if a user had a bug in
    their code's logic and attempted to debug by commenting out large
    swaths of their PP code, the non-nesting of C-style comments would
    invariably lead to weird compile failures.
    
    My proposed solution is to #define the symbol PDL_COMMENT(comment),
    thus allowing any commentary such as this:
    
      _internal_var->value  /* get some internal thing */
    
    to be replaced with something like this:
    
      _internal_var->value  PDL_COMMENT("get some internal thing")
    
    It's a bit more verbose, but it enables users to use multiline
    comments in the way described above.

 Basic/Gen/PP.pm           |   94 +++++++++++++++++++++++++++------------------
 Basic/Gen/PP/PDLCode.pm   |   29 ++++++++------
 Basic/Gen/PP/PdlParObj.pm |    6 ++-
 3 files changed, 77 insertions(+), 52 deletions(-)

commit 1f32e53304e3c1f30383f0daf35495112bef0b6b
Merge: 53d74fa 8dd65dc
Author: olpc user <olpc@xo-4a-9c-81.localdomain>
Date:   Mon Apr 16 02:22:04 2012 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 53d74faea0707523008fa9cbe26a1403b5764693
Author: olpc user <olpc@xo-4a-9c-81.localdomain>
Date:   Mon Apr 16 01:03:42 2012 -0400

    Cleanup odds and ends in PDL/Example dir
    
    Removed Core/new_from_string.pl since it is in Core now.
    Renamed some examples so the name will be more descriptive
    as far as the example program.

 Example/Core/new_from_string.pl       |  117 ---------------------------------
 Example/InlinePdlpp/inlpp.pl          |    2 +-
 Example/Simplex/tsimp.pl              |   50 --------------
 Example/Simplex/tsimp_needs_pgplot.pl |   50 ++++++++++++++
 Example/TriD/clip.pl                  |  111 -------------------------------
 Example/TriD/old_trid_clip.pl         |  111 +++++++++++++++++++++++++++++++
 6 files changed, 162 insertions(+), 279 deletions(-)

commit 8dd65dc63862db5cd60aef372f1e7536625dca9f
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sun Apr 15 13:17:31 2012 -0500

    Updated tests for pdl-from-string

 t/pdl_from_string.t |   79 ++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 59 insertions(+), 20 deletions(-)

commit 32592bcbab481003cb39f204eb84b71f1ca7ed04
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sat Apr 14 14:04:36 2012 -0500

    Fixed (hopefully) pdl-from-string handling of inf/nan

 Basic/Core/Core.pm.PL |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 416804854108d5604c2046a145af57d253fc2fb3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 10 16:29:48 2012 -0400

    Forgot the Core.pm.PL changes for previous commit
    
    This adds some extra diagnostic output if $PDL::debug is set.

 Basic/Core/Core.pm.PL |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 45005bee0c216c41e0029cc9cfe0f1a430b0c98b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 10 12:02:06 2012 -0400

    Add some debug info for t/flexraw.t to display
    
    It is hoped this will help identify the problem with the
    cleanup reported for 64bit OpenBSDs.

 t/flexraw.t |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 25f464f0af13c38e6fc041790c47f16e691e2d2a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 10 11:38:24 2012 -0400

    Clean up some devel code for whereND tests in t/primitive.t

 t/primitive.t |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 7dde9c25fc76535df8feaa552bafb001b916c875
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 10 09:11:35 2012 -0400

    Revert "Revert "Revert "Lib/GIS/Proj/proj.pd - make compatible with proj-4.8.0"""
    
    This reverts commit 1eec38574b7306328ad158a78b1094bbed3c584a.
    Per Rob's request, taking the partial Proj.pd code out until
    the issues with the PROJ4 development strategy can be worked
    out.

 Lib/GIS/Proj/Proj.pd |   75 +++++++++++++++++++++++--------------------------
 1 files changed, 35 insertions(+), 40 deletions(-)

commit 1eec38574b7306328ad158a78b1094bbed3c584a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 8 22:17:37 2012 -0400

    Revert "Revert "Lib/GIS/Proj/proj.pd - make compatible with proj-4.8.0""
    
    This reverts commit b5b9b1d6da16744ecbcfba191c49f5ecf5c3744f.
    Re-applying the compatibility fix for proj-4.8.0.  It is not
    clear what the CPAN Testers fails were from before...

 Lib/GIS/Proj/Proj.pd |   75 ++++++++++++++++++++++++++-----------------------
 1 files changed, 40 insertions(+), 35 deletions(-)

commit f6726570c65feb80fa19b92fdd8aeb248f10b84c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 7 17:22:19 2012 -0400

    Update VERSION to 2.4.10_004 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit a8b720d9719b3a2af2ef22cb210e3a88d96ecb6b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 7 17:09:58 2012 -0400

    Update Known_problems and Release_Notes for CPAN

 Known_problems |    5 +++++
 Release_Notes  |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 007ce76aef0a6494f2b19f681a36fa5758d44808
Merge: e0c00d2 046f246
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 7 10:45:45 2012 -0400

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit e0c00d27c464a002360354363fa7e6f0e1e19928
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 7 09:33:30 2012 -0400

    Corrected a prototype for add_deletedata_magic()
    
    It looks like I missed one from the earlier rework
    and I believe that is the origin of the failures in
    execution (at all) or the "Could not unmap:..."

 Basic/Core/pdlcore.h.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 046f2461456645f656d9f5fd06c6fb9492a4d2c5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 6 13:43:54 2012 -0400

    Update VERSION to 2.4.10_003 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 32f23a8bf9cc2760152bedf7d63706720f6582e4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 6 13:38:09 2012 -0400

    update Release_Notes and remove File/Map.pm from inc/
    
    This is for a quick re-release of PDL fixing a broken
    commit.  I hope this allows the desired build and test
    to work now.

 Release_Notes   |    6 +-
 inc/File/Map.pm |  491 -------------------------------------------------------
 2 files changed, 4 insertions(+), 493 deletions(-)

commit b5b9b1d6da16744ecbcfba191c49f5ecf5c3744f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 6 13:23:19 2012 -0400

    Revert "Lib/GIS/Proj/proj.pd - make compatible with proj-4.8.0"
    
    This reverts commit 98572190667fa4af90d916cf5842d574cb042238.
    This fix is not working.  Reverting for now to release another
    CPAN Developers release so testing with new File::Map mmap can
    occur.

 Lib/GIS/Proj/Proj.pd |   75 +++++++++++++++++++++++--------------------------
 1 files changed, 35 insertions(+), 40 deletions(-)

commit e232164f924711b1f1bc40b4ae42aa32e3090c3b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 6 10:59:51 2012 -0400

    Update version to 2.4.10_002 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit b4199cbc5ce972c469b59f26f98ad43d9059b1a8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 6 09:39:41 2012 -0400

    Update MANIFEST for PDL-2.4.10_001 developers release

 MANIFEST |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 61bf8a1062602871c7a1c657add93f4375c9a105
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 6 09:35:30 2012 -0400

    Update docs/readme-type info for PDL-2.4.10_001 release

 DEPENDENCIES  |   12 ++++++++++++
 PDLdb.pl      |   12 ++++++++----
 Release_Notes |   31 ++++++++++++++++---------------
 3 files changed, 36 insertions(+), 19 deletions(-)

commit 22b8634b01aa7bb039355b235a38d1f539306bb9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Apr 5 14:41:41 2012 -0400

    Update File::Map version required to 0.47
    
    ...and comment out the pdl_do_sys_map() routine
    and return to the original sys_map() call for the
    implementation of memory mapping now that the
    bug has been fixed upstream.

 Basic/Core/Core.pm.PL |   37 +++++++++++++++++++------------------
 IO/FastRaw/FastRaw.pm |    2 +-
 IO/FlexRaw/FlexRaw.pm |    2 +-
 3 files changed, 21 insertions(+), 20 deletions(-)

commit b8fc63cdf4eb6092f46e0be9a1eb5f5c6b1ab767
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Apr 4 16:39:23 2012 -0500

    Updated dependency to File::Map v0.47 at Leon's suggestion

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 462d80d665d90e2177dc1f4ffc2de90f18a881b7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Apr 4 17:25:49 2012 -0400

    Add File::Map 0.46 as dependency for CPAN Testers
    
    After a checkout by PDL developers, this is planned
    to be released as a CPAN Developers release for the
    purpose of exercising the new File::Map implementation
    of mapflex and mapfraw as an official dependency and
    to determine if there are any portability or availability
    issues that might need to be addressed.

 Makefile.PL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a4e56e6b868850772b70e215c53b4514fb0b78c0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Apr 4 17:23:32 2012 -0400

    Update Release_Notes with sys_map work-around done!

 Release_Notes |   26 ++++++++------------------
 1 files changed, 8 insertions(+), 18 deletions(-)

commit 305ef32e72249ae3496949b8f1d47c6db58e949e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Apr 4 17:00:17 2012 -0400

    Implement pdl_do_sys_map() work around sys_map bug
    
    This is a cut and paste of the original File::Map::sys_map
    routine with the bug fixed.  It should be possible to strip
    down the dependencies more for this routine if desired.
    Maybe the File::Map author would be willing to pursue.

 Basic/Core/Core.pm.PL |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

commit 85e1f74963a11daa5738fe05f53730a46540d3f9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Apr 4 15:43:06 2012 -0400

    Make use File::Map conditional on presence
    
    If 'use File::Map' eval-s ok, then it is used.  Otherwise,
    stubs are added to ensure the PDL::set_data_by_file_map
    compiles correctly.

 Basic/Core/Core.pm.PL |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

commit e525615501ce229f0ff4095417fe9cd12cc5372f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 3 07:43:17 2012 -0400

    Update Release_Notes re inc/File/Map.pm

 Release_Notes |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 562d4e5aa67e80fac741cd0b9799a90f3e148adc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 3 07:40:36 2012 -0400

    Add fixed copy of Map.pm v0.46 to git
    
    You should be able to replace your existing Map.pm
    file from File-Map-0.46 by this one and things should
    work.

 inc/File/Map.pm |  491 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 491 insertions(+), 0 deletions(-)

commit baabaf2e4d29ea1bf6cf133c99a9c5a57c062f87
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue Apr 3 13:50:43 2012 +1000

    Basic/Gen/PP.pm - add to croak() message
    
    Have the croak() in relation to version mismatch
    (in the BOOT section) output info relating to the
    versions that were found.

 Basic/Gen/PP.pm |  204 +++++++++++++++++++++++++++---------------------------
 1 files changed, 102 insertions(+), 102 deletions(-)

commit 246689173bbe163366a07bebc93752269beaad22
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue Apr 3 13:50:42 2012 +1000

    Basic/Core/Dev.pm - add to croak() message
    
    Have the croak() message relating to version
    mismatch (in PDL_BOOT) output some info on
    versions that were found.

 Basic/Core/Dev.pm |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 98572190667fa4af90d916cf5842d574cb042238
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue Apr 3 13:50:41 2012 +1000

    Lib/GIS/Proj/proj.pd - make compatible with proj-4.8.0
    
    Inclusion of projects.h no longer permissible with proj-4.8.0.

 Lib/GIS/Proj/Proj.pd |   75 ++++++++++++++++++++++++++-----------------------
 1 files changed, 40 insertions(+), 35 deletions(-)

commit f5d7bb06153d4caabcdbcd53aa9e66c0b31690b6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 2 18:17:43 2012 -0400

    Update Release_Notes for mapflex/mapfraw

 Release_Notes |   34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

commit a0c2b1459b7f2dce394917bf29b5066a7d5c3f56
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 2 17:26:01 2012 -0400

    Use binmode for sysopen, comment out win32 croak

 Basic/Core/Core.pm.PL |    2 ++
 Basic/Core/pdlmagic.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 13056747af59fe3bfdfec41551a4cc82fb148d9c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 2 16:58:25 2012 -0400

    Implement PDL::set_data_by_file_map for mmap-ing

 Basic/Core/Core.pm.PL |   48 +++++++++++++++++++++++++++++++++++++++++++++++-
 IO/FastRaw/FastRaw.pm |   22 ++++++++++++++++------
 IO/FlexRaw/FlexRaw.pm |    9 ++++++++-
 3 files changed, 71 insertions(+), 8 deletions(-)

commit 3dd4cad3f378ea5d8f1780077b8262f47260b4e7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 1 22:00:22 2012 -0400

    Add option to call File::Map version of mmap code
    
    This is another step towards implementing mapfraw
    and mapflex via File::Map.  The remaining issue is
    implementing the correct option handling vis a vis
    Creat, Trunc, and ReadOnly.

 IO/FastRaw/FastRaw.pm |   29 +++++++++++++++++++++--------
 IO/FlexRaw/FlexRaw.pm |   26 +++++++++++++++++++++-----
 t/fastraw.t           |    2 ++
 t/flexraw.t           |    2 ++
 4 files changed, 46 insertions(+), 13 deletions(-)

commit 9cb7286d92cf7f32aacdd6eb584aa356397b24b8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 1 12:14:36 2012 -0400

    Fix t/fastraw.t and t/flexraw.t to handle missing mmap support
    
    This replaces a hardwired skip for win32 platforms by
    an eval to catch the error message and then skip any
    mmap tests.  This should change from skips to passes
    when the File::Map implementation is complete.

 t/fastraw.t |   22 +++++++++++++++-------
 t/flexraw.t |   14 +++++++-------
 2 files changed, 22 insertions(+), 14 deletions(-)

commit 7b368df4e9a98b5467bdc595a07256ae68737e1f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 29 17:51:10 2012 -0400

    Fixed argument order bug in set_data_by_mmap()
    
    The shared and writable options were reversed.  This did not
    usually cause a problem since the defaults for both were the
    same.  After this correction, the remaining support for win32
    mapfraw and mapflex can be done at the perl level.

 Basic/Core/Core.xs.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 910a0e8e1bff41f0e30e5d22b044aac2a6af16a9
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Thu Mar 29 10:57:24 2012 +1100

    transform.pd - remove "defined" from "defined(@names)"
    
    As per the advice of the warning issued when the test
    suite is run under perl-5.15.
    (Doesn't lead to breakage with earlier versions of
    perl that PDL supports.)

 Lib/Transform/transform.pd |  630 ++++++++++++++++++++++----------------------
 1 files changed, 315 insertions(+), 315 deletions(-)

commit 709eebd8c22b517f81f36b4e808c2e84f82112a7
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Thu Mar 29 10:57:24 2012 +1100

    complex.pd - fix attempts to overload '<=>=' and '=>'
    
    sub _gen_biop created an overload entry for '<=>=',
    which I've removed.
    And the 'use overload' section passed a '=>' to sub
    _gen_cpop, which I changed to '>='.
    (perl-5.15 issued warnings in relation to these during
    the running of the test suite.)

 Basic/Complex/complex.pd |   60 +++++++++++++++++++++++-----------------------
 1 files changed, 30 insertions(+), 30 deletions(-)

commit 217850e71a65e40ace4944374f497a3a8c12ead3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 28 17:39:42 2012 -0400

    Add set_state_and_add_deletedata_magic() to support File::Map
    
    Since File::Map works at the level of mapping a file into
    a perl scalar lvalue, I've implemented a routine that does
    the required state setting and addition of deletedata magic
    for the pdl.
    
    For reference, here is a simple sequence using map_file
    from File::Map to do the memory mapping for an existing
    PDL::IO::FlexRaw data file:
    
        use 5.10.1;
    
        use PDL;
        use PDL::IO::FlexRaw;
        use PDL::Core qw(:Internal);
    
        use File::Map qw(map_file);
    
        $hdr = PDL::IO::FlexRaw::_read_flexhdr('a_ushort_3_7.dat.hdr');
        $h = $hdr->[0];
    
        $amm = PDL->zeros( ushort );  # fix to use $h->{Type} instead
        $amm->setdims($h->{Dims});
        $ammdr = $amm->get_dataref;
        map_file ${$ammdr}, 'a_ushort_3_7.dat', '+<';   # must enable rw
        $amm->upd_data;
        $amm->set_state_and_add_deletedata_magic(length(${$ammdr}));
    
        $amm *= 3;
        say $amm;
        undef $amm;  # the file should be updated now
    
        $acheck = readflex 'a_ushort_3_7.dat';
        say $acheck; # should be the same as from $amm

 Basic/Core/Core.xs.PL |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 88e6743f71076a33c168a266dd4c1090b56ae763
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Wed Mar 28 11:54:15 2012 +1100

    New file - avoid the fork() call in t/plplot.t for win32 only.
    
    On win32 fork() uses threads, and plplot is not thread
    safe. Workaround by calling this separate script iff
    OS is MS Windows

 t/plplot_no_fork.win32 |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

commit 380ed95d351bc121e100b7a4a57545c118a2d1ac
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Wed Mar 28 11:54:15 2012 +1100

    Avoid the fork() call in t/plplot.t for win32 only.
    
    On win32 fork() uses threads, and plplot is not thread
    safe. Workaround by calling a separate script
    (plplot_no_fork.win32) iff OS is MS Windows

 t/plplot.t |   45 ++++++++++++++++++++++++++-------------------
 1 files changed, 26 insertions(+), 19 deletions(-)

commit caba7a287e2471806184c663d098a894815cee9b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 27 18:04:39 2012 -0400

    Update PDL delete magic for 64bit perls/OSes
    
    Updated PDL_CORE_VERSION to 9 and replaced int declarations
    for lengths and offsets by STRLEN, Size_t, and Off_t as
    appropriate.  May need to change some of these a bit but
    I believe the size of the types is now correct to support
    memory mapping on 64-bit systems and perls.

 Basic/Core/Core.xs.PL   |    4 ++--
 Basic/Core/pdlcore.h.PL |    1 +
 Basic/Core/pdlmagic.c   |    4 ++--
 Basic/Core/pdlmagic.h   |    8 ++++----
 4 files changed, 9 insertions(+), 8 deletions(-)

commit 619564c30d70154a8daa32a04f7b496259bec1c4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 27 13:57:17 2012 -0400

    Change set_data_by_xxx to use STRLEN and not int
    
    To support 64bit perls and OSes, this changes the len argument
    type for set_data_by_mmap() and the offset argument type for
    set_data_by_offset() to STRLEN from int.  This is moving towards
    implementing memory mapping for PDL using the File::Map module
    which supports both windows and posix platforms.

 Basic/Core/Core.xs.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 519723b8bd3bfe1ddc1cd5e7ed8e82243c0ecda5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 21 13:31:20 2012 -0400

    Update Known_problems

 Known_problems |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 375d3ca4f07d8da31d61b5a6fc134838b00d8c68
Merge: bf1ef17 a482010
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Mar 6 16:55:28 2012 -0700

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit bf1ef1741ad06ef1f8d720523207c34069d50c9f
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Mar 6 16:44:55 2012 -0700

    Removed some differences between 'p' and 'print' in pdl2 shell
    
    $| wasn't set anywhere in the pdl2 scripts, so output was being buffered when running the pdl2 shell.
    Even more confusing, output was only buffered when using the print command, not the p alias.
    I traced this down to the presence of a \n in the 'p' alias, and removed it.  Also added an autoflush
    command to pdl2.  Now print and p behave the same, afaict.

 Perldl2/Profile/Perldl2.pm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit a4820101dc1122eecd124912bb05c6dec4bd83c7
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Mar 6 15:08:43 2012 -0600

    Made pp_line_numbers.t a little more robust
    
    I noticed that the number of tests in pp_line_numbers.t was hard
    coded, but it actually depended on the number of types the PDL
    supports. It now explicitly specifies two types to test (float and
    double, though it could be anything).
    
    It also now closes the filehandle to the generated xs file before
    removing the file. Previously, extraneous copies of foobar.xs were
    left around, at least on Windows machines and maybe on others.

 t/pp_line_numbers.t |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 7a3e626d4e3d96efa3b7645c904589c37cbd593a
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Mar 5 22:26:38 2012 -0600

    Fixed backslash complaints on Windows (I hope)

 Basic/Gen/PP.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 182a964107fefef4720b1f408c3c2d101cfd8b8d
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Feb 23 12:39:59 2012 -0600

    Fixed a bug in cat's error reporting.
    
    I had code that called PDL::cat(@piddles), but ran into the edge
    case that @piddles was completely empty. This particular edge case
    was not properly identified by cat's extensive error processing,
    so I've added something that correctly diagnoses it.
    
    I also added proper $arg->isa('PDL') checking. The original code
    checked if ref($arg) =~ /PDL/, which is not the proper way to
    check something is an object of a particular kind. The correct
    way to do this is to say
    
        if (not eval{$arg->isa('PDL')}) ...

 Basic/Core/Core.pm.PL |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

commit d552291826e162ce9a38eda94ac7c09b86ab5966
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Feb 23 09:15:08 2012 -0600

    Added lvalue awareness to whereND

 Basic/Primitive/primitive.pd |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 40a0bac3badb60e9fcd66cf84800af93631947e3
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Feb 23 09:09:12 2012 -0600

    Added failing tests for whereND lvalue

 t/primitive.t |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

commit 13d6c12a5ed44674f0a26beadc4a561985aec91e
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Thu Feb 23 18:56:31 2012 +1100

    Doc/mkhtmldoc.pl - Make compatible with perl-5.15 and later
    
     Changes in perl-5.15 to pod2html necessitated changes
     to mkhtmldoc.pl

 Doc/mkhtmldoc.pl |   82 +++++++++++++++++++++++++++++++++---------------------
 1 files changed, 50 insertions(+), 32 deletions(-)

commit 1af6764aece24b065a5933bf349660b9f17c3cbb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 21 15:51:40 2012 -0500

    Add comment for enabling hex/oct input for rcols
    
    Not yet implemented since we need to ensure that
    the new functionality does not break floating point
    data type inputs.

 IO/Misc/misc.pd |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 1297d7c95b4d731a22cd58085efa0f218d893793
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 21 11:13:48 2012 -0500

    Fix changes/Changes target for build
    
    This is a convenience target to allow folks to
    generate a new version of the Changes file with git.
    There was a problem with the syntax and nmake.  With
    luck this fixes it...

 Makefile.PL |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 2db307b6b31758f7fd6c25fa2a67209664e736cf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 14 10:12:05 2012 -0500

    Apply fix for sf.net bug #3487569 (thanks bperret!)

 IO/Misc/misc.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 79b5a5d9b7b2d97c8cd92ac645a468bc325dd25c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 10 13:14:59 2012 -0500

    Update PDL/IO/Dicom/Dicom.pm pod
    
    Fixed an error reported by podchecker and a minor
    cleanup.  Need to see if this resolves the missing
    Dicom docs in pdldoc.

 IO/Dicom/Dicom.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 233115924f0ed83c5b3e890808043a0e4ddac4c6
Merge: 180854f f4f07b2
Author: Judd Taylor <judd.t@orbitalsystems.com>
Date:   Wed Feb 8 18:44:36 2012 +0000

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit f4f07b2fb00f75f0415d14a110db836fab48e4d2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 7 13:35:40 2012 -0500

    Fix check for glutRunning logic for imag2d

 Graphics/Graphics2D.pm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 3db6c34b885ce52e67be1881a0a34af413b9fd9d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Feb 6 16:11:23 2012 -0500

    Minor docs updates and pod fixes

 Basic/Core/Core.pm.PL        |    2 +-
 Basic/Primitive/primitive.pd |    2 +-
 Basic/Ufunc/ufunc.pd         |    3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

commit b27dc165ba45d73fcf014210df0979f2ef761c9c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Feb 6 15:55:10 2012 -0500

    Update VERSION to 2.4.10_001 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |   14 ++------------
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 13 deletions(-)

commit 13335adf609a8c48cae9918324ea4475819af14b
Merge: cd26a5e 99c4411
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Feb 6 15:14:41 2012 -0500

    Merge commit '99c441103f4849792d77ff5cdcd91710be457dab'
    
    Folding the PDL-2.4.10 release branch back into the
    git master development branch.  NOTE: do not name a
    tag the same as a branch as you get an ambiguity in
    checkouts that is a real pain and may lead to git
    problems.
    
    Conflicts:
    	Basic/Core/Core.pm.PL
    	Known_problems

commit 99c441103f4849792d77ff5cdcd91710be457dab
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 3 18:44:47 2012 -0500

    Final update to Release_Notes for PDL-2.4.10

 Release_Notes |   44 +++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 43 insertions(+), 1 deletions(-)

commit 180854fd871f9b687fe277fea96897b6a202832e
Author: Judd Taylor <judd.t@orbitalsystems.com>
Date:   Fri Feb 3 17:10:56 2012 +0000

    Fixed an issue where PDL::IO::GD object are not freeing memory allocated by the C GD library.
    This fixes bug 3483926.

 IO/GD/GD.pd |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

commit eb2b9081b60610795aba363274a1d1fbc4d83cda
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 3 10:52:08 2012 -0500

    Add OO GD bug and 'x' operator to Known_problems

 Known_problems |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

commit aa79285b82197fa6787465a19aaf5249a000cfff
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 27 17:59:03 2012 -0500

    Update VERSION to 2.4.10 for release
    
    Also begin final edits of Known_problems and the Release_Notes.
    Still to do, verify build instructions for cygwin.

 Basic/PDL.pm   |    2 +-
 Known_problems |    3 ++-
 Release_Notes  |   20 ++------------------
 3 files changed, 5 insertions(+), 20 deletions(-)

commit 01045b69ba894a33b5e3284ba55d47b86c5eb27f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 21 16:18:57 2012 -0500

    Add Changes and changes targets to Makefile postable
    
    Now you can 'make changes' or 'make Changes' to update
    the Changes file with the latest from the git log.
    The Changes file is updated for 'make dist' but via
    PREOP which only works in the distdir being created
    and not the original Changes file.

 Makefile.PL |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 9a67e753a3f3e1e62cecfb386ba8d4a9a8271ff2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 21 15:44:20 2012 -0500

    Update VERSION to 2.4.9_996 for next RC development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   66 ++++++++++++++++++++++++++++++++++++++++---------------
 3 files changed, 50 insertions(+), 20 deletions(-)

commit 9fb0950c5bf4daac2be7586679d6f4c5362b6a85
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 21 14:01:09 2012 -0500

    Reapply: Add imag2d_update to PDL::Graphics2D EXPORTs
    
    I realized that this had been omitted.  I've now
    added imag2d_update and some documentation to
    PDL::Graphics2D.

 Graphics/Graphics2D.pm |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

commit 36017b8de5dfe5f47c8d2ae56f711b067579ef3b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 21 13:56:59 2012 -0500

    Revert "Add imag2d_update to PDL::Graphics2D EXPORTs"
    
    This reverts commit 90e413cc51812c253357dacbc079e653c2968de2.
    
    Conflicts:
    
    	Basic/PDL.pm
    	Known_problems
    	Release_Notes

 Basic/Core/Core.pm.PL  |    8 +-
 DEPENDENCIES           |   24 +++--
 Graphics/Graphics2D.pm |   24 +-----
 IO/FlexRaw/FlexRaw.pm  |   27 ++++--
 IO/Pnm/Pic.pm          |   15 ++-
 IO/Pnm/pnm.pd          |   16 ++--
 Known_problems         |   22 ++++-
 Makefile.PL            |    2 +-
 TODO                   |    2 +-
 cygwin/INSTALL         |   43 +++++----
 cygwin/README          |    8 +-
 macosx/README          |   10 +-
 t/inlinepdlpp.t        |    4 +-
 win32/INSTALL          |  238 ++++++++++++++++++++++++++++--------------------
 14 files changed, 254 insertions(+), 189 deletions(-)

commit c01c22ab0d809539edeba24639d1ca501e4d8967
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 21 11:46:06 2012 -0500

    Update Release_Notes for PDL 2.4.9_995 release

 Release_Notes |  272 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 271 insertions(+), 1 deletions(-)

commit 31a1732b4d5a10e6caa7532e7b28048914ac6171
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 21 11:37:16 2012 -0500

    Update VERSION for CPAN developers release

 Basic/PDL.pm   |    2 +-
 Known_problems |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 94032f84657a7dfa71b2b1acdc646451f46cda2b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 21 11:12:28 2012 -0500

    Add error reporting to system calls in t/flexraw_fortran.t

 t/flexraw_fortran.t |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 5e5c180654c81eb8ede352741ef4b7f4f9cf1e2e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 21 11:00:58 2012 -0500

    Add test names to t/flexraw_fortran.t
    
    This should help to track down test failures
    reported by having more detail about which subtest
    is doing the failing....

 t/flexraw_fortran.t |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

commit 4d0c6cd02b89ec7432eb2d201b7f4f00d8f8330c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 20 21:28:01 2012 -0500

    Fix path separators in filenames to forward slash for all
    
    g77 has problems with the windows backslash separators.
    This makes the filepath names consistent across all
    OSes.

 t/flexraw_fortran.t |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 4a07b84abb3533c84b86fb2e23152b859a99332f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 20 15:32:06 2012 -0500

    Add intial values for floatformat and doubleformat to PDL::Core
    
    Users should not have to guess or read the source code to
    get at this setting.  TODO: add these to the pdldoc and
    online help/apropos documentation database.

 Basic/Core/Core.pm.PL |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 90e413cc51812c253357dacbc079e653c2968de2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 20 13:41:24 2012 -0500

    Add imag2d_update to PDL::Graphics2D EXPORTs
    
    I realized that this had been omitted.  I've now
    added imag2d_update and some documentation to
    PDL::Graphics2D.

 Basic/Core/Core.pm.PL  |    8 +-
 Basic/PDL.pm           |    2 +-
 DEPENDENCIES           |   24 ++---
 Graphics/Graphics2D.pm |   24 +++++-
 IO/FlexRaw/FlexRaw.pm  |   27 ++----
 IO/Pnm/Pic.pm          |   15 +--
 IO/Pnm/pnm.pd          |   16 ++--
 Known_problems         |   26 +----
 Makefile.PL            |    2 +-
 Release_Notes          |  218 ++------------------------------------------
 TODO                   |    2 +-
 cygwin/INSTALL         |   43 ++++-----
 cygwin/README          |    8 +-
 macosx/README          |   10 +-
 t/inlinepdlpp.t        |    4 +-
 win32/INSTALL          |  238 ++++++++++++++++++++----------------------------
 16 files changed, 199 insertions(+), 468 deletions(-)

commit 019c2c9b21d4fb7f539183dfd757bfe751064fec
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 20 13:15:54 2012 -0500

    Improve POGL dependency info and error messages
    
    perl Makefile.PL will now report the required minimum
    version of the perl OpenGL module if it fails to
    detect one.

 DEPENDENCIES |   11 ++++++++---
 Makefile.PL  |    2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)

commit bdaa1582e061b010a0a3ccb8e0ecfdff0458c902
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jan 18 10:03:04 2012 -0500

    Add t/pic_16bit.t fail to Known_problems
    
    There are known problems with 16-bit PNG and
    TIFF images for wpic/rpic.  Please add fixes
    or other diagnostics to the trouble ticket
    at http://sourceforge.net/tracker/?func=detail&aid=3475075&group_id=612&atid=100612

 Known_problems |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit d92e74a5c9cabea2ade1fa6412dbd6355b61873c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jan 16 12:34:17 2012 -0500

    Update VERSION to 2.4.9_994 and readmes for RC4

 Basic/PDL.pm   |    2 +-
 DEPENDENCIES   |    9 +-
 Known_problems |    5 +-
 Release_Notes  |   12 ++--
 cygwin/INSTALL |   43 ++++++----
 macosx/README  |   10 +-
 win32/INSTALL  |  238 ++++++++++++++++++++++++++++++++-----------------------
 7 files changed, 184 insertions(+), 135 deletions(-)

commit cd26a5ef4a5fee0f030957fc63ff75c6074dec7d
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Fri Jan 13 12:35:05 2012 +1100

    Document problem with PDL::Graphics::PLplot, MS Windows, perl-5.14
    
    Add to the Known_problems file:
    On MS Windows, perl 5.14 (and perhaps later), it is reported that
    PDL::Graphics::PLplot cannot be sucessfully built as part of the
    PDL build. It compiles ok, but the resultant binary files are
    unusable. Workaround is to build PDL first, then build
    PDL::Graphics::PLplot separately.

 Known_problems |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

commit cbfdf44605d0a55ac86ea34dedeb2ca10c2192f6
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Fri Jan 13 12:24:39 2012 +1100

    Document problem with PDL::Graphics::PLplot, MS Windows, perl-5.14
    
    Add to the Known_problems file:
    On MS Windows, perl 5.14 (and perhaps later), it is reported that
    PDL::Graphics::PLplot cannot be sucessfully built as part of the
    PDL build. It compiles ok, but the resultant binary files are
    unusable. Workaround is to build PDL first, then build
    PDL::Graphics::PLplot separately.

 Known_problems |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

commit a83257b563acf3102017a9fa9a614deba193386a
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Jan 12 00:06:53 2012 -0700

    add radians-to-degrees constant to PDL::Constants

 Basic/Constants.pm |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 6d8d15d87066a8d0466a65a41d7acf6cf49cee35
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Jan 12 00:06:16 2012 -0700

    Fix new_or_inplace to work according to its documentation.  (also required minor tweaking of new_from_specification).

 Basic/Core/Core.pm.PL |   36 ++++++++++++++++++++++++++++++++----
 t/core.t              |   21 ++++++++++++++++++++-
 2 files changed, 52 insertions(+), 5 deletions(-)

commit 2ee99d5ce1055efd8fd90232999ab88466e17f0c
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Wed Jan 11 23:59:19 2012 -0700

    Fix PDL::Type::new to accept types by name as well as by (internal representation) integer.
    Also, fix previously masked bug in FastRaw (ASCII lines were not being properly chomped).

 Basic/Core/Types.pm.PL |   28 +++++++++++++++++++++++++++-
 IO/FastRaw/FastRaw.pm  |    6 +++---
 2 files changed, 30 insertions(+), 4 deletions(-)

commit 2562c678384407551ea80f157d563db6267e6576
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jan 11 13:09:09 2012 -0500

    Add better diags in readchunk
    
    Trying to track down a 1-platform-only failure from CPAN
    testers for the PDL-2.4.10 rc3.  Hope this helps.

 IO/FlexRaw/FlexRaw.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 0cf9054d1481d7b6770428c141cfe89fb03e238d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jan 11 13:03:35 2012 -0500

    Fix "" isn't numeric in... warnings in t/slice.t

 Basic/Core/Core.pm.PL |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 00377407461ffc6945370e09c6dde144c51ad3d9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 10 18:08:15 2012 -0500

    Minor pod updates.

 IO/FlexRaw/FlexRaw.pm |   22 ++++++++++++++++------
 IO/Pnm/Pic.pm         |   15 ++++++++++-----
 IO/Pnm/pnm.pd         |   16 ++++++++--------
 3 files changed, 34 insertions(+), 19 deletions(-)

commit 649c1b3a54c2418a7afa3edd760382117c82e56e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 10 16:45:30 2012 -0500

    Update Release_Notes and t/inlinepdlpp.t
    
    First iteration from the CPAN Developers release.
    The t/inlinepdlpp.t problem was a warning about
    redefining shape() since we now have PDL::shape
    to accompany our new standard terminology.

 Release_Notes   |  112 +++++++++++++++++++++++++++++-------------------------
 t/inlinepdlpp.t |    4 +-
 2 files changed, 62 insertions(+), 54 deletions(-)

commit 513b69f2ebdf97033af7994d4d04e4fe96e3e508
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 10 16:02:47 2012 -0500

    Fix typo in Release_Notes

 Release_Notes |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f9b28e9a77a6c5cec1808c2b58deb1369bf139fd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 10 13:23:29 2012 -0500

    Update Known_problems and Release_Notes for PDL-2.4.10 RC3 release

 Known_problems |    5 ++
 Release_Notes  |  199 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 201 insertions(+), 3 deletions(-)

commit 8cceef3fbb02d326cc5ff30a8fa0d1b5101c39f9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jan 9 09:44:38 2012 -0500

    Update readme-type files.

 DEPENDENCIES   |    4 +++-
 Known_problems |    1 -
 Release_Notes  |    3 +++
 TODO           |    2 +-
 cygwin/README  |    8 ++++----
 5 files changed, 11 insertions(+), 7 deletions(-)

commit 2b99ad7e924d030172d16378d94f097f1e859a5b
Merge: d457db5 1eedf7d
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Fri Jan 6 21:02:08 2012 -0700

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit d457db596ee1664a1d2b440ce76edfc3a53db1ca
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Fri Jan 6 20:56:45 2012 -0700

    fixed bug in whichND deprecation warning (oops).

 Basic/Core/Core.pm.PL        |    2 +-
 Basic/Primitive/primitive.pd |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1eedf7df45b574e22b309d72a673a5e3ab4d202d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 6 18:48:26 2012 -0500

    Add shape() to EXPORT_OK stuff in Core.pm.PL
    
    I think I added it in Core.pm by mistake before...

 Basic/Core/Core.pm.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3388668b732149044a8644e6ce73721a864624c8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 6 18:04:25 2012 -0500

    Minor POD fix for nullcreate and shape

 Basic/Core/Core.pm.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8f50e528191d260f1c76277a3256f86b1b1a99db
Merge: 8152015 8fc6714
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Jan 5 23:31:22 2012 -0700

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 8fc6714c24afe9819333a83506e31dd7d94eaa92
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jan 5 21:47:32 2012 -0500

    Add shape sub/method to PDL::Core
    
    As a routine, it just returns pdl($pdl->dims) instead of the
    ($pdl->dims) list.  However, I thought it would be good to
    have an accessor for the new terminolgy.

 Basic/Core/Core.pm.PL |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

commit 324307d65c578b5e02a5a1a36f4492741b4f7483
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jan 5 21:29:37 2012 -0500

    Update MANIFEST from READMEs cleanup

 IO/HDF/SD/README |    1 -
 MANIFEST         |    5 -----
 2 files changed, 0 insertions(+), 6 deletions(-)

commit 815201543c5566e83e779d4e50d3c2db47547ce8
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Thu Jan 5 16:01:32 2012 -0700

    add documentation of the threading engine and Empty PDLs.

 Basic/Core/Core.pm.PL |  138 ++++++++++++++++++++++++++++++++++++++++++++++++-
 Basic/PDL.pm          |    7 +++
 2 files changed, 144 insertions(+), 1 deletions(-)

commit 2a1c69e3ccb5233f39e21f00bdf03997d03084db
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Jan 5 08:59:11 2012 -0600

    REVERTED previous commit.
    
    My last change resulted in tons of text getting printed to the
    screen during make test, so I reverted to the original usage of
    print instead of diag.

 t/slice.t |   54 +++++++++++++++++++++++++++---------------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

commit ef252a681304a26a6bc9af6de00b9a4262c54e0e
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Jan 5 08:36:41 2012 -0600

    Changed print to diag in t/slice.t

 t/slice.t |   54 +++++++++++++++++++++++++++---------------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

commit db274c02e21784758b8fe3a9918255f1e1791413
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Jan 5 08:20:21 2012 -0600

    Improved line number reporting from Core.pm.PL
    
    I had added a # line directive at one place in Core.pm.PL while I
    was working on PDL::new_pdl_from_string, but when I encountered
    a new error much further along in the file, I figured that the
    line reporting was off. It was. This patch adds a number of
    additional # line directives to Core.pm.PL so that error reporting
    now gives the correct line of the underlying source file.

 Basic/Core/Core.pm.PL |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

commit 4affbd6778bb502c75b062e11d596ab048e14cba
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Jan 5 01:04:02 2012 -0700

    Modified range() to handle regularized Empty stuff

 Basic/Slices/slices.pd |   14 ++++++++++----
 t/slice.t              |   18 +++++++++++-------
 2 files changed, 21 insertions(+), 11 deletions(-)

commit 2f9ae3f2674f7befe32555be199a3bb9ab1b769a
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Jan 5 00:36:57 2012 -0700

    whichND emits regularized empties now

 Basic/Primitive/primitive.pd |   65 ++++++++++++++++++++++++++---------------
 t/primitive.t                |   27 ++++++++++++++---
 2 files changed, 63 insertions(+), 29 deletions(-)

commit 18058b0672d164727cce739fe5c3350c810b84ba
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Jan 5 00:36:22 2012 -0700

    change Empty stringification output to include dim string for the empty PDL

 Basic/Core/Core.pm.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f479a164f1f9d9584d8c91d0792811514e0c04b3
Author: Craig DeForest <zowie@Clio-4.local>
Date:   Thu Jan 5 00:15:03 2012 -0700

    Regularize Empty handling in the constructors pdl() and PDL::new_from_specification

 Basic/Core/Core.pm.PL   |    2 +-
 Basic/Core/Core.xs.PL   |    9 ++-
 Basic/Core/pdlcore.c.PL |  234 +++++++++++++++++++++++++++++-----------------
 t/constructor.t         |   39 +++++---
 t/core.t                |   41 ++++++---
 5 files changed, 207 insertions(+), 118 deletions(-)

commit f7f14cfdf79d3c1edc0418f4fc36f1c3f53e3542
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jan 4 13:32:32 2012 -0500

    Clean up deprecated README files
    
    These files come from the early days for the various
    PDL component modules but are confusing since they
    either are not a true README file or are not correct
    for the current PDL.

 Basic/SourceFilter/README |  655 ---------------------------------------------
 Graphics/TriD/README      |   22 --
 IO/HDF/README             |    1 -
 IO/HDF/VS/README          |    1 -
 t/README                  |    2 -
 5 files changed, 0 insertions(+), 681 deletions(-)

commit 48f102b5d5eb4c4359a7aa7242ac4af3587039f6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jan 2 18:44:57 2012 -0500

    Add test names to t/complex.t subtests

 t/complex.t |   28 +++++++++++++---------------
 1 files changed, 13 insertions(+), 15 deletions(-)

commit b79f70cfc4d97ad4e3cc6c31c50862f3a1759cd6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 28 11:13:05 2011 -0500

    Update VERSION to 2.4.9_993 (a.k.a. PDL-2.4.10 RC3)

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   25 +++++++++++++++++++++++++
 3 files changed, 27 insertions(+), 2 deletions(-)

commit 2ab698cabc58b5ae97fa404ed4379b9ef2564d70
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 28 10:12:43 2011 -0500

    Update Known_problems and Release_Notes for RC2

 Known_problems |   12 +-----------
 Release_Notes  |    8 +++++++-
 2 files changed, 8 insertions(+), 12 deletions(-)

commit ac91c48b0388f18eb5a28a5ecb786b2c1962e2ea
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 27 15:54:22 2011 -0500

    Fix IO::Browser default logic
    
    It should not try to build the Browser subdir Makefile
    now.  I thought I had already fixed the problem.

 IO/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3805ec2e42b6a0e86d2359bd324b175f7765933f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 26 10:10:35 2011 -0500

    Remove WITH_NEW_PDL_FROM_STRING from perldl.conf
    
    It ended up not being used and is confusing to leave
    in since it is not being used (and never was used).

 perldl.conf |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

commit 14b1788da80d14ee413944784b0c81c52112f1c1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 24 12:12:36 2011 -0500

    Update VERSION to 2.4.9_992 for RC2 checkout
    
    The focus of RC2 is to ensure that any lingering
    code issue surprises (not expected) from RC1 are
    addressed/documented and to allow for any POD or
    internal doc updates to the source tree.  After
    RC2, the remaining work should be on updates to
    the web site and on the PDL book.

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   25 +++++++++++++++++++++++++
 3 files changed, 27 insertions(+), 2 deletions(-)

commit 241720b72d46b318cbd1b5cc53d8f12fb4142b9d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 24 11:58:58 2011 -0500

    Update t/config.t to match perldl.conf changes

 t/config.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 99ce52212d8c2bfc74ecd03bcfab2ab982066eb9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 24 10:53:33 2011 -0500

    Clean up perldl.conf for release candidate 1
    
    Removed legacy comments for unused features and updated
    Perl OpenGL module version required.

 perldl.conf |   48 +++++-------------------------------------------
 1 files changed, 5 insertions(+), 43 deletions(-)

commit d786c1bf3a7ae571f8ede49fe7cfa38e75b427cf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 23 14:47:42 2011 -0500

    Clean-up TODO and in t/dumper.t from that
    
    Some TODO items were done, some needed to be added,
    t/dumper.t edit to clean up from an already fixed bug.

 TODO       |   16 ++------
 t/dumper.t |  115 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 57 insertions(+), 74 deletions(-)

commit 6471f8d70d5507452dffdb843e757ac1bc508880
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 23 10:59:02 2011 -0500

    Skip IO::Browser testing for CPAN Testers
    
    The functionality is there and appears to work but the
    edge cases still need to resolved for all platforms.
    The IO::Browser module must be specifically enabled
    now for the build to be attempted.  Will re-open for
    testing after PDL-2.4.10

 IO/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3eb17745b27b59a847d43c52af10e9646b17d936
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Dec 22 22:14:00 2011 -0700

    Revert "Add NO_MYMETA=>1 flag to most Makefile.PL's."
    
    This reverts commit 1b66349abb51020a76e33af7dc8e7671cfc0062c.
    
    Chris made the point that the NO_MYMETA attribute was introduced
    in a version of MakeMaker (6.57_02) that is later than our minimum
    required version (6.31). Seems likely that this would cause even
    more ugliness for users of older EU::MMs. No time for me to fix
    properly before holiday and release, so reverting for now. We
    can fix properly after 2.4.10 (this is just cosmetic anyway).

 Basic/Core/Dev.pm                     |    2 --
 Basic/Core/Makefile.PL                |    1 -
 Basic/Gen/Makefile.PL                 |    1 -
 Basic/Makefile.PL                     |    1 -
 Basic/Pod/Makefile.PL                 |    1 -
 Demos/Makefile.PL                     |    3 +--
 Doc/Makefile.PL                       |    1 -
 Doc/Pod/Makefile.PL                   |    1 -
 Graphics/LUT/Makefile.PL              |    1 -
 Graphics/LUT/ramps/Makefile.PL        |    3 +--
 Graphics/LUT/tables/Makefile.PL       |    3 +--
 Graphics/Limits/Makefile.PL           |    1 -
 Graphics/Makefile.PL                  |    1 -
 Graphics/PGPLOT/Makefile.PL           |    3 +--
 Graphics/PGPLOT/Window/Makefile.PL    |    3 +--
 Graphics/TriD/Makefile.PL             |    1 -
 Graphics/TriD/VRML/Makefile.PL        |    1 -
 IO/Dicom/Makefile.PL                  |    1 -
 IO/FITS/Makefile.PL                   |    3 +--
 IO/FastRaw/Makefile.PL                |    1 -
 IO/FlexRaw/Makefile.PL                |    1 -
 IO/HDF/Makefile.PL                    |    1 -
 IO/HDF/SD/Makefile.PL                 |    1 -
 IO/HDF/VS/Makefile.PL                 |    1 -
 IO/Makefile.PL                        |    1 -
 IO/NDF/Makefile.PL                    |    1 -
 Lib/CallExt/Makefile.PL               |    2 +-
 Lib/Filter/Makefile.PL                |    5 ++---
 Lib/Fit/Makefile.PL                   |    1 -
 Lib/GIS/Makefile.PL                   |    1 -
 Lib/GSL/Makefile.PL                   |    3 +--
 Lib/GSL/SF/Makefile.PL                |    1 -
 Lib/Makefile.PL                       |    1 -
 Lib/Opt/Makefile.PL                   |    1 -
 Lib/Opt/Simplex/Makefile.PL           |    3 +--
 Lib/Transform/Cartography/Makefile.PL |    3 +--
 Perldl2/Makefile.PL                   |    6 ++----
 Perldl2/Plugin/Makefile.PL            |    1 -
 Perldl2/Profile/Makefile.PL           |    1 -
 39 files changed, 14 insertions(+), 54 deletions(-)

commit 339b4980ca3793cebf5d836737f2ee768b2e7c69
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Dec 22 08:01:57 2011 -0500

    Fix typo in File::Temp::tempdir()

 Basic/Core/Dev.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6d50a82796558f6458d74d43e5d461c3d09f0daf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Dec 22 07:32:09 2011 -0500

    Switch to use tempdir function, not OO newdir
    
    We still need to have robust temporary handling
    and standardizing around File::Temp seems like
    a good way forward.  It looks like newdir() was
    a more recent addition.  Switching to the function
    instead.

 Basic/Core/Dev.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1b66349abb51020a76e33af7dc8e7671cfc0062c
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Wed Dec 21 23:46:02 2011 -0700

    Add NO_MYMETA=>1 flag to most Makefile.PL's.
    
    ExtUtils::MakeMaker 6.57_02 (2010 Sept 8) introduced the capability to automatically generate MYMETA.yml and MYMETA.json file, in order to provide CPAN metadata. But these files are created for every Makefile.PL, which doesn't make much sense in our case since most of those files were empty. I modified the pdlpp_stdargs(_int) subs in PDL::Core::Dev to include 'NO_MYMETA'=>1, which takes care of most of them, and hand edited the others.  Now there are only 4 of those file pairs created during the Makefile.PL process, 3 for submodules that actually do have specific requirements, and one pair for PDL itself, which we do actually want for CPAN.

 Basic/Core/Dev.pm                     |    2 ++
 Basic/Core/Makefile.PL                |    1 +
 Basic/Gen/Makefile.PL                 |    1 +
 Basic/Makefile.PL                     |    1 +
 Basic/Pod/Makefile.PL                 |    1 +
 Demos/Makefile.PL                     |    3 ++-
 Doc/Makefile.PL                       |    1 +
 Doc/Pod/Makefile.PL                   |    1 +
 Graphics/LUT/Makefile.PL              |    1 +
 Graphics/LUT/ramps/Makefile.PL        |    3 ++-
 Graphics/LUT/tables/Makefile.PL       |    3 ++-
 Graphics/Limits/Makefile.PL           |    1 +
 Graphics/Makefile.PL                  |    1 +
 Graphics/PGPLOT/Makefile.PL           |    3 ++-
 Graphics/PGPLOT/Window/Makefile.PL    |    3 ++-
 Graphics/TriD/Makefile.PL             |    1 +
 Graphics/TriD/VRML/Makefile.PL        |    1 +
 IO/Dicom/Makefile.PL                  |    1 +
 IO/FITS/Makefile.PL                   |    3 ++-
 IO/FastRaw/Makefile.PL                |    1 +
 IO/FlexRaw/Makefile.PL                |    1 +
 IO/HDF/Makefile.PL                    |    1 +
 IO/HDF/SD/Makefile.PL                 |    1 +
 IO/HDF/VS/Makefile.PL                 |    1 +
 IO/Makefile.PL                        |    1 +
 IO/NDF/Makefile.PL                    |    1 +
 Lib/CallExt/Makefile.PL               |    2 +-
 Lib/Filter/Makefile.PL                |    5 +++--
 Lib/Fit/Makefile.PL                   |    1 +
 Lib/GIS/Makefile.PL                   |    1 +
 Lib/GSL/Makefile.PL                   |    3 ++-
 Lib/GSL/SF/Makefile.PL                |    1 +
 Lib/Makefile.PL                       |    1 +
 Lib/Opt/Makefile.PL                   |    1 +
 Lib/Opt/Simplex/Makefile.PL           |    3 ++-
 Lib/Transform/Cartography/Makefile.PL |    3 ++-
 Perldl2/Makefile.PL                   |    6 ++++--
 Perldl2/Plugin/Makefile.PL            |    1 +
 Perldl2/Profile/Makefile.PL           |    1 +
 39 files changed, 54 insertions(+), 14 deletions(-)

commit 2c0617ee7de6d858cf024796a26016245c9a52cc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 21 16:42:01 2011 -0500

    Update version to PDL-2.4.9_991 for RC1 edits
    
    The focus at this point is not on code changes.  We're in
    feature freeze at this time.  Please test build for your
    various platforms (with and without badvalues if possible).
    Documentation, web page, and PDL book updates welcome!

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   25 +++++++++++++++++++++++++
 3 files changed, 27 insertions(+), 2 deletions(-)

commit 1622cae2a06ed4b489a176bb3b6638d239d39b4f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 21 16:36:59 2011 -0500

    Update Release_Notes for 2.4.9_016 release

 Release_Notes |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 2fb371d448748a51254893f1a0aab7c3443de6e5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 21 16:33:32 2011 -0500

    Add pthread default detection fix
    
    Now we check for a working pthreads install
    with check_lib() and if it works, just go
    with the default.  Otherwise, on win32 or cygwin
    platforms, we don't build.

 Basic/Core/Makefile.PL |   26 +++++++++++++++++++++++---
 IO/Browser/Makefile.PL |   13 ++++++++-----
 2 files changed, 31 insertions(+), 8 deletions(-)

commit 633909c7b087a405709f726fcf30c439fb1be34d
Merge: 915b36d 33cbd08
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Dec 21 13:04:42 2011 -0600

    Merged Release_Notes

commit 915b36d8f43ea421e629ac4928a10eef71c006bf
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Dec 21 13:03:13 2011 -0600

    Updated Release_Notes for parser news

 Release_Notes |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 0443e22d5426c80f07adf38793932a4d893b3281
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Dec 21 12:58:57 2011 -0600

    Improved parsing of corner cases in pdl-from-string
    
    Implemented code (and tests) for edge cases that were bad but
    previously allowed, including:
    
      pdl q[ 1 pie 2]
      pdl q[1 -+2 3]
    
    and others.

 Basic/Core/Core.pm.PL |   95 +++++++++++++++++++++++++-----------------------
 t/pdl_from_string.t   |   44 ++++++++++++++++------
 2 files changed, 81 insertions(+), 58 deletions(-)

commit 33cbd08e9d6b3ba1547b994c0a3cc51545507f49
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 21 13:31:50 2011 -0500

    Fix FFTW detect problem for SPP
    
    Working code was in the Lib/FFTW/Makefile.PL but
    the perldl.conf was setting the values explicitly
    and so overriding the better defaults in the
    Makefile.PL.  This should not affect builds for
    other platforms.

 Lib/FFTW/Makefile.PL |    2 +-
 perldl.conf          |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit a5e5dc6b398ee230abe45dede26b4b1a6c626930
Merge: 7f879b7 753b79a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 21 13:06:39 2011 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 753b79ab59d1463177de2b600b630b98f264c9a8
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Dec 21 10:57:17 2011 -0600

    Added commented code, to be uncommented after 2.4.10 is released.
    
    I looked back over the pdl-from-string code and realized that some
    of the parsing could be made more strict. For example, at the
    moment, the following input:
    
      $piddle = pdl q[1 +-2 3];
    
    will be interpreted as
    
      $piddle = pdl q[1 -2 3];
    
    In othe words, the initial plus sign is simply dropped. The new
    code includes checks for this condition and croaks if it finds it.

 Basic/Core/Core.pm.PL |   20 ++++++++++++++------
 t/pdl_from_string.t   |    8 ++++++++
 2 files changed, 22 insertions(+), 6 deletions(-)

commit 7f879b79cc2e15ced00d2b01e265231c660d8b1c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 21 11:47:36 2011 -0500

    Update release notes etc for 2.4.9_016 CPAN release
    
    This is the final code-change release for PDL-2.4.9.
    The next release will be RC1 for PDL-2.4.10.

 Known_problems |   12 ++++--------
 Release_Notes  |   20 ++++++++++++++++++--
 2 files changed, 22 insertions(+), 10 deletions(-)

commit 9c1b7fa436c946e8aabf65c6386db73f42b2f8b3
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Wed Dec 21 22:35:16 2011 +1100

    win32/INSTALL Update info/instructions

 win32/INSTALL |  105 ++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 71 insertions(+), 34 deletions(-)

commit 02b4a413ff721a15c3f4bc6f41efcc201647ee3a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 20 19:40:31 2011 -0500

    Update IO::Browser detection using Devel::CheckLib
    
    The default is still *not* to build IO::Browser but
    I believe the build should now work if the perldl.conf
    option is set true.

 IO/Browser/Makefile.PL |   65 ++++++++++++++++++++++++++++++++++--------------
 IO/Browser/browse.c    |   12 ++++++---
 IO/Makefile.PL         |   17 +++---------
 3 files changed, 59 insertions(+), 35 deletions(-)

commit 39daec216d615094878d5dad99d2d46bd04ad668
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 20 17:50:17 2011 -0500

    Had to move $^W=0 before the pp_line_number stuff

 t/pp_line_numbers.t |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

commit 187de8e192b2e954c7048257c78a0e26ef022da2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 20 09:41:06 2011 -0500

    Added TODO to t/limits_trans_err.t
    
    This will still allow for the tests to run but won't fail
    if the approx() checks have not yet been implemented...

 t/limits_trans_err.t |   76 +++++++++++++++++++++++---------------------------
 1 files changed, 35 insertions(+), 41 deletions(-)

commit 81f8ece24814ba7e5e4c00dfbe1771e7c1061e30
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 20 09:17:54 2011 -0500

    Use approx in limits_round.t, is_deeply in limits_trans_err.t
    
    It is usually a bad idea to check for floating point
    equality as platform differences can cause fails that
    aren't significant.  I replaced '==' by approx() in
    t/limits_round.t and fixed the implementation of approx()
    which was broken for non-piddle inputs.  The method call
    syntax should not be needed as PDL::LiteF (the smallest
    possible set of modules to run PDL) does include PDL::Ops.
    
    Took a look at t/limits_trans_err.t but couldn't think
    of a good way to fix quickly but did notice that
    eq_array() has been deprecated in favor of is_deeply()
    by Test::More and made that change.

 Basic/Core/Core.pm.PL |    3 ++-
 t/limits_round.t      |    7 ++-----
 t/limits_trans_err.t  |    8 ++++----
 3 files changed, 8 insertions(+), 10 deletions(-)

commit fa3eca31a2061283d5ae7e0c5e4df105fe9bb2fd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 19 15:18:40 2011 -0500

    Update FAQ 4.4: How can I install PDL in a non-standard location?

 Basic/Pod/FAQ.pod |  267 ++++++++++++++++-------------------------------------
 1 files changed, 79 insertions(+), 188 deletions(-)

commit be7ba292179dee6b14fbc6cc38cd6e5c64fe3614
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 19 11:20:40 2011 -0500

    Add pp_croaking.t + pp_line_numbers.t to MANIFEST
    
    I noticed the tests were missing in the latest CPAN developers
    release.
    
    NOTE:  If you add code such as tests to the PDL git that
    needs to be part of the distribution.  Please add the
    appropriate entry in MANIFEST.

 MANIFEST |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 8ebfd804f64e503cb5c077c7c18c17496cfbe7de
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 19 09:47:52 2011 -0500

    Update VERSION to 2.4.9_015 for more development
    
    It is expected that the next release will actually be
    the first release candidate for PDL-2.4.10

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit c06185edaa79dc87510c7329a283f8315b6dffb9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 19 09:29:27 2011 -0500

    Fix one too many =cut which broke Core.pm

 Basic/Core/Core.pm.PL |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit e7168826404c0c3944d96fede47ece6a680b9af5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 18 21:41:58 2011 -0500

    Various POD fixes for *.pd and *.PL files

 Basic/Core/Core.pm.PL        |   13 ++++++++++---
 Basic/Ops/ops.pd             |    9 +++++++++
 Basic/Ufunc/ufunc.pd         |   30 ++++++++++++++++++++++++++----
 IO/NDF/NDF.pm.PL             |   14 +++++++++-----
 Lib/FFTW/fftw.pd             |    2 --
 Lib/Fit/Gaussian/gaussian.pd |   20 ++++++++++----------
 Lib/Slatec/slatec.pd         |   42 +++++++++++++++++++++++++++++++-----------
 7 files changed, 95 insertions(+), 35 deletions(-)

commit 78fbea042df9a3a9d572098daae64946b862fed3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 18 21:02:06 2011 -0500

    POD cleanup for pdldoc.PL

 pdldoc.PL |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 25db7f07876be9941083d23e79ed25ba03a17735
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 18 20:57:52 2011 -0500

    Turn off warnings for t/pp_line_numbers.t

 t/pp_line_numbers.t |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 6fa84f25936a5bd366105521a566319d1fe98746
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 18 20:27:18 2011 -0500

    Add PDL_BUILD_DIR to perldl.conf
    
    This is a record of the directory where PDL was built.
    It is useful for determining perl library paths without
    messy relative ../../..  stuff.

 Makefile.PL |    2 ++
 perldl.conf |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 0ce0e8e654fad0540bf1c5bf43b09458db47aceb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 18 16:09:32 2011 -0500

    Update EU::MM required $VERSION to 6.31
    
    This is the first release of ExtUtils::MakeMaker that has
    support for INSTALL_BASE as a location for non-system module
    repositories.  It installs in the same fashion as Module::Build's
    --install-base option and is *much* easier to comprehend where
    things will end up.  I've added a note to DEPENDENCIES that
    builds using earlier versions should still be possible with
    some minor edits.
    
    We'll need to update the PDL::FAQ related to this.

 DEPENDENCIES  |   10 ++++++++++
 Makefile.PL   |    3 ++-
 Release_Notes |   12 ++++++++++++
 3 files changed, 24 insertions(+), 1 deletions(-)

commit e1651df5088ed1f265a50f871a1da0a2e94d202b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 18 14:41:20 2011 -0500

    Add VERSION to PDL::Constants and update MANIFEST.SKIP

 Basic/Constants.pm |    2 ++
 MANIFEST.SKIP      |   52 +++++++++++++++++++++++++++-------------------------
 2 files changed, 29 insertions(+), 25 deletions(-)

commit cacd2248d889b036ad4f7f4060e806098f4c8805
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 18 14:13:14 2011 -0500

    Use File::Temp->newdir in trylink
    
    We've been getting some mysterious fails for some CPAN testers
    builds that I've tracked down to weak tempfile names and tempdir
    creation and usage.  Switching to File::Temp should fix things.

 Basic/Core/Dev.pm |   16 ++++++++--------
 Release_Notes     |    5 +++++
 2 files changed, 13 insertions(+), 8 deletions(-)

commit 2b666feabf0a080e3368115d42fccc6405598fbf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 18 13:53:00 2011 -0500

    Switch tests to use File::Temp::tempdir

 t/fastraw.t  |    4 +++-
 t/flexraw.t  |    3 ++-
 t/gd_tests.t |    3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

commit eaec209911314f75fd101c8bb35b480f947c9f1b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 17 14:56:45 2011 -0500

    POD cleanup for image2d.pd
    
    We really should revisit the PDL docs generation so that
    the docs that are shown on http://search.cpan.org look
    right.  Maybe we could add a step in PP that modifies
    the docs (e.g., ==head to =head) and so forth so that
    the only docs visible would be the generated ones.

 Lib/Image2D/image2d.pd |   47 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 46 insertions(+), 1 deletions(-)

commit 153b93df041303cfb6f69daba9d6add9b9f9a0b4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 16 15:50:13 2011 -0500

    Minor cleanup in Threading.pod

 Basic/Pod/Threading.pod |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit c765d8265b069ba869cfea8ce70f9720880b184c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 16 15:32:44 2011 -0500

    Update Known_problems and Release_Notes

 Known_problems |    4 ++++
 Release_Notes  |   12 +++++++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)

commit 92dfae3fa638060123cdea1b4561c7acfa1680a9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 16 15:19:37 2011 -0500

    Update version number in Perldl2.pm profile

 Perldl2/Profile/Perldl2.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 485d13c225a7e7a2efb45d965c57f94b892dbf28
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 16 15:16:44 2011 -0500

    Add new pdl2 CleanErrors plugin
    
    This filters out the eval, Class::MOP, Devel::REPL,
    Lexical::Persistence, and any other non-PDL related lines from
    the full (verbose!) error traceback.

 MANIFEST                      |    1 +
 Perldl2/Plugin/CleanErrors.pm |   59 +++++++++++++++++++++++++++++++++++++++++
 Perldl2/Plugin/Makefile.PL    |    3 +-
 Perldl2/Profile/Perldl2.pm    |    3 +-
 4 files changed, 64 insertions(+), 2 deletions(-)

commit 0adfa89637c16c3e1f3590b817c079ce82b3ba7c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 16 09:48:57 2011 -0500

    Use File::Temp::tempfile in t/flexraw_fortran.t
    
    With luck this will resolve the erratic test fails due to
    temp file issues.

 t/flexraw_fortran.t |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

commit 29366c7a69db4f1527aa4505ddbb6de60a671490
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Dec 15 16:51:25 2011 -0500

    Update PDL_CONFIG_VERSION for perldl.conf addition
    
    I forgot to bump the version information for the new
    PDL_BUILD_VERSION key...

 perldl.conf |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit b88f28b7c29cdeefdcd7494287f6d6d02db4bd0b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Dec 15 16:48:15 2011 -0500

    Add PDL_BUILD_VERSION to perldl.conf keys
    
    This gives us a way to check that the PDL version being
    built corresponds to the given Config.pm file in case
    PDL gets installed into two different locations.

 Makefile.PL |    2 ++
 perldl.conf |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit ed9a3e8adb1bee88c0ce9653dbd649527e436425
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Dec 15 16:47:58 2011 -0500

    Update VERSION to 2.4.9_015 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 056057dfc7a61668920cd315ede1924fa8c69dc6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Dec 15 16:05:33 2011 -0500

    Update Known_problems for CPAN dev release

 Known_problems |    3 +++
 PDLdb.pl       |    5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit f9c2f67f617937c5ed8005c8e256085480847324
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 14 18:56:24 2011 -0500

    Candidate fix for PDL::Minuit build on FreeBSD

 Lib/Minuit/Makefile.PL |   18 +++++++++---------
 Release_Notes          |    2 ++
 2 files changed, 11 insertions(+), 9 deletions(-)

commit 1256452cb42f186660e4f2f63d4f6e21e905a31a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 14 09:47:00 2011 -0500

    Move no warnings qw(misc) to Basic/Lvalue.pm
    
    I originally tried to stop the Lvalue warnings from recent perl
    test reports by putting the directive in the test files.  This
    was incorrect because the warnings pragma has block scope and
    does not leak across files so the pragma has been added to the
    eval in Lvalue.pm that declares the PDL lvalue routines and I've
    removed the previous attempt from all the t/*.t files.

 Basic/Lvalue.pm            |    5 +++--
 t/aaa_load.t               |    1 -
 t/argtest.t                |    1 -
 t/autoload.t               |    1 -
 t/bad.t                    |    1 -
 t/basic.t                  |    1 -
 t/bess.t                   |    1 -
 t/bool.t                   |    1 -
 t/callext.t                |    1 -
 t/clump.t                  |    1 -
 t/complex.t                |    1 -
 t/config.t                 |    1 -
 t/constants.t              |    1 -
 t/constructor.t            |    1 -
 t/conv.t                   |    1 -
 t/core.t                   |    1 -
 t/croak.t                  |    1 -
 t/diskcache.t              |    1 -
 t/dumper.t                 |    1 -
 t/erf.t                    |    1 -
 t/erfi.t                   |    1 -
 t/familyfree.t             |    1 -
 t/fastraw.t                |    1 -
 t/fft.t                    |    1 -
 t/fftw.t                   |    1 -
 t/fits.t                   |    1 -
 t/flexraw.t                |    1 -
 t/flexraw_fortran.t        |    1 -
 t/flow.t                   |    1 -
 t/foo.t                    |    1 -
 t/func.t                   |    1 -
 t/gauss.t                  |    1 -
 t/gd_oo_tests.t            |    1 -
 t/gd_tests.t               |    1 -
 t/gis_proj.t               |    1 -
 t/gsl_diff.t               |    1 -
 t/gsl_integ.t              |    1 -
 t/gsl_interp.t             |    1 -
 t/gsl_mroot.t              |    1 -
 t/gsl_rng.t                |    1 -
 t/gsl_sf.t                 |    1 -
 t/hdf_sd.t                 |    1 -
 t/hdf_vdata.t              |    1 -
 t/hdf_vgroup.t             |    1 -
 t/hdrs.t                   |    1 -
 t/hist.t                   |    1 -
 t/howbig.t                 |    1 -
 t/ica.t                    |    1 -
 t/image2d.t                |    7 +++----
 t/imagend.t                |    1 -
 t/imagergb.t               |    1 -
 t/inlinepdlpp.t            |    1 -
 t/interp.t                 |    1 -
 t/interp_slatec.t          |    1 -
 t/interpol.t               |    1 -
 t/iotypes.t                |    1 -
 t/limits_00.t              |    1 -
 t/limits_errb.t            |    1 -
 t/limits_keyspecs.t        |    1 -
 t/limits_normalize_dsets.t |    1 -
 t/limits_range.t           |    1 -
 t/limits_round.t           |    1 -
 t/limits_trans.t           |    1 -
 t/limits_trans_err.t       |    1 -
 t/limits_ulimits.t         |    1 -
 t/linfit.t                 |    1 -
 t/lut.t                    |    1 -
 t/lvalue.t                 |    1 -
 t/magic.t                  |    1 -
 t/matmult.t                |    1 -
 t/matrix.t                 |    1 -
 t/matrixops.t              |    1 -
 t/minuit.t                 |    1 -
 t/misc.t                   |    1 -
 t/ndf.t                    |    1 -
 t/niceslice.t              |    1 -
 t/nsdatahandle.t           |    1 -
 t/ones.t                   |    1 -
 t/opengl.t                 |    1 -
 t/ops.t                    |    1 -
 t/pdl_from_string.t        |    1 -
 t/pdlchar.t                |    1 -
 t/pgplot.t                 |    1 -
 t/physical.t               |    1 -
 t/pic_16bit.t              |    1 -
 t/picnorgb.t               |    1 -
 t/picrgb.t                 |    1 -
 t/plplot.t                 |    1 -
 t/pnm.t                    |    1 -
 t/poly.t                   |    1 -
 t/polyroots.t              |    1 -
 t/pp_croaking.t            |    1 -
 t/pptest.t                 |    1 -
 t/primitive.t              |    1 -
 t/primitive2.t             |    1 -
 t/proj_transform.t         |    1 -
 t/proj_transform2.t        |    1 -
 t/pthread.t                |    1 -
 t/pthreadBarf.t            |    1 -
 t/pthread_auto.t           |    1 -
 t/reduce.t                 |    1 -
 t/refs.t                   |    1 -
 t/requiredmods.t           |    1 -
 t/round.t                  |    1 -
 t/scope.t                  |    1 -
 t/segfault.t               |    1 -
 t/simplex.t                |    1 -
 t/slatec.t                 |    1 -
 t/slice.t                  |    1 -
 t/storable.t               |    1 -
 t/subclass.t               |    1 -
 t/subclass2.t              |    1 -
 t/subclass3.t              |    1 -
 t/subclass4.t              |    1 -
 t/thread.t                 |    1 -
 t/thread_def.t             |    1 -
 t/transform.t              |    1 -
 t/trig.t                   |    1 -
 t/ufunc.t                  |    1 -
 t/vaffine.t                |    1 -
 t/xvals.t                  |    1 -
 121 files changed, 6 insertions(+), 125 deletions(-)

commit a8274fa4fe40ec3d089de321f42fdfd14f71bcdb
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Dec 13 20:57:25 2011 -0600

    Updated release notes for pp_line_numbers

 Release_Notes |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 18d00e438839c9d5f770f1745584b6e007bd9066
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Dec 13 20:42:25 2011 -0600

    Finished PDL::PP::pp_line_numbers!
    
    I've finished work on this by correcting a few minor off-by-ones
    and by updating the PDL::PP docs. I also took the liberty of
    changing (fixing, I hope) a few quirky stylistic flourishes in
    the PDL::PP docs that have always irked me. Hope that doesn't
    bother anybody.

 Basic/Gen/PP.pm     |    4 +-
 Basic/Pod/PP.pod    |  175 +++++++++++++++++++++++++++++++++-----------------
 t/pp_line_numbers.t |   38 +++++++-----
 3 files changed, 139 insertions(+), 78 deletions(-)

commit c4c993571e027ee62143099e7e0e13d09b09e992
Merge: 3c72a23 e3f37ed
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Dec 13 19:33:57 2011 -0600

    Merge branch 'master' into pp_line_numbers

commit e3f37edb5da2e332a4d4948c9aa5eadadacf82c4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 13 17:57:22 2011 -0500

    Add pnpoly implementation to PDL::Image2D
    
    This is from the perldl mailing list discussion at
    http://mailman.jach.hawaii.edu/pipermail/perldl/2010-September/004489.html
    with some fixes.  Still would be nice to have more flexibility
    in the input piddles (number and shape).

 Lib/Image2D/image2d.pd |   64 ++++++++++++++++++++++++++++++++++++++++++++++++
 Release_Notes          |    4 +++
 t/image2d.t            |   13 +++++++++-
 3 files changed, 80 insertions(+), 1 deletions(-)

commit 0cd1eeee8e387d85fdd2c62e7e39b789079e269d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 13 17:56:14 2011 -0500

    minor POD format fixes for PDL::IO::Misc

 IO/Misc/misc.pd |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 3c72a23d4f894c2706badd39ddc12c7e21374e78
Merge: 95c9fe4 cca456b
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Dec 12 22:49:07 2011 -0600

    Merge branch 'master' into pp_line_numbers

commit 95c9fe489ba039971c58ad05d4510013908656e6
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Dec 12 22:47:50 2011 -0600

    A nearly-working version of pp_line_numbers for PDL::PP.
    
    I am very close to having a working version of pp_line_numbers. I
    am not sure about off-by-one errors, though, and it's difficult to
    write a test for this without being certain that the tests are not
    off by one. :-)

 Basic/Gen/PP.pm     |   18 +++++++++++++++++-
 t/pp_line_numbers.t |    6 +++---
 2 files changed, 20 insertions(+), 4 deletions(-)

commit cca456bd42c5b5e4f2694af2796748fceca20927
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Dec 12 22:38:18 2011 -0600

    Updated Release_Notes

 Release_Notes |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 758c9b211142b95a1414ad1d79e9c0ecd86f7259
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Dec 12 22:31:51 2011 -0600

    Cleaned up a couple of PDL::PP warnings.
    
    PDL::PP has begun generating warnings when run under the -w flag,
    which happens these days under Perl 5.14. I've examined the code
    and cleaned it up as best I can. I'm still not sue how the symbol
    table class is used, but I'm fairly certain that the setting of
    the Sym2Id key in add_ids() is useless since that key is never
    used elsewhere. As it is, these changes don't break the compilation
    of any of the core modules, so I expect that it didn't do anything
    important.

 Basic/Gen/PP.pm        |   17 ++++++++++-------
 Basic/Gen/PP/SymTab.pm |   19 ++++++++++++++++++-
 2 files changed, 28 insertions(+), 8 deletions(-)

commit 0b6ab203139698f8bcd3750a6338654fcd595ab3
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Dec 12 20:11:13 2011 -0600

    Fixed 'my %ops' warning with PDL::PP::PDLCode.
    
    Lexical (i.e. 'my') variables have file scope, but they were being
    used in PDL::PP::PDLCode as if they had package scope. The obvious
    fix was to declare them all as 'our' variables, giving them the
    package scope they assumed they had.

 Basic/Gen/PP/PDLCode.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit a08accf216efe7f8d421583fdd5cb7ce3eadf69d
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Mon Dec 12 13:12:12 2011 +1100

    t/pdl_from_string.t Catch perl bug
    
    ActivePerl 5.8.0 (build 806) asserts that NaN == NaN, and
    test 29 therefore fails.
    There may be other 5.8.x builds of perl that do the same.
    This patch aims to detect that condition and skip test 29.
    On detection of this condition, appropriate warning messages
    are also emitted.

 t/pdl_from_string.t |   28 ++++++++++++++++++----------
 1 files changed, 18 insertions(+), 10 deletions(-)

commit 0559b36b24e7a9d8dbec872b7606b772a68bdf50
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 10 17:33:27 2011 -0500

    Add sqrt(-1) to PDL::Constants
    
    Changed to EXPORT_OK all constants to avoid name clashes and
    updated the docs.  Now have the imaginary unit as well, either
    I (for scientists) or J (for engineers).  Note: you can still
    get i from the PDL::Complex module directly.  These are upper
    case to make it clear that they are *constants*.

 Basic/Constants.pm     |   36 ++++++++++++++++++++++++++++++++++--
 Basic/default.perldlrc |    4 ++--
 Release_Notes          |    4 +++-
 perldl.conf            |    2 +-
 t/constants.t          |    4 +++-
 5 files changed, 43 insertions(+), 7 deletions(-)

commit 2940f07383f1c1a676e06b1885139998cb887ed9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 10 12:13:16 2011 -0500

    Update VERSION to 2.4.9_014 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 29f719d4408509c672fca3dca91fefb907c059cb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 10 12:10:19 2011 -0500

    Update readmes and fix pthread detect for *BSD

 Basic/Core/Makefile.PL |    7 +++++++
 Release_Notes          |    4 ++++
 cygwin/INSTALL         |   28 ++++++++++++----------------
 cygwin/README          |   12 ++----------
 perldl.conf            |    2 +-
 5 files changed, 26 insertions(+), 27 deletions(-)

commit b090441c4b3b6acb57e46ce0914a618d0360a11d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 9 15:21:57 2011 -0500

    Update Known_problems and Release_Notes

 Known_problems |    1 -
 Release_Notes  |   13 ++++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 5d6f9c07fbc489d70b09f2929722ce5348c76041
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 9 14:59:00 2011 -0500

    Add diags for missing PDL::IO::Pic converters
    
    This can cause fails in the various t/pic*.t tests since the
    missing converters are not always appropriately checked for
    and skipped.  Now the tests will print the actual values
    for the converters in case of fails so that we can try to
    diagnose the full fix to the problem.

 IO/Pnm/Pic.pm |    4 ++--
 t/pic_16bit.t |    6 +++---
 t/picnorgb.t  |   12 ++++++++++++
 t/picrgb.t    |   15 ++++++++++++++-
 4 files changed, 31 insertions(+), 6 deletions(-)

commit 0038d0855d642912fb41db55d6d1d274302b5dd2
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Dec 8 12:10:03 2011 -0700

    Add a few notes to PP.pod about OtherPars and $COMP().
    
    Just a note in the OtherPars entry of Appendix A pointing back to
    $COMP, which is crucial to implementing OtherPars correctly.

 Basic/Pod/PP.pod |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 68a032342dbcf221ff22cd05823e8c7fd84b77f2
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Wed Dec 7 17:14:01 2011 -0700

    Add connected 4-component labeling to PDL::Image2D.
    
    cc8compt alread existed which provided connected 8-component labeling.
    I renamed that to ccNcompt, and added two new PDL subs cc8compt and
    cc4compt, which just use ccNcompt as the underlying engine. The
    difference between the cc8 and cc4 is just whether the diagonals
    are used in the image segmentation.

 Lib/Image2D/image2d.pd |   73 ++++++++++++++++++++++++++++++++++++++++++------
 t/image2d.t            |   11 ++++++-
 2 files changed, 74 insertions(+), 10 deletions(-)

commit 4a8e99f10efbfe792d8d49491d731c37ad2c893c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 5 10:16:17 2011 -0500

    Fix t/proj_transform.t check values for FITS fix
    
    Now that the FITS coordinates bug has been resolved,
    the check values for t/proj_transform.t have changed
    slightly.  Updating with new ones.

 t/proj_transform.t |  198 ++++++++++++++++++++++++++--------------------------
 1 files changed, 99 insertions(+), 99 deletions(-)

commit f5ea09b5d3acb02027e7a134098184b456732d2a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 4 12:03:21 2011 -0500

    Update VERSION to 2.4.9_013 for more devel

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 489c6fc346821f8c48cc0dc1a1bd0b0d90ffc0a6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 4 12:01:42 2011 -0500

    Update Release_Notes for 2.4.9_012 release

 Release_Notes |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 7b11ef720ca21f46fcd2b53663a56b21e113fea7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 4 11:12:58 2011 -0500

    Fix t/proj_transform2.t to match fix to FITS

 t/proj_transform2.t |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit dcd51f83ad8849cc7bbf205627c5b9bda79c0428
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 4 10:25:57 2011 -0500

    Update VERSION to 2.4.9_012 for more devel

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 89c60d43fd80dc258215f41b0d00b7f543886a62
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 4 10:05:44 2011 -0500

    Skip pthreads build for win32 unless found...
    
    ...or detected or specified.

 Basic/Core/Makefile.PL |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit bcc19144dbddb63b5f5829109f959ddcf1d3552c
Merge: 90159e2 9ff2161
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Dec 2 18:22:27 2011 -0600

    Merge branch 'master' into pp_line_numbers

commit 4e4f99b98b98066e213b4567abd0a5f83698a37b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 2 13:15:52 2011 -0500

    Add no warnings qw(misc); to tests
    
    This should quiet warnings introduced in recent perls for
    lvalue sub usage found in PDL.  In the future, we should
    make the warnings control more specific to the exact code
    sections/modules with the problem.  We'll need someone with
    the latest version of perl to track these down.

 t/aaa_load.t               |    1 +
 t/argtest.t                |    1 +
 t/autoload.t               |    1 +
 t/bad.t                    |    1 +
 t/basic.t                  |    1 +
 t/bess.t                   |    1 +
 t/bool.t                   |    1 +
 t/callext.t                |    1 +
 t/clump.t                  |    1 +
 t/complex.t                |    1 +
 t/config.t                 |    1 +
 t/constants.t              |    1 +
 t/constructor.t            |    1 +
 t/conv.t                   |    1 +
 t/core.t                   |    1 +
 t/croak.t                  |    1 +
 t/diskcache.t              |    1 +
 t/dumper.t                 |    1 +
 t/erf.t                    |    1 +
 t/erfi.t                   |    1 +
 t/familyfree.t             |    1 +
 t/fastraw.t                |    1 +
 t/fft.t                    |    1 +
 t/fftw.t                   |    1 +
 t/fits.t                   |    1 +
 t/flexraw.t                |    1 +
 t/flexraw_fortran.t        |    1 +
 t/flow.t                   |    1 +
 t/foo.t                    |    1 +
 t/func.t                   |    1 +
 t/gauss.t                  |    1 +
 t/gd_oo_tests.t            |    1 +
 t/gd_tests.t               |    1 +
 t/gis_proj.t               |    1 +
 t/gsl_diff.t               |    1 +
 t/gsl_integ.t              |    1 +
 t/gsl_interp.t             |    1 +
 t/gsl_mroot.t              |    1 +
 t/gsl_rng.t                |    1 +
 t/gsl_sf.t                 |    1 +
 t/hdf_sd.t                 |    1 +
 t/hdf_vdata.t              |    1 +
 t/hdf_vgroup.t             |    1 +
 t/hdrs.t                   |    1 +
 t/hist.t                   |    1 +
 t/howbig.t                 |    1 +
 t/ica.t                    |    1 +
 t/image2d.t                |    1 +
 t/imagend.t                |    1 +
 t/imagergb.t               |    1 +
 t/inlinepdlpp.t            |    1 +
 t/interp.t                 |    1 +
 t/interp_slatec.t          |    1 +
 t/interpol.t               |    1 +
 t/iotypes.t                |    1 +
 t/limits_00.t              |    1 +
 t/limits_errb.t            |    1 +
 t/limits_keyspecs.t        |    1 +
 t/limits_normalize_dsets.t |    1 +
 t/limits_range.t           |    1 +
 t/limits_round.t           |    1 +
 t/limits_trans.t           |    1 +
 t/limits_trans_err.t       |    1 +
 t/limits_ulimits.t         |    1 +
 t/linfit.t                 |    1 +
 t/lut.t                    |    1 +
 t/lvalue.t                 |    1 +
 t/magic.t                  |    1 +
 t/matmult.t                |    3 ++-
 t/matrix.t                 |    1 +
 t/matrixops.t              |    1 +
 t/minuit.t                 |    1 +
 t/misc.t                   |    1 +
 t/ndf.t                    |    1 +
 t/niceslice.t              |    1 +
 t/nsdatahandle.t           |    1 +
 t/ones.t                   |    1 +
 t/opengl.t                 |    1 +
 t/ops.t                    |    1 +
 t/pdl_from_string.t        |    1 +
 t/pdlchar.t                |    1 +
 t/pgplot.t                 |    1 +
 t/physical.t               |    1 +
 t/pic_16bit.t              |    3 ++-
 t/picnorgb.t               |    1 +
 t/picrgb.t                 |    1 +
 t/plplot.t                 |    1 +
 t/pnm.t                    |    1 +
 t/poly.t                   |    1 +
 t/polyroots.t              |    1 +
 t/pp_croaking.t            |    1 +
 t/pptest.t                 |    1 +
 t/primitive.t              |    1 +
 t/primitive2.t             |    1 +
 t/proj_transform.t         |    1 +
 t/proj_transform2.t        |    1 +
 t/pthread.t                |    1 +
 t/pthreadBarf.t            |    1 +
 t/pthread_auto.t           |    1 +
 t/reduce.t                 |    1 +
 t/refs.t                   |    1 +
 t/requiredmods.t           |    1 +
 t/round.t                  |    1 +
 t/scope.t                  |    1 +
 t/segfault.t               |    1 +
 t/simplex.t                |    1 +
 t/slatec.t                 |    1 +
 t/slice.t                  |    1 +
 t/storable.t               |    1 +
 t/subclass.t               |    1 +
 t/subclass2.t              |    1 +
 t/subclass3.t              |    1 +
 t/subclass4.t              |    1 +
 t/thread.t                 |    1 +
 t/thread_def.t             |    1 +
 t/transform.t              |    1 +
 t/trig.t                   |    1 +
 t/ufunc.t                  |    1 +
 t/vaffine.t                |    1 +
 t/xvals.t                  |    1 +
 120 files changed, 122 insertions(+), 2 deletions(-)

commit 9ff2161e320fc3c3bdc3d6571072a7ee7c2fe2ba
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Dec 2 11:42:32 2011 -0600

    Added tests for PDL::PP croaking.
    
    As I am making an effort to add better error messages, I needed to
    add tests for those messages. These are they.

 t/pp_croaking.t |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

commit b110134a21c4ebf2a81e45f5cdb93e016414bbc9
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Dec 2 11:23:28 2011 -0600

    Basic error messages for malformed PDL::PP.
    
    PDL::PP does a bad job checking for and reporting errors of
    omission. A simple example that really tripped me up (and delayed
    my working on something else for about a week) is this:
    
      loop %{
          ....
      %}
    
    Notice the error there? I forgot to specify the dimension over
    which to loop. Before these changes, PDL::PP would croak out on an
    incorrect array access, because it never added the left-hand %{.
    Talk about confusing, the error wasn't even the start of being
    useful.
    
    Now, that particular error gets caught. Certain others can hopefully
    be added as they arise.

 Basic/Gen/PP.pm         |    7 +++++
 Basic/Gen/PP/PDLCode.pm |   64 ++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 70 insertions(+), 1 deletions(-)

commit d8a08242cc6b8de39839871891fa1e97b86cc811
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Dec 2 11:19:43 2011 -0600

    Minor modernization of pptest.t

 t/pptest.t |   34 ++++++++++++++++------------------
 1 files changed, 16 insertions(+), 18 deletions(-)

commit 90159e27161c78f4a1cf9fd77e9f43bea21eb66f
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Dec 2 11:17:33 2011 -0600

    First set of code for PDL::PP::pp_line_numbers
    
    This includes the function along with a set of tests. Most of the
    tests fail, but they are marked as TODO, so they don't break the
    test suite.

 Basic/Gen/PP.pm     |   14 ++++++++++++-
 t/pp_line_numbers.t |   52 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 1 deletions(-)

commit 1ba5ee69543c263ee8cde76d5cc32107b38df776
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Dec 2 11:10:26 2011 -0600

    Fixed two weird variable interpolations in PDL::PP
    
    There was some code to generate text in PDL::PP that did not properly
    escape the variables being interpolated. That is, it *improperly*
    escaped them, but in a way that worked. Here's an example of the error:
    
     my $a = 'counter';
     my $string = "  int $a\_int = 0;\n";
    
    When run with warnings, Perl complains that it doesn't know what you
    mean by "\_", and it ends up just ignoring the "\" character to
    give you this string
    
     "  int counter_int = 0;\n"
    
    The proper way to do this (which does not produce warnings) is like so:
    
     my $string = "  int ${a}_int = 0;\n";
    
    I fixed that in a couple of places.

 Basic/Gen/PP.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5b99a323e18b44736ad0b744fdd85dc83fea1477
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Dec 1 15:43:56 2011 -0600

    Fixed bug in PDL::PP verbose reporting.
    
    First, a section of code was not clearly indented. I fixed that.
    
    Second, PDL::PP::Rule defined a function called report() that is
    meant to simplify the reporting of output when verbose output is
    requested. (You request verbose output by setting $::PP_VERBOSE to
    a true value in your .pd file.) However, it was written as a
    function, not an object method; in other words, PDL::PP::Rule
    simply called report() with a string to print, like this:
    
      report('Something useful');
    
    This meant that subclasses of PDL::PP::Rule could not call the
    function without explicitly naming the function package.
    Unfortunately, they were doing just that. PDL::PP::Rule::Returns
    had code like this:
    
      $self->report('Something useful');
    
    Perl correctly resolved the method to the one defined in
    PDL::PP::Rule, but that function simply printed the first argument,
    i.e. *the Rule object*. To make matters more confusing, Rules have
    a method for stringification, so it was not entirely clear where
    this error had crept in. The only real trigger was the lack of
    newlines where I expected to see them.
    
    My solution to this problem is to turn report() into a bona fide
    method, and to call it as a method wherever it is used. With this
    change in place, the verbose reporting finally works correctly.

 Basic/Gen/PP.pm |   40 +++++++++++++++++++++-------------------
 1 files changed, 21 insertions(+), 19 deletions(-)

commit 5037b713094ef26a0afb9bf8be6158c357b083fb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Nov 29 10:00:38 2011 -0500

    Update Release_Notes and Known_problems

 Known_problems |    5 +----
 Release_Notes  |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 4 deletions(-)

commit 5086f3c74824e36f4669291510a351b64b2e54d8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Nov 29 10:00:07 2011 -0500

    Fix syntax error in readenvi.pdl

 IO/ENVI/readenvi.pdl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6b3c21478f476119bfc8fcb37378999aafa9fd28
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Nov 29 09:57:24 2011 -0500

    Fix forcebuild option for PROJ4 modules
    
    The Lib/GIS/Proj/Makefile.PL and Lib/Transform/Proj4/Makefile.PL
    would set the $forcebuild option if WITH_PROJ was set in the
    perldl.conf file but then would stop the build if auto-detection
    failed.  That would give the user no way to work around a problem
    in the library detection.  This solution allows the user to
    force a build no matter what.  If the options are correct, the
    modules will work.

 Lib/GIS/Proj/Makefile.PL        |    4 ++--
 Lib/Transform/Proj4/Makefile.PL |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 65b37a6849122fe6b09978c997b7d52f1cd66dc2
Merge: be698f0 0d4e3a5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 27 13:53:16 2011 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit be698f06d0fe043940310b447ddb0f7120f6afe4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 27 13:51:12 2011 -0500

    Remove vestigial *.pl files in t/
    
    These appear to have been from the original development
    of the corresponding t/picnorgb.t and t/picrgb.t tests
    but were not cleaned up after the corrected names.

 MANIFEST      |    2 -
 t/picnorgb.pl |   96 ---------------------------------------------------------
 t/picrgb.pl   |   74 --------------------------------------------
 3 files changed, 0 insertions(+), 172 deletions(-)

commit 0d4e3a5410d9764d4b943001e9875132016fc0e1
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Fri Nov 25 11:25:48 2011 +1100

    pdlmagic.c - Win32 fix to pdl_pthread_barf_or_warn()
    
    On Windows, pdl_pthread_barf_or_warn() needs to use
    system realloc() instead of perl's realloc macro. Fix
    currently seems to work fine - not guaranteed to do
    so forever.

 Basic/Core/pdlmagic.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit dd5fa1e72ec55ebf88ec26661445896e55273e61
Merge: c294ccf d80c895
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Mon Nov 21 15:22:44 2011 -0700

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit c294ccf3452ef88e6f4850e14889ed00bb499be5
Author: Craig DeForest <zowie@dhcp-10-72.boulder.swri.edu>
Date:   Mon Nov 21 11:25:59 2011 -0700

    add test for bug 3299611.

 t/fits.t |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

commit d80c8959e0603dcce12f42800444fdd3cdc652ce
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Nov 21 09:06:41 2011 -0500

    Make t/pic_16bit.t and t/storable.t use strict
    
    This fixes some test fails for recent perls where apparently
    'use strict' was forced by the test harness.  The fix was to
    add the needed my () declarations.

 t/pic_16bit.t |    5 ++++-
 t/storable.t  |    3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 1fce6d43ac87bca690e8581c6291a55af235020f
Author: Craig DeForest <zowie@Clio-2.local>
Date:   Sat Nov 19 23:30:04 2011 -0700

    Fixes bug 3299611 - obscure fits I/O bug.  Replaced a simple "clump(-1)" operation with
    a slightly-more-expensive "->copy->reshape($p->nelem)" operation, which forces
    regularization in memory.  Since disk I/O is (thought to be) slower than memory operations,
    and since clump often copies memory anyway, this seems a small price to pay.  The alternative
    would be to dive into XS and access the dimincs fields of the subject pdl directly, but
    it is not clear there would be a significant performance advantage in the usual case.

 IO/FITS/FITS.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6dfce88bd66b88381198381413296d54fb12023d
Author: Craig DeForest <zowie@Clio-2.local>
Date:   Sat Nov 19 23:12:22 2011 -0700

    Fixes bug 3428356: PDL::Transform::map output FITS header is slightly off
    The problem was an operation order:  a half-pixel coordinate offset (used to
    find the pixel coordinate of the corner of the outermost image pixels) was
    happening *before* the subsample scaling operation (a multiplication) rather
    than *after* it.  Fixed.
    
    Thanks to Derek for finding and reporting this.

 Lib/Transform/transform.pd |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d5f447263f778abf5dfd16e9dd4ad27d951b85fb
Author: Craig DeForest <zowie@Clio-2.local>
Date:   Sat Nov 19 22:50:45 2011 -0700

    Fixes bug 3059083 - esoteric problems with writing certain buggy FITS
    headers straight from a hash.  Solution is to detect the condition and
    generate an Astro::FITS::Header object (where possible).

 IO/FITS/FITS.pm |   41 ++++++++++++++++++++++++++++++++++++++---
 1 files changed, 38 insertions(+), 3 deletions(-)

commit de94944d7cb86ddcd11f0a01e44f9e51fdf733c6
Merge: 6aa6992 403096b
Author: Craig DeForest <zowie@Clio-2.local>
Date:   Sat Nov 19 22:04:55 2011 -0700

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 403096b84ea8be68fc8a1ed3f1a3503e58d07544
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Nov 18 16:01:50 2011 -0700

    Add note in PGPLOT/Window.pm that default for bin()'s CENTRE option is true.

 Graphics/PGPLOT/Window/Window.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit cad271bc164ae0f5ba8a9e45a1c976f261d53154
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Nov 18 12:05:54 2011 -0700

    Quiet compile-time message for PLplot
    
    Was getting a warning "PLplot.xs: In function ‘labelfunc_callback’:
    warning: format not a string literal and no format arguments" referring
    to the snprintf line. snprintf should be called like:
    snprintf(dest,length,format,src,...), but we had no format string.

 Graphics/PLplot/plplot.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 93a69142e277b9e11d46a8e3668d303636fcee55
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 18 11:21:26 2011 -0500

    Fix breakage with previous $Config fix
    
    Reverting the PDL data type line as correct and putting
    the entries there on the $int_ptr_type line since that is
    where they should be.  We shouldn't be relying on definition
    or not of non-standard types like I32 or I64.

 Graphics/PLplot/plplot.pd |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3b719c82a905509617f8b32713eef39f2e209ce3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 18 10:36:18 2011 -0500

    Update ptrsize and ptrtype to use $Config
    
    There are explicit perl config values for ptrsize, i32size,
    i64size, i32type, and i64type.  I've modified the detection
    code to use these values rather than hardwired values.

 Graphics/PLplot/plplot.pd |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit ced088bcd01ba59de11329c5e8f389f83c82ab0f
Merge: 8e9cf2d 4cca587
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Nov 17 15:46:14 2011 -0700

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 4cca58711fcd604b5c27ee0170ff8616b0e282db
Author: dhunt <dhunt@cosmic-dhcp128.cosmic.ucar.edu>
Date:   Thu Nov 17 15:34:18 2011 -0700

    Fix bug in plplot for Mac.  plAllocGrid and plAlloc2dGrid were passing
    back 32 bit pointers because the pp_def/Pars were 'int', not 'longlong'.
    I don't know why this did not fail on Linux--likely the memory layout was such
    that the pointer value was less than 2*32.

 Graphics/PLplot/plplot.pd |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 8e9cf2d08c1e596c9a76d422dee7f78e10bb81b1
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Nov 17 15:28:24 2011 -0700

    Correction to statsover
    
    The ADEV calculation had an erroneous sqrt in the good code, the
    bad code, and the docs.  Removed, since the consensus was
    that that was plain wrong.  Changed the label in the docs to AADEV,
    because what we are really calculating is the _average_ absolute
    deviation.  Also reordered PRMS and RMS in the docs, since they
    were backwards from the way the function returns them.

 Basic/Primitive/primitive.pd |   26 ++++++++++++--------------
 1 files changed, 12 insertions(+), 14 deletions(-)

commit bdc632e72680e4a5c66cf7d79f233638b342c8a5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Nov 16 16:38:14 2011 -0500

    Fix t/pgplot.t to run by default...
    
    ... when running under Test::Harness which means the driver
    selected is /NULL which should work for all platforms with
    PGPLOT installed.

 t/pgplot.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2854d968a72695f717ee2fad7d96a2102b6addc4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Nov 16 16:21:09 2011 -0500

    Update Known_problems and Release_Notes

 Known_problems |    6 ------
 Release_Notes  |    8 +++++++-
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 47f123eb754680bcc8c6eb11e100fb6263d7efa5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Nov 16 15:56:17 2011 -0500

    Fix sf.net bug #3410905 re hangs in t/pgplot.t
    
    Worked around the problem by using /null driver when the
    test is run in a test harness and the original drivers
    choice elsewise.

 t/pgplot.t |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 5f15b4217d0cc5f2d13876e7c9a6fe46325278ba
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Nov 15 16:16:52 2011 -0700

    Pod fixes for html-ifying
    
    In locally-made html docs, a bare link like L<PDL::FAQ> will render as
    _the_PDL::FAQ_manpage_, which may make sense in context with the surrounding text,
    but also may not.  Fixed a few instances of this not making sense.

 Basic/Pod/FAQ.pod |   20 ++++++++++----------
 IO/IO.pod         |    9 +++++----
 IO/Pnm/Pic.pm     |   13 +++++++------
 Perldl2/pdl2      |    6 +++---
 4 files changed, 25 insertions(+), 23 deletions(-)

commit 646030335aeb3b5903d2ef2c5c70d7395395076d
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Nov 15 12:21:50 2011 -0700

    minor pod changes to FlexRaw
    
    Bad Value Support section had a =head2 instead of =head1, so it was
    getting picked up by ??bad. Fixed some link code so the html docs
    there don't say "try the new _the PDL::IO::FlexRaw manpage_ bad value..."

 IO/FlexRaw/FlexRaw.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit d6c4086fc887c5e42f4fc5d1ead6e6faf522ff17
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Mon Nov 14 16:00:39 2011 -0700

    Perldl2/Script.pm: Wrap qw(...) in parens to deal with Perl 5.13.6 deprecation.
    
    Loading pdl2 gave warnings that "Use of qw(...) as parentheses is deprecated".  See http://search.cpan.org/~miyagawa/perl-5.13.6/pod/perl5135delta.pod#Deprecations

 Perldl2/Script.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b35d0cd3e418bc0d7315f5b3cfefbe111589c401
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Mon Nov 14 15:09:42 2011 -0700

    Enable hdrpcy in rfits for Rice-compressed images
    
    Rice-compressed images are stored in FITS files as binary table extensions. The uncompressed image reader did set the hdrcpy flag of the output piddle, but _rfits_unpack_zimage now does as well.  Also modified some debugging statements.

 IO/FITS/FITS.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 395d24a7dd34fccf5d5bcb504bb17e4bfc888afd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Nov 14 14:22:21 2011 -0500

    Partial fix to pthread build configuration
    
    Slight tweak to Basic/Core/Makefile.PL to work when perl
    is not linked against the pthread library since PDL can
    be so linked separately from perl.  Still need to modify
    the configure tests to use Devel::CheckLib and actual
    compile, link, run tests...

 Basic/Core/Makefile.PL |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit 51be6f89fdbd1b07124f7599f56d1c630af4b7e6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 13 22:16:56 2011 -0500

    Update VERSION to 2.4.9_011 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit b6f38b3f1d2f874507aac36fcb34cc8233df7917
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 13 22:14:23 2011 -0500

    Update MANIFEST for CPAN release

 MANIFEST |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 71ce6dd44c6343227cd1dfa700c6462fcde85747
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Nov 12 13:06:55 2011 -0500

    Update Release_Notes and Known_problems

 Known_problems |    3 +--
 Release_Notes  |   13 +++++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 23d22709b66ab63dbe422825b5098587bd0dfeb0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Nov 12 12:42:36 2011 -0500

    Fix PDL::Core::convert return type confusion
    
    This was sf.net feature #3396738, "PDL::Core::convert default return
    type" where the type argument for the convert() routine is a
    type *number* which caused mysterious results when a string like
    "long" was passed in (instead of long(), for example).  atof on
    the string gives 0 which is the byte type.  This cleans up the
    documentation and adds a barf if the type is not a number.
    Later cleanup could include allowing for strings of type names
    instead.

 Basic/Core/Core.pm.PL |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit cef9be6a77ca5a57b39e74ce42160db6a513a8c1
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sat Nov 12 04:46:12 2011 -0600

    Updated Release_Notes acknowledging printf fixes

 Release_Notes |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 414c56330c2ed44d932bc510a9f5e25245c5a137
Author: Tim Haines <communist.goatboy@gmail.com>
Date:   Sat Nov 12 04:20:53 2011 -0600

    Fixed numerous prinft errors.
    
    The source had many prinft format errors that were causing compilers
    to spew lots of warning messages. For details, see sf bug #3391645.
    
    Here is Tim's original email that included the patch:
    
    --------%<--------
    Core.xs.PL, pdlapi.c, pdlthread.c, pdlconv.c.PL, pdlmagic.c:
    updated printf format flags for printing pointers
    
    pdlcore.c.PL: printf on line 920 had argument specifiers, but no
    arguments
    
    Core.xs.PL: ftruncate was compiled with attribute warn_unused_result,
    but return value was unchecked. I added a capture of the return value,
    and croaked if it was bad. I didn't parse the errno returned since I
    didn't want to taint the #include space with errno.h and string.h (I
    had seen some comments about strndup causing conflicts in one of the
    other files.)
    
    I am also getting the following warnings for Lib/Slatec/slatec/snrm2.f.
    
    snrm2.f:87.72:
    
       10 ASSIGN 30 TO NEXT
                                                                            1
    Warning: Deleted feature: ASSIGN statement at (1)
    slatec/snrm2.f:94.19:
    
       20    GO TO NEXT,(30, 50, 70, 110)
                       1
    Warning: Deleted feature: Assigned GOTO statement at (1)
    slatec/snrm2.f:96.72:
    
          ASSIGN 50 TO NEXT
                                                                            1
    Warning: Deleted feature: ASSIGN statement at (1)
    slatec/snrm2.f:106.72:
    
          ASSIGN 70 TO NEXT
                                                                            1
    Warning: Deleted feature: ASSIGN statement at (1)
    slatec/snrm2.f:112.72:
    
          ASSIGN 110 TO NEXT
                                                                            1
    Warning: Deleted feature: ASSIGN statement at (1)
    
    I don't know much about Fortran, so I didn't change any of these.
    
    I did a successful build and test after making the modifications above
    using gcc 4.5.2 and glibc 2.13 on Ubuntu 11.04.
    -------->%--------
    
    Signed-off-by: David Mertens <dcmertens.perl@gmail.com>

 Basic/Core/Core.xs.PL   |   21 ++++++++--
 Basic/Core/pdlapi.c     |  104 +++++++++++++++++++++++-----------------------
 Basic/Core/pdlconv.c.PL |    2 +-
 Basic/Core/pdlcore.c.PL |    2 +-
 Basic/Core/pdlmagic.c   |    2 +-
 Basic/Core/pdlthread.c  |   16 ++++----
 6 files changed, 80 insertions(+), 67 deletions(-)

commit e3b6377a771cc6be639e374553598e1c50fe4703
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 11 14:33:23 2011 -0500

    Add docs for rvals
    
    The implementation of rvals() shows wraparound for integer
    data types when the value of r**2 is greater than the capacity
    of the datatype.  Also, if a center is not specified, the one
    used is rounded down to an exact pixel location.  I've
    documented these features in response to sf.net feature
    request tracker item 3396761 "fix rvals arithmetic wrap-around
    for byte types".  Modifying the implementation to do differently
    without costing memory or compatibility was problematic.  At
    some point better diagnostics would help but I'm leary of
    slowing down fundamental operations for every call to catch
    the occaisional oops.  Maybe we could implement a verbose
    option that could be conditionally compiled.

 Basic/Core/Basic.pm |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

commit 0002d5096bb3ab34e98886df6c2e61418a31bf4e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 11 12:39:42 2011 -0500

    Update Release_Notes bugs fixed list

 Release_Notes |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

commit fbe6e15dcabbfb8033dca445ef64f53fe60b3d0f
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Nov 10 16:10:05 2011 -0600

    Added release notes for changes to new_pdl_from_string.

 Release_Notes |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 30ef00f415e99015ee769d57ebe4184cee54e6bf
Merge: 04c3ff4 7c6c2ef
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Nov 8 06:39:40 2011 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 04c3ff47306c8abee9c975e16586b2fa19d69abf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Nov 8 06:37:55 2011 -0500

    Fix sf.net bug #3434842 in GSL::SF

 Lib/GSL/SF/laguerre/gsl_sf_laguerre.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7c6c2ef9282b2d04f62502cc60bb106b52ba51c8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Nov 7 15:34:11 2011 -0500

    Minor updates to TODO and Perldl2/TODO

 Perldl2/TODO |    4 ++--
 TODO         |    9 +++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

commit 74a5659be167ef28d9e0cbaa61a43da3b86df5b7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Nov 7 15:15:51 2011 -0500

    Update to .gitignore

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit abc48560ced8aacb3f71f2c8a25c4cd7f7c452dc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Nov 7 14:37:08 2011 -0500

    Add fix for perl-vs-pthreads namespace pollution
    
    This is a workaround to a perl CORE "feature" where
    they define a macro PTHREAD_CREATE_JOINABLE with the
    same name as a POSIX threads identifier which works
    ok...as long as the implementation of POSIX threads
    also uses cpp macros.  As is, the use of the same
    names breaks on including the win32 pthreads.h where
    the identifiers are enums and not #defines

 Basic/Core/pdlmagic.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit daf8cd025890c3e0f3ba8aa6b9183186e1913103
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 6 20:09:07 2011 -0500

    Add new_pdl_from_string features to Release_Notes

 Release_Notes |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit 4e34a83a493b151c3bb2049467138cba96f025e6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 6 16:13:14 2011 -0500

    Update included Devel::CheckLib to latest

 inc/Devel/CheckLib.pm |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

commit 770b577e42c3c7bb34c72e828abb0fda727e8e74
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 3 14:20:10 2011 -0400

    Add version and header customization to PDLdb.pl

 PDLdb.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 57b8589a797987b61f91d1ba9575e698714d1e6c
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Nov 1 14:39:35 2011 -0500

    Reverted and improved looks_like_number check.
    
    Consider the following code:
    
     $data = pdl '1.234';
    
    Removing the looks_like_number check to get pdl-from-string to
    work cross-platform had a huge (x10) impact on the time it takes to
    execute that code. This was deemed unacceptable, so the
    looks_like_number check was reinstated. However, a check for the
    strings 'nan' and 'inf' was added to short-circuit the logic of
    looks_like_number. The current code is about 4.5% slower than the
    original code for converting a single numeric string to a piddle,
    but it gives the correct results for nan and inf strings on all
    platforms.

 Basic/Core/Core.pm.PL |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 37f6eadece7602b980e01ca63ff8d8a1c963b31c
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Nov 1 12:57:22 2011 -0500

    Removed looks_like_number check, fixing pdl-from-string issue on Windows

 Basic/Core/Core.pm.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9abd837f440e849dcc591e23e5d82199a4d6e92b
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Nov 1 12:13:09 2011 -0500

    Clarified another test for pdl-from-string inf

 t/pdl_from_string.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7ba56f4a7676f8287822027c3a8d7e4e84adb5cc
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Nov 1 12:10:18 2011 -0500

    More and better tests for pdl-from-string inf and nan

 t/pdl_from_string.t |   31 ++++++++++++++++++++-----------
 1 files changed, 20 insertions(+), 11 deletions(-)

commit 6dbfa6fe28a0ba9acc634c4abc714124b7b02197
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Nov 1 09:45:57 2011 -0500

    Removed two spurious functions in PDL::Core
    
    I had introduced PDL::Core::e and PDL::Core::E when I was trying to
    make the eval version of pdl-from-string more secure. They're not
    necessary anymore and I've removed them.

 Basic/Core/Core.pm.PL |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit 269fd90bd795081707b18587fbfb4b3901f40df8
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Nov 1 09:43:55 2011 -0500

    Fixed annoying warnings with pdl-from-string
    
    The test suite and the code for PDL::Core::new_pdl_from_string  were
    causing hard-coded warnings (ala fprintf in C code). I've revised
    the test and the function to avoid those warnings.

 Basic/Core/Core.pm.PL |   14 +++++++-------
 t/pdl_from_string.t   |    9 +++++----
 2 files changed, 12 insertions(+), 11 deletions(-)

commit d730bdb80fdef471476f6398fa38df1ae939a708
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sun Oct 30 23:27:00 2011 -0500

    Added proper parser error handling for pdl-from-string.
    
    The parser assumed that warnings were on, but they were not. I've
    lexically added them to PDL::Core::parse_basic_string.
    
    In replacing the string-eval with the parser, I stopped catching
    exceptions, but parse_basic_string throws them. So, I've wrapped
    the call to parse_basic_string in an eval *block*, so as to catch
    those exceptions.
    
    The error reporting when an exception is caught used to make
    reference to an eval. Such a reference is no longer necessary.

 Basic/Core/Core.pm.PL |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit cf5637006bdd31027bd22b1fc0d844c86f7cdaf5
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sun Oct 30 23:12:31 2011 -0500

    Wrote parser for pdl-from-string.
    
    Rather than argue that my eval-based method for pdl-from-string
    functionality was secure, I decided to replace the eval step with
    a parser. At this point, the pdl-from-string code is very complex
    and should be redone. But, at least it is now secure.

 Basic/Core/Core.pm.PL |  136 +++++++++++++++++++++++++++++++++++++++++-------
 t/pdl_from_string.t   |   22 +++++---
 2 files changed, 129 insertions(+), 29 deletions(-)

commit efadca1fdbb767f3958c568e660e8bd1b375fa9b
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Oct 26 15:33:12 2011 -0500

    A few semi-cosmetic updates to PDL::Primitive.
    
    A line in PDL::Primitive said
    
      ... unless UNIVERSAL::isa($b, 'PDL');
    
    That's frowned upon because it prevents isa from being overloaded.
    The correct way to say this is as follows:
    
      ... unless eval { $b->isa('PDL') };
    
    That will return false if $b is not a blessed reference or if it is
    a blessed reference that is not a PDL.

 Basic/Primitive/primitive.pd |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 9b7d4dcc1534778304c70999db14e62ac34267e1
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Oct 26 15:31:46 2011 -0500

    Fixed pdl-from-string typos and errors.
    
    My last push wouldn't compile because I missed a parenthesis. I've
    fixed that. I also added tests for the Windows expressions for inf
    and nan and discovered an ordering problem that I also fixed in
    PDL::Core.

 Basic/Core/Core.pm.PL |    7 ++++---
 t/pdl_from_string.t   |   34 ++++++++++++++++++++--------------
 2 files changed, 24 insertions(+), 17 deletions(-)

commit 748c0700bf34138d7f41aa33e286f698eee3b1c2
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Oct 26 15:13:01 2011 -0500

    Fixed typo in cross-product signature

 Basic/Primitive/primitive.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit dee2d86bcc08ad0d278b1bf43933535a3f104ff0
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Oct 26 15:10:20 2011 -0500

    Fixed pdl-from-string for Strawberry Perl.
    
    I discovered that Strawberry Perl (and all Windows?) print inf as
    1.#INF. Similar strangeness also occurrs with nan. I've added code
    in PDL::Core::new_pdl_from_string to properly process these strings.
    Since they're on all platforms, this means that a user can paste
    the output of their Windows box on a mailing list, and Linux users
    can paste it into their editors and shells and it should work.

 Basic/Core/Core.pm.PL |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

commit 508da690846ac17d71481b4d5b088fe10552c40e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 26 11:16:49 2011 -0400

    Update sf.net bugs list in Known_problems

 Known_problems |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 09f928f5b2d6c2bf9bfa5abf7ddfeecd2ec9e04c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 26 11:05:35 2011 -0400

    Add WITH_NEW_PDL_FROM_STRING to perldl.conf
    
    And update t/config.t to match.  This setting should probably
    be used as the default value of an internal parameter, like
    $PDL::with_new_pdl_from_string and then conditionalize on
    that in the constructor.  This allows for users/developers
    to override the default setting if desired.

 perldl.conf |   10 +++++++++-
 t/config.t  |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 6c210f635c24ba54cd0e5bc9987e4c47f2a7e3e7
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Oct 25 15:57:57 2011 -0500

    Improved checking and tests for pdl-from-string.
    
    Judd Taylor pointed out that functions called e123() could get
    past the previous checking in PDL::Core::new_pdl_from_strin, so
    I've added a check for that, as well as checks for various other
    behaviors.

 Basic/Core/Core.pm.PL |   10 ++++++++--
 t/pdl_from_string.t   |   43 +++++++++++++++++++++++++++++++++++--------
 2 files changed, 43 insertions(+), 10 deletions(-)

commit 44aa2808bbfe3cfb637a2cec4347e7734807b478
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Oct 25 12:49:49 2011 -0500

    Better barfing on disallowed characters in pdl-from-string
    
    Motivated by a cryptic message, I modified the barfing message
    when an invalid character is sent to PDL::Core::new_pdl_from_string.
    It now tells you about the first string of invalid characters that
    it finds so that it's easier to track down your problem.

 Basic/Core/Core.pm.PL |   13 +++++++------
 t/pdl_from_string.t   |   18 +++++++++++++++---
 2 files changed, 22 insertions(+), 9 deletions(-)

commit 0643a33c68e17f51aece1af09c4a0312bc888762
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Oct 25 11:46:06 2011 -0500

    Stronger and more flexible PDL:Core::new_pdl_from_string
    
    The new function *always* installs PDL::Core::E and PDL::Core::e
    so that there is absolutely no way for other-specified code to be
    run during the eval portion of the function. I set them up to use
    exp(1) as the replacement value, and also added support for the
    strings pi, Pi, PI, and pI, so
    
    my $pdl = pdl q[ 1 2 pi]
    
    does what you mean.

 Basic/Core/Core.pm.PL |   79 +++++++++++++++++++++++++++----------
 t/pdl_from_string.t   |  103 ++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 155 insertions(+), 27 deletions(-)

commit 36b2c2fce0a60f93ff6424c3228e0d12e60589b5
Merge: cbfd1cb 364f278
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Oct 25 10:08:32 2011 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit cbfd1cbad1e4f547861fbc8bfbc87322bf04df2e
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Oct 25 10:06:40 2011 -0500

    More tests for PDL::Core::new_pdl_from_string.
    
    I added some checks for checking inf and -inf, as well as checking
    that the function croaks when not-allowed symbols are used in the
    string.

 t/pdl_from_string.t |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

commit 364f2784865dee03a6e2d36a8aa3a6a02f68fe56
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 24 14:32:07 2011 -0400

    Update FAQ, Known_problems, Release_Notes

 Basic/Pod/FAQ.pod |   38 +++++++++++++++++++-------------------
 Known_problems    |    1 -
 Release_Notes     |    6 ++++++
 3 files changed, 25 insertions(+), 20 deletions(-)

commit 37792ba9f2a2eea8d5732ada8d1a1ce77b4eeb2f
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Oct 24 11:28:56 2011 -0500

    PDL::Core::pdl_from_string more secure, handles bad/inf
    
    I've revised how pdl_from_string handles its input. Per the
    discussion on the PDL porters list, the only characters it accepts
    now are whitespace, numbers, and
    
     [ ] . , ; + - e E
    
    with three important exceptions. The strings 'inf', 'nan', and 'bad'
    all Do What You Mean now. It even goes so far as to check that
    your datatype supports inf and croaks if it does not (for integers).
    It warns if you try to use nan on an integer datatype and converts
    it to a bad value.
    
    This patch also includes a few doc updates and added tests. I also
    took the opportunity to organize the test file in a way that is
    easier to follow (I hope).

 Basic/Core/Core.pm.PL |  108 +++++++++++++++++++++++++++++++------------------
 t/pdl_from_string.t   |   87 ++++++++++++++++++++++++++++++---------
 2 files changed, 136 insertions(+), 59 deletions(-)

commit 3a54fcc6a88833f28ca1e3e0de1adb7ec84c0858
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Oct 22 18:18:56 2011 -0400

    Fix PDL::Doc stuff so pdl2 is found by pdldoc
    
    Changed the pattern matching shell|script names in Doc/Doc.pm
    from [a-z]+ to [a-z][a-z0-9]* so that pdl2 would match.  Then
    made sure to install the pdl2.pod in lib/PDL rather than
    script/PDL so that the scantree would find it...

 Doc/Doc.pm          |    4 ++--
 Perldl2/Makefile.PL |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit ac9f12582c4d4f0799331bd906a670b3b7b8eaff
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Oct 21 17:51:52 2011 -0500

    Improved pdl_from_string, more secure, handles BAD string.
    
    I started digging into the just-named function because I thought
    it would be handy to add support for things like:
    
     $a = pdl q[1 2 bad 4]
    
    and have it supply a BAD value instead of zero. I got that working,
    but then I realized there are some security holes in the
    constructor. I've added some additional checking and barfing for
    the most agregious cases, but it's still possible to do damage and
    we should look more closely into how to properly perform
    pdl_from_string.

 Basic/Core/Core.pm.PL |   44 +++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 39 insertions(+), 5 deletions(-)

commit d37f60faabdda8842474fe84354d10dc45f35d4e
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Oct 21 16:26:41 2011 -0500

    Added docs for PDL::Types::mapfld
    
    The documentation for mapfld was completely useless. I've added a
    few more sentences and some working examples that I hope illustrate
    how to use it. The docs for PDL::Types still need a lot of work,
    though.

 Basic/Core/Types.pm.PL |   27 +++++++++++++++++++++++----
 1 files changed, 23 insertions(+), 4 deletions(-)

commit 03ef9ab4975ff754bf61bb917d0feb53f411bd3d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 20 14:59:14 2011 -0400

    Experimental PDLdb.pl for perl -d support
    
    Per the request from Karl, I've hacked up a custom
    version of the perl debugger that supports PDL::NiceSlice
    syntax.  To use, just put the PDLdb.pl file in your
    perl @INC path somewhere and set the PERL5DB environment
    variable to 'BEGIN { require "PDLdb.pl" }' or whatever
    your platform quotes are...

 PDLdb.pl      | 9545 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Release_Notes |    9 +-
 2 files changed, 9553 insertions(+), 1 deletions(-)

commit b67993b9d6c8710a170c0dd67fc7581c84417d5d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Oct 15 20:37:44 2011 -0400

    Update pod and add FORMAT opt to wcols
    
    Some cleanup and (I hope) clarification of the pod
    for rcols and wcols.  Also, added a FORMAT option to
    wcols as an alternative to the $format_string syntax.

 IO/Misc/misc.pd |   54 ++++++++++++++++++++++++++++++------------------------
 1 files changed, 30 insertions(+), 24 deletions(-)

commit 89e48229be2d0f8e1d19c48ea22760d30a4eed9e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 11 13:46:25 2011 -0400

    Update VERSION to 2.4.9_010 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 MANIFEST       |  273 ++++++++++++++++++++++++++++----------------------------
 Release_Notes  |   32 +++++++
 4 files changed, 171 insertions(+), 138 deletions(-)

commit 50cf216d9a85e13143b99ad7234b81d392ded5b2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 11 13:01:59 2011 -0400

    Update readme-type files for 2.4.9_009 release

 Known_problems |    5 +++++
 Release_Notes  |   10 ++++++----
 cygwin/INSTALL |    9 ++++++++-
 cygwin/README  |   16 +++++++++++++++-
 4 files changed, 34 insertions(+), 6 deletions(-)

commit 6b8777d9adeaedd05e42aa2ae59182c42e14c647
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 10 17:02:53 2011 -0400

    Fix badvalue processing edge case for readflex()

 IO/FlexRaw/FlexRaw.pm |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit e70e158dcbb27bb7068b2048b9bf8526c6b7a1c6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 10 14:06:40 2011 -0400

    Update Release_Notes for PDL::NiceSlice work

 Release_Notes |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 60511d8de8d1fae1e34a0aaac52a0ba7d5f20071
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 9 22:59:03 2011 -0400

    Fix syntax error from typo
    
    This utility does not appear to work with the new
    Filter::Simple based PDL::NiceSlice engine.  We
    will need to sort out what is going on before an
    official release.

 utils/perldlpp.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1eb1b2d115528d692839e4cfc24c51300696a7bc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 9 22:14:21 2011 -0400

    Improved PDL::NiceSlice filter engine (finally!)
    
    PDL::NiceSlice has been refactored to use "engines" for
    the filters and there are now 2 to choose from.  The
    original functionality via Filter::Util::Call and the
    new and improved version based on Filter::Simple.

 Basic/SourceFilter/FilterSimple.pm   |   16 +
 Basic/SourceFilter/FilterUtilCall.pm |   53 ++
 Basic/SourceFilter/Makefile.PL       |   21 +-
 Basic/SourceFilter/NiceSlice.pm      |  117 ++--
 Basic/SourceFilter/NiceSlice2.pm     | 1105 ----------------------------------
 Known_problems                       |    4 +
 Release_Notes                        |   17 +
 7 files changed, 158 insertions(+), 1175 deletions(-)

commit 71f79d89a4ebfa98500e1980d3aa90e665f439a4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 6 18:03:31 2011 -0400

    Don't call twiddle() in imag2d if glutRunning==1
    
    If the FreeGLUT/GLUT event loop support is present and enabled
    in ReadLine::Term then we don't call twiddle after displaying
    the images since it is not needed.

 Graphics/Graphics2D.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 198b9b56b709ca9acaa1fda1ceff599bd28295f5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 5 18:57:17 2011 -0400

    Fix rcols to use same convention as wcols
    
    Now dim0 is always the data dimension and dim1 corresponds
    to the columns read for 2D pdls.  This makes rcols now the
    reverse operation of wcols.

 IO/Misc/misc.pd |   49 +++++++++++++++++++++++++++++++++----------------
 Known_problems  |    1 -
 Release_Notes   |   18 ++++++++++++++++++
 3 files changed, 51 insertions(+), 17 deletions(-)

commit c0accab0b98490a80bf48d3d117d03e763f88404
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 4 12:44:34 2011 -0400

    Create pdl2.pod (but pdldoc still doesn't show!)
    
    I'm not sure why scantree() is not finding the documentation
    for pdl2 and adding it to the online database.

 Perldl2/Makefile.PL |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

commit 794ab90b1f0e62a108f0d59931370056973b25de
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Oct 1 09:31:50 2011 -0400

    Missing fix for whereND zeroes mask bug
    
    I think I "fixed" the Primitive.pm file and forgot
    to propagate things to the primitive.pd file.

 Basic/Primitive/primitive.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3407d0d686fb08c3a015f5142fdf9799a53f8a63
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 30 18:52:49 2011 -0400

    Fix wcols to handle 2D pdl data
    
    Now wcols can write out columns of data from 1D piddles,
    2D piddles, or 1D listrefs (pure perl array data).  Still
    need to sort out which "column dimension" to use.  The
    current implementation has wcols using dim(0) and rcols
    using dim(1) which makes things inconsistent between the
    two...

 IO/Misc/misc.pd |   29 +++++++++++++++++++++--------
 1 files changed, 21 insertions(+), 8 deletions(-)

commit ea80886189430b5118e8da7f3dcbe60ff3bbca70
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 29 18:28:16 2011 -0400

    Fix sf.net bug #3415115, whereND of all-zeros mask
    
    Added a test to t/primitive.t for the problem and a
    test for 0 or undef dimensions so splitdim is not
    called for this case.

 Basic/Primitive/primitive.pd |    3 ++-
 t/primitive.t                |    9 +++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 7a95c9d779e29a925b6ac3522b05d85fa40ffb77
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 29 16:49:20 2011 -0400

    Update bug list in Known_problems

 Known_problems |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit be42308fae53972a146441fd7c683cd3896e564a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 29 16:14:26 2011 -0400

    Tweak fix to empty-file bug for rcols
    
    With the addition of a check for defined, I was able
    to keep the original construction while retaining the
    fix.  Thanks, David!  This keeps the file-read and pdl
    extending operations in a contiguous region of code.

 IO/Misc/misc.pd |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit bdff5d36ef4c5e977153aaf7c0a1bff90e13a7c2
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Sep 29 14:07:03 2011 -0500

    Fixed rcols.
    
    The previous patch included a failing test for rcols. This patch
    includes a modification of IO/Misc/misc.pd that fixes the problem
    by moving the edge-condition-checking code to a location *before*
    the last-line cleanup code.

 IO/Misc/misc.pd |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit a9b81eb3e2afc52de7135486b8a469d9e9c0cdf1
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu Sep 29 14:02:09 2011 -0500

    Found a bug with rcols, here's the test.
    
    This commit includes a test which exposes a bug with rcols. Some code
    that immediately followed the file-read loop did one last operation,
    cleaning up the last line, so to speak. The next block of code checked
    if nothing was read in by the file. Problem is, the code that does the
    clean-up assumed that some variables had a special structure that
    required at least a single pass through the while loop, and an empty
    file handle would never go through the loop. So, if you inadvertently
    fed an empty file handle to rcols, it would die a sad death saying
    
    Can't use an undefined value as an ARRAY reference at /path/to/PDL/IO/Misc.pm line 676
    
    That's a bug if ever I've seen one, and this test checks for it.

 t/misc.t |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit b3adaf911dc949f39808b731a2478a6c661fe151
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Sep 28 14:26:30 2011 -0500

    More work on describing different rules in PDL::PP.
    
    I've created an automated doc string for the InsertName rule. I had
    created an automated doc string for PDL::PP::Rule::Returns, but
    decided that was either not very helpful (i.e. Returns::One) or
    had bad edge cases (i.e. an empty hash).

 Basic/Gen/PP.pm |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit f9102c50242a78fb579769ff7df4c9a87e7c53c0
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Sep 28 12:14:37 2011 -0500

    Added an appendix to PP.pod with every function from PDL::PP
    
    PDL::PP exports a lot of functions. I've tried to document all of
    them in a new Appendix C. I think it mostly gets things right,
    although some input from others would be helpful.
    
    I also documented PMCode and PMFunc. I proposed some documentation
    back in May because I wasn't quite sure about it, but I am now
    quite confident in my understanding of these.
    
    Furthermore, I finally updated the copyright policy on this documentation.
    In my correspondence with Toumas a few years back, he implied that
    he did not care what kind of copyright we applied to the text. As
    such, I am changing it. I take full responsibility for this change.

 Basic/Pod/PP.pod |  277 +++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 251 insertions(+), 26 deletions(-)

commit 5b5462a936fb001329070d60eb9a324d1bc218aa
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed Sep 28 10:38:56 2011 -0500

    Improved and CPANififed some documentation.
    
    Types.pm is generated from a .pm.PL file which, as is very common,
    was never formatted to have its pod directly parsed and displayed.
    This means that, when viewed on CPAN, the badvalue documentation
    was messed up. I've corrected that.
    
    Furthermore, I updated PP's documentation to reflect that we have
    support for a long-long type, with the single-character Q. I also
    cleaned up PP's examples that used GenericTypes, which used Perl's
    default bareword-to-string interpretation that croaks under strictures.
    The modified code makes the processing of GenericTypes clearer, I
    hope.

 Basic/Core/Types.pm.PL |   73 +++++++++++++++++++++++++++++++++++++----------
 Basic/Pod/PP.pod       |   29 ++++++++++++------
 2 files changed, 76 insertions(+), 26 deletions(-)

commit deafde901f45a511a885edb7d8a3ddfd689aea7a
Author: Doug Hunt <dhunt@ucar.edu>
Date:   Mon Sep 26 09:45:25 2011 -0600

    Added build option for Darwin.  Also added fix to plplot.pd which permits building of
    more plplot functions if pllegend is not found.

 Graphics/PLplot/Makefile.PL |   11 ++++++++++-
 Graphics/PLplot/plplot.pd   |    7 +++----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit c663d48e5776d317c4ea0c2432847eb2fefd89a5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 23 18:04:48 2011 -0400

    Edits to DEPENDENCIES and Known_problems

 DEPENDENCIES   |    2 +-
 Known_problems |    5 -----
 2 files changed, 1 insertions(+), 6 deletions(-)

commit c58346976deaf78f909ecfd00492d03f72a8c6e7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Sep 18 12:50:25 2011 -0400

    Make use Benchmark :hireswallclock conditional
    
    Removed it from t/pthread.t and made it conditional
    on perl version number for t/pthread_auto.t.  Skipped
    for perl versions earlier than 5.8.8 which is documented
    as having a Core Benchmark module supporting the feature.

 t/pthread.t      |    2 +-
 t/pthread_auto.t |   15 ++++++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)

commit 2c28ad9400f2c2946ddd5f775307328d1a81f4ec
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 17 10:03:41 2011 -0400

    Update bug list in Known_problems
    
    And added the fixed segfault bugs to the Release_Notes
    for the next developers release which is planned for
    when CPAN Testers comes back on-line or when it is
    requested---whichever comes sooner.

 Known_problems |   12 ++----------
 Release_Notes  |    8 +++++++-
 2 files changed, 9 insertions(+), 11 deletions(-)

commit 7962130878aa97423b807660d278b6226c83b526
Merge: 62ae31d bd8cc55
Author: Craig DeForest <zowie@z7.boulder.swri.edu>
Date:   Sat Sep 17 01:41:05 2011 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 62ae31d4677a50d874f4e9acd0302fb74f98f4a6
Author: Craig DeForest <zowie@z7.boulder.swri.edu>
Date:   Sat Sep 17 01:34:32 2011 -0600

    fixes bugs 3307613 and 3294808 (problems with range in the
    case where the index variable is Empty)

 Basic/Slices/slices.pd |   32 +++++++++++++++-----------------
 t/slice.t              |   10 +++++++++-
 2 files changed, 24 insertions(+), 18 deletions(-)

commit bd8cc5558824cda07e7716ef5f5372882cd214ef
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sat Sep 17 17:33:29 2011 +1000

    Make Basic/Core/pdlmagic.c C89-compliant
    
    Needed for older Microsoft Compilers.

 Basic/Core/pdlmagic.c |   84 +++++++++++++++++++++++++-----------------------
 1 files changed, 44 insertions(+), 40 deletions(-)

commit fb79fb7831ea222428334520265d7d9350300859
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 16 20:18:54 2011 -0400

    Make t/pthread_auto.t more computationally intense
    
    That will make the computation times more representative
    of the speed up one would get with multiple core CPUs.

 t/pthread_auto.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5b8ff1e8e2436a5ad085feac7c8e5d7a74ff09b9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 14 12:49:45 2011 -0400

    Rearrange POSIX threads params in perldl.conf

 perldl.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ce1d92c78fb036d2d60d4f63391607fe0e4e4d3a
Merge: b22dcb1 2429d37
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Sep 13 17:23:42 2011 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit b22dcb149024c789d7f7cba232b6bffe7b5b50e9
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Sep 13 17:22:05 2011 -0500

    Improved variable name parsing with ISBAD, etc.
    
    I discovered a weak (i.e. erroneous) regex to identify variable
    names with keys such as $ISBAD, $ISGOOD, etc, but only for the
    bad-value handling. I've fixed it, so now you can use variables
    with numbers in your PP code.

 Basic/Gen/PP/PDLCode.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit d6a649f00267f0642738522266ee0b491c4cf561
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Tue Sep 13 16:48:41 2011 -0500

    Improved indentation in seperate_code

 Basic/Gen/PP/PDLCode.pm |   88 +++++++++++++++++++++++-----------------------
 1 files changed, 44 insertions(+), 44 deletions(-)

commit 2429d37e4a000a008e521ab9e648d2c61271a4de
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 13 09:40:11 2011 -0400

    Update Inline and pthreads in DEPENDENCIES
    
    Inline is a CPAN requirement for PDL but is not required
    for a manual build.  Added a note about work towards win32
    support for pthreads.

 DEPENDENCIES |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

commit 519832c448588937a6b737e0928185cc67049611
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Sep 12 12:01:22 2011 -0500

    Remove unnecessary HASP2Child key.
    
    The HASP2Child key was essentially a value for P2Child that had the
    same boolean evaluation but was guaranteed to be defined as a numeric
    value of either 0 or 1. However, the value of HASP2Child was never
    used in any arithmetic, only in boolean context. Since undef evaluates
    to false, all references to HASP2Child can be replaced by _P2Child
    with impunity. I believe that is much clearer. It says, "If the user
    indicated a value for P2Child, pass that, otherwise pass the undefined
    value." It clearly points back to a user-level key, which I believe
    is preferable to an internally defined key derived directly from the
    user-level one.

 Basic/Gen/PP.pm |   40 ++++++++++++++++++++++++----------------
 1 files changed, 24 insertions(+), 16 deletions(-)

commit 638fbf5f750462d51e37c7da22464b78b123769b
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Sep 12 12:00:29 2011 -0500

    Added doc strings to some rules.
    
    I'm working to understand the workings of each of the rules. Adding
    doc-strings is a good practice, and it helps me build an automated
    documentation system, too.

 Basic/Gen/PP.pm |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

commit baee6b8830da70898ebb718630217b1cf6360854
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Sep 12 10:33:43 2011 -0500

    Moved PMFunc logic from pp_def into a Rule.
    
    The handling of PMFunc was inserted by-hand into pp_def. Given that
    all of the optional argument handling is supposed to be done with
    Rules, I moved this into its own Rule at the end of the Rule table.
    Now we are guaranteed that the key PMFunc will have a meaningful
    value if the user did not supply one.

 Basic/Gen/PP.pm |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

commit 3ab2e3f4c30f9eb2af7532712092e7c1720f858d
Merge: eb75424 6186085
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Sep 12 09:59:52 2011 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit eb75424ff777eee2043618b96a5adc17fed12a8e
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Mon Sep 12 09:51:18 2011 -0500

    Made some PP.pm code more legible.
    
    The XS C Header variable in mkxscat and mkVarArgsxscat was named
    chdrs, which made me think "Change Directories", not "C Headers".
    So, I renamed it to xs_c_headers for clarity. I also renamed prel
    to prelude. It doesn't tell you what kind of prelude it is, but at
    least you know it's something that comes before something else,
    which I hope helps.
    
    Also, and this may just be a style thing, I revised the code that
    constructs the prelude string. It may be just me, but joining a
    bunch of members in an array by surrounding the array with quotes
    (i.e. $joined = "@seperate") really threw me off. Instead, I used
    the join operator, with a suggestive use of the fat comma:
    
     join $with_this_seperator => (@these_items);
    
    I hope that makes the meaning of the code clearer to anybody else
    who comes along.

 Basic/Gen/PP.pm |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit 61860854b356fccc0b5268861b450cb514416214
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Sep 12 10:27:20 2011 -0400

    Switch to use Benchmark ':hireswallclock' timings
    
    This allows the total time to be reported with small
    enough granularity to see whether there is a performance
    improvement from use of pthreads.  It would be nice if
    there were a Benchmark variant that was more useful for
    showing speedup information.  Thanks to Dima Kogan for
    sorting this out and the fix.

 t/pthread.t      |    2 +-
 t/pthread_auto.t |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 0aafe68eac4bfa6e2fd41a9f2447e9bea11f2ffe
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Sep 11 10:07:47 2011 -0400

    Fix t/pthread_auto.t unthreaded case
    
    The benchmark between threaded and unthreaded failed
    to disable the threads for the unthreaded test.  Set
    target to 0 for comparison to unthreaded as in:
    set_autopthread_targ(0), it used to be 10 here.

 t/pthread_auto.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a05af9300a0f6ce24efb86ddd2334b6832000ee3
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sat Sep 10 22:43:29 2011 -0500

    Removed unnecessary rule for DefaultFlow in PP.pm.
    
    The pp_def key DefaultFlow is only used in two rules. The first
    ensures that DefaultFlow has a default value of zero and the
    second rule uses that boolean value to set up a code fragment.
    However, the first rule can be subsumed by the second rule by
    using the optional-condition syntax (an underscore in front of
    the condition name). So, I fixed it.

 Basic/Gen/PP.pm |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

commit 64d7802a38d3cba77f51dc5682d41472bbf6d6f9
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sat Sep 10 21:42:48 2011 -0500

    Cleaned up PP.pm's first rule for the BadFlag.
    
    The original rule passed "_HandleBad" in an array ref. It worked,
    but was unnecessary and confusing to anybody trying to figure out
    what the heck rules are and how they work.

 Basic/Gen/PP.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 384165bf48ce6e76c3f6e7889fe07e8241713029
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sat Sep 10 21:35:59 2011 -0500

    Fixed indentation in PDL::PP::Rule::new()

 Basic/Gen/PP.pm |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

commit 88ae249b395d8b79391d602aba659681ff632b73
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sat Sep 10 21:26:32 2011 -0500

    Made extract_args in PP.pm more legible.
    
    Some of the function's content was not nicely indented and it was
    defensive against an auto-vivification that would never occur. It
    also used substr in an obfuscating fashion rather than a simple
    s/// regex.

 Basic/Gen/PP.pm |   31 ++++++++++---------------------
 1 files changed, 10 insertions(+), 21 deletions(-)

commit 05404d3a2ab19cb3d0306049664e4fead714bd06
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 10 19:05:23 2011 -0400

    Clean up POSIX_THREADS_INC and _LIBS handling
    
    Now the INC is the string for the include directory to
    add to the search path and the LIBS string is the one
    to add the library directory and library option to the
    build path.

 Basic/Core/Makefile.PL |   11 +++++------
 perldl.conf            |    5 +++--
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 65a4af0b4dc90cb5b7db5d57b10380daf492101c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 10 12:25:46 2011 -0400

    Remove attempts to printf pthread_t objects
    
    I've commented out the incorrect attempts to print pthread_t
    objects (by definition are to be opaque).  For debugging
    purposes, someone might wish to implement a thread specific
    variable so we could print the number of the thread from the
    pthread_t information.

 Basic/Core/pdlmagic.c |   33 +++++++++++++++------------------
 1 files changed, 15 insertions(+), 18 deletions(-)

commit 9b73c281e8c47f724aa1e678684e4145d9aff6e9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 10 10:54:18 2011 -0400

    Fix data type for done_pdl_main_pthreadID_init
    
    The idea was to *not* use pthread_t here.  Still to do,
    fix printf attempts for pthread_t objects.

 Basic/Core/pdlmagic.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 28f5347f69098fbabb2ef8a9e97b970be4e150a9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Sep 10 09:28:45 2011 -0400

    Fix whitespace error in generated code
    
    Editor white space changes affected strings with
    newlines and tabs.  This broke generated Makefiles.
    It would be nice if we had a less whitespace fragile
    way to include the makefile content.  Thanks for the
    catch, Rob.

 Basic/Core/Makefile.PL |  329 +++++++++++++++++++++++-------------------------
 1 files changed, 160 insertions(+), 169 deletions(-)

commit e3dd3dc548732247370552880b1558b3e42c710a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 9 16:14:51 2011 -0400

    Remove IO/Pnm/converters
    
    These were old, patched versions of NetPBG TIFF conversion
    routines.  They are not used nor needed with current NetPBM
    releases.

 IO/Pnm/converters/README      |   11 --
 IO/Pnm/converters/pnmtotiff.c |  372 ----------------------------------------
 IO/Pnm/converters/tifftopnm.c |  376 -----------------------------------------
 3 files changed, 0 insertions(+), 759 deletions(-)

commit 7c836ff58933ebc9d67bd789d1f933f0ff4ae0e9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 9 14:42:44 2011 -0400

    Add support for POSIX_THREADS_(INC|LIBS)
    
    The new perldl.conf parameters: POSIX_THREADS_INC and
    POSIX_THREADS_LIBS may now be used to specify the include
    and library locations to build PDL with pthreads support.
    This fix works for cygwin but there are a few issues with
    path separators and possible library format options that
    would need to be modified to support win32 builds.

 Basic/Core/Makefile.PL |  337 +++++++++++++++++++++++++-----------------------
 1 files changed, 178 insertions(+), 159 deletions(-)

commit ea501f9c3382ec73dd9f328a9c3c954e55ca6db6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 9 10:30:05 2011 -0400

    Add t/pgplot.t hang info to Known_problems
    
    And add directions to read that file if there are build
    issues to README and INSTALL.

 INSTALL        |    4 +++-
 Known_problems |    5 +++++
 README         |    3 ++-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 6aa6992aa161fc55ad53fcb870c0f25283d024c4
Merge: 006a548 e2d5ac7
Author: Craig DeForest <zowie@Clio-2.local>
Date:   Sat Sep 3 23:38:22 2011 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit e2d5ac73121da70357cdd91eeca28a7ea0cade48
Merge: a0b318d d892049
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 2 22:24:18 2011 -0400

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit a0b318d304c04764f6404a232f39547d801bad99
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 2 22:22:17 2011 -0400

    Update $pdl_core_version for large pdl support
    
    We've been making a lot of changes to the core
    PDL code and probably should have been updating
    the $pdl_core_version all along---at least I know
    I didn't.

 Basic/Core/pdlcore.h.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d892049f49d1eea0f3d0edc226f7c16020af4fa7
Author: Doug Hunt <dhunt@ucar.edu>
Date:   Fri Sep 2 09:18:24 2011 -0600

    Per Sisyphus's suggestion, duplicated $flags before and after temp.c:
    system "$cc $ccflags $flags temp.c $flags -o temp > $devnull 2>&1";
    in Makefile.PL.  This is done because some systems need $flags in one
    place, some systems in the other.

 Graphics/PLplot/Makefile.PL |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit b62a0f0ba3760130688a5ae0af20a9de88412235
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 2 09:45:27 2011 -0400

    Add pthreads to DEPENDENCIES
    
    Make explicit mention of pthreads being needed to support
    the new PDL::ParallelCPU capability.

 DEPENDENCIES |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 9701049e6287a68580a79720e79d63885395089e
Merge: 8753d83 0a28652
Author: Doug Hunt <dhunt@ucar.edu>
Date:   Thu Sep 1 12:38:31 2011 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 8753d83c1a37459228f230a7c3e58a6f14fb1f80
Author: Doug Hunt <dhunt@ucar.edu>
Date:   Thu Sep 1 12:37:20 2011 -0600

    Added back some of Sisyphus's changes for Windows to plplot.pd and Makefile.PL

 Graphics/PLplot/Makefile.PL |    2 +-
 Graphics/PLplot/plplot.pd   |   10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 0a28652c958482e4553655f4f088ad0aa9c51cb7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 1 14:13:26 2011 -0400

    Add LIBS and INC options for pthreads
    
    Add the ability to specify POSIX_THREADS_LIBS and POSIX_THREADS_INC
    in perldl.conf as a way to simplify the correct build of pthreads
    in PDL.  This should not be needed once the full detection is
    sorted out.

 perldl.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit ea00c841f8e7ca0d54b080016f8672405c1ed0a9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 1 14:00:43 2011 -0400

    Clean up pthread_t access in pdlmagic.c
    
    This is a partial fix for platform specific coding using the
    pthreads API.  Still to do, fix the detection of the pthreads
    library in Basic/Core/Makefile.PL and rework the print
    statements in pdlmagic.c which assume that a pthread_t can
    be printed out as an integer (not true for all platforms and
    bad coding style regardless).  The good news is if I hardwire
    the pthreads library and includes on cygwin it all appears to
    build and test ok....

 Basic/Core/pdlmagic.c |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

commit c27168f4fbee1771cb97c7211a1c389be9d2ed72
Author: Doug Hunt <dhunt@ucar.edu>
Date:   Wed Aug 31 09:22:27 2011 -0600

    Give credit to Sisyphus for the OPTIONS! file processing changes.

 Graphics/PLplot/Changes |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 73a90bdd7687047933afc2a0355bb40ca8295930
Author: Doug Hunt <dhunt@ucar.edu>
Date:   Tue Aug 30 15:41:08 2011 -0600

    Updated to latest version of PDL::Graphics::PLplot.  Merged in David Mertens
    changes to Makefile.PL and plplot.pd.  Added new test to PLplot.t--David's
    'nopthreads' failure test.

 Graphics/PLplot/Changes     |   14 +
 Graphics/PLplot/Makefile.PL |   95 +-
 Graphics/PLplot/plplot.pd   | 3882 ++++++++++++++++++++++++++++---------------
 MANIFEST                    |    1 +
 t/plplot.t                  |   65 +-
 5 files changed, 2640 insertions(+), 1417 deletions(-)

commit 1fb573a6454fa580d848b664965c29ee396b469f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Aug 29 17:09:00 2011 -0400

    Fix offs declaration in listref_c
    
    offs was misdeclared as a (PDL_Long *) rather than (PDL_Long)
    in PDL/Basic/Core/Core.xs.  Also fixed the mismatch between
    the smalloc in pdl.h and the new prototype for pdl_malloc.

 Basic/Core/Core.xs.PL      |    2 +-
 Basic/Core/pdlcore.h.PL    |    2 +-
 Basic/Slices/slices.pd     |    4 ++--
 IO/Storable/storable.pd    |    2 +-
 Lib/GSL/MROOT/FUNC.c       |    2 +-
 Lib/ImageND/imagend.pd     |    6 +++---
 Lib/Minuit/FCN.c           |    2 +-
 Lib/Transform/transform.pd |    6 +++---
 8 files changed, 13 insertions(+), 13 deletions(-)

commit 3d03943a2386e6d92231839fb014b7d83951cdfb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 28 13:34:51 2011 -0400

    Update VERSION to 2.4.9_009 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit c8335d8e7a8db78e96bf12189be0c2cfc1d4532f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 28 12:19:01 2011 -0400

    Update Release_Notes for PDL-2.4.9_008 release
    
    This is a roll-up of the PDL bugs fixed to date.

 Known_problems |   10 ++++++++++
 Release_Notes  |    7 ++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)

commit a3359f2f33cb5c41801ac0bf03ff7bac0753abc3
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Fri Aug 26 15:06:41 2011 -0500

    Added NoPthread to all low-level PLplot functions

 Graphics/PLplot/plplot.pd |   57 ++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 56 insertions(+), 1 deletions(-)

commit 59a8e2806870abbf90f2059366134a7706098552
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 26 12:44:37 2011 -0400

    Correct fix to FITS.pm for sf.net bug #3394327
    
    Need to localize the *output* record separator, and not
    the input record separator.

 IO/FITS/FITS.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e94f81e83a5d1d6ff02f76bb52616825dd1e4c3b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 25 18:20:32 2011 -0400

    Fix test count in t/pnm.t

 t/pnm.t |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit bba589f6a6b6794060dcfff94da403cc90e4e8fd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 25 13:52:38 2011 -0400

    More clean-up to pdlcore.c.PL re dSP
    
    Added some indentation and moved the SV *sv declaration
    into the same block as the dSP since that is where the
    pointer is used.

 Basic/Core/pdlcore.c.PL |   87 +++++++++++++++++++++++++---------------------
 1 files changed, 47 insertions(+), 40 deletions(-)

commit 8a7484dc42bbcab3ea5aa4b8b07a84ffb4a65a69
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Thu Aug 25 10:06:13 2011 +1000

    Better fix (for MicroSoft Compilers) to pdlcore.c.PL
    
    Use scope block instead of "#ifdef" to solve the
    problem re "dSP" declaration.

 Basic/Core/pdlcore.c.PL |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit 0bf6152018c38797e86ac870ba152267db542ac6
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue Aug 23 12:11:29 2011 +1000

    Minor fix (for MicroSoft Compilers) to pdlcore.c.PL
    
    "dSP;" needs to be declared early for older MS
    compilers

 Basic/Core/pdlcore.c.PL |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 70f7b22fe14d50bee3238b7d914cbe145ff0a512
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Aug 22 09:15:18 2011 -0400

    Update readme-type files

 Known_problems |    2 --
 Perldl2/TODO   |    2 +-
 Release_Notes  |    5 +++++
 TODO           |    8 ++++++--
 4 files changed, 12 insertions(+), 5 deletions(-)

commit aab760e8ccfcc31d875e143c47075e3a56033d80
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 21 15:34:17 2011 -0400

    Enable tests for more converters
    
    Some of these tests were commented out a while ago because of
    "buggy" pnmtoxxx converters.  I'm not sure that is the case
    so am enabling these tests to evaluate more fully.

 t/picrgb.t |   14 ++++++++------
 t/pnm.t    |   12 +++++++-----
 2 files changed, 15 insertions(+), 11 deletions(-)

commit 81ca9e6613f9c6cd1f994e9fc257b406799c3991
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 21 11:49:25 2011 -0400

    Update VERSION to 2.4.9_008 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |   14 +-------------
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 14 deletions(-)

commit 68e92867ef55db36bd7255b5008d0b50652097d1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 21 11:00:12 2011 -0400

    Update readme-type files for 2.4.9_007 release

 Known_problems |    8 ++++++++
 Release_Notes  |   16 +++++++++++++++-
 TODO           |    3 ++-
 3 files changed, 25 insertions(+), 2 deletions(-)

commit e3614859dcca4183d4b64080dd6df1c6be275dda
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 21 10:50:37 2011 -0400

    Add fix to FITS.pm for sf.net bug #3394327
    
    It seems like localizing $/ to undef is the right thing
    to do.  I would feel better if someone who knows FITS and the
    FITS.pm code could come up with a test to reproduce the original
    problem.

 IO/FITS/FITS.pm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit d864f548da7ed02772257ee7f11339fac4c6b4f2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 21 10:48:49 2011 -0400

    Revert to original code
    
    The quick fix of using the non-badvalue code all the time appears
    to resolve the min*/max* routines problem with NaNs.  Reverting
    for now.  Needs more investigation before assuming as a fix.
    Mostly, we need to test on a non-badvalue PDL install...

 Basic/Ufunc/ufunc.pd |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c63222860d99fafdfb86ae4e63f8873a7a13ac6f
Author: John Cerney <john.cerney@gmail.com>
Date:   Sun Aug 21 09:12:28 2011 -0500

    Fixed bug where t/pthreadBarf.t test case segfaults
    
    Bug ID 3392972
    Recent changes (between 2.4.9_004 and 2.4.9_005) caused the pthreadBarf.t
    test case to fail. Moved the dSP; call in pdl_barf_or_warn to fix the
    problem.

 Basic/Core/pdlcore.c.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit db635b2584593e154b3e53fc835d336dbe56d6b9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 20 22:37:41 2011 -0400

    Update Release_Notes

 Release_Notes |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

commit 4e4cedee2ff80baab2ecadbef010a0704c5d705d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 20 22:30:08 2011 -0400

    Update VERSION to 2.4.9_007 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   22 ++++++----------------
 3 files changed, 8 insertions(+), 18 deletions(-)

commit d145a343e046bdcb734431b7975f90f350bcfeff
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 20 21:40:12 2011 -0400

    Update Known_problems/Release_Notes for 2.4.9_006

 Known_problems |    5 +++++
 Release_Notes  |   12 +++++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)

commit b485f30b712b8a426b3f7752bb2429a210bf2ce4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 20 09:30:38 2011 -0400

    Update t/pthreadBarf.t to use Test::More
    
    Test::More is the standard test package for on-going PDL
    development (the right combination of features and
    availability---it is part of the perl Core module set).
    
    Also, the test should pass with and without pthreads being
    enabled so I've allowed that with a message output for when
    pthreads is not enabled.

 t/pthreadBarf.t |  136 +++++++++++++++++++++----------------------------------
 1 files changed, 52 insertions(+), 84 deletions(-)

commit 0f40cffc73ae80526ea12487d50b1abc26178bc0
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sat Aug 20 18:21:10 2011 +1000

    Remove 'PDL_Long *' from Basic/Core/typemap
    
    The 'PDL_Long *' typemapping was introduced to fix
    breakages reported in SF Bug 3377113.
    This typemapping was inappropriate, and is hopefully
    no longer necessary now that Core.xs.PL has been
    amended.

 Basic/Core/typemap |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit e54b0f0174f2f8f297479cceb38edb7e4cec6880
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sat Aug 20 18:21:09 2011 +1000

    Fix some coding issues in Core.xs.PL (SF Bug 3377113)
    
    Fixes some breakages caused by poor coding practice, not
    caught until version 3 of ExtUtils::ParseXS was introduced.

 Basic/Core/Core.xs.PL |  186 +++++++++++++++++++++++++++---------------------
 1 files changed, 105 insertions(+), 81 deletions(-)

commit 87dbc8eaccd3e73cbc583e8011718e6c3e0c4f21
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Aug 17 09:38:58 2011 -0400

    Update Known_problems for 2.4.9_006 development

 Known_problems |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit e308a0311f5deb7f6f7ac01bb1ad13209ac26816
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 16 21:45:42 2011 -0400

    Update VERSION to 2.4.9_006 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    1 -
 Release_Notes  |   34 +++++++++++++++++++++++++++++++++-
 3 files changed, 34 insertions(+), 3 deletions(-)

commit d410920521eddd0645cc4e0e89ce791fb022b1ef
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 16 20:08:26 2011 -0400

    Add PDL_Long * typemap for sf.net bug #3377113

 Basic/Core/typemap |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9e635d72317647320897a8fd62bf1e7ed1601aea
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue Aug 16 13:37:43 2011 +1000

    Rearrange code in Basic/Core/pdlthread.c
    
    Rearrange the code so that older Microsoft
    compilers can parse it.

 Basic/Core/pdlthread.c |  114 ++++++++++++++++++++++++-----------------------
 1 files changed, 58 insertions(+), 56 deletions(-)

commit cab63972505d5242b2b33d863ed04c74edf0ac91
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue Aug 16 13:37:42 2011 +1000

    Rearrange C code in Basic/Core/pdlcore.c.PL
    
    Rearrange the code so that older Microsoft
    compilers can parse it.

 Basic/Core/pdlcore.c.PL |  166 ++++++++++++++++++++++++-----------------------
 1 files changed, 84 insertions(+), 82 deletions(-)

commit 7634dc3d0987b15f6b2e99c74f72cd3665ce05b1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Aug 15 14:45:53 2011 -0400

    Docs fix for whereND in primitive.pd

 Basic/Primitive/primitive.pd |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 1bbd43cc64a2df3ea749f9b5a3ccf2b000efd90b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 14 15:16:16 2011 -0400

    Add MARK BAKER m4ls to demo 3dgal

 Demos/TriDGallery.pm |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit b716dbf0b4f0d5c5d7d5d25abd6322a9c2846e8b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 14 14:24:35 2011 -0400

    Add TODO tests for sf.net bug # 3234141
    
    The problem is an inconsistent treatment of NaN values
    depending on whether or not it is the first one along
    the dimension.  The results should be the same no matter
    what order the elements are in.

 t/ufunc.t |   36 ++++++++++++++++++++++--------------
 1 files changed, 22 insertions(+), 14 deletions(-)

commit ba94371d501e6f8424b050fe0b1032258d0abc88
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 14 13:07:28 2011 -0400

    Update bugs list in Known_problems

 Known_problems |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5b1770756a601a1dcefe8fca573e6f7ef690f68a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 14 12:52:07 2011 -0400

    Update VERSION and pod for pdldoc

 pdldoc.PL |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

commit 5a86c06d4d4112067a88aa5b2f9fdaece1de6126
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 13 13:57:09 2011 -0400

    Update VERSION to 2.4.9_005 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit e538a2f8b14ab00d0151486b67c0d1d0209e97ad
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 13 13:17:57 2011 -0400

    Update Release_Notes for CPAN devel release

 MANIFEST.SKIP |    1 +
 Release_Notes |   22 ++++++++++++++++++++--
 2 files changed, 21 insertions(+), 2 deletions(-)

commit 5097f70403e8439cbe28a9cec8c041ec27bfc94c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 13 13:05:07 2011 -0400

    Add PDL::AutoLoader support to pdldoc
    
    Now, by default, it will return the same results
    as the interactive help/apropos commands within the pdl2
    and perldl shells.  A new perldl.conf option
    PDLDOC_IGNORE_AUTOLOADER has been added in case a user
    prefers the previous behavior.

 pdldoc.PL |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit f3d74c986baf35bd962a2c6bd63853ec5c75e347
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 13 13:03:32 2011 -0400

    Add new fields to perldl.conf
    
    Added PDL_CONFIG_VERSION to track PDL-visible changes
    in the configuration information and PDLDOC_IGNORE_AUTOLOADER
    to allow users to make pdldoc ignore searching the @PDLLIB
    path for PDL::AutoLoader file with POD.

 perldl.conf |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit 0542cb645af17974385dc191f4775e922a66b147
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 12 19:30:39 2011 -0400

    Fix some typos in POD for FFTW complex stuff

 Lib/FFTW/fftw.pd |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f08d4de334cae6b58597ee3f6ce4d797966b11f6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 12 15:06:47 2011 -0400

    Update Release_Notes and TODO

 Release_Notes |    4 ++++
 TODO          |    4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

commit c78966001daaa834d763ceee71379c8cc3ee1742
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 12 14:53:55 2011 -0400

    added whereND to PDL::Primitive w tests
    
    This is sf.net feature #3390043.

 Basic/Primitive/primitive.pd |   84 ++++++++++++++++++++++++++++++++++++++++--
 t/primitive.t                |    9 ++--
 2 files changed, 85 insertions(+), 8 deletions(-)

commit bdfdf41a8ac2624df1f02df243de0b05be1af274
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 12 13:15:18 2011 -0400

    Add whereND tests to t/primitive.t
    
    The tests will be skipped if there is no whereND defined
    in the current package.

 t/primitive.t |   80 +++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 55 insertions(+), 25 deletions(-)

commit cf1ee2a91917aabcbd356b9c487f1ebd3f3987ed
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 12 11:16:04 2011 -0400

    Convert primitive.t to use Test::More

 t/primitive.t |   84 +++++++++++++++++++++++++++++---------------------------
 1 files changed, 43 insertions(+), 41 deletions(-)

commit e4b144690b35181dbe75e20529e08aeffcb40c54
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 12 10:27:10 2011 -0400

    Fix minor syntax issue for f2c conversion

 Lib/Minuit/minuitlib/futils.f |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c3aaaa2a7e0e699008fad97ffc95c0657c7d149e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 11 13:08:27 2011 -0400

    Fix POD in pp_def() for perldoc

 Lib/FFTW/fftw.pd |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 58 insertions(+), 0 deletions(-)

commit a8b8acf757193b23517abd871e2ac1613f197486
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 9 14:20:40 2011 -0400

    Remove unused Tridiag routine
    
    This is in response to problem report #3388862 at sf.net.
    Neither the problem or the fix were able to be reproduced
    but the code is actually unused.  See the routines under
    'pdldoc -a solve' to locate current linear equation solvers
    in PDL.

 Basic/MatrixOps/matrix.c |   28 ----------------------------
 Basic/MatrixOps/matrix.h |    7 ++-----
 2 files changed, 2 insertions(+), 33 deletions(-)

commit 34f77b5c39cc88f163e3db1b26101e19557bbbe3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Aug 8 14:40:07 2011 -0400

    Update inc/Devel/CheckLib.pm to 0.93

 inc/Devel/CheckLib.pm |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 87967f0d2521fba64ca682763039970363d66be6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Aug 8 14:19:31 2011 -0400

    conditionalize diag() message in t/slice.t
    
    Now the message is only displayed if the test fails.

 t/slice.t |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 54c1111fbbfd52b4945d0cc96ca56e301d236cde
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 7 13:54:33 2011 -0400

    Update Known_problems and Release_Notes

 Known_problems |    4 ++--
 Release_Notes  |    5 +++++
 TODO           |    2 ++
 3 files changed, 9 insertions(+), 2 deletions(-)

commit b7319a1c34a0aeb9835fb2dc6855f36f941596c2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 7 13:44:10 2011 -0400

    Add support for pdls larger than 2GiB
    
    This commit applies the fix from Jarle Brinchmann
    for pdl_grow() and a similar one for pdl_malloc()
    replacing the use of int type for nbytes by the
    use of STRLEN.  On 64bit platforms, this allows for
    pdls larger than 2**31 bytes.
    
    NOTE: The total number of elements in a piddle
    is still limited to 2**31.
    
    NOTE: Eventually we need to change the usage of
    smalloc (a.k.a. pdl_malloc) and grow (a.k.a. pdl_grow)
    to use STRLEN arguments instead.

 Basic/Core/pdlconv.c.PL |    2 +-
 Basic/Core/pdlcore.c.PL |    2 +-
 Basic/Core/pdlcore.h.PL |    2 +-
 Basic/Core/pdlhash.c    |    6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

commit bdb08a07c202c14c8dea72fce1f0d77f204e80e7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 6 18:53:00 2011 -0400

    Update perldl POD docs a bit

 perldl.PL |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

commit 5e38a35cffc161f3d992985b30f1ba02007ead8d
Merge: 4a9c452 dbd0aa0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 6 18:37:53 2011 -0400

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 4a9c452ca3768910d873a48258ce94e4dce090c7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 6 18:35:31 2011 -0400

    Update Perldl2/TODO re error filters
    
    Errors in the shells can generate *huge* nested
    reports.  Added a list of items that could be
    filtered out without removing the relevant PDL
    errors.

 Perldl2/TODO |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit dbd0aa08821215867e123eee1dd35859ff27c972
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 29 13:45:15 2011 -0400

    Add 'use PDL::Constants' to default.perldlrc
    
    This is the first step for adding 'use PDL::Constants' to the
    list of modules loaded by 'use PDL'.

 Basic/default.perldlrc |    3 ++-
 Release_Notes          |    6 ++++++
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 367cef28004bcbb5d3979872764241cd7d1d1294
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 23 16:58:18 2011 -0400

    Fix sf.net bug #3375837 "_read_flexhdr ... fails"
    
    readflex() failed in the _read_flexhdr() routine when
    a multi-pdl data file was read *and* the first pdl had
    2 or mor dimensions.

 IO/FlexRaw/FlexRaw.pm |  152 +++++++++++++++++++++++++------------------------
 t/flexraw.t           |   37 +++++++++---
 2 files changed, 105 insertions(+), 84 deletions(-)

commit ce45095457be68779817a3e0aae67189a4068957
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 22 14:46:58 2011 -0400

    Set $PDL::IO::FlexRaw::writeflexhdr=1 in PDL shell
    
    Enable writeflex() to call writeflexhdr() automatically
    when a filename is given as the output destination.  This
    matches the behavior of writefraw() but is different than
    the previous behavior so only enable the new default in
    the interactive shells for now.

 Basic/default.perldlrc |    1 +
 IO/FlexRaw/FlexRaw.pm  |    7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 30f92c90f3af00b72921e9f5854a6d97572f04bc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 20 17:59:51 2011 -0400

    Fix mv() examples in Indexing.pod

 Basic/Pod/Indexing.pod |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c7f1df6985e88e7be8b3d37d46096600ff738c6c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 20 12:58:15 2011 -0400

    Update Indexing.pod re lvalue subs and slicing

 Basic/Pod/Indexing.pod |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

commit fee11b9ecf2b574e60c6a8205a217eb551501037
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 20 11:10:18 2011 -0400

    Minor doc fixes to QuickStart.pod

 Basic/Pod/QuickStart.pod |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

commit 14b4834f07a8a4f180f4995529a9943879f647dd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 17 14:54:24 2011 -0400

    Add MYMETA.yml and MYMETA.json to .gitignore
    
    All of a sudden, the build process is spitting out one
    of each of these files for each directory with a Makefile.PL
    in it---or so it appears.  This may be related to a recent
    upgrade to the version of EU::MM to 6.58.

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 0d215b8c6eeab8311ef1569a99d9e85da3d4cc50
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 17 14:52:58 2011 -0400

    Add diagnostics of system() call to make_Type_pm
    
    There was a CPAN Testers failure for this call.  By printing
    what the system() call was, it is hoped to determine the cause.

 Makefile.PL |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 704e0a615e536ce19f1ef7aed1d967df1bc7d87b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 17 14:45:29 2011 -0400

    Fix sf.net bug #3368883 t/opengl.t fails...
    
    Added a die to the PDL::Graphics::OpenGL::OO->new() constructor
    and an eval to catch and skip the create window tests if no
    workable display mode was found.

 Graphics/TriD/POGL/OpenGL.pm |    3 +--
 t/opengl.t                   |    8 ++++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 63090307e73ac26b1fc366fd37ded88d1b9c5be9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 16 15:34:15 2011 -0400

    Add 16-bit image IO byteorder to Known_problems

 Known_problems |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 35854efe735d1a200bd9a42cc22a2c68702955f1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 16 15:12:55 2011 -0400

    Rm IO/Pnm/converters from MANIFEST
    
    The current PDL requires 16bit support in the NetPBM routines
    so these local copies are very out-of-date and redundant to
    ones that would work.  Taking them out of the distribution
    in preparation for removing them from the release.

 MANIFEST      |    3 ---
 MANIFEST.SKIP |    4 ++++
 2 files changed, 4 insertions(+), 3 deletions(-)

commit d4fcf12676d36724370a6c49137e58272a85ca8a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 11 12:26:17 2011 -0400

    Update VERSION info to 2.4.9_004 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit e1b3c25ec58f329df2aa121ed08580391810bcc9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 11 12:23:04 2011 -0400

    Update Release_Notes for 2.4.9_003 release

 Release_Notes |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5bbc29575c98fb781d65d28a006e6e2ff61b9a36
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 10 14:53:19 2011 -0400

    Update to Known_problems adn Release_Notes

 Known_problems |    1 +
 Release_Notes  |    7 +++++++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 904fb6f1727869f73a4c5e630035e53a9299de61
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 8 17:56:58 2011 -0400

    Minor clean-up to t/slice.t
    
    Replaced print by diag for message output and added a
    test name to make it clear that the error was being
    checked for.

 t/slice.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 580a2b31d9d7d1dc7b5b990d9e670d01c3d616b0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jul 7 16:59:25 2011 -0400

    Fix PDL TriD to work with cygwin+w32api POGL
    
    The bug in the cygwin POGL support for w32api/WGL OpenGL
    has been fixed, this fixes t/opengl.t to work with that
    option enabled.

 Graphics/TriD/POGL/OpenGL.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a39ee9889a32bbbb8aeca0e673bee7524e61c918
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 1 15:27:27 2011 -0400

    add badvalue support to pctover and oddpctover
    
    This is sf.net feature tracker item #3328001,
    "add badvalue support to pctover and oddpctover"

 Basic/Ufunc/ufunc.pd |  111 ++++++++++++++++++++++++++++----------------------
 1 files changed, 62 insertions(+), 49 deletions(-)

commit 10dceb490e1ad291944e4c521dab2dc698ec7a34
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 28 15:35:21 2011 -0400

    Update Release_Notes for 2.4.9_003...
    
    ...and clarify the OpenGL requirement (needed only for
    PDL::Graphics::TriD support, otherwise not a requirement).

 Release_Notes |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit b47d8661df0e7b9b560e10b44d2849a446e56125
Merge: 35ee86b 3945bd5
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sun Jun 26 09:14:41 2011 -0500

    Merge remote-tracking branch 'Dima/better_barf_withthreads'
    
    Conflicts:
    	Basic/Core/pdlmagic.c
    
    Finally pulled in Dima's edits. They pass all tests, though
    we don't have lots of tests of the barfing behavior. Still,
    there are some barf tests for cat, and they pass. Also the
    pthreads tests pass.
    
    The only modification I had to make was in pdlmagic.c, which
    did not merge cleanly for some reason.

commit 35ee86b89ca27d8c88a2d1b0566a5cfdbe5ede79
Merge: 39c2c77 12078c6
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sat Jun 25 22:21:48 2011 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 12078c6b6b0ab676cd24f2fcbb27a434f1050abd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jun 24 13:18:59 2011 -0400

    Update pctover and oddpctover re badval status
    
    Neither routine handles bad values currently.
    Added the HandleBad => 0 to the pp_def routines
    and a few TODO tests in t/ufunc.t to show when
    things a fixed.
    
    See sf.net feature request #3328001 for details.

 Basic/Ufunc/ufunc.pd |    2 ++
 t/ufunc.t            |   26 +++++++++++++++++++++++++-
 2 files changed, 27 insertions(+), 1 deletions(-)

commit b155d2657c3b1decea2b5eefee88018cbeff4a38
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 19 16:12:51 2011 -0400

    Update PDL::FAQ
    
    Bringing things in-line with current PDL-2.4.9 usages.
    Still to fix:
      (1) Missing list of inplace-safe functions for Q: 6.6.
      (2) Is "Q: 6.12 What is a null pdl?" up to date re Empty pdls?
      (3) What about dataflow and Q: 6.15?

 Basic/Pod/FAQ.pod |   60 ++++++++++++++++++++++++++++------------------------
 1 files changed, 32 insertions(+), 28 deletions(-)

commit e51453767a03a2d73c1f40bf7ea8bf991b1ccff2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 14 10:19:41 2011 -0400

    Update TODO and Perldl2/TODO for ref

 Perldl2/TODO |    8 ++++++--
 TODO         |   12 +++++++-----
 2 files changed, 13 insertions(+), 7 deletions(-)

commit ad4c25777f104960dd6e4a3218101564704c0b39
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 12 20:17:39 2011 -0400

    Quiet warnings from PDL_NICESLICE_ENGINE
    
    The implementation is simple and generates *lots* of
    messages if run with warnings on.  Added a no warnings
    directive until things can be sorted out better.

 Basic/SourceFilter/NiceSlice.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f9b6e8e3c72a4cb5ba61058a9a38f409b347bf8c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 12 16:01:56 2011 -0400

    Add PDL_NICESLICE_ENGINE env variable
    
    If you set PDL_NICESLICE_ENGINE to 'PDL::NiceSlice2' then
    that module will be loaded to provide niceslice functionality
    instead of the original one.  This should make it easier to
    try things out...

 Basic/SourceFilter/NiceSlice.pm |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 68a6f4bc993630ee0db213316c8da0696af15b62
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 12 13:06:52 2011 -0400

    Appear to have working PDL::NiceSlice2
    
    With a workaround to a Filter::Simple bug and a hack
    to workaround a missing feature in Text::Balanced, we
    now have a trial implementation of an improved
    PDL::NiceSlice filter.  To try out, just replace your
    exising NiceSlice.pm file with this one.
    
    NOTE: We will still to implement similar processing for
          pdl2/perldl as sourcefilters don't work with evals..

 Basic/SourceFilter/NiceSlice2.pm |   58 +++++++++++++++++++++++++++++--------
 1 files changed, 45 insertions(+), 13 deletions(-)

commit 3692c9c65e1782e7c6dacd3d2deb36be36bdc628
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 12 11:38:56 2011 -0400

    Add =pod to workaround Filter::Simple bug
    
    The current Filter::Simple regex for $pod_or_DATA has a
    glitch for =begin =end pod blocks.  By adding an =pod before
    the =begin (which is a no-op as far as pod processing goes)
    we workaround the problem.

 IO/FITS/FITS.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 1eea47187f667db384b2953c57fe42412b4754f2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 12 11:13:58 2011 -0400

    Add comments with nslice_if_pdl() to findslice
    
    Left these in place but commented out to in case someone
    wanted to continue down this development line.  I assumed
    that since the modifier syntax is not valid perl that
    the only place where nslice would need to be changed
    to nslice_if_pdl would be in the filter section for slices
    with no modifiers present.

 Basic/SourceFilter/NiceSlice.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 174cabe6b5bfcd60110901f4c66337c8c4aa1c4d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jun 11 19:18:58 2011 -0400

    Fix PDL::nslice_if_pdl to use CODE refs
    
    This finishes the basic implementation for version of
    nslice that can call a code reference or the standard
    PDL::nslice routine depended on whether $self is a
    CODE ref or a PDL ref.  Making a UNIVERSAL::nslice_if_pdl
    handles other blessed objects but not a raw CODE ref.

 Basic/Core/Core.pm.PL |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit da4d4b3de86097b05b80ba062027f90dc09d747b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jun 11 17:35:31 2011 -0400

    Add nslice_if_pdl variant of nslice
    
    This routine is the same as nslice but it takes
    an extra argument from the PDL::NiceSlice filter
    process, a string of the original args before
    processing.  The idea is to allow a code reference
    to be called if the $self is not a piddle.
    
    This works provided $self is a blessed object.
    Then we could use UNIVERSAL::nslice_if_pdl to
    catch that.  We need to investigate the limitations
    of method call syntax.  Maybe a { } block with
    the CODE check there could work...
    
    Only a partial solution since a method call can
    only be made if the $self is a blessed object.

 Basic/Core/Core.pm.PL           |   29 ++++++++++++++
 Basic/Lvalue.pm                 |    2 +-
 Basic/SourceFilter/NiceSlice.pm |   82 +++++----------------------------------
 3 files changed, 40 insertions(+), 73 deletions(-)

commit 5918de8737644bfa0503c5167df0988af64d13dc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jun 11 12:36:05 2011 -0400

    Update Known_problems and Release_Notes
    
    Now include the current sf.net bugs and added
    the update for the Text::Balanced version to the
    Release_Notes.

 Known_problems |    1 +
 Release_Notes  |    5 +++++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit d9a17f5f22a0801ee88886ebf5fed2c202342a1f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jun 11 12:27:45 2011 -0400

    Update Text::Balanced min version to 1.89
    
    This is the version in perl 5.8.0 so the change in
    requirement won't affect any of the current PDL
    platforms.  The version bump is required to enhance
    the PDL::NiceSlice filter which requires a workaround
    using the current Text::Balanced implementation.

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0f4cefe2478543e2d0e9080a5239d9870083bf03
Merge: ad14f3f 2004d1e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 7 22:12:13 2011 -0400

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit ad14f3f4467bcd12945449c472ca9cfca71491aa
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 7 22:08:41 2011 -0400

    Refactor PDL::NiceSlice to use Filter::Simple
    
    This allows for nslice() filtering to only be applied outside
    of POD, comments, and quotelike strings.  Unfortunately, running
    the PDL modules through the Filter::Simple framework exposed
    a bug in Filter::Simple and in Text::Balanced (which is called
    by Filter::Simple to do much of its work).

 Basic/SourceFilter/NiceSlice2.pm | 1073 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 1073 insertions(+), 0 deletions(-)

commit 2004d1e65e5798025cbed62435dd60c7121692a0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 6 13:37:16 2011 -0400

    Add comment for way forward w code refs and nslice
    
    Plan to rewrite the nslice() method to detect when
    we have the CODE ref usage.  In that case, UNIVERSAL::nslice()
    would be called which would construct the desired CODE ref
    method call using the original pre-NiceSlice version of the
    nslice() arguments which would be stashed by the source filter
    during the original processing.
    
    NOTE: This has potential to collide with another UNIVERSAL::nslice()
    method declaration.

 Basic/Core/Core.pm.PL |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 7b732c23f42e8d6aac0a3696a366c98275fb7bd1
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Jun 4 11:57:31 2011 +0200

    use autodetection for TriD build
    
    Now, there is only one line different from the usual perldl.conf

 debian/perldl.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit bd248f50e2b5f06939e4e8309058b86a42bb7e15
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Jun 4 11:52:08 2011 +0200

    merge changes to perldl.conf into debian/perldl.conf

 debian/perldl.conf |  149 +++++++++++++++++++++++++++++++++-------------------
 1 files changed, 94 insertions(+), 55 deletions(-)

commit 006a5481bd4f797f19004b06b904bd9a7d3d83c9
Merge: 1e8fb45 353a744
Author: Craig DeForest <zowie@Clio-2.local>
Date:   Wed Jun 1 23:23:59 2011 -0600

    Merge branch 'master' of ssh://zowie@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 353a74423aabbf3f3205eb44c290dab3045862f0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jun 1 17:50:10 2011 -0400

    Update sf.net bug list in Known_problems file

 Known_problems |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b611cfd457c4cb0a0118596b6ed908d8c8ee3f3d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 31 16:23:33 2011 -0400

    Add CODE ref detection and barf to PDL::nslice()
    
    This is in preparation for refactoring the PDL::NiceSlice
    module to handle this case correctly via runtime detection
    of CODE reference args.  To do so, the source filter needs
    to be modified to pass through a copy of the original args
    as a string for later eval.

 Basic/Core/Core.pm.PL |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit cffcc7f10bd6e25a3f01f9a4b1a5cc1050572cbf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 31 14:02:35 2011 -0400

    Update TODO list items

 TODO |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 56 insertions(+), 4 deletions(-)

commit 1c477a90a1bb3808419b95332733efbea789583d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 31 10:22:35 2011 -0400

    Add null SIGPIPE handler to output pipes
    
    This should make PDL "SIGPIPE safe" by not exiting when a
    PDL piped IO output process quits.  At some point we may
    wish to add an eval+die handler to report failures better.

 Doc/Doc.pm                 |    1 +
 Doc/Doc/Perldl.pm          |    2 ++
 Graphics/TriD/TriD/OOGL.pm |   27 +++++++++++++++++----------
 IO/Dumper.pm               |    1 +
 IO/FITS/FITS.pm            |    4 ++++
 IO/Pnm/Pic.pm              |    5 +++--
 6 files changed, 28 insertions(+), 12 deletions(-)

commit ac9b0f924272d8ab4e6b3f7ea75451d47f0e1aa6
Author: John Cerney <cerney@ntxlt0182636.(none)>
Date:   Mon May 30 11:44:40 2011 -0500

    Fixed segfaults in t/pthreadBarf.t when running with perl 5.13, 5.14

 t/pthreadBarf.t |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 7bdc5b66ebe1f9e302782c77775e86ed767f3b83
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 27 16:59:34 2011 -0400

    quiet whichND deprecation warnings in tests
    
    Rework t/primitive2.t and t/subclass3.t to not use the
    planned-to-be-deprecated whichND list context output.

 t/primitive2.t |    4 +++-
 t/subclass3.t  |    7 +++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 6f54e1d48030128f659d5c701e0a14569aa50a08
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 27 16:28:28 2011 -0400

    Add $SIG{PIPE} = 'IGNORE' for pipe to ffmpeg
    
    This should keep perldl/pdl2 from exiting if a SIGPIPE
    is returned for some reason.  This may fix sf.net bug #3307121
    "wmpeg sometimes kills perldl if file already exists".

 IO/Pnm/Pic.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 26f35983b8630e746fcd99f0e2bcf32609aa1db6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 27 16:27:40 2011 -0400

    Add full package name to isbigendian() call

 Basic/Core/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3d5d980d49b495fc70992b0984aca5fba89ed09a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 26 18:42:39 2011 -0400

    Add note re PERL_SIGNALS=unsafe to Known_problems

 Known_problems |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 2241bf3b16b2413a263665bddf11e5a3b387618f
Merge: 9acb63f f02d33c
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue May 24 12:59:32 2011 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 9acb63f27cd1c0e4ae4ec5df358a46a231f55d00
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue May 24 12:57:01 2011 -0600

    Use $Config::Config{usrinc} to search for pthread.h instead of hard-coding /usr/include.

 Basic/Core/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f02d33c5dc837f744e1443fe0ad5173398fe43e9
Author: Craig DeForest <zowie@z4.boulder.swri.edu>
Date:   Mon May 23 23:29:59 2011 -0600

    I can't believe I'm still supporting this.  Must ... migrate ... to ... PLPlot.
    Fixed bug with Justify option in fits_imag -- a typo in the Justify logic
    prevented non-unity aspect ratios with the justify command in _fits_foo.

 Graphics/PGPLOT/Window/Window.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit bfe7d4ed83914ef96ff3497913c4df630f01bb25
Author: Craig DeForest <zowie@z5.boulder.swri.edu>
Date:   Sun May 22 23:16:11 2011 -0600

    add map() fix for nonlinear FITS headers (remove tags when copying header
    to output variable)

 Lib/Transform/transform.pd |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit ce7827dead6fc3084f9800e6a0141804f785beba
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 21 10:06:19 2011 -0400

    Update VERSION to 2.4.9_003 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 059697b3a4ae2eda3573a9804ba1d421f92a3a71
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 21 09:11:27 2011 -0400

    Update MANIFEST with new ParallelCPU files

 MANIFEST |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 3e5e5d21c9cd6823bd9890cd5588e1d09f00f685
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 21 09:08:28 2011 -0400

    Update Release_Notes for CPAN devel release

 Release_Notes |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 701a9bb9a5f5ee31e0bff6fe39f7aebfaa2e6538
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 19 22:38:57 2011 -0400

    Fix warning message from File::Temp usage
    
    It made it sound as if there was something dangerous going
    on in the PDL test suite.  Turned off warnings to quiet.

 t/bad.t |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 39c2c77cd8404b44a6bf4140613bddabf79ab103
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Thu May 19 16:08:19 2011 -0500

    Added by-line for John Cerney in ParallelCPU docs.
    
    Daniel pointed out last summer that we have many docs that do not
    specify any sort of copyright. John didn't add a copyright to his
    ParallelCPU docs, so I added one for him.

 Basic/Pod/ParallelCPU.pod |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 1e8fb45a0b14d5e2044c60dfc174e02642c6aafa
Merge: afdf491 ac63923
Author: Craig DeForest <zowie@Clio-2.local>
Date:   Thu May 19 09:50:31 2011 -0600

    Merge branch 'master' of ssh://zowie@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit afdf491905c523e61ddfad8056b3e6604382bf60
Author: Craig DeForest <zowie@Clio-2.local>
Date:   Thu May 19 09:49:50 2011 -0600

    fix parameter parsing for t_cubic

 Lib/Transform/transform.pd |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit cbd95cdbfa4b983396655df71b880a839df7b935
Author: Craig DeForest <zowie@Clio-2.local>
Date:   Thu May 19 09:49:29 2011 -0600

    fix inverse in perspective

 Lib/Transform/Cartography/Cartography.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ac639236321cbe5ee9830877085311a916136fec
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 19 09:51:53 2011 -0400

    Update Known_problems and Release_Notes
    
    NiceSlice bugs were closed, new support for
    parallel CPU computation to improve performance,
    docs and distribution improvements...

 Known_problems |    3 +--
 Release_Notes  |   11 ++++++++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

commit d5ec4edccbe0df0625186b5ea93b30853c1c9944
Author: John Cerney <cerney@ntxlt0182636.(none)>
Date:   Wed May 18 21:21:27 2011 -0500

    Fixed complilation problems with no pthreads enabled.
    But was introduced in the ParallelCPU patch.

 Basic/Core/pdlmagic.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4d0eaeafc7c848bd716d068c264e9f773750eca3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 18 16:03:21 2011 -0400

    Fix sf.net #3295544 NiceSlice parsing bug
    
    This was a failure to call findslice() recursively for
    the argument for a where modifier (it is possible that
    the condition could contain NiceSlice constructs).

 Basic/SourceFilter/NiceSlice.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit bdc715bd3a0dea4daeb67568cf91c975330122ee
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 18 15:07:28 2011 -0400

    Fix bug #3300467 NiceSlice asterisk parsing issue
    
    Improved some of the debug output strings to better
    show when passed whitespace or empty args and added
    a pattern to catch leading whitespace for '*' args.

 Basic/SourceFilter/NiceSlice.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 47ed11547e472539935b387edd051a0ae7e2d1ed
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 18 07:06:19 2011 -0400

    Apply Dima Kogan fix for wcols args regression
    
    This appears to have been introduced with sf.net
    patch #3287853.  Thanks for catching this...

 IO/Misc/misc.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3945bd570f48bb0b67b6f3859e435582920acf29
Author: Dima Kogan <dkogan@cds.caltech.edu>
Date:   Sun May 15 15:32:58 2011 -0700

    tabified reworked barfing functions for more consistent style. Whitespace-only patch

 Basic/Core/pdlmagic.c |  124 ++++++++++++++++++++++++------------------------
 1 files changed, 62 insertions(+), 62 deletions(-)

commit eba3b37d8ae7525e29323446ccb19413a74d58b4
Author: Dima Kogan <dkogan@cds.caltech.edu>
Date:   Sun May 15 04:02:51 2011 -0700

    Reworked deferred error message storage to remove duplicate code and to simplify the flow

 Basic/Core/pdlcore.c.PL |    2 +-
 Basic/Core/pdlmagic.c   |  201 ++++++++++++++++-------------------------------
 Basic/Core/pdlmagic.h   |    3 -
 3 files changed, 69 insertions(+), 137 deletions(-)

commit 4edb173e0cff6c4c1a30c18f809627575e70085a
Author: Dima Kogan <dkogan@cds.caltech.edu>
Date:   Sun May 15 03:05:07 2011 -0700

    Unified the barfing/warning code. Removed code duplication

 Basic/Core/pdlcore.c.PL |   96 ++++++++++++++------------------------
 Basic/Core/pdlmagic.c   |  117 ++++++++++++++++++----------------------------
 Basic/Core/pdlmagic.h   |    3 +-
 3 files changed, 82 insertions(+), 134 deletions(-)

commit c5e9937244131d81f43006b2e0719629ff75412d
Author: Dima Kogan <dkogan@cds.caltech.edu>
Date:   Sun May 15 02:16:58 2011 -0700

    added PDL::cluck as an analog of Carp::cluck (as PDL::barf is an analog of Carp::confess)

 Basic/Core/Core.pm.PL |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

commit cd9886de21a8eb288e3dc20b1bb11684bee01294
Author: Dima Kogan <dkogan@cds.caltech.edu>
Date:   Mon May 9 00:45:44 2011 -0700

    barf() is now defined in both PDL::Core and in PDL. Moved barf() definition to
    the top of Core.pm

 Basic/Core/Core.pm.PL |   79 +++++++++++++++++++++++++------------------------
 1 files changed, 40 insertions(+), 39 deletions(-)

commit 1d58f618eb43545a6ea86f5844f69b46e8d1ad08
Author: Dima Kogan <dkogan@cds.caltech.edu>
Date:   Sun May 8 23:56:02 2011 -0700

    removed unneeded extra 'use Carp'

 Basic/Core/Core.pm.PL |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 8755f7a20f043abf367d28d258d1bc8e65301841
Author: Dima Kogan <dkogan@cds.caltech.edu>
Date:   Sun May 8 23:19:23 2011 -0700

    pdl_croak_param() cleaned up and rewritten to work with the new barf()

 Basic/Core/pdlcore.h.PL |    2 +-
 Basic/Core/pdlthread.c  |  115 ++++++++++++++++++++++-------------------------
 2 files changed, 55 insertions(+), 62 deletions(-)

commit 0caf3f03d7d3f7c693f1f1f35ae086f56ad30207
Author: Dima Kogan <dkogan@cds.caltech.edu>
Date:   Sat Apr 30 21:29:15 2011 -0700

    PP now generates PDL->pdl_barf() instead of plain barf()

 Basic/Gen/PP.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6031f27eebdfca23bbfcd7c02f1f78e2492facc7
Author: Dima Kogan <dkogan@cds.caltech.edu>
Date:   Sat Apr 30 18:27:01 2011 -0700

    barf() now generates a stack trace by hooking into Carp::confess(). This is done on both the perl
    and C sides

 Basic/Core/Core.pm.PL   |   47 ++----------------------
 Basic/Core/pdlcore.c.PL |   90 ++++++++++-------------------------------------
 Basic/Core/pdlcore.h.PL |   13 ++-----
 Basic/Gen/PP.pm         |    5 ---
 4 files changed, 27 insertions(+), 128 deletions(-)

commit d721f8d76fbcde09eae65708d3085021b2ca139a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 12 10:19:57 2011 -0400

    Update Known_problems and cygwin/README
    
    Add current sf.net bugs and update the cygwin
    README file with information on HDF5 support.

 Known_problems |    8 +++-----
 cygwin/README  |    8 ++++++--
 2 files changed, 9 insertions(+), 7 deletions(-)

commit d46a8a4478e6d6c4adacc76773b67be34f550864
Author: John Cerney <cerney@ntxlt0182636.(none)>
Date:   Wed May 11 21:23:01 2011 -0500

    Add support for splitting up numerical processing between multiple
    parallel processor threads (or pthreads) using new functions "set_autopthread_targ"
    and "set_autopthread_targ". This can improve processing performance (by greater than
    2-4X in most cases) by taking advantage of multi-core and/or multi-processor machines.
    
    See the new file Basic/Pod/ParallelCPU.pod for details.

 Basic/Core/Core.pm.PL        |  137 ++++++++++++++++++++-
 Basic/Core/Core.xs.PL        |   55 ++++++++-
 Basic/Core/pdl.h.PL          |   13 ++
 Basic/Core/pdlapi.c          |    4 +-
 Basic/Core/pdlcore.c.PL      |   49 +++++++-
 Basic/Core/pdlcore.h.PL      |   28 +++-
 Basic/Core/pdlmagic.c        |  278 ++++++++++++++++++++++++++++++++++++++++--
 Basic/Core/pdlmagic.h        |    9 ++-
 Basic/Core/pdlthread.c       |  244 +++++++++++++++++++++++++++++++++----
 Basic/Gen/PP.pm              |   15 ++-
 Basic/Gen/PP/PDLCode.pm      |   59 ++++++++--
 Basic/Pod/API.pod            |   16 +++
 Basic/Pod/PP.pod             |   19 +++
 Basic/Pod/ParallelCPU.pod    |  151 +++++++++++++++++++++++
 Basic/Primitive/primitive.pd |    2 +
 IO/Pnm/pnm.pd                |    1 +
 Lib/FFT/fft.pd               |    2 +
 Lib/GSL/INTEG/gsl_integ.pd   |    4 +
 t/pthread.t                  |   89 +++++++++++++-
 t/pthreadBarf.t              |   97 +++++++++++++++
 t/pthread_auto.t             |  117 ++++++++++++++++++
 21 files changed, 1326 insertions(+), 63 deletions(-)

commit 47437d7a19a3861fc754f371c558acfc38040a9e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 11 14:06:48 2011 -0400

    Fix inconsistent/missing =for sig in documentation
    
    I noticed from a recent mailing list post that the clip()
    routine was missing a signature definition.  While I was
    updating that, it was apparent that there were a number
    of routines missing the =for sig to mark the Signature
    information for the PDL::Doc to use.  This fixes all the
    ones that I found.

 Basic/MatrixOps/matrixops.pd |    2 +-
 Basic/Primitive/primitive.pd |   50 ++++++++++++++++++++++++++++++++++++++++++
 Lib/Fit/LM.pm                |    3 +-
 Lib/Fit/Linfit.pm            |    4 +-
 Lib/Fit/Polynomial.pm        |    4 +-
 5 files changed, 56 insertions(+), 7 deletions(-)

commit c16dd1d7effd0e34f4d86c32a530c2c94819935f
Author: Craig DeForest <zowie@z5.boulder.swri.edu>
Date:   Thu May 5 12:38:09 2011 -0600

    fixed regexp to not get confused when more than one PCi_j system is present in the header

 Lib/Transform/transform.pd |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 01f90e3b5b9fd532463ee091ebfebbb4d270719f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 2 14:54:00 2011 -0400

    Fix CPAN devel instructions in Release_Notes
    
    Had incorrect capitalization in the cpan shell build
    instructions which might cause problems when users
    tried to follow them.

 Release_Notes |   72 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 36 insertions(+), 36 deletions(-)

commit 80f19de69fe35090874bf9928ad0652742671864
Author: Doug Hunt <dhunt@ucar.edu>
Date:   Mon May 2 10:04:42 2011 -0600

    Updated FAQ 6.18 to say that PDL::NetCDF works with the most recent PDL.

 Basic/Pod/FAQ.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8ca4ad497689ab71e60f0cba92e4341b5a7a8bad
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 1 18:05:04 2011 -0400

    Fix META_MERGE options in Makefile.PL
    
    I used the documented functionality but search.cpan.org did
    not appear to understand the syntax.  Going back to the original
    syntax as suggested by kmx.

 Makefile.PL |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

commit 78c67883162c843ea4f49032219d335880238b1c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 1 15:30:51 2011 -0400

    Update version to 2.4.9_002 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   33 ++++++++++++++++++++++++++++++++-
 3 files changed, 34 insertions(+), 3 deletions(-)

commit 269cb0ece73584930a3fc76ac971237d3afa4fcd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 1 15:27:08 2011 -0400

    Apply sf.net patch #3295787 to quiet warnings

 IO/Misc/misc.pd |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a3792d776522a6022d2e48c75bd2f4562d8a2f39
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 1 14:47:08 2011 -0400

    Update readme-type files for CPAN dev release

 Known_problems |    5 +++++
 Release_Notes  |   14 +++++++++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)

commit 5c3420f1efdfe44c0efee08050022bf19bc6f9a9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 1 11:45:33 2011 -0400

    Update Known_problems from sf.net bug list

 Known_problems |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 6cd3314fc890e6e348c316c76543cff9c6e39c49
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 30 15:08:38 2011 -0400

    Fix for IO::Misc for handles that are not files
    
    This is sf.net patch #3287853.  One addition was a
    check that the result of the Scalar::Utils::reftype test
    is defined to avoid warnings when run with -w on.

 IO/Misc/misc.pd |   17 ++++++++++++++---
 t/misc.t        |   13 ++++++++++++-
 2 files changed, 26 insertions(+), 4 deletions(-)

commit b69a5671fbb137f2952053d5998ab3ad4546391a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 29 14:38:23 2011 -0400

    Fix =begin html/=end html usage in PP.pod
    
    It looks like an edit was only partially done but the
    result was that only the HTML docs for PP had the headings
    for the various pp_xxx routine descriptions.  This made
    normal non-html output difficult to understand or search.
    
    I just removed the extraneous =begin html/=end html pairs
    so the pp_xxx function heading appear in all versions of
    the documentation.

 Basic/Pod/PP.pod |   41 -----------------------------------------
 1 files changed, 0 insertions(+), 41 deletions(-)

commit 390363a565a9a8894b7eb8dc3d70ed81f9c9c39f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 29 14:12:47 2011 -0400

    Merge in PP.pod updates from John Lapeyre
    
    These were posted to the pdl-porters list in Sep 2006
    but never made it into the PP.pod, thanks John.

 Basic/Pod/PP.pod |  129 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 121 insertions(+), 8 deletions(-)

commit b5eaaf6401bb8a657953e15e0690daf32d85bf3f
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Apr 29 00:58:37 2011 -0600

    A small POD-formatting change in transform.pd

 Lib/Transform/transform.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a63b8196c1e45c59c749e2856104e83e47a97054
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Apr 29 00:56:38 2011 -0600

    HDF: improve the logic for finding libsz in Makefile.PL
    
    I didn't know about $Conf{so} when I wrote the original. This is much cleaner.

 IO/HDF/Makefile.PL |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

commit 43ef710fd81063b2a1e06d4a6ae39eac3866c5cd
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Apr 29 00:54:24 2011 -0600

    Make a no-badval-handling warning message a little more helpful.

 Basic/Gen/PP.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9bc3d74d4d98e88c94650532d301ff4c33a4d146
Merge: 51774e3 3f58c66
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Apr 29 00:52:27 2011 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 51774e3a8c2757a7046863a10a188691e2f754ce
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Apr 29 00:48:29 2011 -0600

    PLplot: user prefs for library and include file locations take precedence over defaults
    
    The locations $PDL::Config{WHERE_PLPLOT_LIBS} and {WHERE_PLPLOT_INCLUDES} were at the end of the list of paths to search. I moved them to the beginning of the list so that if there is more than one installed on the system the desired library/includes can be specified.

 Graphics/PLplot/Makefile.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3f58c664b8b9adcee55016cb1e91be1177bd60b7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 26 15:51:59 2011 -0400

    Update cygwin/INSTALL re rebaseall
    
    Discusion on the cygwin-xfree mailing list
    suggests specifying a different (higher) base
    address might alleviate some of the situations
    when rebaseall fails to work.  This could be
    a problem though for PDL/perl since there are
    large numbers of DLLs which could lead to the
    addresses trampling high memory stuff.

 cygwin/INSTALL |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

commit 675f384d7bbb3cb4582303f76b393328c32b2bda
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 19 10:25:37 2011 -0400

    Apply kmx patch for ext detection logic
    
    This patch by kmx improves the detection logic search
    locations for a number of the PDL external dependencies.
    We'll need to incorporate this in the coming Alien::*
    refactoring.  Thanks again, kmx!

 Graphics/PLplot/Makefile.PL     |    2 ++
 IO/GD/Makefile.PL               |    3 +++
 IO/HDF/Makefile.PL              |    6 ++++--
 Lib/FFTW/Makefile.PL            |    5 +++--
 Lib/GIS/Proj/Makefile.PL        |    7 +++++--
 Lib/Transform/Proj4/Makefile.PL |    6 ++++--
 6 files changed, 21 insertions(+), 8 deletions(-)

commit 055cbc1066def2e851d8bd457581fbdbe3a86787
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 19 10:13:33 2011 -0400

    Add META.yml information for PDL
    
    This is based on a patch from kmx.  The result is that the
    PDL distribution META.yml file will now have information
    on how to submit bugs and where our git repository is...

 Makefile.PL |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 3d08df88d7ae782a3d429376184e3f6981f5ed7a
Author: Craig DeForest <zowie@dhcp-10-158.boulder.swri.edu>
Date:   Wed Apr 13 12:07:41 2011 -0600

    fixed double-bscale bug for rice-compressed images

 IO/FITS/FITS.pm |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit b0f9301553e8af562678598ec76942deb5bdd398
Merge: 1c2a60f d92235d
Author: Craig DeForest <zowie@dhcp-10-158.boulder.swri.edu>
Date:   Wed Apr 13 11:36:57 2011 -0600

    Merge branch 'master' of ssh://zowie@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit d92235de1897ad558a4658f9db2b4d2fb452a189
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Apr 13 12:52:10 2011 -0400

    Make GSL::MROOT quieter on success...
    
    This addresses feature request #3285520 "status message from
    gslmroot_fsolver" with the patch from the original submitter.

 Lib/GSL/MROOT/FUNC.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 74945cc2321c4243ff0540e71423ee5a1cc62910
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 12 10:28:26 2011 -0400

    Update TODO with dependency issues
    
    CPAN Testers are not comprehensive because a number
    of PDL modules require external libraries to function
    and, by default, we have no support for installing missing
    libraries to support the PDL build process.

 TODO |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

commit e71940e5289898c6dddaf9df5da9f2db013f31df
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 12 09:26:57 2011 -0400

    Use File::Temp::tempfile for t/bad.t filename
    
    Without a unique, per-process tempfile name, the test can
    fail if another test is being run at the same time as can
    happen with CPAN smoke testers.

 t/bad.t |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 3dff9d0cdeea709acd131f47a3ae00c6f23ac7b1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 9 12:24:33 2011 -0400

    Update VERSION and readmes to 2.4.9_001 for devel
    
    The PDL-2.4.9 distribution is in freeze and is being
    processed for binary builds.  The release is expected
    to CPAN 10 or 11 April 2011.  Development in the main
    branch can now continue.

 Basic/PDL.pm   |    2 +-
 DEPENDENCIES   |   11 +++--------
 Known_problems |   16 +++-------------
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 TODO           |    9 +++++----
 5 files changed, 44 insertions(+), 26 deletions(-)

commit 66a4db3f270e3478800850858ad97471e2135468
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 9 10:05:43 2011 -0400

    Fix FAQ version number inconsistency for 2.4.9

 Basic/Pod/FAQ.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ac8bb0bc983abd99b2ba85fcc911cae948fe8c7f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 9 09:55:28 2011 -0400

    Update INSTALL for 2.4.9 release

 INSTALL |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 083a2fdf28a2aa2423f9569a040ca686180d0fe0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Apr 7 16:08:15 2011 -0400

    Update VERSION and readme/notes for 2.4.9
    
    The PDL-2.4.9 release is planned for 10 April 2011.

 Basic/PDL.pm      |    2 +-
 Basic/Pod/FAQ.pod |   14 +++++-----
 Known_problems    |    2 +-
 Release_Notes     |   77 ++++++++++++++++++-----------------------------------
 4 files changed, 35 insertions(+), 60 deletions(-)

commit 8d541744a07d59905b1cc01f1cfc5f3e3eadc2ba
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Apr 6 09:59:18 2011 -0400

    Force Convert::UU for BSD to fix t/dumper.t FAIL
    
    I think the problem is that the system uuencode/uudecode
    command is being used for the sdump() call which needs
    the -s option on some systems.  Update Release_Notes and
    Known_problems to VERSION 2.4.8_004 for development.

 Basic/PDL.pm   |    2 +-
 IO/Dumper.pm   |    5 ++++-
 Known_problems |    2 +-
 Release_Notes  |   36 ++++++++++++++++++++++++++++++++++++
 4 files changed, 42 insertions(+), 3 deletions(-)

commit 345350cb5162e1ce36ef0575a97e8af7cf0d3a38
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 5 10:05:45 2011 -0400

    Update Known_problems/Release_Notes for CPAN

 Known_problems |    6 +-----
 Release_Notes  |   12 ++++++++++--
 2 files changed, 11 insertions(+), 7 deletions(-)

commit 935cc4fc7dfe3ee267ba58f0f958a3265be51599
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 4 18:47:57 2011 -0400

    Update TODO list post 2.4.8 release

 TODO |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

commit bcc8e650709e0e7299be9413b5e29b92d70f7957
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 4 11:59:09 2011 -0400

    Move new t/slice.t tests out of TODO block

 t/slice.t |   25 ++++++++++---------------
 1 files changed, 10 insertions(+), 15 deletions(-)

commit d5a90f99c50c1f9ecbb239be743754759c7ae84c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 4 11:32:47 2011 -0400

    Replace POSIX::tmpnam with File::Temp::tmpnam
    
    The POSIX::tmpnam failed on a win32 perl (presumably
    because of an issue with the environment).  I just
    checked and File::Temp is in the Core modules since
    5.8.8 (at least) so using it to generate the filenames
    should not add unavailable dependencies.

 IO/Dumper.pm |    4 ++--
 Makefile.PL  |    1 +
 t/iotypes.t  |    4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

commit bd8c58615d7a34f540933f0a74a0b630814acc3b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 3 20:00:18 2011 -0400

    Update VERSION to 2.4.8_003 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit b06513a3d80f66e6f719957443dad8f3df66f70f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 3 19:57:38 2011 -0400

    Update Known_problems and Release_Notes for CPAN
    
    This is the 2.4.8_002 developers release to verify
    a number of bug fixes since the PDL-2.4.8 official release.

 Known_problems |    3 +++
 Release_Notes  |    7 ++++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit fb76559e9ba5eb4a3fa30d6951075166f233d6a2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 3 18:49:04 2011 -0400

    use POSIX::tmpnam() to make tempfile for uuencode
    
    It appears that an invalid temporary file name may
    be the last issue with the t/dumper.t test.  Perhaps
    we should consider adding File::Temp to the list of
    PDL dependencies and standardize on that.

 IO/Dumper.pm |    4 +++-
 t/dumper.t   |   14 +++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

commit 656392920b7f91189cf9b676f2771e875ed12811
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 3 16:18:19 2011 -0400

    Apply Chad Davis patch for 'make -j3 -j3' bug
    
    This adds a few explicit dependencies in Basic/Core/Makefile.PL
    that appear to resolve the problem with GNU make parallel options.
    Thanks, Chad!

 Basic/Core/Makefile.PL |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit 895797a2d50fccd198c4a04dfb2d4f3041014861
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sun Apr 3 20:49:10 2011 +1000

    Makefile.PL - clean up .xfig test files
    
    The .xfig files written to the top level
    directory by t/plplot.t were not being
    cleaned up by 'make clean'.

 Makefile.PL |   53 +++++++++++++++++++++++++++--------------------------
 1 files changed, 27 insertions(+), 26 deletions(-)

commit 8a8f64cfacf309738017fe3b76c51ee88918a310
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 2 19:45:28 2011 -0400

    Add Test::More conversion to TODO list

 TODO |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

commit 1f9dc165ead2f38f8b95ec495c6e4b32e7cf00f7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 2 19:37:57 2011 -0400

    Remove diag print from t/iotypes.t

 t/iotypes.t |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 55cf3b1566b21cc039e81296ed45931c81087b93
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 2 19:36:00 2011 -0400

    Update iotypes.t to use real tmpnam() file name
    
    This should reduce collisions when multiple smokers
    are running at the same time...  Need to look at
    using File::Temp instead.  Is that a Core module now?

 t/iotypes.t |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 834d8ac0b5e70d472f28bb2847f687f4e687be5c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 2 17:06:46 2011 -0400

    Update tmalloc.pl diagnostic output

 cygwin/tmalloc.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 11b4528674fc2fb6f90755b59586e161617d199f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 2 15:17:54 2011 -0400

    Update VERSION to 2.4.8_002 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit e4812dd30c3d9f11d2b52f990abe46f8f50a3703
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 2 15:14:36 2011 -0400

    Update Release_Notes for 2.4.8_001 devel release
    
    This includes the fix for the t/slices.t bug causing
    FAILs in BSD systems.

 Release_Notes |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5ed9256b6b6d0477b31dbf3077e9b4290ea836b5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 2 13:48:44 2011 -0400

    Update Known_problems

 Known_problems |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 0d94558c4fece33ec680fdd2b895ea5716e79a9d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 2 13:24:28 2011 -0400

    Fix sf.net bug #3267408 "t/slice.t crashes..."
    
    Modified the order in a short-circuited conditional
    in slices.pd for handling Empty piddles at line 784.

 Basic/Slices/slices.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cf2b0ad070898fd071831fbfbf8f3f01c5b5bf82
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 1 10:15:46 2011 -0400

    Add t/slices.t bug to Known_problems
    
    This is sf.net #3267408 "t/slice.t crashes in tests 68-70 for BSD"
    and appears to fail only for BSD systems.  Since this is a new
    test corresponding to some changes in slice.pd, this could be
    a failure at some edge case.

 Known_problems |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 243aad637a1ab000a4b99a6ace98c3f71f4d71b7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 29 20:22:28 2011 -0400

    Update VERSION to 2.4.8_001 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit ee8df719ee75eebfb2e857cdc75783c5b0091bca
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 29 17:12:41 2011 -0400

    More Release_Notes edits for PDL-2.4.8 release

 Release_Notes |   70 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 35 insertions(+), 35 deletions(-)

commit 281e02d0ce77f2d643d6a82a3755b5d05e47272a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 29 14:42:47 2011 -0400

    Update TODO for PDL-2.4.8 release

 TODO |  419 +++++++++++++++++++++++++++++-------------------------------------
 1 files changed, 183 insertions(+), 236 deletions(-)

commit 6c207fc7c2a1708af6ceee28fcf1c337199dbab1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 29 12:51:12 2011 -0400

    VERSION bumps for PDL-2.4.8 release
    
    IO/Dumper.pm, IO/FITS/FITS.pm, and Perldl2/Profile/Perldl2.pm
    each had changes since PDL-2.4.7 and they have their own
    version numbering.  Increased to indicate that the various
    modules have changed.

 IO/Dumper.pm               |    2 +-
 IO/FITS/FITS.pm            |    2 +-
 Perldl2/Profile/Perldl2.pm |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 2905370692535fd70e62882119930930700b195c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 29 10:23:32 2011 -0400

    Put new Empty pdl tests in TODO block
    
    There appears to be a problem in t/slice.t with BSD systems.
    I'm putting the new tests in a TODO block to mark them for
    followup after the 2.4.8 release.

 t/slice.t |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

commit ffcbecfc943e2581ccebd709b2cf687e4d66163b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 28 11:44:41 2011 -0400

    More wordsmithing the Release_Notes

 Release_Notes |   54 +++++++++++++++++++++++++++++-------------------------
 1 files changed, 29 insertions(+), 25 deletions(-)

commit b3555dd9c96072d117c19e141a77c3ddd99aff50
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 27 23:55:28 2011 -0400

    Update cygwin/INSTALL with ffmpeg build notes
    
    Right now you need to build from the git version
    because needed fixes have not propagated into the
    release branch.  Also made a couple of minor POD
    fixes to Graphics2D.pm and perldlpp.pl.

 Graphics/Graphics2D.pm |    6 ++--
 cygwin/INSTALL         |   78 +++++++++++++++++++++++++++++++++---------------
 utils/perldlpp.pl      |    2 +-
 3 files changed, 58 insertions(+), 28 deletions(-)

commit 24a2e038fea8ec3bc47477d87ab56a4f0fd21d8d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 27 19:16:34 2011 -0400

    Fix POD error in IO/FlexRaw/FlexRaw.pm

 IO/FlexRaw/FlexRaw.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e7b17f322eaa4b028fb4045119f34642b75718ce
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 27 18:20:48 2011 -0400

    Fix FAQ.pod typo.

 Basic/Pod/FAQ.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c4bb881dcc6c22f27fbbedf04a0edf73b5f8db5c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 27 18:16:17 2011 -0400

    Fix POD typo in TriD.pm

 Graphics/TriD/TriD.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f504875f5cc09ba92479b5f4f069e87196563ada
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 27 17:58:52 2011 -0400

    Fix use of $PDL::toolongtoprint in Release_Notes
    
    Mistakenly called the variable $PDL::toobigtoprint.

 Release_Notes |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8d24b2c43bd27ce9f4f703112edf054ffe59f30f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 27 17:54:53 2011 -0400

    Fix error wmpeg is in PDL::IO::Pic and not Misc

 Release_Notes |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3c6cc4b37187551dabd6f2468ab04cf104e283c9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 27 17:07:14 2011 -0400

    Update version to 2.4.8 for final prep
    
    Only documentation and readme/install notes from
    now until the official PDL-2.4.8 release.

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   35 +++++++++++++----------------------
 3 files changed, 15 insertions(+), 24 deletions(-)

commit b090be74b3c79d3e133c01422e4a8cda992ac2ee
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 27 16:10:19 2011 -0400

    More updates for PDL-2.4.8 pre-release 1

 Release_Notes |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 302975c1f6c1ded3bad25b4f79667ae85483c673
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 27 16:01:19 2011 -0400

    Finish Release_Notes for 2.4.8 pre-release
    
    Following this release, we'll have final testing
    and documentation updates.  No more code freezes.

 Release_Notes |  179 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 177 insertions(+), 2 deletions(-)

commit fb95f2ca0b0a955a9df96c11a2c14bcb60da4160
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sat Mar 26 15:50:54 2011 +1100

    win32/INSTALL - mention mp4 and animated gif cpability
    
    Enabled by installing ffmpeg

 win32/INSTALL |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

commit fc8ebbec8fc0d500d00bcc47a9b2d26f35a065a6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 25 19:47:37 2011 -0400

    Clean up patch for new TriD additions

 Graphics/TriD/TriD/GL.pm |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit ae4f1bffdc9be1207b92d56c7320ba9162f8dc9a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 25 17:40:38 2011 -0400

    Update FAQ and perldl/pdl2 POD for 2.4.8

 Basic/Pod/FAQ.pod |   32 +++++++++++++-------------------
 Perldl2/pdl2      |   13 +++++++++++++
 perldl.PL         |    9 +++++++++
 3 files changed, 35 insertions(+), 19 deletions(-)

commit 38c646be50fe1493b94ef73d4ddbad86f6757e86
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 25 17:11:05 2011 -0400

    Update directions and rm checkargs from demo 3d*
    
    Put the instructions on how to stop twiddling on
    each page of the TriD demos.  Also, modify the
    checkargs() call to only print output if the
    $PDL::Graphics::TriD::verbose flag is set.

 Demos/TriD1.pm        |   14 ++++++++++++++
 Demos/TriD2.pm        |    9 ++++++++-
 Graphics/TriD/TriD.pm |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)

commit 91f121193844e4333a5d78bd69d0c3f210d72579
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 25 16:17:52 2011 -0400

    POD cleanup to matrixops.pd for PDL-2.4.8 release

 Basic/MatrixOps/matrixops.pd |  112 +++++++++++++++++++++---------------------
 1 files changed, 56 insertions(+), 56 deletions(-)

commit 7a7f099b53eb86ce47c89452454f5363be820b02
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 25 15:52:53 2011 -0400

    POD updates for upcoming 2.4.8 release

 IO/FlexRaw/FlexRaw.pm |  270 ++++++++++++++++++++++++++++---------------------
 Perldl2/pdl2          |   53 ++++++++--
 perldl.PL             |    7 +-
 utils/perldlpp.pl     |   12 +-
 4 files changed, 206 insertions(+), 136 deletions(-)

commit 8c473d30ac04b56b7891990223fadc4209036833
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Fri Mar 25 22:11:39 2011 +1100

    win32/INSTALL - update for 2.4.8 release

 win32/INSTALL |   68 ++++++++++++++++++++++++++++++--------------------------
 1 files changed, 36 insertions(+), 32 deletions(-)

commit 0b238627ee10e26672a6f9a2b0e58eff8fa2b787
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 24 21:23:14 2011 -0400

    VERSION to 2.4.7_991 for pre-release 2.4.8

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 7f095589cbed33a45641ef5863205d06e42b6dd5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 24 20:13:41 2011 -0400

    Fix missing PDL::Core::Dev with Makefile.PL's
    
    Another problem with the Lib/GIT/Proj/Makefile.PL and the
    Lib/Transform/Proj4/Makefile.PL.  Returned to using import
    rather than use to enable PDL::Core::Dev to work in the
    build process.  Otherwise the location needs to be added
    to the @LIB search path.

 Basic/PDL.pm                    |    2 +-
 Known_problems                  |    2 +-
 Lib/GIS/Proj/Makefile.PL        |    3 +--
 Lib/Transform/Proj4/Makefile.PL |    3 +--
 Release_Notes                   |   15 ++++++++-------
 5 files changed, 12 insertions(+), 13 deletions(-)

commit d1057d7fb80888d8f1685f0c9755becea201f0f3
Merge: b970575 e47693a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 24 20:02:29 2011 -0400

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit e47693a4759dda351cc01e5752399afc23bf9dd6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 24 11:48:52 2011 -0400

    Update VERSION to 2.4.7_991 for final prep
    
    This will be the PDL-2.4.8 pre-release 1.  If no problems
    are encountered, it will be pushed again as the official
    PDL-2.4.8 release.  Please test, check docs,...  Thanks.

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 658fdc402084848422fd3f554eaf9fe6d5e25828
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 24 11:33:12 2011 -0400

    Add t/simplex.t to the MANIFEST

 MANIFEST |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6dd8330badf137cee84ac16fd464e848b0f94dd3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 24 11:31:10 2011 -0400

    Fix build problem with new Proj detection
    
    An earlier version of the code had modified a return call
    to an exit for testing.  This removes that change and stops
    the mysterious failure on win32.

 Lib/GIS/Proj/Makefile.PL        |    4 ++--
 Lib/Transform/Proj4/Makefile.PL |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit b9705750f1695bca25e16b6aeb2b24ccd80114a1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 23 21:36:11 2011 -0400

    Add t/simplex.t to MANIFEST

 MANIFEST |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 99e2c0b91d2c9900206ea0b3f1fc67963ef3ddd5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 23 19:07:23 2011 -0400

    Apply PDL::IO::Storable dclone() patch
    
    Thanks to Chad Davis for the patch.  See the perldl list
    discussion for more information:
      http://mailman.jach.hawaii.edu/pipermail/perldl/2011-March/004914.html

 IO/Storable/storable.pd |    4 ++--
 t/storable.t            |   18 +++++++++++++++++-
 2 files changed, 19 insertions(+), 3 deletions(-)

commit e7c6cdf5ee65e81f45c22e40e0ba2acca2312a18
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 23 18:12:49 2011 -0400

    Update Known_problems and Release_Notes

 Known_problems |    5 +----
 Release_Notes  |   14 ++++++++++++--
 2 files changed, 13 insertions(+), 6 deletions(-)

commit e7c259ceca63aaccad25a39262efac9b9fd3d8e1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 23 13:34:52 2011 -0400

    Update to use Test::More
    
    ...and skip tests if the GSL bindings were not
    built.  NOTE: this tests only whether the various
    routines can be called.  There is no check against
    the data produced.

 t/gsl_rng.t |   66 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 33 insertions(+), 33 deletions(-)

commit d1071f4725116ec1629d6a5d9a72ac372349477d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 22 22:21:30 2011 -0400

    Fix duplicate declaration for $z in t/slice.t
    
    The warning showed up in the test harness results.

 t/slice.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2ebb5d6b62b5ab3fec5b1586270c08807422d14b
Merge: c3b0238 606277c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 22 18:25:17 2011 -0400

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit c3b0238c37a7296608ac969ea51089e84421e9d0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 22 18:21:47 2011 -0400

    Add test for PROJ4 misconfiguration to dep checks
    
    This resolves sf.net feature request #3045456,
    "Proj4 test fails when missing datum files" by
    using Devel::CheckLib to verify that the proj
    library will initialize correctly before configuring
    to build the 2 PDL PROJ4 based modules.

 Lib/GIS/Proj/Makefile.PL        |   41 +++++-
 Lib/Transform/Proj4/Makefile.PL |  285 ++++++++++++++++++++++-----------------
 2 files changed, 194 insertions(+), 132 deletions(-)

commit 606277c5f6c51fab3e8203f22921dda1c6385d5b
Author: Judd Taylor <judd@black.qos.loc>
Date:   Tue Mar 22 21:58:49 2011 +0000

    Minor change to get rid of void context string warning in HDF::SD test.

 t/hdf_sd.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0f1970719b394f074508c8ca8ce7161bcd6c4247
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 22 15:49:47 2011 -0400

    Update Known_problems and cygwin readme's

 Known_problems |   23 +++++++++--------------
 cygwin/INSTALL |   12 ++++++++----
 cygwin/README  |   21 +++++++++++++--------
 3 files changed, 30 insertions(+), 26 deletions(-)

commit c4e2a646980f5986833158f29bb8c94842b827d6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 22 14:59:42 2011 -0400

    Apply sf.net patch # 3209075  IO::HDF square sds
    
    Still needs testing.

 IO/HDF/Makefile.PL |    1 +
 IO/HDF/SD/SD.pd    |   63 +++++++++++++++++++---------------------
 t/hdf_sd.t         |   82 +++++++++++++++++++++++++++++++++------------------
 3 files changed, 84 insertions(+), 62 deletions(-)

commit 1c2a60f1854d01221160266ee9d5e46ce7e90ad7
Author: Craig DeForest <zowie@Clio-2.local>
Date:   Tue Mar 22 03:42:28 2011 -0600

    Fixed handling of empty and scalar values by whichND (also
    fixes bug 3234024)

 Basic/Primitive/primitive.pd |   15 ++++++++++++---
 t/primitive.t                |   12 +++++++++++-
 2 files changed, 23 insertions(+), 4 deletions(-)

commit d04e98726eb46bc5e2b54f0b455a795940507fa6
Author: Craig DeForest <zowie@Clio-2.local>
Date:   Tue Mar 22 03:15:15 2011 -0600

    Fixed range() to handle some bizarre corner cases (empty index
    variable, empty source variable, or both)

 Basic/Slices/slices.pd |  126 +++++++++++++++++++++++++++++------------------
 t/slice.t              |   16 ++++++-
 2 files changed, 93 insertions(+), 49 deletions(-)

commit 82afeb423a39e08eeb1c5d0ecc82ed5e9e1b7995
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 21 23:25:18 2011 -0400

    Update VERSION for final development pre-2.4.8

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 4ad092f72fa8abd81ba1a2f3838b4ff9a0eef0e7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 21 23:22:28 2011 -0400

    Clean up a ref to TkTriD demo in Makefile.PL
    
    ...missed this one.

 Demos/Makefile.PL |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit dba8d97abc94741dde9d88e49e4497e559c17262
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Mon Mar 21 16:43:41 2011 -0600

    Cleanup of PLplot's Makefile.PL
    
    'my'd some variables. Also changed the LDDLFLAGS entry so that it works on OS X, and should not impact other systems.

 Graphics/PLplot/Makefile.PL |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 9107f758dd54f96f435ac4ecd0a4b599cfe3b3a7
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Mon Mar 21 16:12:26 2011 -0600

    Help HDF find libsz on non-linux architectures.
    
    Newer versions of hdf need libsz.  Makefile.PL was hardcoded to look for libsz.so.  I added .dylib and .dll suffixes for OSX and mswin32 respectively. The default remains to look for .so, so we're no worse off than before. Probably there is a better way to do that, though.

 IO/HDF/Makefile.PL |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 95162ecb090f75384eecdbc8272bad0228065c4d
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Mon Mar 21 15:01:58 2011 -0600

    Patches for PDL::Opt::Simplex
    
    InSuk Joung provided some patches for PDL::Opt::Simplex and the second Example back in July 2009 on the mailing list. Just recently also provided a test file simplex.t.  Tests pass just fine on my machine.
    Add test, package patch, and Example patch for PDL::Opt::Simplex, all from InSuk Joung

 Example/Simplex/tsimp2.pl  |   14 ++-
 Lib/Opt/Simplex/Simplex.pm |  201 +++++++++++++++++++++++++------------------
 t/simplex.t                |   51 +++++++++++
 3 files changed, 178 insertions(+), 88 deletions(-)

commit 7fe662dd50bc7609f24d15467f109a2102196880
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Mon Mar 21 14:04:25 2011 -0600

    Applied Christian Soeller's patch for FFTW on 64-bit systems.

 Lib/FFTW/fftw.pd |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit 170e231167ac0bab0957200fb73b4127c65a1c1c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 21 00:02:14 2011 -0400

    Move pdl from string tests to pdl_from_string.t
    
    We still need some more exhaustive tests but splitting
    these into a separate file will help clean things up.

 t/core.t            |   99 +-------------------------------------------------
 t/pdl_from_string.t |  100 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 100 insertions(+), 99 deletions(-)

commit 746c9370ca2263a7d3fa4649311f5bce5b0d1393
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 20 23:47:07 2011 -0400

    Update Release_Notes with FlexRaw badvalue support

 Release_Notes |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit 3ccdc66b5421e5355a28788b1b1db63ebf7f77fe
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 20 22:49:15 2011 -0400

    Fix FlexRaw bad value support
    
    There were some problems in the _read_flexhdr() state machine
    which failed on t/flexraw_fortran.t.  This completes the basic
    implemenation of feature request on sf.net #3028127,
    "add badvalue support to FlexRaw".  Yet to do: add some tests,
    documentation, handle/verify works with NaNs for bad values
    and for float/double badvalue()'s.

 IO/FlexRaw/FlexRaw.pm |   49 ++++++++++++++++++++++++++++++++-----------------
 1 files changed, 32 insertions(+), 17 deletions(-)

commit c36b3f92a411f1d08dcfa2e0c3c1e31e06915400
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 20 19:06:14 2011 -0400

    Add bad value support to PDL::IO::FlexRaw
    
    Still need to add some tests but the idea is that after
    the Dims in the FlexRaw header, on the same line, if
    $pdl->badflag then the token 'badvalue' is added.  If
    the $pdl->badvalue is not the $pdl->orig_badvalue then
    that value is added afterwards.  This is a workaround
    to the problem of uniquely saving and restoring a float
    or double value from a string.  Until that code is
    in, we just support defaults.  NOTE: need to add a
    test (and possibly code) to handle the NaN as bad value
    case...

 IO/FlexRaw/FlexRaw.pm |   35 +++++++++++++++++++++++++++--------
 1 files changed, 27 insertions(+), 8 deletions(-)

commit 00348bd331a858a01c82ac1a2c4ca875c4ec1a00
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 20 15:12:23 2011 -0400

    Add CPAN Testers information to FAQ
    
    Still need a 1-click way for folks to test PDL
    and get their reports sent in but at least the
    reference is a start.

 Basic/Pod/FAQ.pod |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit 4cf835f53313900f38ec6746e4758afa7f9dcb28
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 20 12:57:22 2011 -0400

    Add cygwin UG ref for memory problems
    
    The Cygwin users guide has a section on changing the maximum
    memory limits for cygwin.  Added the URL to Known_problems
    and cygwin/INSTALL to help cygwin users work around the problem.

 Known_problems |    4 +++-
 cygwin/INSTALL |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 5cbd6693d12dce7737e83b412a13c89285709aad
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 20 12:54:00 2011 -0400

    Add TODO note on how to fix q alias and multiline

 Perldl2/TODO |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 49495fe4acdda5e68c7033790234ce041667c154
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 20 12:24:25 2011 -0400

    Add $PDL::toolongtoprint to default .perldlrc
    
    By putting this in the default.perldlrc and including
    comments for the definitions of the other key parameters
    from PDL::Core, it is hoped that these will be easier
    to find when someone needs to change them.

 Basic/default.perldlrc |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit ea8e589cea00352442fec37e4701ccbbad4720b5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 20 12:08:38 2011 -0400

    Remove final Tk refs in PDL modules
    
    The current Perl OpenGL TriD interface is platform
    neutral and uses GLUT/FreeGLUT to provide the OS and
    user interactivity.  This does not support specific
    X11 windows nor the legacy PDL::Graphics::TriD::Tk
    widget.  Following the PDL-2.4.8 release, it is
    planned to refactor the remaing TriD code to allow
    for PDL TriD graphics to be embedded in multiple
    widget sets: Qt4, wxWidgets, Tk, and others.
    
    This completes the removal of the Tk refs in other
    code and documentation.  The Tk demo source, example
    program and Graphics/TriD/TriD/Tk.pm files have been
    added to MANIFEST.SKIP and thus removed from the
    source distribution.  The files remain under PDL git
    looking toward the next stage of the refactoring.

 Graphics/TriD/POGL/OpenGL.pm |    7 ++-----
 Perldl2/Profile/Perldl2.pm   |    2 --
 perldl.PL                    |    2 --
 3 files changed, 2 insertions(+), 9 deletions(-)

commit 0b680f2b01a4a5ee25ec5b5399bddc7d69f03cfc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 20 12:01:29 2011 -0400

    Update readmes and MANIFEST for upcoming release
    
    Trying to keep Known_problems and Release_Notes
    up to date before the release.  Also updated
    MANIFEST.SKIP and then MANIFEST with the new
    examples and modules.

 Known_problems |   12 ++++++++++++
 MANIFEST       |    8 ++++----
 MANIFEST.SKIP  |    8 ++++++++
 Release_Notes  |   19 ++++++++++++++++++-
 4 files changed, 42 insertions(+), 5 deletions(-)

commit 0dd160bc336734aaab3368e0beb0c8e420d7ca95
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 20 11:09:22 2011 -0400

    Prevent warning message on Ctrl-D exit from shell.

 Perldl2/Plugin/PDLCommands.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 504a771c2a43c4b3fa08e954ac515463d7dc29a6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 20 09:29:05 2011 -0400

    Start to add tile display of thread images
    
    Added code from PDL::Graphics::TriD::Image to
    flatten an N-D image to a 2-D one for display.
    Still need to work on the update strategy and
    any piddle linkages.

 Graphics/Graphics2D.pm |   92 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 90 insertions(+), 2 deletions(-)

commit 006eec4fcc96803dea51073c2dda7d3ca9c2748e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 19 12:55:42 2011 -0400

    Implement PDL::Constants module
    
    This uses the constant pragma to implement
    PI and E constants.  There has been discussion
    on a number of other constant values that would
    be of use but it seemed simpler to start with
    the basics.  This addresses sf.net feature request
    ticket #2787823, "add math constants to PDL: pi, e,.."

 Basic/Constants.pm |   41 +++++++++++++++++++++++++++++++++++++++++
 Basic/Makefile.PL  |    2 +-
 t/constants.t      |   17 +++++++++++++++++
 3 files changed, 59 insertions(+), 1 deletions(-)

commit 1bf5dec4ea334d992a57da1d827dbb058fb60cac
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 18 17:51:50 2011 -0400

    Fix comment in IO/GD/Makefile.PL

 IO/GD/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a05e7efd6660777b45c2b4e4c6f36cfca9bb304f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 18 11:57:20 2011 -0400

    Add refresh.pdl to Example/PLplot
    
    This is from the sf.net patches tracker #3024385,
    for an "imag routine for PLplot".  Until/if it is
    folded into the PDL::Graphics::PLplot module, it
    seemed to make sense having it as an example.
    
    Please try it out if you have PLplot and be sure
    to update or add documentation or usage notes
    with any issues that arise.  I am not able to test
    the routines since no PLplot on cygwin yet...

 Example/PLplot/refresh.pdl |  190 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 190 insertions(+), 0 deletions(-)

commit 5ed84f288edacc246985dbdb4448bce00d4b8d15
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 18 11:38:36 2011 -0400

    Add inplace support for PDL::Complex operations
    
    Applied sf.net patch #1579745 by "nobody" to complex.pd.
    It appears that the code was actually inplace-safe but
    not flagged as such.  This patch fixes that problem.

 Basic/Complex/complex.pd |   52 +++++++++++++++++++++++++++++++---------------
 1 files changed, 35 insertions(+), 17 deletions(-)

commit 2a6fd3d6e6f907b80fe0fd5669c71eac584ad970
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 16 12:37:53 2011 -0400

    Reduce t/config.t tests since have no WITH_KARMA

 t/config.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e522cd25d302b8445b3755ffd488699fb306318e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 16 12:01:23 2011 -0400

    Deprecate OPENGL_LIBS, OPENGL_INC, OPENGL_DEFINE
    
    These are not used for the OpenGL bindings as that is now
    supported completely via the Perl OpenGL module.  Comments
    have been left in the code for reference.  In general,
    issues relating to the installation and use of OpenGL
    with PDL should be referred to the Perl OpenGL module
    "up stream."

 Graphics/TriD/OpenGLQ/Makefile.PL |    7 ++++---
 perldl.conf                       |   11 ++++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)

commit 6ece4e060665b62c48e8397373ecbc8acf23a1d6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 16 11:46:23 2011 -0400

    Various Karma cleanup in docs and config files
    
    I left the commented out WITH_KARMA section in the perldl.conf
    in case someone looks for the module.  The plan is to keep it
    there for a couple of releases just in case.  NOTE: it should
    be straightforward to make a CPAN module of the Karma interface
    if it is needed again...

 Basic/Pod/BadValues.pod      |    2 +-
 Basic/Pod/QuickStart.pod     |    8 +++-----
 DEPENDENCIES                 |    4 ++--
 Lib/Fit/Gaussian/gaussian.pd |    2 --
 MANIFEST.SKIP                |    2 --
 perldl.conf                  |   15 ++++++++++-----
 6 files changed, 16 insertions(+), 17 deletions(-)

commit 6e7d33cbe0d3bb850d84d84683db4a802c17b259
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 15 18:11:32 2011 -0400

    Implement new TriD STrigrid objects
    
    New features by John Kirk implementing PDL::Graphics::TriD::STrigrid
    and PDL::Graphics::TriD::STrigrid_S along with the routines
    STrigrid_S_imag3d  and STrigrid_imag3d.

 Graphics/TriD/TriD.pm         |   12 ++++++
 Graphics/TriD/TriD/GL.pm      |   49 +++++++++++++++++++++++
 Graphics/TriD/TriD/Objects.pm |   86 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 147 insertions(+), 0 deletions(-)

commit 6449c716d1e3a0ab627dd1d4dc6cff0c1770f97a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 13 16:15:00 2011 -0400

    Minor POD fixes for Core.pm.PL
    
    There were some glitches in the CPAN search.cpan.org on-line
    docs so I fixed the outstanding items in Core.pm.PL in the
    hopes that it will resolve the problem.  The only podchecker
    error was:
    
      *** ERROR: unterminated T<...> at line 2480 in file Core.pm.PL
    
    coming from a line line:
    
      print OUT<<'!NO!SUBS!';
    
    where the OUT<< was apparently being interpreted as a OU
    followed by a T< ... construct.

 Basic/Core/Core.pm.PL |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit 6ad2923d2d3151287dc90ce0454fcb3a8ab6143f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 13 12:06:41 2011 -0400

    Update VERSION to 2.4.7_013 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit afa5dbcf51e3b167938320b2f10bbbec70b37f9f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 13 11:15:28 2011 -0400

    Update MANIFEST for PDL-2.4.7_012 release

 MANIFEST |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 2faff446cb4eaa3bb7f43358070ce42b2cfb1d10
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 13 11:13:07 2011 -0400

    Update Known_problems and Release_Notes for CPAN
    
    This is the for the CHM/PDL-2.4.7_012.tar.gz developers
    release.

 Known_problems |   13 +++++++++++++
 README         |    6 ++++--
 Release_Notes  |   40 +++++++++++++++++++++++++++++++++++++++-
 3 files changed, 56 insertions(+), 3 deletions(-)

commit 7bc60f05ae2e98445269b3fa41d5f682c354d2c7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 12 14:28:00 2011 -0500

    Mv clip from TriD/OpenGL/examples to Example/TriD/

 Example/TriD/clip.pl |  111 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 111 insertions(+), 0 deletions(-)

commit 3e8677ce1905c878ac06cb89ccf93aa86cd7c892
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 12 14:13:53 2011 -0500

    Update MANIFEST with TriD/OpenGL removal

 MANIFEST |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9d36b0f013e1f58865f244b66050cc7176d50957
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 12 14:08:26 2011 -0500

    Added INTERNATIONALIZATION file with i18n notes
    
    PDL does not have internationalization support beyond
    that provided by perl itself.  In fact, some of the
    code may be specific to English and ASCII for file names
    and strings.

 INTERNATIONALIZATION |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit cb3c29ed09232ee4abbc242451237087bd330fc9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 12 14:04:51 2011 -0500

    Remove deprecated TriD OpenGL build code
    
    The legacy X11+PP build of TriD OpenGL bindings has been
    removed.  You'll need to use the new Perl OpenGL based
    build which has proven to be more portable and reliable.
    This prepares TriD graphics development for the next
    stage of refactoring for support and functionality.
    
    The t/opengl.t was updated not to run if the TriD graphics
    had not been built.

 Graphics/Makefile.PL               |  189 +------
 Graphics/TriD/Makefile.PL          |   65 +--
 Graphics/TriD/OpenGL/Makefile.PL   |   37 --
 Graphics/TriD/OpenGL/README        |   22 -
 Graphics/TriD/OpenGL/examples/clip |  116 ----
 Graphics/TriD/OpenGL/opengl.pd     | 1076 ------------------------------------
 Makefile.PL                        |    1 -
 t/opengl.t                         |   36 +-
 8 files changed, 51 insertions(+), 1491 deletions(-)

commit 2a6b211deb18281766182674bad0445cc7bfa67d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 12 01:46:07 2011 -0500

    Skip GSL tests if WITH_GSL=>0
    
    NOTE: need to update t/gsl_rng.t to use Test::More at some point.

 Lib/GSL/Makefile.PL |   17 ++++++++++-------
 t/gsl_diff.t        |   25 ++++++++++++++-----------
 t/gsl_integ.t       |   26 ++++++++++++++------------
 t/gsl_interp.t      |   20 +++++++++++++-------
 t/gsl_mroot.t       |   25 +++++++++++++------------
 t/gsl_rng.t         |    5 +++--
 t/gsl_sf.t          |   27 +++++++++++++++------------
 7 files changed, 82 insertions(+), 63 deletions(-)

commit c974e38b0aeb6019d4eb127cae0213a43eb84b98
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 12 01:45:38 2011 -0500

    Update MANIFEST to remove Karma

 MANIFEST |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 69eb0c8a23fc2da7218bc9819fa6849ebc50dcaf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 11 20:59:57 2011 -0500

    Remove Karma from PDL distribution
    
    The last stable CPAN distribution with Karma code
    in it will be PDL-2.4.7.

 DEPENDENCIES               |    7 +-
 Graphics/Karma/Makefile.PL |   97 -----
 Graphics/Karma/karma.pd    |  836 --------------------------------------------
 Graphics/Makefile.PL       |    2 +-
 4 files changed, 3 insertions(+), 939 deletions(-)

commit 5999e96d671b006538c710fc0b55d31949514dd3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 10 14:10:17 2011 -0500

    Update Known_problems, Release_Notes, Perldl2/TODO

 Known_problems |    1 +
 Perldl2/TODO   |   16 +++++++++++-----
 Release_Notes  |   54 +++++++++++++++++++++++++++---------------------------
 3 files changed, 39 insertions(+), 32 deletions(-)

commit 5d23fb4ab0059cbfb11b09a6148393b33f6537fb
Merge: 38deba8 3a9d10d
Author: Craig DeForest <zowie@dhcp-10-158.boulder.swri.edu>
Date:   Wed Mar 9 16:11:49 2011 -0700

    Merge branch 'master' of ssh://zowie@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 38deba8b92bd1b742e7373d36f43a053699f199c
Author: Craig DeForest <zowie@dhcp-10-158.boulder.swri.edu>
Date:   Wed Mar 9 16:11:09 2011 -0700

    fix constructor bugs, include a larger and hopefully more-complete set of tests.

 Basic/Core/Core.pm.PL   |    7 +-
 Basic/Core/pdlcore.c.PL |  330 ++++++++++++++++++++++++++++++-----------------
 t/constructor.t         |  194 ++++++++++++++++++++++++++--
 3 files changed, 397 insertions(+), 134 deletions(-)

commit 3a9d10df78b122a495ee92824cb2108424d539f8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 7 18:51:20 2011 -0500

    Doc updates to perldl and the FAQ

 Basic/Pod/FAQ.pod |  136 +++++++++++++++++++++++++++--------------------------
 perldl.PL         |    2 +-
 2 files changed, 70 insertions(+), 68 deletions(-)

commit 15f0bf528629e70ea5097106ae1f2a6d0bc6b7b9
Merge: 33628d2 7f92a5b
Author: Craig DeForest <zowie@dhcp-10-158.boulder.swri.edu>
Date:   Mon Mar 7 14:30:54 2011 -0700

    Merge branch 'master' of ssh://zowie@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 33628d2a7ac7b897f14739008a51758f71ccc2d3
Author: Craig DeForest <zowie@dhcp-10-158.boulder.swri.edu>
Date:   Mon Mar 7 14:30:27 2011 -0700

    commented out some debugging lines

 Lib/Transform/transform.pd |  159 +++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 142 insertions(+), 17 deletions(-)

commit 7f92a5b7f77d8eb38c09604aace73a85a4946ca9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 7 15:37:49 2011 -0500

    Update VERSION to 2.4.7_012 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   74 ++++++++++++++++++++++++++++++++++++++++----------------
 3 files changed, 55 insertions(+), 23 deletions(-)

commit bb3b3bba1dd9cb473918c8e82777f461d3ec96db
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 7 15:06:09 2011 -0500

    Update Release_Notes for CPAN 2.4.7_011 release

 Release_Notes |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit 77e675967f3865b809ffaa413f2f65a52ff4a2ab
Author: Judd Taylor <judd@black.qos.loc>
Date:   Mon Feb 28 21:26:07 2011 +0000

    Fixed test library issues when a previous version of PDL is in the path.

 t/gd_oo_tests.t     |   22 ++++++++++++-----
 t/gd_tests.t        |   18 ++++++++++----
 t/gis_proj.t        |   21 +++++++++++-----
 t/hdf_sd.t          |   20 +++++++++++----
 t/hdf_vdata.t       |   20 +++++++++++----
 t/hdf_vgroup.t      |   18 ++++++++++----
 t/proj_transform.t  |   64 ++++++++++++++++++++++++++++++++------------------
 t/proj_transform2.t |   28 +++++++++++++++-------
 8 files changed, 143 insertions(+), 68 deletions(-)

commit ea6bb9d44ac0d8cad817a62dfac13dabd0db9f02
Author: Judd Taylor <judd@black.qos.loc>
Date:   Fri Feb 25 19:19:44 2011 +0000

    See my last commit... I forgot to save the test file before I committed it...

 t/gd_oo_tests.t |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 511cea0633717956e8c41d5dd1659cd38c35a285
Author: Judd Taylor <judd@black.qos.loc>
Date:   Fri Feb 25 19:14:36 2011 +0000

    Added some new functions to the PDL::IO::GD OO interface. These
    functions allow you to extract a binary blob of image data in a
    particular format and use it elsewhere (like Qt::Image, hopefully).
    
    Also added a new test for this functionality, and merged in some
    additional changes I found I had laying around on my dev version
    here. These include some better error handling in new(), as well
    as a fix for creating the image objects from image blobs.

 IO/GD/GD.pd     |  153 +++++++++++++++++++++++++++++++++++++++++++++++++++----
 t/gd_oo_tests.t |    9 +++-
 2 files changed, 149 insertions(+), 13 deletions(-)

commit 0d7c8093903e3f57b14ed683f2b2b5c91c1bba01
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Feb 24 14:18:09 2011 -0500

    Docs clean up and update with clarification

 INSTALL        |    7 ++--
 Known_problems |   36 +++++--------------
 TODO           |  103 +-------------------------------------------------------
 3 files changed, 15 insertions(+), 131 deletions(-)

commit fe6a1ddd3c401134195d84565add79e3838a846c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Feb 24 14:17:43 2011 -0500

    Update in/Devel/CheckLib.pm to latest CPAN version

 inc/Devel/CheckLib.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ab858b1f4155f81b2323ca27b0473d814a676e8f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 18 14:56:40 2011 -0500

    Update MANIFEST and MANIFEST.SKIP
    
    Removed the unused and unimplemented TriD modules and
    added some filter lines to MANIFEST.SKIP.

 MANIFEST      |  283 ++++++++++++++++++++++++++++-----------------------------
 MANIFEST.SKIP |   15 +++
 2 files changed, 155 insertions(+), 143 deletions(-)

commit 06b9de6cb847bf9e1bb7cd1cd45e96897d30d349
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 18 14:41:29 2011 -0500

    Clean out unimplemented TriD classes
    
    Geomview.pm, GraphBox.pm and Pyramid.pm were all stubs in
    the TriD/ directory with no implementation nor any usage
    elsewhere in PDL.  Deleting the PM files to avoid confusion
    in the future (i.e., rediscovering that they are stubs).

 Graphics/TriD/TriD.pm          |    1 +
 Graphics/TriD/TriD/Geomview.pm |    2 --
 Graphics/TriD/TriD/GraphBox.pm |   18 ------------------
 Graphics/TriD/TriD/Pyramid.pm  |   13 -------------
 4 files changed, 1 insertions(+), 33 deletions(-)

commit 3e55f2c809ea1ee71beabcf5567cedf6982505f6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 18 11:07:57 2011 -0500

    Remove prompt when duplicate PDL is in path
    
    The Makefile.PL checks for another PDL installation and
    would ask to continue.  The warning message is now formatted
    to be more visible and the user is not prompted.  It was
    a bit annoying since any PDL upgrade or test would result
    in the prompt.

 Makefile.PL |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

commit b84c25fd652526ec1aedf973ebed5c809a6f9c9d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 18 10:37:38 2011 -0500

    Minor update to Perldl2/README

 Perldl2/README |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit dc647ebce5bb9ea84b922523627385a55f147c34
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Feb 18 10:28:29 2011 -0500

    Fix sf.net bug #3185864 (bad adev in statsover)
    
    statsover() gave an incorrect result for ADEV for
    non-badvalue pdls.  This fixes the output to match
    the bad value code and the documentation.

 Basic/Primitive/primitive.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 65b6ee69ce24959d24e794b5cf5564e8b932e4da
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 15 13:00:36 2011 -0500

    Minor POD cleanup for lu_XXX routines

 Basic/MatrixOps/matrixops.pd |   36 +++++++++++++++---------------------
 1 files changed, 15 insertions(+), 21 deletions(-)

commit 06368197ce2b2291bd62efe2464f54b8a7547978
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 15 10:22:46 2011 -0500

    Update DEPENDENCIES, Known_problems, README
    
    Minor wording changes and updated information
    regarding Pod::Parser and Pod::Select dependencies.

 DEPENDENCIES   |   18 +++++++++---------
 Known_problems |    6 ------
 README         |    6 +++---
 3 files changed, 12 insertions(+), 18 deletions(-)

commit cfbc72e1b33da15c0b46c330de4aa00dcec93e5a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 15 09:05:53 2011 -0500

    Update VERSION to 2.4.7_011 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   35 ++++++++++++++++++++++++++++++++++-
 3 files changed, 36 insertions(+), 3 deletions(-)

commit 270825bdabd8c9bcda1e48d8f01927d9dd1c138b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Feb 15 08:44:46 2011 -0500

    Fix sf.net #3171702 re: missing podselect command
    
    Added Pod::Parser and Pod::Select to the PDL prerequisites
    (they are in perl5 Core modules since v5.6 so this should
    not be a problem).  Then replaced call to podselect script
    by calling the podselect() function in Pod::Select directly.
    
    This should help with the many solaris FAILs on CPAN
    testers and set the way to port PDL::Doc and others to
    use the Core Pod modules rather than the PDL::Pod::*
    snapshot with special fixes.

 Basic/Gen/Makefile.PL |   11 +++--------
 Basic/Pod/Makefile.PL |   11 +++--------
 Makefile.PL           |   19 ++++++-------------
 3 files changed, 12 insertions(+), 29 deletions(-)

commit 9749f58cce8386c14bf4f20bfc2b3afa347593a3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Feb 13 18:35:04 2011 -0500

    Fix many POD errors in *.pd files
    
    The http://search.cpan.org site processes distribution
    files for POD to generate their on-line docs.  Our PP
    files actually generate the final POD in the corresponding
    PM files.  However, the POD constructs are detected and
    processed in the .pd files anyway.
    
    I ran podchecker on all the .pd files in the PDL
    source tree and fixed almost all of the errors
    (mainly =cut and =back without a surrounding blank
    line).  Although the PP generators would produce
    valid POD in the final PM output, adding the extra
    newlines in the .pd file makes the search.cpan.org
    processing work (better).
    
    The remaining POD errors that were not fixed were
    from unresolved local links that would be resolved
    by the generated POD.  With luck the search.cpan.org
    conversion won't complain too much (although there
    would be dead link in the page).

 Basic/Complex/complex.pd                     |    2 +
 Basic/Ufunc/ufunc.pd                         |   10 ++-
 Graphics/IIS/iis.pd                          |    4 +
 Graphics/Karma/karma.pd                      |    2 +
 Graphics/PLplot/plplot.pd                    |   14 ++++
 Graphics/TriD/OpenGL/opengl.pd               |    1 +
 Graphics/TriD/OpenGLQ/openglq.pd             |    2 +
 Graphics/TriD/Rout/rout.pd                   |    8 ++
 IO/Browser/browser.pd                        |    6 ++
 IO/GD/GD.pd                                  |   41 +++++++++++
 IO/HDF/SD/SD.pd                              |   48 ++++++++++++
 IO/HDF/VS/VS.pd                              |    2 +
 IO/Pnm/pnm.pd                                |    8 ++
 Lib/Compression/compression.pd               |    6 ++
 Lib/FFTW/fftw.pd                             |    7 ++
 Lib/GIS/Proj/Proj.pd                         |    8 ++
 Lib/GSL/INTEG/gsl_integ.pd                   |   44 +++---------
 Lib/GSL/INTERP/gsl_interp.pd                 |   25 ++-----
 Lib/GSL/RNG/gsl_random.pd                    |    2 +
 Lib/GSL/SF/airy/gsl_sf_airy.pd               |    4 +
 Lib/GSL/SF/bessel/gsl_sf_bessel.pd           |    4 +
 Lib/GSL/SF/clausen/gsl_sf_clausen.pd         |    4 +
 Lib/GSL/SF/coulomb/gsl_sf_coulomb.pd         |    4 +
 Lib/GSL/SF/coupling/gsl_sf_coupling.pd       |    4 +
 Lib/GSL/SF/dawson/gsl_sf_dawson.pd           |    4 +
 Lib/GSL/SF/debye/gsl_sf_debye.pd             |    4 +
 Lib/GSL/SF/dilog/gsl_sf_dilog.pd             |    4 +
 Lib/GSL/SF/elementary/gsl_sf_elementary.pd   |    4 +
 Lib/GSL/SF/ellint/gsl_sf_ellint.pd           |    4 +
 Lib/GSL/SF/elljac/gsl_sf_elljac.pd           |    4 +
 Lib/GSL/SF/erf/gsl_sf_erf.pd                 |    4 +
 Lib/GSL/SF/exp/gsl_sf_exp.pd                 |    4 +
 Lib/GSL/SF/expint/gsl_sf_expint.pd           |    4 +
 Lib/GSL/SF/fermi_dirac/gsl_sf_fermi_dirac.pd |    4 +
 Lib/GSL/SF/gamma/gsl_sf_gamma.pd             |    4 +
 Lib/GSL/SF/gegenbauer/gsl_sf_gegenbauer.pd   |    4 +
 Lib/GSL/SF/hyperg/gsl_sf_hyperg.pd           |    4 +
 Lib/GSL/SF/laguerre/gsl_sf_laguerre.pd       |    4 +
 Lib/GSL/SF/legendre/gsl_sf_legendre.pd       |    4 +
 Lib/GSL/SF/log/gsl_sf_log.pd                 |    4 +
 Lib/GSL/SF/poly/gsl_sf_poly.pd               |    4 +
 Lib/GSL/SF/pow_int/gsl_sf_pow_int.pd         |    4 +
 Lib/GSL/SF/psi/gsl_sf_psi.pd                 |    4 +
 Lib/GSL/SF/synchrotron/gsl_sf_synchrotron.pd |    4 +
 Lib/GSL/SF/transport/gsl_sf_transport.pd     |    4 +
 Lib/GSL/SF/trig/gsl_sf_trig.pd               |    4 +
 Lib/GSL/SF/zeta/gsl_sf_zeta.pd               |    4 +
 Lib/ImageND/imagend.pd                       |   10 +++
 Lib/ImageRGB/imagergb.pd                     |    2 +
 Lib/Slatec/slatec.pd                         |   17 ++++-
 Lib/Transform/Proj4/Proj4.pd                 |    7 ++
 Lib/Transform/transform.pd                   |  100 +++++++++++++-------------
 52 files changed, 384 insertions(+), 104 deletions(-)

commit 652fcc2644234e0a62bd9e8ad443aa1277dad4d3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Feb 13 17:16:09 2011 -0500

    Fix matrixops.pd POD to work with perldoc
    
    This basically involves adding =cut and a couple
    of new lines at the end of each string in the
    Doc section of the pp_def() routines.  I also
    ran podchecker on the file to ensure there were
    not other problems

 Basic/MatrixOps/matrixops.pd |   29 ++++++++++++++++++++++-------
 1 files changed, 22 insertions(+), 7 deletions(-)

commit 47b6083f7274e3e1f4c893859dca9b904bd4f871
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Feb 13 13:39:12 2011 -0500

    Update VERSION to 2.4.7_010 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit b75c8263b0325db2a3ecf775eba2f8cffbb5bd14
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Feb 13 13:18:55 2011 -0500

    Fix plan in t/matrixops.t, update Release_Notes
    
    Forgot to change the number of tests to match
    the new ones from the inv() threading bug.
    Also updated Release_Notes in preparation
    for a CPAN developers release.

 Release_Notes |   34 +++++++++++++++++++++++++++++++---
 t/matrixops.t |    2 +-
 2 files changed, 32 insertions(+), 4 deletions(-)

commit 8f4c755aa477051be72b066addbadf1c649d6dec
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Feb 12 17:27:54 2011 -0500

    Update Known_problems, Perldl2/TODO, Release_Notes
    
    Added the latest bug information and updated the TODO
    and Release_Note regarding the resolved issue of unclosed
    q{} operators not being detected for multiline entry.

 Known_problems |    6 ------
 Perldl2/TODO   |    8 +-------
 Release_Notes  |    4 ++++
 3 files changed, 5 insertions(+), 13 deletions(-)

commit 8ce5dae60367797062e5005a3492ca7bf2a7481e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Feb 12 15:54:52 2011 -0500

    Update docs for lu_decomp, lu_decomp2, lu_backsub
    
    Partial update to the lu_* routines to document the
    new threading and capabilities.  It would be useful
    to review all the PDL::MatrixOps documentation to
    verify that it is clear and matches the implementation.

 Basic/MatrixOps/matrixops.pd |   70 ++++++++++++++++++++++--------------------
 1 files changed, 37 insertions(+), 33 deletions(-)

commit c1007c40c025be98c496f4569307e58de6877398
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Feb 10 17:12:04 2011 -0500

    Add comment re anim GIF file output for wmpeg

 Example/IO/wmpeg.pl |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 36190b0f32385bc1de73dc80417f2854b5966219
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Feb 10 16:37:51 2011 -0500

    Add test for inv() threading (sf.net #3172882)
    
    And clean up another debugging print statement.  To view
    them, just set the $PDL::debug variable.

 Basic/MatrixOps/matrixops.pd |    2 +-
 t/matrixops.t                |   19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

commit 036b6b5cd24edcc0fba99be6059b9634f54e8235
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Feb 10 12:49:46 2011 -0500

    Make lu_backsug() diags conditional on $PDL::debug
    
    Missed one in the original commit...

 Basic/MatrixOps/matrixops.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fd71fa4d2dc6cbd735e9e26c97faa7cbaecf82ff
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Feb 10 10:15:30 2011 -0500

    Fix sf.net bug #3172882 re broken threading in inv
    
    Fixes to various other threading issues in the lu_decomp()
    and lu_decomp2() appear to have cause the threading support
    in PDL::MatrixOps::inv to break (presumably it relied on
    some feature of the original threading implementation).
    
    This fixes the underlying lu_backsub() routine to handle
    the implicit threading requirements for inv() and, I
    believe, to correctly handle *fully* specified threading
    with appropriate dummy dims for the input args.
    
    Still todo: add test cases, document threading usage, and
    verify for more complicated combination of array sizes.

 Basic/MatrixOps/matrixops.pd |   69 ++++++++++++++++++++++++++++++++++++++----
 1 files changed, 63 insertions(+), 6 deletions(-)

commit 6914c2d4c78139186b7a8fd44658045036de1db9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Feb 6 13:18:26 2011 -0500

    Update Known_problems w sf.net bug #3172882
    
    lu_backsub() threading is broken when both the LU
    array and the right hand side columns to solve for
    have their own threading dimensions.  This breaks
    the threading for the inv() routine in PDL::MatrixOps

 Known_problems |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 84b86c056d9dc6036655f9b515e82d739465127a
Merge: 4961d6e 29ddbc1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Feb 3 17:39:19 2011 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 4961d6e0b0ad2598c3f98dfcce86df4c43cc0aa7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Feb 3 17:36:15 2011 -0500

    Fix imag2d not to exit on ESC in pdl2/perldl
    
    The ESC key makes imag2d() exit by default.  This adds
    a check and just stops twiddling instead if imag2d()
    is being run from the pdl2 or perldl shell.

 Graphics/Graphics2D.pm |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit 29ddbc1f59b275348d94d6eb344c252e1cad06b9
Author: djerius@cfa.harvard.edu <none@none>
Date:   Mon Jan 31 18:08:11 2011 -0500

    clean up tests for PLplot functions
    
    * common code in tests for PLplot functions has been abstracted
    * plsfont & plgfont interfaces are now conditional on their existence
      (otherwise tests fail on Debian Lenny)
    
    * OPTIONS! file is now Perl code.
    * all conditional code API code is now based on presence of a feature
      rather than version

 Graphics/PLplot/Makefile.PL |  101 +++++++++++++++++-------------------------
 Graphics/PLplot/plplot.pd   |   38 +++++-----------
 2 files changed, 53 insertions(+), 86 deletions(-)

commit afa2986b45924ffb066686ca9bfdbd9a3e98df71
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jan 30 19:38:47 2011 -0500

    Clean up PAUSE/STEP key controls for imag2d()
    
    There are preliminary key bindings for the default
    imag2d() windows to support SPACE to toggle pause,
    [ . or > ] to step/move forward, and [ , or < ] to
    move backward through frame data.

 Graphics/Graphics2D.pm |   38 +++++++++++++++++++++++++++++++-------
 1 files changed, 31 insertions(+), 7 deletions(-)

commit aef7ecb55f966814e8f086119c9c626a3df45cb0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 29 15:33:48 2011 -0500

    readenvi doc/code cleanup, ignore case in hdr keys

 IO/ENVI/readenvi.pdl |   38 ++++++++++++++++++++++++--------------
 1 files changed, 24 insertions(+), 14 deletions(-)

commit efc53c9cb060973601eb3462cd04bf093c11464b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 29 15:30:58 2011 -0500

    Add imag2d_update to EXPORT_OK and fix bug
    
    Graphics/Graphics2D.pm now has the imag2d() routine in
    it.  Fixed a problem with imag2d_update() and realized
    that it needed to be added to EXPORT_OK too.

 Graphics/Graphics2D.pm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 38aec698b12e5a6deb65714f5c357a9030428c29
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 18 21:35:50 2011 -0500

    Update cygwin/INSTALL with ffmpeg/gifsicle notes
    
    This is a partial update for the instructions for
    getting/building these two dependencies for wmpeg.
    ffmpeg is the encoder.  gifsicle can be used to
    optimized animated GIF file sizes.

 cygwin/INSTALL |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

commit 5604cf01cead59ea53091897907407ded74cd9b0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 18 17:31:26 2011 -0500

    Add uncompressed GIF animations to wmpeg docs
    
    It turns out that the ffmpeg "engine" will produce
    animated GIFs if given .gif as the file extension
    of the output file.  Who knew?  The GIF is *not*
    compressed so is very big.  Work will need to be
    done to optimize the file size in this case...

 Example/IO/wmpeg.pl |    7 ++++-
 IO/Pnm/Pic.pm       |   62 ++++++++++++++++++++++++++++----------------------
 2 files changed, 40 insertions(+), 29 deletions(-)

commit 1480663584807d820c496dc74d1e997045b67612
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 18 15:42:24 2011 -0500

    Update wmpeg docs re encoding MPEG vs MP4 video
    
    Windows Media Player has problems displaying MPEG
    videos.  The current wmpeg implementation uses the
    file extension to determine the encoding used.
    As a result, it can also generate MPEG-4 files
    which may be better displayed via WMP.  Other
    extensions supported by ffmpeg may work as well.

 IO/Pnm/Pic.pm |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

commit 83d737ed8a6451d2cddc5ec07570a2416fb14117
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 4 17:27:24 2011 -0500

    Add notes on PERL_MM_USE_DEFAULT environment var..
    
    . to INSTALL and Known_problems so folks who wish
    to always take the default options can do so with
    less searching.

 INSTALL        |    5 +++++
 Known_problems |   34 +++++++++++++++++++++++-----------
 2 files changed, 28 insertions(+), 11 deletions(-)

commit ed355188636c7cdf8513ec7071016e4438549e95
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 24 09:51:07 2010 -0500

    Update VERSION to 2.4.7_009 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit ac6d5f5ae77ed3a17767bc18c3759046b0c7c411
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 24 09:44:54 2010 -0500

    Update Known_problems and Release_Notes

 Known_problems |    1 +
 Release_Notes  |   26 +++++++++++++++++++++++++-
 2 files changed, 26 insertions(+), 1 deletions(-)

commit 2e83d6bcd22c0d63c474306bb0ad4347c2447b17
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 18 08:26:12 2010 -0500

    sf.net bug #3139697 fixed imag2d error on Mac OS X
    
    The imag2d() routine was using FreeGLUT-specific macros:
    GLUT_ACTION_ON_WINDOW_CLOSE and GLUT_ACTION_CONTINUE_EXECUTION
    which was a problem on OS X which does not support them.
    Added check for FreeGLUT to conditionalize their use.

 Graphics/Graphics2D.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2956eab032c3ef5408ad50d9cb248eb1ccc8bb0b
Author: Doug Hunt <dhunt@arcana.cosmic.ucar.edu>
Date:   Wed Dec 15 14:55:56 2010 -0700

    Merged PDL version of Graphics/PLplot with the stand-alone package from CPAN, version 0.53.
    Fixed segfault in plplot.t by avoiding the problem:  pdl($pdl->sclr).  Calls to
    pdl() with arguments that are themselves PDLs still fails.

 Graphics/PLplot/Changes     |   49 +++++++++++++++++++++++++++++++++++++++++++
 Graphics/PLplot/Makefile.PL |   18 +++++++++++++++-
 Graphics/PLplot/plplot.pd   |   48 +++++++++++++++++++++++++++++++++++++++--
 t/plplot.t                  |   38 +++++++++++++++++---------------
 4 files changed, 131 insertions(+), 22 deletions(-)

commit b1376a7cb9e1ab315f3b4c5555e4b76dd53e4d46
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 11 15:11:33 2010 -0500

    Update PDL::IO::FlexRaw POD for writeflex

 IO/FlexRaw/FlexRaw.pm |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)

commit b44ecaac0efc81aadc66fdff825c6358f142ad7a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 11 14:21:25 2010 -0500

    Add open MODE support to writeflex "filename"
    
    writeflex is documented to take as argument either a "filename"
    or a FILEHANDLE however if passed something like ">filename" as
    the file argument, it would quietly (and unexpectedly) open the
    file ">$name" which would then be ">>filename" and the data would
    be appended to the file rather than overwriting it.
    
    This modifies the "filename" option to be used explicitly if
    passed a perl open type MODE+filename expression which might
    avoid someone's utter confusion in the future...

 IO/FlexRaw/FlexRaw.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit f7f49ebb6b7e868b35d43177c5799ad480de54f0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 10 13:44:19 2010 -0500

    Add working Makefile.PL for Alien::Proj4
    
    This is based on the existing probes for PDL::GIS::Proj
    and PDL::Transform::Proj4 and is being converted to use
    Devel::CheckLib as the test engine.  Once the tests are
    working, the plan is to roll it up into an Alien::Proj4
    module.

 inc/Alien/Proj4/Makefile.PL |   94 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 94 insertions(+), 0 deletions(-)

commit 1018f6b6743cc70d45a86b350f49e3ab48eae776
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Dec 9 13:52:22 2010 -0500

    Fix inc/Devel/CheckLib ASPerl issues
    
    There were problems with Devel::CheckLib and ActiveState Perl.
    
     (1) require Devel::CheckLib fails with an error about
         %Config::Confg being a read only value
    
     (2) backslashes in the windows paths were deleted making
         the resulting @flags incorrect and unusable.
    
    This fix makes an explicit working copy of the needed %Config
    entries in the _findcc() routine which should resolve the
    compile failure.  It also sets the $keep option to the
    quotewords() routine to true which appears to fix the bad
    win32 paths in the option @flags.  The fixes will be pushed
    upstream but are here in the local copy so things work.

 inc/Devel/CheckLib.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 976a4615e8df5bfd344efc74ad3f7c905a2b421b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 3 14:00:35 2010 -0500

    Update VERSION to 2.4.7_008 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 74726314c26b9a906087c7be062d323384e91f68
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 3 13:57:38 2010 -0500

    Update Known_problems and README for CPAN

 Known_problems |    3 ++-
 README         |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

commit f06102311eeff6b3f274f537845f7c0b099eda1e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Nov 30 10:43:46 2010 -0500

    Create inc/ folder for local module copies
    
    I ran the use-devel-checklib command to create
    a PDL/inc folder for local modules used by PDL.
    It starts with a copy of Devel::CheckLib with
    the package line munged so it will not be indexed
    by PAUSE/CPAN indexers.
    
    The intent is to use this local inc/ folder to
    develop the needed Alien::XXX modules for PDL
    portability.  We can munge the package lines so
    that they are not indexed until they are stable
    and ready for release.  The first step will be
    to implement detection functionality.  The next
    step would be to implement install functionality.

 MANIFEST              |    1 +
 Makefile.PL           |   11 ++
 inc/Devel/CheckLib.pm |  452 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 464 insertions(+), 0 deletions(-)

commit 73eafc35f8992705f042f5864169449195def8b0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Nov 30 10:38:48 2010 -0500

    Update Perldl2/TODO list for clarity
    
    Some tasks were done and others were confusing.  I
    hope this rework helps with organizing any PDL-2.4.8
    release priorities with the pdl2 shell.

 Perldl2/TODO |  204 +++++++++++++++++++++++++--------------------------------
 1 files changed, 90 insertions(+), 114 deletions(-)

commit fe981e602557a8ea0e667975c02148b532bc4d71
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Nov 29 10:27:55 2010 -0500

    Update Known_problems and Release_Notes

 Known_problems |    7 -------
 Release_Notes  |   26 +++++++++++++++++++++++++-
 2 files changed, 25 insertions(+), 8 deletions(-)

commit 7f2764bae6655564dff4c27d229d178e89e5ea30
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 28 18:58:22 2010 -0500

    Add do_print command to pdl2 shell
    
    Now you don't have to type $_REPL->do_print to
    change the print output mode.

 Perldl2/Plugin/PrintControl.pm |    3 +++
 Perldl2/Profile/Perldl2.pm     |    4 ++++
 Perldl2/TODO                   |    4 ----
 3 files changed, 7 insertions(+), 4 deletions(-)

commit 249a5410ae778df784e5668e0d114ad8511ab01e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 28 02:03:44 2010 -0500

    Update lu_decomp/lu_decomp2 documentation
    
    Now that lu_decomp is threaded, there is not as much
    use for lu_decomp2.  lu_decomp2 has runs faster but
    is more likely to fail in the decomposition process.

 Basic/MatrixOps/matrixops.pd |   43 ++++++++++++-----------------------------
 1 files changed, 13 insertions(+), 30 deletions(-)

commit e2eed63217830e7e762defba908ec3421237b864
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Nov 27 19:16:06 2010 -0500

    Make pdldoc display all matches
    
    This changes the default for pdldoc and the help command
    from showing only the first matching topic to showing
    them all in order.  The numeric selection syntax topic[$n]
    still works, you can just page through if you want now...
    without another help command.

 Doc/Doc/Perldl.pm |   71 ++++++++++++++++++++++++++++++----------------------
 1 files changed, 41 insertions(+), 30 deletions(-)

commit 77f54aeec496dee35e0b10ce9f935f8a24ef9c04
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Nov 27 17:55:52 2010 -0500

    Fix pdl2 fallback to perldl on win32 systems
    
    This is sf.net #3056142.  The problem appears
    to be with running exec on win32 and the weak
    cmd shell environment.  The file handles of
    the original pdl2 script did not seem to get
    passed to the newly exec-d perldl but opened
    again instead.  That resulted in interleaved
    IO between the two instances.
    
    The fix was to replace the exec call by a
    do filename call instead so perl handles the
    new program rather than the shell getting
    involved.

 Perldl2/pdl2 |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

commit 5a18339b35b4214ed94a1d3dab258acc492394ae
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Nov 27 16:45:52 2010 -0500

    Fix PDL::hist usage documentation
    
    The use of unix manpage-style [] for optional arguments
    is confusing for perl where [] are valid language constructs.

 Basic/Core/Basic.pm |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

commit 9367ca2000f2056bbb43f702e99d73a55ce824ce
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue Nov 16 11:57:12 2010 +1100

    t/plplot.t - fix up line endings
    
    Were window-ized from last commit

 t/plplot.t | 1048 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 524 insertions(+), 524 deletions(-)

commit 2514a2b059e5e8812e89e34c51ed0963a595a36c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 14 14:36:51 2010 -0500

    Rename $PDL::FlexRaw::writeflexhdr/verbose
    
    Fixed the case where the $verbose and $writeflexhdr parameters
    in the PDL::IO::FlexRaw package were actually defined in the
    PDL::FlexRaw namespace.  This looks like legacy from when these
    routines were at the top level PDL namespace.  Now they are
    proper PDL::IO::FlexRaw variables.

 IO/FlexRaw/FlexRaw.pm |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit ed1d5bef4e2230c10acfc15a5d71d6187d0d3044
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 14 14:04:54 2010 -0500

    Add writeflexhdr() support to writeflex
    
    If the $PDL::FlexRaw::writeflexhdr is true (false by default)
    and the file argument to writeflex() is a *file name" and not
    a handle, writeflexhdr() will be called automatically.  I
    think this should be the default but for back compatability
    we have the $PDL::FlexRaw::writeflexhdr setting.

 IO/FlexRaw/FlexRaw.pm |   88 +++++++++++++++++++++++++++++++-----------------
 1 files changed, 57 insertions(+), 31 deletions(-)

commit 378b97edd477ca065d870ed25548e175df23be6e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 12 17:29:06 2010 -0500

    Change info memory display units to KB and MB
    
    There was confusion with the previous Kb and Mb since
    that notation usually means bits or baud rather than
    bytes.  The capital B is clearer.

 Basic/Core/Core.pm.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8c6b33be717951051f0fa47955df1b29882a2b8a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 12 15:15:18 2010 -0500

    Make t/dumper.t diag output conditional
    
    Now that the bug appears to be fixed, we don't
    need the diagnostics to print unless there is
    a problem...

 t/dumper.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ad0edd267b0370996a7f01f968456c1496e69c11
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 12 10:53:08 2010 -0500

    Update VERSION to 2.4.7_007 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 2 deletions(-)

commit 51f1246eb4eeac9efdcff5140777abea66afb116
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 12 10:49:31 2010 -0500

    Update READMEs for CPAN 2.4.7_006 release

 Known_problems |   19 +++----------------
 README         |    2 +-
 TODO           |   15 ++++++++-------
 3 files changed, 12 insertions(+), 24 deletions(-)

commit 5368b77235b6cb8a795d75397dbf5f3f9e1c9f4e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 21:41:10 2010 -0500

    Add POD for wmpeg status return values.

 IO/Pnm/Pic.pm |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

commit 9bdea705cef06c2e788212cae9107e59651d502e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 21:32:38 2010 -0500

    Update Known_problems/Release_Notes for #3057542

 Known_problems |    1 -
 Release_Notes  |    4 ++++
 2 files changed, 4 insertions(+), 1 deletions(-)

commit c7ed1fb2b46e9b597ce9052fdac1e7e4243efe8e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 21:25:56 2010 -0500

    Make wmpeg() return/complain if no ffmpeg
    
    Now check if an ffmpeg executable is in PATH before
    trying to open a pipe command to generate the output.
    I'm not sure what is going on with the error return
    from the open call but this seems to work ok.

 IO/Pnm/Pic.pm |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 027ca9c56ad6a13d1074702094a859b5fd5c413b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 18:24:54 2010 -0500

    Move mapflex tests out of TODO in flexraw.t
    
    Once these tests pass, the problem is resolved.
    They seem to pass already but just making sure...

 t/flexraw.t |   85 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 43 insertions(+), 42 deletions(-)

commit d43f2be9213bd10296c8eace9c80b0d092a7fb2c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 18:16:46 2010 -0500

    Update Known_problems and Release_Notes w progress

 Known_problems |   11 -----------
 Release_Notes  |   11 ++++++++++-
 2 files changed, 10 insertions(+), 12 deletions(-)

commit e28e335bcb841fafbe5bec2c601295e3fb50af9f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 18:14:48 2010 -0500

    Create $PDL::toolongtoprint package parameter
    
    This determines the largest pdl that will be printed
    by the pdl->string routines.  Default is 10000.  Added
    POD to Core.pm for all the PDL global params defined
    there.

 Basic/Complex/complex.pd |    2 +-
 Basic/Core/Core.pm.PL    |   59 +++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 57 insertions(+), 4 deletions(-)

commit f527679a006136524899f34ffff7d16a9450df8a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 18:12:19 2010 -0500

    proj_transform.t skips all if bad PROJ4 detected

 t/proj_transform.t |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 21b54e604af9e4e6bc7cf0959b90a310054fd4a0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 17:02:03 2010 -0500

    proj_transform2.t skips all if bad PROJ4 detected
    
    Probably should mark the PDL Proj bindings as not correctly
    built but the warnings here might suggest a solution for
    users with this problem.

 t/proj_transform2.t |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit 39e64e6182872cbff18f82e8626ce875f69921c2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 16:20:47 2010 -0500

    VERSION->2.4.7_006 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    7 ++++++-
 Release_Notes  |   36 ++++++++++++++++++++++++++++++++++--
 3 files changed, 41 insertions(+), 4 deletions(-)

commit 706361bd525585480ac5edbb7d395fb5d157cc79
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 15:46:17 2010 -0500

    Extend pattern used by IO/Dumper.pm to handle pdls
    
    It appears that for some systems, in addition to the
    value being returns as a signed number, there are cases
    where the value was returned as a '' string rather than
    a number.  Now we catch and translate that as well.

 IO/Dumper.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 51313b9189390f4f6f85a335fd5243725de7b205
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 15:42:31 2010 -0500

    Fix mapflex bugs (SF.net #3031068)
    
    Added ref counting to the base piddle mmapped for mapflew
    so that when *all* the piddles in the file are freed, *then*
    the base piddle will be freed.  Made working variables in
    mapflex() lexical to avoid dangling refs.  Fixed t/flexraw.t
    bugs so all tests pass.

 Basic/Core/Core.xs.PL |    2 ++
 IO/FlexRaw/FlexRaw.pm |    4 ++--
 t/flexraw.t           |    6 ++++--
 3 files changed, 8 insertions(+), 4 deletions(-)

commit 5480068c98dd0fade8981958f53610852ddbedc0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 11 13:47:15 2010 -0500

    Fix ReadOnly default to 0 for mapflex (per docs)

 IO/FlexRaw/FlexRaw.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e20b034b3ced3a6cf299b4b4856820943e617cc9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Nov 9 13:11:13 2010 -0500

    Update VERSION to 2.4.7_005 for development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   34 ++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 2 deletions(-)

commit 51cc3c07fe986791ed85b04b4b5f4236dd44346b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Nov 9 10:44:38 2010 -0500

    Update Known_problems and Release_Notes for CPAN

 Known_problems |    3 ++-
 Release_Notes  |   18 +++++++++++++++++-
 2 files changed, 19 insertions(+), 2 deletions(-)

commit 964018777aa9c45b93a995214f050f5f562921b7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Nov 9 10:43:31 2010 -0500

    Fix PDL::address to use IV rather than int for ptr
    
    Modify the XS_PDL_address routine in Core.xs to convert
    the pdl pointer to an IV rather than an int.  Adjusted
    PDL::address in Core.pm to format the resulting value
    correctly.

 Basic/Core/Core.pm.PL |    5 ++++-
 Basic/Core/Core.xs.PL |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 9022872101e0e57d509de8a91fc883911c43291a
Merge: 0856670 3054ab1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Nov 8 22:06:07 2010 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 0856670a69fdcabb525c9cb704ea5e2183843839
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Nov 8 22:04:51 2010 -0500

    Add include <stdlib.h> to declare malloc routine

 Lib/Image2D/resample.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3054ab16d93ae70e9172e71d317d5422d778d631
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Nov 8 11:01:36 2010 -0500

    Fix readenvi.pdl header support
    
    Fix a bug in the ENVI header list value processing
    and add support for the header_offset.  readenv()
    now has a imbedded_header key which is a byte piddle
    of the first header_offset bytes.

 IO/ENVI/readenvi.pdl |   91 +++++++++++++++++++++++++++----------------------
 1 files changed, 50 insertions(+), 41 deletions(-)

commit f7ad0228e57597e6b8621ec742c2a4b015f0c140
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Nov 6 23:48:31 2010 -0400

    Refactor t/complex.t to use Test::More

 t/complex.t |   37 +++++++++++++++----------------------
 1 files changed, 15 insertions(+), 22 deletions(-)

commit d8980779b41cbb6400d6f0b8941b383629d22d2c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Nov 6 17:44:56 2010 -0400

    Update VERSION and Release_Notes for more devel

 Basic/PDL.pm  |    2 +-
 Release_Notes |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletions(-)

commit 9af22cefc265de6177a54bef276786f9ff835529
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Nov 6 17:42:28 2010 -0400

    Add type check to FlexRaw.pm headers
    
    It was passing strings to PDL::howbig for one case
    which generated an error.

 IO/FlexRaw/FlexRaw.pm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit e112c2e032b1ed53cb5b84dbb9922a96075c8e6a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Nov 6 17:39:54 2010 -0400

    Update Known_problems and Release_Notes for CPAN

 Known_problems |   23 +++++++----------------
 Release_Notes  |   21 +++++++++++++++++++--
 2 files changed, 26 insertions(+), 18 deletions(-)

commit db2b83d1d25b0b9f575e1ec0dc7c81ba50a900a8
Author: Craig DeForest <zowie@dhcp-10-120.boulder.swri.edu>
Date:   Thu Nov 4 13:50:08 2010 -0600

    re-add changes originally commited to "lib" instead of "Lib" - problems with
    nonlinear header transform support in t_fits (now announces it's ignoring them),
    and a typo in PCi_j interpretation.

 Lib/Transform/transform.pd |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit eae79722b9a64d84a0a1422c578025143db7a2c6
Author: Craig DeForest <zowie@z7.boulder.swri.edu>
Date:   Thu Nov 4 13:43:01 2010 -0600

    Deleted bad commit typo due to evil Mac case-insensitivity

 lib/Transform/Cartography/Cartography.pm | 2909 ------------------------
 lib/Transform/transform.pd               | 3644 ------------------------------
 2 files changed, 0 insertions(+), 6553 deletions(-)

commit 06f129f88d72fae13870b50bee3f7f6f827808ba
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 4 09:14:30 2010 -0400

    Minor change to try to fix bad commit
    
    win32 doesn't have a case sensitive file system so
    the use of incorrect case for git is a problem.
    I'm not sure how it worked anyway unless the push
    was from another case insensitive platform and the
    path name was corrupted to lower case...

 lib/Transform/transform.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7f517382c0324a3f6d92f75a0348b95a881e50d1
Merge: 1327520 7c580b0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Nov 4 08:58:49 2010 -0400

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 7c580b035410f9073b4437dc7e11cedd6aef0425
Merge: c10f108 de98972
Author: Craig DeForest <zowie@Clio.local>
Date:   Thu Nov 4 02:54:29 2010 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit c10f1087d09f0e3649b289b7b75aa8bd0a18585c
Author: Craig DeForest <zowie@Clio.local>
Date:   Thu Nov 4 02:53:42 2010 -0600

    Repair t_fits (oops) - stub for nonlinear transformations was causing it to return 1 instead of the transformation.

 lib/Transform/transform.pd | 3644 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 3644 insertions(+), 0 deletions(-)

commit 9cf9e49b396f854aeedd6889cd5a854fa2030e22
Author: Craig DeForest <zowie@Clio.local>
Date:   Thu Nov 4 01:12:06 2010 -0600

    Add synonym t_zenithal to t_vertical in Cartography.pm

 Lib/Transform/Cartography/Cartography.pm |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 6fd867b32707b91f3cc36c814d944a92d0a9b503
Author: Craig DeForest <zowie@Clio.local>
Date:   Thu Nov 4 01:11:28 2010 -0600

    Correct typo in test description (picky, picky)

 t/core.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0e2908562177b778df43c6aa1cc3eabcede068dd
Author: Craig DeForest <zowie@Clio.local>
Date:   Thu Nov 4 01:11:09 2010 -0600

    Add t_cubic to transform.pd; add t_zenithal synonym to t_vertical
    in Cartography.pm

 Lib/Transform/transform.pd               |  181 ++-
 lib/Transform/Cartography/Cartography.pm | 2909 ++++++++++++++++++++++++++++++
 2 files changed, 3082 insertions(+), 8 deletions(-)

commit de989722228d5e6f7e65a0660fe10a7f23fd1770
Merge: a3a95e4 ff3ca09
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Wed Nov 3 21:43:52 2010 -0600

    Merge branch 'master' of ssh://lambd@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 132752061dd08d92996627ba377fae3570b16cc4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Nov 3 13:13:42 2010 -0400

    Add parens to pdl constructor call
    
    This makes cut and paste easier into the pdl2 shell
    as the default multiline support there does not handle
    continued strings well.

 Example/IO/wmpeg.pl |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit ff3ca09de00f681753c3b8ed62210a8fa41d2765
Merge: 80db076 5766720
Author: Craig DeForest <zowie@Clio.local>
Date:   Wed Nov 3 03:00:46 2010 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 80db076828b31c92aba9cef3773b73ca01db9c05
Author: Craig DeForest <zowie@Clio.local>
Date:   Wed Nov 3 02:58:28 2010 -0600

    Fixed error messages in obscure cases.

 IO/Dumper.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c1e833bfc3da7e61589c973c077e8c82d6dfc36a
Author: Craig DeForest <zowie@Clio.local>
Date:   Wed Nov 3 02:57:25 2010 -0600

    Finally fixed the constructor bug -- passes all tests, seems to never crash.

 Basic/Core/pdlcore.c.PL |  356 ++++++++++++++++++++++++++++++++++++----------
 1 files changed, 278 insertions(+), 78 deletions(-)

commit a3a95e43ff79d4ec4bd86f7e338f32ed1cce84b7
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Nov 2 23:28:19 2010 -0600

    Fix minor typo in Modules.pod

 Basic/Pod/Modules.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 576672029512eeba861cdfcb374137d24069b531
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Nov 2 22:58:38 2010 -0600

    Fix POD formatting and typos in complex.pd

 Basic/Complex/complex.pd |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit cf573670b5eb6ae3de41c1bbb91458090d12a8dd
Merge: 7924750 bc637c5
Author: cosmic operator <cosmicops@arcana.cosmic.ucar.edu>
Date:   Wed Oct 27 12:51:10 2010 -0600

    Merge remote branch 'origin/master'

commit 792475011ec9f5ed73ef8f0a37160c2337342c32
Author: cosmic operator <cosmicops@arcana.cosmic.ucar.edu>
Date:   Wed Oct 27 11:59:57 2010 -0600

    Jason Lin's change to GSL/INTERP to turn off the default GSL error handler.
    This permits errors in interpolation codes to be caught by a perl exception
    handler.

 Lib/GSL/INTERP/gslerr.h |    4 +++-
 t/gsl_interp.t          |    9 ++++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

commit bc637c5ce981b1ce8f0948459110a3813a1b9b02
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 26 17:56:46 2010 -0400

    Update Perldl2/TODO with more issues
    
    These are mostly some compatability items and nice-to-haves
    that could be useful in pdl2.

 Perldl2/TODO |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

commit 4905e4b79819d2217fbe4105364693eb5c7f6a6e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 26 17:56:14 2010 -0400

    Update cygwin tmalloc.pl with optional sleep arg

 cygwin/tmalloc.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7cdec40665013178ef2a187e7640e9b3cf60b359
Author: sisyphus <sisyphus1@optusnet.com.au>
Date:   Fri Oct 15 17:56:06 2010 +1100

    t/plplot.t - replace "perl" with "$^X" in system commands
    
    Win32 only - makes it easier for my Win32 ppm build script
    to successfully create ppm packages for the various perl
    builds ... please pardon the self-indulgence.

 t/plplot.t | 1048 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 524 insertions(+), 524 deletions(-)

commit 8113c93dca843b9bacf0123b10aa8055fb17e351
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 12 19:50:24 2010 -0400

    Update cygwin/INSTALL and README files
    
    With some information from a clean build for cygwin 1.5.25....

 cygwin/INSTALL |    7 +++++--
 cygwin/README  |    6 ++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 047ae5bd137ba89d0590f8ba06308960fa7b7404
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 7 12:43:47 2010 -0400

    Update Perldl2/TODO

 Perldl2/TODO |   39 ++++++++++++++++++++++++++-------------
 1 files changed, 26 insertions(+), 13 deletions(-)

commit 91fbba5b956166516da855b8ac6f2c67da0a8c7a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 7 09:17:24 2010 -0400

    Replace print by diag to avoid messing up test

 t/core.t |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 87d2f486a149197861e9256b26aa1a9699701ab2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 6 10:53:34 2010 -0400

    Add diag to t/dumper.t and update Perldl2/TODO

 Perldl2/TODO |    5 ++++-
 t/dumper.t   |    1 +
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 9ec22f7bf228af9220d79d2166794785eb1ab918
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 5 19:20:38 2010 -0400

    Consolidate skip tests for t/flexraw_fortran.t
    
    Now they are all in one multi-choice conditional.  Also
    added a check for too long $PDL::Config{TEMPDIR} and we
    give up on this f77-format based test.

 t/flexraw_fortran.t |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

commit b3b9eed214441560f3e797e3abf50cbcbe85085a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 5 10:04:58 2010 -0400

    Missed some fixes for line length problems
    
    Now all uses of the possibly very long temp
    file names are on a single fortran line.
    The remaining work is to add test skips if
    the fortran files still can't be compiled and
    run to create the data...

 t/flexraw_fortran.t |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit f6e608e221fbf17fa4731065b00724e795a6336b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 5 10:04:33 2010 -0400

    Update Known_problems with t/dumper.t info

 Known_problems |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 48ce66f2bdf5efe4845870f2f297d7126318d5be
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 5 09:05:21 2010 -0400

    Update Perldl2/TODO with completions stuff
    
    Recording the various idiosyncracies of Term::ReadLine::Perl
    completion versus Term::ReadLine::Gnu completion, especially
    as regards working on win32.

 Perldl2/TODO |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit ba381bb024e3554787836b2fe08eef4e4346ef9d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 3 19:21:37 2010 -0400

    Add POD to utils/perldlpp.pl
    
    At least we document the usage until someone gets around to
    implementing the make option for install-time filtering...

 utils/perldlpp.pl |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

commit a681fc7b11b97639471367b1cf4fb999a7da3c54
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 3 17:00:45 2010 -0400

    Update VERSION and READMEs to 2.4.7_003
    
    ...for more development.

 Basic/PDL.pm   |    2 +-
 Known_problems |    3 ++-
 Release_Notes  |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 2 deletions(-)

commit bbda12d8bab868e3b5ad3d1e6451568891260bb9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 3 16:39:02 2010 -0400

    Updata Release_Notes for 2.4.7_002 release

 Release_Notes |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

commit 7b05a3c81c981eeac63b756f37e03b6c516ea6f1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 3 16:30:58 2010 -0400

    Make t/flexraw.t a "TODO" test
    
    Trying to come up with a standard for using CPAN Testers
    to help diagnose PDL bugs.  The Test::More TODO capability
    allows one to have tests corresponding to development TODOs.
    Unless the $TODO is defined, then the test acts as normal.
    
    By default, $TODO is defined if SKIP_KNOWN_PROBLEMS is set
    in either the environment or the perldl.conf file.  However,
    it isn't useful to generate fail messages for bugs that are
    not being worked on (e.g. without a developer assigned to
    the ticket).
    
    If no developer is assigned, the default is to set the
    local $TODO always.  If the ticket has an assigned developer,
    then the setting will obey the SKIP_KNOWN_PROBLEMS options:
    on for official releases, off for development releases.
    
    If you are an assigned developer and wish to have test FAILs
    ignored for your TODO items, just edit the local $TODO line
    and remove/comment out the test for SKIP_KNOWN_PROBLEMS.

 t/flexraw.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2393740f286f40334fecf9a269859cef0e881f40
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 3 16:13:19 2010 -0400

    Add back SKIP_KNOWN_PROBLEMS detection with TODO
    
    Using the Test::More TODO capability, you can switch
    from test mode to todo mode for the Known_problems by
    setting the SKIP_KNOWN_PROBLEMS environment variable
    or perldl.conf config option.

 Release_Notes   |    6 +++++-
 t/complex.t     |    3 ++-
 t/config.t      |    2 +-
 t/constructor.t |    2 +-
 t/core.t        |    4 ++--
 t/flexraw.t     |    2 +-
 6 files changed, 12 insertions(+), 7 deletions(-)

commit 7175ee0fecd3e0b75d8882f50fb8794c07779af5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 3 15:22:28 2010 -0400

    Replace SKIP with TODO for Known_problems in tests
    
    Thanks to David Mertens for originally pointing out that
    Test::More capability.  Now that I had time to go back and
    investigate further, it seems to do exactly what I wanted
    for the SKIP_KNOWN_PROBLEMS---but better.

 t/complex.t     |    9 ++----
 t/config.t      |    8 +----
 t/constructor.t |    6 ++--
 t/core.t        |   34 +++++++++++++--------
 t/flexraw.t     |   90 ++++++++++++++++++++++++++++---------------------------
 5 files changed, 75 insertions(+), 72 deletions(-)

commit 688c93c12169f2ca10399e72a62d4247fa0bbfc7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 3 13:29:12 2010 -0400

    Update VERSION to 2.4.7_002 for more development

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 2 deletions(-)

commit acf0c2c7f1bc1a555d6f151c64cffe52a4ad82d5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 3 12:46:33 2010 -0400

    Update README and prep for 2.4.7_001 release.

 DEVELOPMENT       |    2 +
 Known_problems    |   32 +++++++++++++++++++++--------
 MANIFEST          |    1 +
 README            |   20 ++++++++++++------
 Release_Notes     |   57 ++++++++++++++++++++++++++++++++++++++++++++++++----
 utils/perldlpp.pl |   14 +++++++++++++
 6 files changed, 105 insertions(+), 21 deletions(-)

commit e06ca58d121f8d51cc7040802d361e505ad0f540
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Oct 3 09:12:28 2010 -0400

    rm header between separate t/fastraw.t tests

 t/fastraw.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 55cbeaefc4c7b009db123e9bffbd2724d7b226bc
Merge: 2f72dff d543632
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Oct 2 10:18:18 2010 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 2f72dff24851bf4c2eee42aa8e881d7f4dea5229
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Oct 2 10:05:06 2010 -0400

    Rearrange code to reduce line size
    
    The current codefold routine fails to correctly continue
    lines containing quoted strings.  I've moved the filename
    to a line by itself to give it the maximum possible number
    of characters to work with.

 t/flexraw_fortran.t |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit d543632b0d8ad56e6bbf95888a1cf03f0da27bb6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 1 08:38:40 2010 -0400

    Add PERLDOC_PAGER check for pdldoc pager
    
    Now the pager used by the pdldoc command is: the value
    of PERLDOC_PAGER if defined, then the value of PAGER if
    defined, and finally the value of $Config{pager}.
    
    NOTE: we should probably add some detection for whether
    or not the indicated pager program is actually present.

 Doc/Doc/Config.pm.PL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f17c6bfdf4c37d1ceb129065dd3b2044d66767b6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 28 12:42:19 2010 -0400

    Fix typo in imag2d docs in Graphics.pm

 Graphics/Graphics2D.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ac2d45a8b82a47b2b433cb0fc0bee7104db38cc7
Merge: 39c30ff fa06ea1
Author: Craig DeForest <zowie@dhcp-10-120.boulder.swri.edu>
Date:   Tue Sep 28 09:18:54 2010 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 39c30ff4a9d3ba03186b9add9e14ec7aa41ec66a
Author: Craig DeForest <zowie@dhcp-10-120.boulder.swri.edu>
Date:   Tue Sep 28 09:18:25 2010 -0600

    updated FITS.pm to handle BSCALE/BZERO correctly for tile-compressed images

 IO/FITS/FITS.pm |   37 +++++++++++++++++++++++++------------
 1 files changed, 25 insertions(+), 12 deletions(-)

commit fa06ea12dfb12a63da25eebb15d36691dd48af91
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Sep 27 10:42:52 2010 -0400

    Fix uniqind bug #3076570
    
    If uniqind were given a degenerate pdl as input (all the same
    value), it should return the single value and not Empty.

 Basic/Primitive/primitive.pd |    8 +++++++-
 t/primitive.t                |   13 ++++++++++++-
 2 files changed, 19 insertions(+), 2 deletions(-)

commit 2a3f1f716915754571aeb65c851e1b2c493a7c8f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 21 18:09:03 2010 -0400

    Update TODO and Perldl2/TODO
    
    This is a partial clean up of the current lists in light
    of the current development status and what is needed or
    desired.

 Perldl2/TODO |    6 ++-
 TODO         |   99 ++++++++++++++++++++-------------------------------------
 2 files changed, 39 insertions(+), 66 deletions(-)

commit cbb82658491fe7302f9231faaae5db432fbbeb83
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Sep 20 18:14:50 2010 -0400

    Add xtra space from TAB completion to known probs

 Known_problems |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit f40a497ef8938d68ed3dbe9d51c23dcc0968c48f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 14 09:02:40 2010 -0400

    Update Known_problems with current bugs

 Known_problems |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 826edf1f913b713adff4c99be24bae28846d69c1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 14 08:09:46 2010 -0400

    Clean up t/fastraw.t files on exit

 t/fastraw.t |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 287ec94034786db4b86c6402423772f0c12db057
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 14 08:04:32 2010 -0400

    Add $$ to randomize headerfile name
    
    Some CPAN testers have reported problems with creating
    the file which may be due to other instances of the
    smoker being run.

 t/fastraw.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6b3b856fa96ccd8e41f784754402191abb70de1c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 14 08:03:53 2010 -0400

    Add TODO notes in logo3d.pdl comments

 Perldl2/logo3d.pdl |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 05abb2c89f6402695b6f450fc7bf9b9b9680bf3f
Merge: ee4ae3d f46596f
Author: Craig DeForest <zowie@Clio.local>
Date:   Sun Sep 12 15:37:33 2010 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit f46596f6681e37b5000a6cc2e5aa99e523a732e9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 3 12:57:01 2010 -0400

    Fix minor POD glitch in Graphics2D.pm

 Graphics/Graphics2D.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit c7cf78cc37dea525a18bae5406e3234f1151e593
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 3 12:44:17 2010 -0400

    Changed PDL> to pdl> in pdl2 POD for consistency

 Perldl2/Plugin/NiceSlice.pm    |    8 ++++----
 Perldl2/Plugin/PrintControl.pm |   10 +++++-----
 Perldl2/pdl2                   |    4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)

commit 305563b12e96bd71fb6eb263707f4431bc73426d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 31 13:05:43 2010 -0400

    Add win32 workaround for pdl2->perldl exec
    
    Now win32 just exits pdl2 with a warning to run perldl
    rather than trying the broken exec.

 Perldl2/pdl2 |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit c092edacc1806a092c343e62a691e23d20f26b3a
Merge: b50537d 6d0a15e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 31 10:05:20 2010 -0400

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 6d0a15eb742f460ef79345a219a801ce94d58829
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Aug 30 12:41:20 2010 -0400

    Add pdl2->perldl win32 bug to Known_problems
    
    On win32, you need to call perldl explicitly since win32
    exec (i.e. fork) isn't equivalent to the unix exec in perl.

 Known_problems |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 57caff9d8b35555878f553120cabc06d4fa11154
Author: sisyphus <sisyphus1@optusnet.com.au>
Date:   Mon Aug 23 16:05:39 2010 +1000

    Demos/Cartography_demo.pm - /xw replaced by /GW (MS Windows only)
    
    There were 2 hardcoded occurrences of /xw that need to be
    replaced with /GW for MS Windows. (There are still problems
    with this demo as PGPLOT is apparently incapable of opening
    a second grwnd.exe window - even if the first grwnd.exe
    window has been closed.)

 Demos/Cartography_demo.pm |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit d6a9f9af23a1cee6905a725a3b40b6bdabaee029
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun Aug 22 18:59:57 2010 +0200

    fix 2 POD errors (=item outside =over..=back)

 IO/FastRaw/FastRaw.pm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit ddd75e02ddd6c3d5c02221c6acc035dedf74e262
Author: sisyphus <sisyphus1@optusnet.com.au>
Date:   Sun Aug 22 21:18:27 2010 +1000

    Demos/Transform_demo.pm - /xw replaced by /GW (MS Windows only)
    
    There were 3 hardcoded occurrences of /xw that need to be
    replaced with /GW for MS Windows. (There are still problems
    with this demo as PGPLOT is apparently incapable of opening
    a second grwnd.exe window - even if the first grwnd.exe
    window has been closed.)

 Demos/Transform_demo.pm |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit b50537dda498b5b86d422247d6581072705a1057
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 19 14:52:40 2010 -0400

    Update Known_problems, etc for development
    
    Fix references to $PDL::VERSION value and unset the
    SKIP_KNOWN_PROBLEMS option in the perldl.conf.  Now
    that this is back to a development tree, we want
    problems to show until fixed.

 Known_problems |    2 +-
 Release_Notes  |   16 ++++++++++++++++
 perldl.conf    |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)

commit 0a882cbc5e0d02804e0e58d2be0e4ab7db19361d
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu Aug 19 14:05:30 2010 +0200

    debian changelog from 2.4.7+dfsg-1 upload

 debian/changelog |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 5867398315d3c245e059d78b308c9728a11dce6b
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu Aug 19 11:55:39 2010 +0200

    sync old changelog entries with debian pkg
    
    leave only the most recent version entry without +dfsg suffix

 debian/changelog |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit e8be4ad4a8a0382f4d130142390e6b2c41c06728
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu Aug 19 11:49:52 2010 +0200

    force-set locale to C during the test suite runs

 debian/rules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit cfbb93ee5e89c787557c11d01082c8e0896586e9
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu Aug 19 11:38:13 2010 +0200

    change testsuite running logic
    
    - make one non-verbose and one verbose run
    - mark both runs with begin/end block statements
    - filter 'make test' output with debian/filter-test.pl

 debian/rules |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 0cdf9334b96e902112bef164ca08f04df8e26732
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu Aug 19 10:17:11 2010 +0200

    script filtering relevant parts of test suite runs

 debian/filter-test.pl |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

commit 6ef22feb99ff24234aa3625fe10d8de11a978e73
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu Aug 19 10:16:22 2010 +0200

    unexport DISPLAY in debian/rules

 debian/rules |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 199f87dc2106bddeec2af8e075754b817b6da4f4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Aug 18 21:39:24 2010 -0400

    Modify some files so the CPAN indexer doesn't barf
    
    There is no easy way to tell the CPAN indexer not to index
    a package in a distribution.  Supposedly, if you split the
    offending package declaration across 2 lines then the indexer
    will not index it and thus no warning.

 Basic/Gen/Inline/MakePdlppInstallable.pm |    4 +++-
 Graphics/TriD/TriD/VRML.pm               |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 59dbbd4bf474af1e9aaf48bb575b43ea7e90e4fc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Aug 18 20:57:09 2010 -0400

    Update VERSION to 2.4.7_001 for new development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fcec32c20bf203239500507672c0c82ab9b95369
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Aug 18 20:55:52 2010 -0400

    Final pre-PDL-2.4.7 edits...

 Basic/PDL.pm   |    2 +-
 Release_Notes  |   48 ++++++++++++++++++++++++--
 TODO           |  106 ++++++++++++++++++++++++++-----------------------------
 cygwin/INSTALL |   27 ++++++++------
 4 files changed, 111 insertions(+), 72 deletions(-)

commit 6155d20969a9307ae234e71efa87377d58d400b8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Aug 18 17:48:01 2010 -0400

    Add INSTALL note re bad system clock prob w make
    
    Per list discussion, it may make sense to bulletproof
    the Makefile.PL against this issue in future releases.

 INSTALL |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 55f1a7f0cf09355e9c4b6ee500681526e908ffe6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Aug 18 14:45:01 2010 -0400

    Turn off use of uuencode/decode for win32 Dumper
    
    There have been some bug reports from win32 systems where
    the t/dumper.t test fails because of a uuencode or uudecode
    error.  Since uuencode/uudecode are not available on win32,
    we force use of Convert::UU.

 IO/Dumper.pm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 28d24a6cffd148ae1372686b08aad3e24e6ce8db
Author: Henning Glawe <glaweh@debian.org>
Date:   Wed Aug 18 10:59:57 2010 +0200

    disable EU::MM prompts during debian package build

 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 209d168cb8e8d299287afabd9da9b8b317c69852
Author: Henning Glawe <glaweh@debian.org>
Date:   Wed Aug 18 10:51:55 2010 +0200

    git-ignore vim temp files

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit cfb18501d7686019db209542b8a166fcc3f3018a
Author: Henning Glawe <glaweh@debian.org>
Date:   Wed Aug 18 10:50:13 2010 +0200

    add more debian pkg tempfile to .gitignore

 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 034d2a5948bd7c1651b380f079e7fcab0fc11066
Author: Henning Glawe <glaweh@debian.org>
Date:   Wed Aug 18 10:47:19 2010 +0200

    bump debian pkg version to pre3

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4eb2760b6dc58c0b9eceaa741c8955e801544ea1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 17 20:46:07 2010 -0400

    Fix some legacy problems with old X11 TriD code
    
    This is the last time...

 Graphics/TriD/OpenGL/opengl.pd |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit 5d195653122f1bf36cb6237117abf1a295fa26f8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 17 14:23:42 2010 -0400

    Update FAQ and Makefile.PL docs for 2.4.7 release

 Basic/Pod/FAQ.pod |  363 +++++++++++++++--------------------------------------
 Makefile.PL       |    8 +-
 2 files changed, 103 insertions(+), 268 deletions(-)

commit 9ac17378d3c6a38b8c7110d9389364b3dfc4a165
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 17 12:16:46 2010 -0400

    Fix imag2d/twiddle export from PDL::Graphics2D
    
    And more various doc updates for coming PDL-2.4.7...

 Graphics/Graphics2D.pm |   50 +++++++++++++++++-------------
 Graphics/TriD/TriD.pm  |    4 +-
 Perldl2/README         |    8 ++++-
 Perldl2/TODO           |   12 ++++----
 TODO                   |   78 ++++++++++++++++++++++++------------------------
 5 files changed, 82 insertions(+), 70 deletions(-)

commit 42bf9d6808f4389ee771b3746ff1162041d6aed2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Aug 16 15:49:58 2010 -0400

    Doc/POD/word-smithing for the PDL-2.4.7 release
    
    This look to be stable as far as surprise bug reports
    from PDL-2.4.7_pre2 testing.  I anticipate that the
    PDL-2.4.7_pre3 may not really be necessary.  These
    updates are getting ready for the real PDL-2.4.7 release.

 BUGS                           |    2 +-
 DEPENDENCIES                   |   14 ++--
 DEVELOPMENT                    |    2 +-
 INSTALL                        |   61 +++++++----------
 IO/ENVI/readenvi.pdl           |    8 +-
 Known_problems                 |    2 +-
 Perldl2/Plugin/NiceSlice.pm    |   22 +++---
 Perldl2/Plugin/PDLCommands.pm  |    6 +-
 Perldl2/Plugin/PrintControl.pm |   16 ++--
 Perldl2/Profile/Perldl2.pm     |    8 +-
 Perldl2/TODO                   |   10 ++-
 Release_Notes                  |   38 ++++++++----
 cygwin/INSTALL                 |   38 +++++------
 perldl.PL                      |  139 ++++++++++++++++++++--------------------
 14 files changed, 184 insertions(+), 182 deletions(-)

commit 0e8ad23faae3cc806d8ac751286bce9fd076e6a9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Aug 16 14:20:59 2010 -0400

    Fix leading white space in imag2d() POD
    
    The leading white spaces were missing on some "empty" lines
    which split up the examples and usage into many separate
    (ugly) boxes in the online version of the docs.

 Graphics/Graphics2D.pm |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

commit 8fe01ca4307480982b51b0cb47751d477fa94f30
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon Aug 16 09:10:04 2010 +0200

    update debian changelog

 debian/changelog |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 2c9c4270e8bb521ead4174d49a5a284c8e554e6b
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon Aug 16 09:08:31 2010 +0200

    add symlink for manpages

 debian/pdl.links |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 1d8083ea03ec8f242762691d20dd2b46bbedbe24
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun Aug 15 23:30:33 2010 +0200

    update debian Standards-Version

 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bdbd9fe7e48244dc8782ac3d466d347ea75d77d0
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun Aug 15 21:49:45 2010 +0200

    minor debian changelog updates

 debian/changelog |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 7d7cdd2cd9e8c6479e15289a76d8d187892e2bef
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 15 21:48:21 2010 -0400

    Fix missing term in ~ expansion test t/autoload.t

 t/autoload.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b24825a07afe245d40930fc98608819702927a2b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 15 20:12:06 2010 -0400

    Update VERSION to 2.4.6_993 for final fixes

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit ca3daaa3c0b94b5561b37ec4782cb88487667855
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 15 19:54:30 2010 -0400

    Update readme-type files for pre2 release

 DEPENDENCIES   |   12 ++++++------
 Known_problems |    2 +-
 MANIFEST       |    1 +
 Perldl2/README |   23 ++++++++++++-----------
 Release_Notes  |   31 +++++++++++++++++++++++--------
 5 files changed, 43 insertions(+), 26 deletions(-)

commit eca3468166b4f0a1b6ec2118ce4eb869eca6eb03
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 15 19:32:55 2010 -0400

    Fix .perldlrc double require bug in perldl
    
    There was a problem where running 'perl perldl' after building
    PDL from the source directory would only give you plain perl.
    The code should have been retrying with 'use blib' so things
    should have worked since 'perl -Mblib perldl' does work.
    
    The subtlety was that require caches the names of files that
    it fails to load in %INC as well as ones that work.  To attempt
    again, you have to delete the previously created hash entry.
    
    Also updated version for next pre-release and some documenting
    comments in perldl.conf

 Basic/PDL.pm |    2 +-
 perldl.PL    |    1 +
 perldl.conf  |    5 +++++
 3 files changed, 7 insertions(+), 1 deletions(-)

commit 9c668ea42a299564bb70d13aaf1d463443d6738a
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun Aug 15 19:44:45 2010 +0200

    build-depend and suggest libdevel-repl-perl

 debian/control |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b05cfe6e3e4852254fc97daffb51274d207c963c
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun Aug 15 19:43:47 2010 +0200

    install Changes file only if available

 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 44ea474c9f333f29bf8d9574e1b688f3eab835a5
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sun Aug 15 17:26:56 2010 +0200

    Add PROJ.4 error to "common problems".

 INSTALL |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

commit 6e754737d3f6ec48b8d915f4c8a2cea077291e00
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 15 10:37:19 2010 -0400

    Fix pdl2 to run perldl if TR::Stub is used
    
    Devel::REPL is not safe against use of the minimal Term::ReadLine::Stub
    support in the perl distributions.  This works around that limitation
    until the fixes can be made upstread in the Devel::REPL module.

 Perldl2/Profile/Perldl2.pm |  121 ++++++++++++++++++++++++--------------------
 1 files changed, 66 insertions(+), 55 deletions(-)

commit 0fcfd0e38f0562f4cf8c9c46e7d3f91919b81290
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun Aug 15 14:21:23 2010 +0200

    gitignore files specific to debian package build

 .gitignore |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 782ba47c6124dca1f24246640f3654a4724ddfb6
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun Aug 15 12:39:34 2010 +0200

    don't set repacked version in upstream git

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a10f5284c856d5c80fd474f483f2a2b8b2ab7647
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun Aug 15 12:33:31 2010 +0200

    start work on new pdl package

 debian/changelog |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit a0c1aa51e383e3a0574957fe5a31ba4c3a02403b
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun Aug 15 12:33:06 2010 +0200

    suggest proj-bin in binary package

 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ab3743cb769817f609b62f507f61424cae6e2339
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun Aug 15 12:07:38 2010 +0200

    update debian/changelog from my last upload

 debian/changelog |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 76a30064e4d0d9fbab98ae7ccac9d8b0554523d0
Author: sisyphus <sisyphus1@optusnet.com.au>
Date:   Sun Aug 15 12:48:24 2010 +1000

    t/proj_transform.t - skip all if no jpegtopnm
    
    This test script needs the jpegtopnm utility
    and should be skipped if that utility can't
    be found - which is what now happens.

 t/proj_transform.t |   39 ++++++++++++++++++++++++---------------
 1 files changed, 24 insertions(+), 15 deletions(-)

commit 4f57cb1dea7bd8ef1452435ccb3d24c9107b1cde
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sat Aug 14 15:51:48 2010 +0200

    Update release notes with the lastest changes to documentation.

 Release_Notes |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

commit 1b44f2ceec0d69ab8d429ed4b6a97325923ae415
Merge: a6c0fe6 3bd74f8
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sat Aug 14 15:24:00 2010 +0200

    Merge latest documentation changes with master.

commit a6c0fe6cc3bedee11c7cad7b1811d7b87f0b63ee
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sat Aug 14 15:21:53 2010 +0200

    Add threading tutorial to PDL::Tutorials.

 Basic/Pod/Tutorials.pod |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit 1787a9e5e3a989f85917613f7ca19861279a11f2
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sat Aug 14 15:21:36 2010 +0200

    Add spaces to delineate code blocks correctly.

 Basic/Pod/Threading.pod |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit 3bd74f8fc1e1f95a9c4c239f024824d509088c00
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 14 09:19:37 2010 -0400

    Final file fixes before release
    
    NOTE: perldl.conf SKIP_KNOWN_PROBLEMS option is set
    for official releases so that test cases entered for
    unresolved problem tickets do not generate unexpected
    distribution FAILs.  Be sure to change this back for
    git development so tests will indicate actual status.

 IO/ENVI/readenvi.pdl |    4 ++--
 MANIFEST             |    4 +---
 TODO                 |   13 ++++++-------
 perldl.conf          |    2 +-
 4 files changed, 10 insertions(+), 13 deletions(-)

commit 4ef39f7950d88656de6145e6916b77d10d6d2ebe
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 14 09:11:09 2010 -0400

    Move imag2d() into Graphics2D and update TODO

 Graphics/Graphics2D.pm |  787 +++++++++++++++++++++++++++++++++++++++++++++++-
 TODO                   |   12 +-
 imag2d.pdl             |  787 ------------------------------------------------
 3 files changed, 792 insertions(+), 794 deletions(-)

commit 59e5f8f3004704c013fd0a4182f50bd76dbc66c1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 13 20:29:07 2010 -0400

    Add pdl2 docs re filter leading prompt string
    
    This allows for easier cut-and-paste of PDL shell sessions
    as examples or demo code into another session.  Not supported
    by perldl at the moment.

 Graphics/TriD/TriD/GL.pm |    2 +-
 Perldl2/pdl2             |   12 ++++++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

commit 95d13842030ddb488cc32f081205a513d9df64c1
Merge: 9d13be7 0833506
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 13 20:07:49 2010 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 9d13be76547c2f350b6c779efe1e3f7da882dd02
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 13 20:06:08 2010 -0400

    Add filter for leading 'pdl>' to pdl2 commands
    
    This allows for convenient cut-and-paste of output from a PDL
    shell session as input to another session (e.g., for tutorials
    and other example code).

 Perldl2/Plugin/PDLCommands.pm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit e853424e6f22b8ca9697fa856aed3302d54186f3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 13 20:05:35 2010 -0400

    Document spheres3d as a preliminary implementation

 Graphics/TriD/TriD.pm |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit 0833506d056417f267c1fc16ae615ec4e2c79adf
Merge: aabc2a7 e26d3f1
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sat Aug 14 01:43:42 2010 +0200

    Merge my recent changes with master.

commit aabc2a7b65ccdea85c1b8046929737376cd6cd24
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sat Aug 14 01:40:01 2010 +0200

    Fix a lot of spelling mistakes and typos.

 Basic/Pod/API.pod        |    4 +-
 Basic/Pod/BadValues.pod  |   68 ++++++++++++++--------------
 Basic/Pod/Course.pod     |   16 +++---
 Basic/Pod/Dataflow.pod   |    8 ++--
 Basic/Pod/Delta.pod      |    4 +-
 Basic/Pod/FAQ.pod        |   46 ++++++++++----------
 Basic/Pod/Indexing.pod   |  108 +++++++++++++++++++++++-----------------------
 Basic/Pod/Internals.pod  |   22 +++++-----
 Basic/Pod/MATLAB.pod     |   10 ++--
 Basic/Pod/Objects.pod    |   10 ++--
 Basic/Pod/PP.pod         |   90 +++++++++++++++++++-------------------
 Basic/Pod/Philosophy.pod |   12 +++---
 Basic/Pod/QuickStart.pod |   66 ++++++++++++++--------------
 Basic/Pod/Scilab.pod     |    8 ++--
 Basic/Pod/Threading.pod  |    6 +-
 Basic/Pod/Tips.pod       |    9 ++--
 Basic/Pod/Tutorials.pod  |    4 +-
 17 files changed, 246 insertions(+), 245 deletions(-)

commit 32f45cda0db9c0e232435c5cd33bd3fd39360287
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sat Aug 14 01:13:53 2010 +0200

    Fix broken link.

 Basic/Pod/Tutorials.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e26d3f1a64c9b8676b8216da6c14b95d197b09ab
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 13 18:19:54 2010 -0400

    Update Perldl2 README and TODO with demo fix info

 Perldl2/README |   27 ++++++++++++---------------
 Perldl2/TODO   |   13 +------------
 TODO           |   50 +++++++++++++++++++++++++-------------------------
 3 files changed, 38 insertions(+), 52 deletions(-)

commit de95d69cf87f80d1f093ed21d4e78193826ddc7e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 13 17:53:22 2010 -0400

    Fix Demos/Screen.pm to work with pdl2 or perldl

 Demos/Screen.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 36a655afdb9868f7645b3dfbdc122c23ed5fcfb5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 13 15:49:50 2010 -0400

    Added draft Release_Notes for 2.4.7

 Release_Notes |  209 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 208 insertions(+), 1 deletions(-)

commit 658c5807cb9a73c8ffaa4f76f2eaffc7a4708ef4
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 21:29:54 2010 +0200

    Fix 3 typos and change one link.

 INSTALL |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 65e61fb4383f8ef7b8c81daad4fa3f2b60297c38
Merge: 1b8c7f5 0e2bcaa
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 21:17:00 2010 +0200

    Merge my latest changes with master.

commit 1b8c7f57d39cb6526163770acc956c8f1cf2c6d2
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 21:11:39 2010 +0200

    Typo: broken link.

 Basic/Pod/Modules.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0e2bcaa66e8cea2e36283ea8f84e13612059268f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 13 13:49:25 2010 -0400

    Fix t/autoload.t test problem when no shell ~
    
    The test was using the old check as a fallback which
    breaks in the event of ~ expansion not being enabled in
    the shell used by qx{}.  This updates it to the code
    used by bash.

 t/autoload.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 76395d5e5d24abbd66a5b85f87028c66ffe63041
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 19:03:04 2010 +0200

    Add Modules.pod to manifest.

 MANIFEST |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 89b57d19fd1ed614943a8127006459f12fff6be1
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 18:26:10 2010 +0200

    Minor edit - shorten one title.

 Basic/Pod/Modules.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e889192e3a28ce3a7b2964bb02170a4672ef4ab2
Merge: ecfc596 bf50b41
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 17:13:04 2010 +0200

    Merge my changes with master.

commit ecfc59623e3c4a7b641697c6ee8b655e44e59568
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 17:09:43 2010 +0200

    Add a guidance for PDL reference documentation.

 Basic/PDL.pm          |   21 ++
 Basic/Pod/Modules.pod |  482 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 503 insertions(+), 0 deletions(-)

commit bf50b41f70d0dafdbdfecf925a806c3745e08620
Merge: 62eae7e eb48bab
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 13 09:35:47 2010 -0400

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 62eae7e5d3643b3605c4eb48ff9ede366ce6b96f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 13 09:35:00 2010 -0400

    Update VERSION and readme for pre-release

 Basic/PDL.pm   |    2 +-
 Known_problems |   18 +++++-----
 Release_Notes  |    9 ++---
 cygwin/INSTALL |   17 +++++----
 cygwin/README  |   14 +++----
 win32/INSTALL  |  106 ++++++++++++++++++++++++++++++++------------------------
 6 files changed, 91 insertions(+), 75 deletions(-)

commit eb48babef733cf84de33469397ec0fe5e83bfda2
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 14:57:47 2010 +0200

    Significantly improve the Tutorials page (more links, better explanations).

 Basic/Pod/Tutorials.pod |   67 ++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 58 insertions(+), 9 deletions(-)

commit ec79ed635a43cb6bcfd02b0109cfe066723571ee
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 12:49:37 2010 +0200

    Make FAQ more platform-agnostic by refering to "perldoc" instead of "man".

 Basic/Pod/FAQ.pod |   34 ++++++++++++----------------------
 1 files changed, 12 insertions(+), 22 deletions(-)

commit f3d023a6f793a1c1197391f14a38799d6b1f571f
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 12:44:47 2010 +0200

    Present PDL::Guide as a PDL course and add it to the PDL pod page.
    
    --HG--
    rename : Basic/Pod/Guide.pod => Basic/Pod/Course.pod

 Basic/PDL.pm         |    5 +
 Basic/Pod/Course.pod |  492 ++++++++++++++++++++++++++++++++++++++++++++++++
 Basic/Pod/Guide.pod  |  507 --------------------------------------------------
 MANIFEST             |    2 +-
 4 files changed, 498 insertions(+), 508 deletions(-)

commit fca8547e64da376af0e234d700b155ce208464fd
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 12:41:20 2010 +0200

    Delete Intro.pod and introduce Tutorials.pod in its place.

 Basic/PDL.pm            |   23 ++++++----
 Basic/Pod/FAQ.pod       |    3 +-
 Basic/Pod/Intro.pod     |  106 -----------------------------------------------
 Basic/Pod/Makefile.PL   |    1 -
 Basic/Pod/Tutorials.pod |   70 +++++++++++++++++++++++++++++++
 Doc/Doc/Perldl.pm       |    6 +-
 MANIFEST                |    2 +-
 7 files changed, 88 insertions(+), 123 deletions(-)

commit 5bc80dc491f91254889f39f27cb33e3b060e5ed3
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 02:26:20 2010 +0200

    Fix link to QuickStart.

 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 998656aacc7694378ca3e7b220a1e94392a0115b
Merge: 105239f 1d98566
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri Aug 13 02:23:23 2010 +0200

    Merge my last changes with the master branch.

commit 1d98566fcc93b88c8f0301077a4a6da372e77747
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 12 10:39:02 2010 -0400

    Add macosx directory for platform specific info

 README        |    4 ++++
 macosx/README |    7 +++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit 4fdd735b747d9e277d7329849845e9cc94b7c5b6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 12 10:35:07 2010 -0400

    Update README and perldl.conf for 2.4.7...

 README      |   45 +++++++++++------------
 perldl.conf |  114 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 84 insertions(+), 75 deletions(-)

commit da6bbbfbf50f140b78e2c79074f590a6d7a28c60
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 12 09:54:52 2010 -0400

    More readme-type file updates for 2.4.7

 BUGS           |   24 ++++++-----
 INSTALL        |  130 ++++++++++++++++++++++++++++++++-----------------------
 Known_problems |    8 +---
 README         |   13 +++---
 4 files changed, 96 insertions(+), 79 deletions(-)

commit fdc58176e643548eec64b2d7cd107e523ba94ef6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 12 09:12:06 2010 -0400

    make dist now builds Changes before distdir

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 326935d6d7f89a827708d7fa2d65d6966e73a4ae
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 10 18:19:44 2010 -0400

    Update Known_problems and others for 2.4.7

 Known_problems |    7 +++++++
 README         |    2 +-
 TODO           |   34 +++++++++++++++++-----------------
 3 files changed, 25 insertions(+), 18 deletions(-)

commit 4a4905e8a40f5836de95a6fe826f26432e96c966
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 10 16:40:49 2010 -0400

    Add Known_problems skip to t/dumper.t
    
    This allows the release tests to skip the mysterious failure
    which occurs for various BSD platforms.  It is hoped the problem
    will be solved if we can get a system to reproduce the problem
    and developer access.

 t/dumper.t |  113 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 61 insertions(+), 52 deletions(-)

commit aabe91cad678535ba821255e8c463168f981c797
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 10 16:24:54 2010 -0400

    Fix uuencode/uudecode detection logic
    
    IO/Dumper.pm was not checking for both uuencode and uudecode
    which meant sometimes things broke when it was not needed,
    now that Convert::UU is a PDL dependency.

 IO/Dumper.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 105239ff505830cbf8fe36a25aad84a3abcf2f62
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Tue Aug 10 19:37:54 2010 +0200

    Update descripton of PDL::Indexing.

 Basic/Pod/Indexing.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f9a39dafebdf4293bcb7e06cd1239fd005e0b428
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Tue Aug 10 19:34:02 2010 +0200

    Show the correct path for the modules that were going to be in the "book".

 Basic/Pod/FAQ.pod        |    4 ++--
 Basic/Pod/Indexing.pod   |    2 +-
 Basic/Pod/MATLAB.pod     |    2 +-
 Basic/Pod/Philosophy.pod |    2 +-
 Basic/Pod/QuickStart.pod |    2 +-
 Basic/Pod/Scilab.pod     |    2 +-
 Basic/Pod/Threading.pod  |    2 +-
 Basic/Pod/Tips.pod       |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

commit 2b96acab56eebcc05c988c6606e3fb6e3da5e705
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Tue Aug 10 19:06:44 2010 +0200

    Work on a PDL book is postponed for now. I want to just get a series of
    tutorials finished and organized first.

 Basic/Pod/make-book.pl |  175 ------------------------------------------------
 Basic/Pod/pdl-book.css |    8 --
 2 files changed, 0 insertions(+), 183 deletions(-)

commit 543bf22c80abedc8bb5ada96c29bf9f5cc9aada4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 10 07:26:49 2010 -0400

    Update PDL/TODO with latest info

 TODO |   30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

commit bfd9268bb4c6e07e120acaa6ddc56fff4a8aa946
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Aug 9 21:01:55 2010 -0400

    Update Known_problems with t/dumper.t bug
    
    ...and some minor edits to README for the upcoming release.

 Known_problems |    4 ++--
 README         |   19 ++++++++++---------
 2 files changed, 12 insertions(+), 11 deletions(-)

commit 75c903f9258bf30f028053a1b34a34da915c7715
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 8 21:56:27 2010 -0400

    Add explicit test count for older Test::More

 t/config.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 74642a5e5013d8da1e922ef7e4f089cc29e1bf1d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 8 11:06:31 2010 -0400

    Update VERSION to 2.4.6_019 for development
    
    This follows another very minor release to CPAN to
    try to verify a fix for the t/dumper.t failures for
    some *bsd systems.

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   15 +++++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

commit cab029b9e0be756c6b578d0f4dabc43914e6cfc5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 8 10:46:55 2010 -0400

    Fix regex for IO/Dumper.pm fix (take 2)

 IO/Dumper.pm  |    2 +-
 Release_Notes |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 7d399b423cd0e9eddb5b530a521d675e9f32337c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 7 23:53:50 2010 -0400

    Update Known_problems after CPAN devel release

 Known_problems |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0168aee10028f6d536664fa7644eaef4cca1735c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 7 23:52:36 2010 -0400

    Update VERSION to 2.4.6_018 for more development
    
    This follows a very minimal new CPAN developers release
    to test a single fix for a mysterious, long-time, difficult
    to reproduce failure in t/dumper.t.

 Basic/PDL.pm   |    2 +-
 Known_problems |    2 +-
 Release_Notes  |   19 ++++++++++++++++++-
 3 files changed, 20 insertions(+), 3 deletions(-)

commit d0b49090ac10e8c6997a9ad7a220e7ed24bf42a0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Aug 7 23:31:26 2010 -0400

    Possible fix to PDL::IO::Dumper failures
    
    There have been CPAN tester failures from t/dumper.t where the
    problem was scalar piddles werer being dumped as the value of the
    memory location *but* as a signed integer.  That resulted in a
    synthesized variable named '$PDL-12345', for example, which is
    not valid perl.  The problem appears to be some implicit stringify
    to decimal in IO/Dumper.pm.  I think that has been fixed by using
    sprintf and %u formats.

 IO/Dumper.pm  |    4 ++--
 Release_Notes |   15 +++++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

commit 3e0c7dc67eb2055bc310884b1acadd0cf0401140
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 6 22:37:58 2010 -0400

    Update PDL/TODO with progress made so far

 TODO |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit 5a6465701878aa5e6df1336fd2aa76b8957cb44c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 6 17:02:00 2010 -0400

    Update VERISON to 2.4.6_017 for more development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit def42c7624d0eb2210c6208ac7aa352371dfc5d5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 6 16:28:10 2010 -0400

    Update Release_Notes for 2.4.6_016 release to CPAN

 Release_Notes |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit df715150381b8c289cb06133df5a33cc66230222
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 6 16:18:32 2010 -0400

    Fix spheres3d to use GL_SMOOTH shading...
    
    So the result looks more sphere-like.  Next need to add
    control of color and radius.  It would be useful to allow
    for more light sources for TriD geometries.  Even an
    ambient light of some amount would help things from
    disappearing in shadows.

 Graphics/TriD/TriD/GL.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 234bd400bb0c41e4c1398f67e9f92285369539f8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Aug 6 15:05:44 2010 -0400

    Don't set OpenGL as a PREREQ_PM unless version ok
    
    This should fix a problem where a cpan build of PDL on a
    system with an inadequate install of OpenGL would still
    fail because of the missing dependency---even though we
    had already decided that it wasn't going to work and so
    should not be a dependency in this case.

 Makefile.PL |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit fd356ccbfd330615d31767377a363305c088ffcf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 5 17:32:50 2010 -0400

    Add detect previous PDL installs for build
    
    This was sf.net feature request #2805194, "detect multiple PDL
    installs on build".  The problem was that multiple PDLs in the
    @INC path sometimes resulted in very mysterious test failures.
    This was especially when the new PDL was built with different
    perldl.conf options from the previous install.

 Known_problems |   12 ++++++++----
 Makefile.PL    |   13 +++++++++++++
 Release_Notes  |    9 ++++++++-
 3 files changed, 29 insertions(+), 5 deletions(-)

commit 66955d40b2ad2937e6cb2fe4b6eb703312d43311
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 5 14:40:18 2010 -0400

    Fix PDL::AutoLoader to handle win32 PDLLIB env
    
    The separator is ; rather than :.  Also was some cleanup
    of the logic in general fixing some minor inconsistencies.
    Please report any issues with PDLLIB env expansions.  Need
    to add tests.

 Basic/AutoLoader.pm |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

commit 0a88792df08d6ccfeab1a3cb63b43ff487ab2158
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Aug 5 09:54:25 2010 -0400

    Update PDL/TODO for PDL-2.4.7 release

 TODO |  333 ++++++++++++++++++++++++++++++------------------------------------
 1 files changed, 152 insertions(+), 181 deletions(-)

commit 49c4ad93224b83deb4e4dcbb5f6977e14ae99e32
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Aug 4 17:54:46 2010 -0400

    Re-prioritize Perldl2/TODO list for 2.4.7

 Perldl2/TODO |  165 ++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 96 insertions(+), 69 deletions(-)

commit 603313a76c30d36b7a5930429a137a9d14c6fdd1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Aug 3 11:09:02 2010 -0400

    Update DEPENDENCIES re HDF and others
    
    A clean up pass through the dependency file for the
    purpose of the coming PDL-2.4.7 release.

 DEPENDENCIES |  339 +++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 192 insertions(+), 147 deletions(-)

commit b42a113942895be9411c98a64ca739affef9a467
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Aug 1 15:04:07 2010 -0400

    Add PDL::Config to 'use PDL' modules to load
    
    I don't know if it makes sense to have this for PDL::Lite
    or PDL::LiteF but having it pulled in my 'use PDL' will
    make PDL run time decisions and documentation of configuration
    information simpler and more transparent.

 Basic/PDL.pm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit ebd3828005c7d43d388d5ae466f449faea41ea8f
Author: sisyphus <sisyphus1@optusnet.com.au>
Date:   Sun Aug 1 19:59:53 2010 +1000

    win32/INSTALL Update Win32 install notes.

 win32/INSTALL |  108 +++++++++++++++-----------------------------------------
 1 files changed, 29 insertions(+), 79 deletions(-)

commit ee4ae3db83a2c58a353162518bc627d298bd9620
Merge: 24e935e 0a1aa5b
Author: Craig DeForest <zowie@Clio.local>
Date:   Sun Aug 1 02:41:48 2010 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 24e935e8af5f77254bef8ad1f9eb028acc8e8789
Author: Craig DeForest <zowie@Clio.local>
Date:   Sun Aug 1 02:36:49 2010 -0600

    Finally, a fix to the pdl permissive-constructor bug.  Two separate problems:
    	* an off-by-one error in indexing the dim list of the target led to
    	  indexing the -1 element of the dim list in certain cases; this generally
              caused heisenbugs by forcing the null padding loop to wander off into
              hyperspace;
            * Most of the time av_fetch returns a valid element; sometimes it
    	  returns a pointer to 0, and sometimes it returns 0.  We were always
    	  dereferencing it, so in the rare cases where it returned 0 we were
              throwing a bus error.
    
    Tests:
    
      The multiple-PDLs-in-a-list bug:
    	$c[0][0] = pdl([1]);
            $c[1][0] = pdl([2]);
    	$d = pdl(@c);
    
      The unrelated crash-on-undef-first-element bug:
            $c[0][0] = pdl([1]);
    	$c[1][0] = pdl([2]);
    	$c[2][2] = 5;

 Basic/Core/pdlcore.c.PL |   59 ++++++++++++++++++++++++++++++----------------
 1 files changed, 38 insertions(+), 21 deletions(-)

commit 0a1aa5bbbeeb3e77d7d17d0ba3297e2da5a16eff
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 31 15:12:41 2010 -0400

    Update version and Release_Notes for development

 Basic/PDL.pm  |    2 +-
 Release_Notes |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

commit 8fead1083be70fdfb2e2ffff153bea3c6454617a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 31 14:44:03 2010 -0400

    Fix test problems for CPAN devel release
    
    Several tests were using %PDL::Config values but not
    use-ing the PDL::Config module.  The SKIP_KNOWN_PROBLEMS
    logic had a bug in t/constructor.t.  Also updated the
    DEPENDENCIES and MANIFEST info for the new release.

 DEPENDENCIES    |   26 ++++++++++++--------------
 MANIFEST        |    8 +++++---
 t/complex.t     |    1 +
 t/constructor.t |    7 ++++---
 t/gd_oo_tests.t |    1 +
 t/gd_tests.t    |    1 +
 t/minuit.t      |    1 +
 t/slatec.t      |    1 +
 8 files changed, 26 insertions(+), 20 deletions(-)

commit 7d18e6dbb0c5f61632c301d99bb81b4e03fb3207
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 30 22:44:24 2010 -0400

    Add pdl2 refs where perldl was referered to
    
    Updating perldl docs with pdl2 for PDL-2.4.7 release.

 Basic/Core/Dbg.pm                         |    2 +-
 Basic/SourceFilter/NiceSlice.pm           |    5 +++--
 Demos/BAD_demo.pm.PL                      |    6 +++---
 Demos/Cartography_demo.pm                 |    3 ++-
 Demos/General.pm                          |    6 +++---
 Example/InlinePdlpp/Module/MyInlineMod.pm |    4 ++--
 Graphics/PGPLOT/Window/Window.pm          |    2 +-
 Lib/Func.pm                               |    2 +-
 Lib/Slatec/slatec.pd                      |    2 +-
 9 files changed, 17 insertions(+), 15 deletions(-)

commit d4baca2a291561d76831fef9bed42d7ca3facfdf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 30 18:35:40 2010 -0400

    Apply patch 3024237 to VS.pd for verification
    
    I'm applying the patch to VS.pd in order to enable
    testing of this fix by PDL HDF users (which I am not).
    Please contact Olivier Archer with any test results
    from the new code.  Thanks.

 IO/HDF/VS/VS.pd |   32 ++++++++++++++++++++++++++++----
 1 files changed, 28 insertions(+), 4 deletions(-)

commit e6a8a68f4aea42bed5b171e777fd7bc4ccc4e589
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jul 29 20:06:07 2010 -0400

    Update Release_Notes for cygwin and ffmpeg
    
    Apparently ffmpeg requires version 1.7.x of cygwin to
    build (because the older version lacks the llrint(() routine
    in its C library).

 Release_Notes |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 2dd07702b97fad87bb8976b241af29ca88949fbb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jul 29 09:20:08 2010 -0400

    fix wmpeg() to use ffmpeg to generate the video
    
    This resolves sf.net feature request #3010984.
    Note that ffmpeg supports much more video file functionality
    and formats than mpeg_encode.  I would like to see this as
    the basis for a general read/write AVI capability in the
    future.  This should work for cygwin and unix/linux/*bsd/macosx
    but needs to be verified on win32.

 Example/IO/wmpeg.pl |   58 +++++++++++++++++++
 IO/Pnm/Pic.pm       |  159 ++++++++++++++++++++++----------------------------
 Perldl2/TODO        |    6 +-
 Release_Notes       |    9 +++
 4 files changed, 141 insertions(+), 91 deletions(-)

commit d215a9c8cb334f00cc37ae08bdf13c5f6b44dbe5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 27 10:48:41 2010 -0400

    Update required perl version to 5.8.x
    
    And some updates to the readme files and Release_Notes
    documenting this fact as well as other fixes.

 INSTALL               |    6 +++---
 Lib/Fit/Polynomial.pm |    2 +-
 Makefile.PL           |    2 +-
 Release_Notes         |   10 ++++++++++
 4 files changed, 15 insertions(+), 5 deletions(-)

commit 8adb0b9e6e88ded9153563509794ed253d4f50e1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 26 21:54:46 2010 -0400

    Replace matinv() by inv() in PDL::Fit::Polynomial
    
    This removes the dependency on Slatec (an external, fortran
    library) which make trouble for portability.  This takes
    advantage of the new, threaded implementation of lu_decomp
    and lu_backsub where partial pivoting is still supported
    even in the case of threaded input data.
    
    This resolves sf.net feature request #2891276.

 Lib/Fit/Polynomial.pm |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 6d6253e56d8833bf45bbaca2f302b4d2a8b7a4e4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 26 18:47:23 2010 -0400

    Create directory for new PDL::IO::ENVI module

 IO/ENVI/readenvi.pdl |  325 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 325 insertions(+), 0 deletions(-)

commit 104f65720b6c3819115316b9e24b8b8459dce647
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 26 13:54:27 2010 -0400

    Update perldl> prompt refs to pdl>
    
    Trying to make POD and docs consistent with the
    new PDL shell prompt defaults.

 Basic/AutoLoader.pm              |   12 +-
 Basic/Bad/bad.pd                 |    6 +-
 Basic/Complex/complex.pd         |   49 +++-------
 Basic/Core/Basic.pm              |   63 +++++++------
 Basic/Core/Core.pm.PL            |   74 +++++++-------
 Basic/Core/Dbg.pm                |   12 ++-
 Basic/PDL.pm                     |    3 +-
 Basic/Pod/BadValues.pod          |   58 ++++++------
 Basic/Pod/Dataflow.pod           |    8 +-
 Basic/Pod/FAQ.pod                |    2 +-
 Basic/Pod/Guide.pod              |    2 +-
 Basic/Pod/Indexing.pod           |  110 +++++++++++-----------
 Basic/Pod/Internals.pod          |   10 +-
 Basic/Pod/MATLAB.pod             |   66 +++++++-------
 Basic/Pod/QuickStart.pod         |   19 ++--
 Basic/Pod/Scilab.pod             |   66 ++++++-------
 Basic/Pod/Threading.pod          |  196 +++++++++++++++++++-------------------
 Basic/Pod/Tips.pod               |    6 +-
 Basic/Primitive/primitive.pd     |   91 ++++++++---------
 Basic/Slices/slices.pd           |   64 ++++++------
 Basic/SourceFilter/NiceSlice.pm  |   49 +---------
 Basic/Ufunc/ufunc.pd             |   20 ++--
 Demos/TriD/test6.p               |    2 +-
 Doc/Doc/Perldl.pm                |   16 ++--
 Graphics/IIS/iis.pd              |   10 +-
 Graphics/Karma/karma.pd          |   10 +-
 Graphics/PGPLOT/PGPLOT.pm        |   12 +-
 Graphics/PGPLOT/Window/Window.pm |   22 ++--
 Graphics/TriD/TriD.pm            |   18 ++--
 29 files changed, 506 insertions(+), 570 deletions(-)

commit 0d0a4b8b249df108d74e0a5a576d655c28148eaf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 26 00:00:34 2010 -0400

    Update DEPENDENCIES, Known_problems, Release_Notes

 DEPENDENCIES   |    2 +-
 Known_problems |    1 -
 Release_Notes  |    8 +++-----
 3 files changed, 4 insertions(+), 7 deletions(-)

commit b8f251f9f4d2528fb638e4c2eacab37660cac291
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 25 17:33:36 2010 -0400

    Fix q|x|exit alias issue and update Perldl2/TODO

 Perldl2/Plugin/PDLCommands.pm |    2 +-
 Perldl2/TODO                  |   13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit fa89b6993e713f149f32574f67206c18bd11007a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 25 13:31:15 2010 -0400

    Update TODO with SKIP_KNOWN_PROBLEMS status
    
    Done!

 TODO |   77 ++++++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 57 insertions(+), 20 deletions(-)

commit d5baccdb0ee63f9b0c948d68ac9bfb6d10006f90
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 25 12:51:41 2010 -0400

    Add SKIP_KNOWN_PROBLEMS support for build
    
    This allows stable CPAN releases of PDL to include tests
    for bugs that have not yet been fixed (i.e., in Known_problems)
    but pass tests for automated installs and builds.

 Makefile.PL     |    5 +++++
 perldl.conf     |    7 +++++++
 t/complex.t     |    2 +-
 t/config.t      |    2 +-
 t/constructor.t |    2 +-
 t/flexraw.t     |    2 +-
 6 files changed, 16 insertions(+), 4 deletions(-)

commit bf32eace3c68e023ebd3da74d7bc29bf5936d348
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 25 09:19:42 2010 -0400

    Add stub tests for new pdl string constructor
    
    The test cases are their with the expected results.
    Still need to implement the ok() test machinery.
    Also updated Perldl2/TODO to diagnose issue with
    multi-line q[ ] type string support.

 Perldl2/TODO        |    6 +++-
 t/pdl_from_string.t |   96 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+), 1 deletions(-)

commit 34430f1c49f4c76ff72d29459ae692a2587d988c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 24 15:53:08 2010 -0400

    Missed Minuit and Slatec for fix to bug #3030998
    
    Also updated Known_problems and Release_Notes with the news.

 Known_problems         |    4 +---
 Lib/Minuit/Makefile.PL |    4 +++-
 Lib/Slatec/Makefile.PL |    4 +++-
 Release_Notes          |    4 ++++
 4 files changed, 11 insertions(+), 5 deletions(-)

commit 9ff4bc36b93a91b0e6e4a3cfd9d4ea938b52e5ed
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 24 15:14:44 2010 -0400

    Save built config information in %PDL::Config
    
    This should close sf.net bug #3030998 where the
    "PDL::Config does not match actual build configuration"

 Graphics/Makefile.PL            |    3 +++
 IO/GD/Makefile.PL               |    2 ++
 IO/HDF/Makefile.PL              |    2 ++
 Lib/FFTW/Makefile.PL            |    4 +++-
 Lib/GIS/Proj/Makefile.PL        |    3 +++
 Lib/GSL/Makefile.PL             |    2 ++
 Lib/Transform/Proj4/Makefile.PL |    2 ++
 MANIFEST                        |    3 +++
 8 files changed, 20 insertions(+), 1 deletions(-)

commit a39a855dfc96962b8188d7f7f0059b2206b18384
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 24 12:32:04 2010 -0400

    Fix sf.net bug #2901170 re warnings and TriD
    
    This fixes the final two messages.  It appears that
    there actually was a true duplicate subroutine definition
    in TriD.pm which seems to have been a write-o.  Also made
    some updates to PDL/TODO re progress and tasks.

 Graphics/TriD/POGL/OpenGL.pm |   57 +++++++++++++++++---------------
 Graphics/TriD/TriD.pm        |    2 +-
 TODO                         |   73 ++++++++++++++++++++++++------------------
 3 files changed, 73 insertions(+), 59 deletions(-)

commit 038665ee242faeed5e073688baf72038ccd006e1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 23 22:39:30 2010 -0400

    Update FAQ.pod with pdl2 along side perldl
    
    Eventually, the references to perldl will be deprecated
    by the use of the new shell and the pdl2 command may eventually
    become the pdl command to reduce confusion.

 Basic/Pod/FAQ.pod |  291 +++++++++++++++++++++++++++--------------------------
 1 files changed, 146 insertions(+), 145 deletions(-)

commit 69f2ed3d9b9d455f871c200bc9b2feac16fdd382
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 23 21:23:28 2010 -0400

    Change pdl2 and perldl prompts to pdl>
    
    This matches the new PDL logo work on-going.

 Perldl2/Profile/Perldl2.pm |    4 ++--
 perldl.PL                  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 9fee2b10dea434d5f05f4c76065853ceb9dac40c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 23 17:12:35 2010 -0400

    Add some working files for cygwin memory issues

 cygwin/fix-max-memory.txt |   34 ++++++++++++++++++++++++++++++++++
 cygwin/max_memory.c       |   15 +++++++++++++++
 cygwin/tmalloc.pl         |   12 ++++++++++++
 3 files changed, 61 insertions(+), 0 deletions(-)

commit d0b2b84969dee4ca6bf6852c48f3a1384d56bed3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 23 16:18:38 2010 -0400

    Fix PDL::Complex::string and sum and sumover
    
    This commit should close sf.net bug #1176614 by fully
    installing the patch #1176619.  It also fixes a problem
    that came up with sum and sumover and PDL::Complex piddles.

 Basic/Complex/complex.pd |  512 ++++++++++++++++++++++++----------------------
 Known_problems           |    1 -
 Release_Notes            |    4 +
 t/complex.t              |    2 +-
 4 files changed, 272 insertions(+), 247 deletions(-)

commit f3792543451c0a086dc9519fc6e2f4a23e28041f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 23 16:18:15 2010 -0400

    Update cygwin/INSTALL and README files

 cygwin/INSTALL |   10 +++++-----
 cygwin/README  |    9 +++------
 2 files changed, 8 insertions(+), 11 deletions(-)

commit 29c13b5bf00536f4877d695293a96e07174046c1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 21 21:39:20 2010 -0400

    Update PDL/TODO more PDL-2.4.7 details

 TODO |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit 4249593775adda438cd95615d30e05d3fe0fa54f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 21 14:35:09 2010 -0400

    Update Perldl2/{README,TODO}
    
    They have fallen behind the current development status
    and are missing some of the new items that needed to
    be addressed in the implementation.

 Perldl2/README |   42 +++++++++++++++++++++++-------------------
 Perldl2/TODO   |   31 ++++++++++++++++++++++++++-----
 2 files changed, 49 insertions(+), 24 deletions(-)

commit 51e89abcf9a4aec5a6ebd1861ea04425cd8dba23
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 21 11:25:31 2010 -0400

    Clear up new_pdl_from_string error reporting
    
    The chatty output was confusing since it was
    unclear what was going on and what the message
    actually meant.  Hope this is an improvement.

 Basic/Core/Core.pm.PL |  116 +++++++++++++++++++++---------------------------
 1 files changed, 51 insertions(+), 65 deletions(-)

commit 019c1302db07f0277e3924edc3dc5e6d1c249a9e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 20 15:29:17 2010 -0400

    Add test file for spheres3d debugging in TriD

 Perldl2/logo3d.pdl |  127 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 127 insertions(+), 0 deletions(-)

commit 0cd1c43535faf7ac619a5c2630109ae5df5076e6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 19 16:59:26 2010 -0400

    Add more specifics to pdl2 Ctrl-C fix for win32
    
    Need to modify the read method to keep EOF from ending the shell.
    Maybe this should be at a higher level (e.g. Devel::REPL).

 Perldl2/TODO |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 60cdc005f082a0e6de201b367a4b6f97b44e3ac3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 19 16:21:06 2010 -0400

    Update Known_problems/Release_Notes & Perldl2/TODO
    
    The win32 problem with perldl dying from Ctrl-C
    has been diagnosed and resolved.  Taking the bug
    off of the list of Known_problems, updating the
    Release_Notes and adding an item to Perldl2/TODO
    about work needed to propagate the fix to pdl2.

 Known_problems |    1 -
 Perldl2/TODO   |    5 +++++
 Release_Notes  |    5 +++++
 3 files changed, 10 insertions(+), 1 deletions(-)

commit 7b53bf5048226b819dce95fc7ae0ca621fc43f66
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 19 16:02:47 2010 -0400

    Make $PERLDL::NO_EOF=1 default for win32
    
    This works around an issue with the way windows handles
    Ctrl-C signals.  It appears that a signal in the readline
    call is caught the first time but the second time it is
    treated as an EOF which caused perldl to exit.

 perldl.PL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 585fc7249dbc8e3635053789f5c85d231e86e288
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 19 15:48:06 2010 -0400

    Add EOF termination message to perldl

 perldl.PL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit c1b6e7b1ddc70c7fa0a2ee1a2e24ea4d4ad4cb98
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 19 15:12:58 2010 -0400

    Add Perldl2/tctrl-c.pl to git for Ctrl-C debugging
    
    This is an example program for which catching Ctrl-C
    appears to work.  We need to determine why Devel::REPL
    and perldl don't work.  Is this a code error or a bug
    in perl signal handling...

 Perldl2/tctrl-c.pl |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit c3210316240b20bf9e8dcad9701717b5d636bdbc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 19 11:04:46 2010 -0400

    Fix oops with t/complex.t and skip

 t/complex.t |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e4a9d7bb8ffb17bf61aaefea708efc6da2a0eb9e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 19 10:42:41 2010 -0400

    Add support for SKIP_KNOWN_PROBLEMS env var
    
    If this is set then 'make test' will skip any tests that are
    currently on the Known_problems list.  The tests have to be
    modified by hand at the moment.  We probably need to base the
    skips on a like generated from the Known_problems file...
    eventually.

 Perldl2/TODO    |    4 ++
 Release_Notes   |   24 +++++++++++++++
 t/complex.t     |   18 +++++++----
 t/config.t      |   19 +++++++++---
 t/constructor.t |   24 +++++++++------
 t/flexraw.t     |   87 +++++++++++++++++++++++++++++--------------------------
 6 files changed, 114 insertions(+), 62 deletions(-)

commit 17895a2ef8251a4a01a3702c3fe12ff484e990c7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 19 08:53:05 2010 -0400

    FAQ updates and spell checking TODO/Known_problems

 Basic/Pod/FAQ.pod |  322 ++++++++++++++++++++++++++---------------------------
 Known_problems    |    4 +-
 TODO              |   18 ++--
 3 files changed, 167 insertions(+), 177 deletions(-)

commit fbd761f5848afaad0e6e9a8cd84b9cd23a02c13e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 18 14:55:27 2010 -0400

    Update TODO with PDL-2.4.7 tasks/plans

 TODO |  519 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 519 insertions(+), 0 deletions(-)

commit 4f7d19dfd5187075be2b235a1ce034e7cc6ce54b
Author: Craig DeForest <zowie@Clio.local>
Date:   Sun Jul 18 09:48:01 2010 +0200

    More minor doc tweaks in rfits()

 IO/FITS/FITS.pm |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 94c6f196614ce5017a6e5a03f07e64605209aaf9
Author: Craig DeForest <zowie@Clio.local>
Date:   Sun Jul 18 09:45:52 2010 +0200

    Updated documentation for FITS compressed format; fixed an edge case in Rice compression.

 IO/FITS/FITS.pm                |    7 +++----
 Lib/Compression/compression.pd |    2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

commit a0a803e9ebe27759e283f4d31bf8430530baef52
Merge: 95fc475 74c034e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 17 20:38:29 2010 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 95fc475d939970eecb2a6abe5eff4307714e0c8e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 17 20:37:41 2010 -0400

    Add test for pdl() constructor bug #3011879

 t/constructor.t |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit 74c034e5b92b5b0c2d0d476c46482c617c04e62e
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Sat Jul 17 17:39:33 2010 -0500

    Added the bug ID for the mapflex troubles.

 Known_problems |    1 +
 t/flexraw.t    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit 25ffbb5eddf186ad9e5c10e3f3ed2fa26d2767ec
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 17 13:58:00 2010 -0400

    Add test for sf.net bug #3030998 re PDL::Config.pm
    
    Config.pm needs to reflect the actual build configuration
    for PDL.  That means that any undef options in perldl.conf
    should have been checked and decided yes/no.  The config
    info needs to show that decision, not the initial undef.

 Known_problems |    1 +
 t/config.t     |   24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

commit 0e3bd24be00f0402c550b8fb1ceb591522fac22a
Merge: f5dca19 702a41f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jul 15 18:07:58 2010 -0400

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit f5dca19c2d1d95041a07c312d1ce9d0ae672c44e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jul 15 18:05:35 2010 -0400

    Fix imag2d() explicit zoom to override default
    
    The fixes the argument handling so a specific zoom
    value in the imag2d() call will override the default
    "smart" zoom setting which tries for 1:1 but makes
    things bigger if the image would be too small to see.

 imag2d.pdl |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 702a41fceb4ce2b9da5cfbe5ae4d1745b1d1a0f6
Author: David Mertens <dcmertens.perl@gmail.org>
Date:   Wed Jul 14 20:25:58 2010 -0500

    Added a whole new flexraw set of tests.
    
    These are based on the fastraw tests, and much functionality remains
    to be tested, but it's a start. Among other things, it points out a
    problem with the mapflex function.

 t/flexraw.t |  727 +++++++----------------------------------------------------
 1 files changed, 78 insertions(+), 649 deletions(-)

commit 6cca3822691813b9fd19804367646005e25f2724
Author: David Mertens <dcmertens.perl@gmail.org>
Date:   Wed Jul 14 20:23:23 2010 -0500

    Fixed a bug in mapflex code (though others remain).
    
    The mapflex function created a piddle with something that looked like
    
      '$piddle = byte zeroes(1)'
    
    This used to be interpreted as a piddle with contents of zero, but
    with the new piddle-from-string functionality, it was tripping an
    error. It looks like broken behavior had a default result that the
    piddle-from-string functionality has effectively removed. So I
    fixed that.

 IO/FlexRaw/FlexRaw.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 36e48bb9a70d4459e0dc316436165fafd862fdb6
Author: David Mertens <dcmertens.perl@gmail.org>
Date:   Wed Jul 14 20:22:01 2010 -0500

    Fixed doc typo in FlexRaw that said 'use PDL::IO::FastRaw'

 IO/FlexRaw/FlexRaw.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 10bff9c62595f97f8371039cc9834d1fc2a16218
Author: David Mertens <dcmertens.perl@gmail.org>
Date:   Wed Jul 14 14:00:59 2010 -0500

    Moved the current flexraw tests to a new test name.
    
    The tests for flexraw are very confusing and I was loathing grokking
    them. Instead, I just renamed them to something smart so I can make
    new tests that are not dependent on a Fotran compiler.

 t/flexraw_fortran.t |  666 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 666 insertions(+), 0 deletions(-)

commit 73516ba3d133fab3d820a016a6c7290177c3875d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 13 22:22:06 2010 -0400

    Update VERSION to 2.4.6_015 for more development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ca9427a203bf187d9923690e9dab4d7f6eb00642
Merge: 7451ff4 8527c77
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 13 22:20:38 2010 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 8527c7755bd3cc2392fec72dc15c8e5588399d2b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 12 12:57:58 2010 -0400

    Add test for sf.net bug #1176614
    
    This is broken complex stringification.  If you are not using
    PDL::Complex features, you should be ok forcing an install.

 t/complex.t |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 7451ff45c3f2074fc6729d4661a30000372016d5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 11 18:30:57 2010 -0400

    Update Release_Notes and Known_problems for CPAN

 Known_problems |    2 +-
 Release_Notes  |   50 ++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 37 insertions(+), 15 deletions(-)

commit f4a51927326c9d21b5ed1ee779c83d8083cea316
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 11 14:47:06 2010 -0400

    pdl2 now runs perldl if Devel::REPL is not found
    
    With this change it should be possible to use pdl2
    as the preferred shell name for PDL.  If Devel::REPL
    is not there then the original perldl will be called.

 Perldl2/TODO |    3 ---
 Perldl2/pdl2 |    8 +++++++-
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 030351960f77947ed7e7bcbe0beeb41b7ec5697d
Merge: 1819dfe c751ef6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 11 10:16:36 2010 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 1819dfe536dcb68255e75aa11fa7fddc14a10757
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 11 10:14:43 2010 -0400

    pdl2 exits with message if Devel::REPL not ok
    
    A runtime check against the installed Devel::REPL version
    so that pdl2 exits with a warning rather than with a
    possibly confusing compiler error if Devel::REPL is
    not the correct version.  Need to set the minimum version
    from perldl.conf eventually.  Hardwired for now.

 Perldl2/pdl2 |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit c751ef6bec5254eeb7060e48a44e476032d36140
Author: Rob <Rob@desktop2.(none)>
Date:   Sun Jul 11 19:58:31 2010 +1000

    t/plplot.t - small change to a warning message
    
    Existing message (MSWin only) was a little inaccurate

 t/plplot.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1c72cbb10a2051a291a176d09b1fab1f0bbe650c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jul 10 14:27:51 2010 -0400

    Fix t/opengl.t false fail with no X display
    
    glutInit exits on failure.  This tries opening the X
    display before calling glutInit just in case.  The
    tests involving glutInit are skipped if the display
    cannot be open.
    
    The required version of OpenGL was updated to 0.63
    in the perldl.conf file.  It should be available on
    a CPAN mirror shortly.

 perldl.conf |    2 +-
 t/opengl.t  |   33 +++++++++++++++++++++------------
 2 files changed, 22 insertions(+), 13 deletions(-)

commit 4fcc37ddd1324ea29a943ebfc9bea29f755a51c2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jul 8 09:26:03 2010 -0400

    Add INT2PTR to PP usage for IV to ptr conversion
    
    The PDL internal code has been fixed for a while but the PP.pod
    was never updated with the correction.  Without this macro
    you can have mysterious bad pointers resulting from a pointer
    being converted to an integer and then to a pointer.  This
    only works if int is long enough to hold a pointer value.  By
    construction, IVs are always big enough to hold a pointer.

 Basic/Pod/PP.pod |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

commit 3f7962da74f4fc43871fe57027e82278eff3a175
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 7 18:03:45 2010 -0400

    Update VERSION to 2.4.6_014 for development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 76d27c1e1c19bf535a91e1711acc5a5ecd126af8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 7 18:01:48 2010 -0400

    Minor fix to Graphics/TriD/POGL/OpenGL.pm

 Graphics/TriD/POGL/OpenGL.pm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 1411f5b7c02789cd17eab0b5636baba824599991
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 7 17:10:17 2010 -0400

    Update Release_Notes for CPAN devel release
    
    This is to test the fix for t/opengl.t fails.

 Release_Notes |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 26996e17c157144a2051a8693cd22f720d5d4d37
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 7 17:05:06 2010 -0400

    Put fallback code to glutInitDisplay
    
    There have been CPAN test failures where the Perl OpenGL
    module built and installed ok but then the t/opengl.t
    fails for PDL.  A look at the two tests shows the main
    difference is that POGL checks if the GLUT_ALPHA channel will
    work and if not, tries again without GLUT_ALPHA set.

 Graphics/TriD/POGL/OpenGL.pm |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

commit 027163ed645d6ae56946fd1b0e0da0e61e72add0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 7 17:04:31 2010 -0400

    Remove unneeded diag print from t/proj_transform.t

 t/proj_transform.t |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit c5e40307b414d4bbf0dcece06153ebe10da53ba7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 6 22:49:01 2010 -0400

    Update Known_Problems and Perldl2/TODO

 Known_problems |    3 +--
 Perldl2/TODO   |   16 ++++++++++------
 2 files changed, 11 insertions(+), 8 deletions(-)

commit 97902f8d256770178cd75fc60f4b34e7ce3009ff
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 6 17:29:22 2010 -0400

    Fix rt.cpan.org bug #59126 in isempty pod

 Basic/Core/Core.pm.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7dbfce79271643ba56cfac5a11110938b2c94fcd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 6 14:04:52 2010 -0400

    Update Release_Notes and Perldl2/TODO

 Perldl2/TODO  |   10 +++++++---
 Release_Notes |   21 +++++++++++++++++++++
 2 files changed, 28 insertions(+), 3 deletions(-)

commit dda8ae6dc17675e13df09accdda264b8e7153948
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 6 12:39:23 2010 -0400

    Regenerate Changes from git log output for release
    
    make dist will now run git log --stat --since="29 Apr 2009" to
    generate the current Changes file for including in the distribution
    being made.

 Makefile.PL |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit 094ecbfdb6ab66c22594520e13bad1a438aaf68a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 6 09:32:59 2010 -0400

    VERSION to 2.4.6_013 for more development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 350d7cd65405b0be3a0ea7b0900e339a49684334
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 6 09:26:27 2010 -0400

    Update readme files for CPAN developers release

 DEPENDENCIES   |   11 +--
 Known_problems |   16 ---
 MANIFEST       |  295 ++++++++++++++++++++++++++++----------------------------
 Release_Notes  |    6 +
 4 files changed, 157 insertions(+), 171 deletions(-)

commit a3f0a1c709e527b10d167257bbc2b6e8e8cde4c0
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Mon Jul 5 09:38:07 2010 +0200

    Eliminate Book folder until I undersand how HTML docs are generated.

 Basic/Pod/Book/FAQ.pod        | 1872 -----------------------------------------
 Basic/Pod/Book/Indexing.pod   | 1561 ----------------------------------
 Basic/Pod/Book/MATLAB.pod     |  865 -------------------
 Basic/Pod/Book/Philosophy.pod |  148 ----
 Basic/Pod/Book/QuickStart.pod |  615 --------------
 Basic/Pod/Book/Scilab.pod     |  815 ------------------
 Basic/Pod/Book/Threading.pod  |  961 ---------------------
 Basic/Pod/Book/Tips.pod       |  129 ---
 Basic/Pod/Book/make-book.pl   |  175 ----
 Basic/Pod/Book/pdl-book.css   |    8 -
 Basic/Pod/FAQ.pod             | 1872 +++++++++++++++++++++++++++++++++++++++++
 Basic/Pod/Indexing.pod        | 1561 ++++++++++++++++++++++++++++++++++
 Basic/Pod/MATLAB.pod          |  865 +++++++++++++++++++
 Basic/Pod/Philosophy.pod      |  148 ++++
 Basic/Pod/QuickStart.pod      |  615 ++++++++++++++
 Basic/Pod/Scilab.pod          |  815 ++++++++++++++++++
 Basic/Pod/Threading.pod       |  961 +++++++++++++++++++++
 Basic/Pod/Tips.pod            |  129 +++
 Basic/Pod/make-book.pl        |  175 ++++
 Basic/Pod/pdl-book.css        |    8 +
 20 files changed, 7149 insertions(+), 7149 deletions(-)

commit 2734fdf63c7e78dc7cec79aa8f2ef940db7e5765
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jul 4 12:45:21 2010 -0400

    Fix jpegtopnm problem in proj_transform.t
    
    The problem arises because the jpegtopnm routine
    recently started giving a different output from
    extracting the same input earth_image data file from
    PDL::Transform::Cartography. That results in test failure
    because the data does not match but not because the
    PDL::Transform::Proj4 has an error.
    
    The fix is in two parts. Modify the original
    t/proj_transform.t to skip the tests if the image data
    checksum does not match that for which the tests were
    written. Second, a new t/proj_transform2.t test was written
    using a synthetic image in place of the earth_image. This is
    possible because the image data is only used to compare the
    test results but it does not contain any explicit content
    related to the transform beyond the FITS header information.
    
    This should fix sf.net bug #3013751.

 t/proj_transform.t  |   91 +++++++------
 t/proj_transform2.t |  383 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 430 insertions(+), 44 deletions(-)

commit 01a053483036f9bad6aa81d468d3e48ff7da091a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 2 14:08:37 2010 -0400

    Fix threading with lu_decomp and lu_backsub
    
    This closes sf.net bug #3021567.  lu_decomp threaded version was
    implemented and the fall through to the numerically unstable
    lu_decomp2 is not done any more.  This had some bad consequences
    for any routines expecting threading and matrix inverses (for
    example) since the inverse is calculated with lu_decomp which
    uses the non-pivoting lu_decomp2  if you try to invert more than
    one matrix at a time.
    
    lu_backsub now correctly handles thread dimensions from any of
    its input arguments and returns the appropriately dimensioned
    results.  The signatures have been updated as well.
    
    Known_problems and Release_Notes have also been updated.

 Basic/MatrixOps/matrixops.pd |  475 ++++++++++++++++++++++--------------------
 Known_problems               |    5 +-
 Release_Notes                |   17 ++
 3 files changed, 263 insertions(+), 234 deletions(-)

commit 1a88725bc9966a88984d768453f0cfe8ed03e089
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 27 20:35:36 2010 -0400

     VERSION to 2.4.6_012 for more development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 82830d6d22953b545938242698e4747659325678
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 27 20:12:01 2010 -0400

    Update Known_problems and Release_Notes for CPAN
    
    Also updated MANIFEST.  This is for a CPAN developer's
    release to get additional diagnostic output from t/proj_transform.t.

 Known_problems |    9 +++++----
 MANIFEST       |    6 ------
 Release_Notes  |   26 ++++++++++++++++++++++++++
 3 files changed, 31 insertions(+), 10 deletions(-)

commit cb823a2ef2096d937eb9cd49e5a8627b98674506
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jun 25 18:13:46 2010 -0400

    Fix sf.net bug #3021578 re missing xtra dummy dims
    
    dummy() is supposed to add extra dummy dimensions of size 1
    whenever the position argument requested was past the existing
    number of dimensions.  The problem has been fixed along with
    modification to t/slice.1 and t/gd_oo_tests.t where the tests
    used the incorrect dummy behavior.

 Basic/Core/Core.pm.PL |    2 +-
 t/gd_oo_tests.t       |    2 +-
 t/slice.t             |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 02632995b160650d1a25c7716fb6df1cbfc4d891
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jun 24 11:00:29 2010 -0400

    Fix typo in doc fix

 Basic/Math/math.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7bb28cae24b64cb4a0df1de2efae9a28b81514d9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jun 24 10:56:21 2010 -0400

    Update bess[jy][01n] docs in math.pd
    
    Made it clearer about which Bessel functions are being
    calculated and reworded slightly.

 Basic/Math/math.pd |   23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

commit a32026e3ed6df117895683d98b40cf179c763304
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jun 24 08:00:11 2010 -0400

    Fix refs for floor/ceil/rint to use integer
    
    Now a search for integer will show these as methods
    to convert to integer values.

 Basic/Math/math.pd |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit e094db608ed86569f88a0985fd0bcdfa07ae60aa
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jun 23 16:34:33 2010 -0400

    Use is() instead of ok() in t/proj_transform.t
    
    That should give more diagnostic output for failing tests
    to help debug the recent test failures for cygwin 1.7 and
    freebsd 8.0.

 t/proj_transform.t |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 778953e1028687227ae637a357749de977336033
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jun 23 13:18:51 2010 -0400

    Add keyboard command shortcuts for imag2d
    
    Added diagnostic messages and stub entries for existing and
    new keyboard shortcuts available in the imag2d display
    windows.
    
    Currently implemented commands:
    
      >,.          ->  Change direction/Step forward
      <,,          ->  Change direction/Step backward
      ESC, Ctrl-C  -> Exit program
      SPACE        ->  Pause/Run toggle
      Q,q          ->  Stop twiddling
    
    Just stub commands for now:
    
      1            ->  Zoom to 1:1 image to display pixel ratio
      =            ->  Resize all windows to this one
      H,h          ->  Toggle image histogram equalization
      L,l          ->  Lock window sizes
      O,o          ->  Toggle overlay display
      V,v          ->   Toggle verbose output

 imag2d.pdl |   76 +++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 68 insertions(+), 8 deletions(-)

commit 1aa4d7be59e76c0276b937a5e32646a94472512d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 22 22:44:56 2010 -0400

    Update Perldl2/TODO from latest improvements

 Perldl2/TODO |   53 +++++++++++++++++++++++++++++++----------------------
 1 files changed, 31 insertions(+), 22 deletions(-)

commit a4e03ecbacd8e22583e5c2abfa220b0e88f52d96
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 22 22:28:29 2010 -0400

    Add stub docs to pdl2
    
    Now if you try 'apropos shell' you will get the Perldl2 shell,
    pdl2, listed as one of the topics.

 Perldl2/pdl2 |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

commit 6921bed29ce0c6118b792126a10d8b3bdc020b97
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 22 18:19:12 2010 -0400

    Add error diagnostics to dummy() in PDL::Core

 Basic/Core/Core.pm.PL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8aeec65e0add42ed14ee749e566bbd5d326eedca
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 22 18:18:27 2010 -0400

    Fix minor doc issue for Perldl2 POD

 Perldl2/Profile/Perldl2.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0c3760f08be618b0118e877a5a029534e361dcdf
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 22 13:46:38 2010 -0400

    Update Perldl2 README and demo output
    
    No quotes needed around the args since autoquoting is
    implemented for demo et. al.

 Perldl2/Profile/Perldl2.pm |   22 +++++++++++-----------
 Perldl2/README             |   13 ++++++++-----
 2 files changed, 19 insertions(+), 16 deletions(-)

commit cb806250064f1bd97ecfc0f1ef9c864beb49d34f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 22 13:12:46 2010 -0400

    Update VERSION to 2.4.6_011 for development

 Basic/PDL.pm  |    2 +-
 Release_Notes |   13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

commit b648a012208f983a43ec1f11302cc7d977b65014
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 22 11:00:44 2010 -0400

    Update Release_Notes and MANIFEST for CPAN
    
    Also make Perldl2 build the default.  It won't run without
    Devel::REPL being installed, but it should build and install
    ok as it is only perl.

 MANIFEST      |    7 ++-----
 Release_Notes |   11 +++++++++--
 perldl.conf   |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)

commit 7dff35a6b9b3ec4dc5f13941681d6667e54e1f0e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 22 10:58:03 2010 -0400

    Forgot to add the new plugin to git

 Perldl2/Plugin/PDLCommands.pm |   98 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 98 insertions(+), 0 deletions(-)

commit 408229188d7baf39a6ff67e00644fe77a4d66a1e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 22 10:48:58 2010 -0400

    Implement perldl command shortcuts, aliases...
    
    Implement shortcuts to quit the shell, ?/?? as aliases for the
    help/apropos commands, autoquoting the arguments to the various
    interactive doc-type commands, and shell escapes.

 Perldl2/Plugin/Makefile.PL |    1 +
 Perldl2/Profile/Perldl2.pm |    3 ++-
 Perldl2/README             |   20 +++++++++-----------
 Perldl2/TODO               |   19 +++----------------
 4 files changed, 15 insertions(+), 28 deletions(-)

commit 4313a740eae12f764cf150385c82e20234bdeef4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 21 22:26:40 2010 -0400

    +Checks to prevent access to undef $HOME warnings
    
    Make sure to check that $HOME is defined before testing
    it in conditionals to prevent warnings.

 Perldl2/Script.pm |    4 +++-
 Perldl2/pdl2      |   12 ++++++++----
 2 files changed, 11 insertions(+), 5 deletions(-)

commit 4995c75f030d21057d87375ea4c5fb6c6380fa0d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 21 21:40:22 2010 -0400

    Update readme-type files re Perldl2 progress
    
    Now that the .perldlrc and local.perldlrc files are processed,
    this is some clean up of the docs and readmes in preparation
    for another CPAN developers release.

 Known_problems |    2 +-
 Perldl2/README |   36 ++++++++++++++++++++++++------------
 Perldl2/TODO   |    6 +++++-
 Release_Notes  |   17 ++++++++++++++++-
 4 files changed, 46 insertions(+), 15 deletions(-)

commit 93db664e457ae16a309f6fa29cd51aafc6c1c8c4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 21 18:08:42 2010 -0400

    Added .pdlrc support to Perldl2 shell
    
    List discussion supported using pdl as the name of the
    interactive shell and interpreter for PDL.  Looking forward,
    the new Perldl2 shell also looks for .pdlrc and local.pdlrc
    in addition to the perldl flavor names.

 Perldl2/Profile/Perldl2.pm |    2 +-
 Perldl2/README             |   19 +++++--------------
 Perldl2/Script.pm          |   17 ++++++++---------
 Perldl2/TODO               |   10 ----------
 4 files changed, 14 insertions(+), 34 deletions(-)

commit c82e0e8f81842868d8d625ebf02e68177316f7da
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 21 17:49:43 2010 -0400

    Add processing of local.perldlrc or local.pdlrc

 Perldl2/Script.pm |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 7f7bdd80dc11fe19d3fdd599c2586125b84910ac
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 21 17:20:22 2010 -0400

    Add .perldlrc file processing to Perldl2
    
    This required a subclass of Devel::REPL::Script to override
    the load_rcfile method call.  Minor change to the Makefile.PL
    for the new file.

 Perldl2/Makefile.PL        |    2 ++
 Perldl2/Profile/Perldl2.pm |    2 +-
 Perldl2/Script.pm          |   39 +++++++++++++++++++++++++++++++++++++++
 Perldl2/pdl2               |    3 ++-
 4 files changed, 44 insertions(+), 2 deletions(-)

commit e1ccee643c288784f1a73fdc727fb3b390919eae
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 21 15:27:49 2010 -0400

    Add VERSION to PDL::Perldl2::Profile::Perldl2
    
    Note, this is still the Perldl2 Shell with its next generation
    technologies.  Now we can track functionality against VERSION
    changes for announcements and documentation.

 Perldl2/Profile/Perldl2.pm |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

commit 620baabad1d7ce259720e7e0795dc363f0c7dcef
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 21 14:31:56 2010 -0400

    Add cls support to Demos/Screen.pm for win32
    
    Still need to resolve the problem with hanging at the
    <> input at the end of the demo.  Maybe this operation
    can be replaced by a ReadKey one.

 Demos/Screen.pm |   60 ++++++++++++++++++++++++++++--------------------------
 1 files changed, 31 insertions(+), 29 deletions(-)

commit 0f8ed2de9e5f1f405750215eefce16416a49a01b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 21 14:07:30 2010 -0400

    do_print now toggles setting in PrintControl
    
    Renamed the print settings attribute in the PrintControl
    plugin to print_by_default and reimplemented do_print()
    to toggle that value if no new value were passed in the
    method call.  TODO: still would like a function for this
    so the $_REPL stuff does not need to be exposed.

 Perldl2/Plugin/PrintControl.pm |   30 ++++++++++++++++++++++--------
 1 files changed, 22 insertions(+), 8 deletions(-)

commit 8cad7640af6af816f26ed0df372d3ac0eaeb1269
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 21 10:53:03 2010 -0400

    Don't load INC and Keywords completion wo deps
    
    Now check for required dependencies for CompletionDriver::INC
    and CompletionDriver::Keywords (File::Next and B::Keywords,
    respectively) before loading the plugins.  Still needs a
    refactor to simplify and make available for all plugins as
    a check.  Also updated Perldl2/TODO with this information
    as well as the investigation results into the use of clear
    to clear the screen for win32.

 Perldl2/Profile/Perldl2.pm |   12 +++++++++++-
 Perldl2/TODO               |   12 ++++++++++--
 2 files changed, 21 insertions(+), 3 deletions(-)

commit 94cc2d3aa84f44ffd47ef53e72f9c999c8dd580d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 21 07:39:02 2010 -0400

    Update Perldl2/TODO
    
    Thanks for the feedback, Rob.  I've added the couple of
    issues to the TODO list to see that they are addressed
    at some point.

 Perldl2/TODO |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 02c63f400b7719e5f2b6199a65d232ab12b8462b
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sun Jun 20 16:00:41 2010 +1000

    t/plplot.t - win32 portability
    
    Provide Windows-specific renditions
    of tests 2 and 35

 t/plplot.t |   48 ++++++++++++++++++++++++++++--------------------
 1 files changed, 28 insertions(+), 20 deletions(-)

commit ac864c0811a77f6144877618537e3ed925c5601c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jun 18 12:47:34 2010 -0400

    Update Makefile.PL, browse.c for PDL::IO::Browser
    
    Had to change stdscr variable name with pdlscr since it
    is apparently being used in ncurses now.  Added notes on
    improvements needed to curses include/library search.
    Cygwin 1.7.5 now has the curses.h in /usr/include/ncurses
    by default with no header file or link at the top level.
    
    Also did some minor cleanup of MANIFEST.SKIP

 IO/Browser/Makefile.PL |   12 +++++++-----
 IO/Browser/browse.c    |   18 +++++++++---------
 MANIFEST.SKIP          |    5 +++++
 3 files changed, 21 insertions(+), 14 deletions(-)

commit e67806472d0dcaca852cc53d867aeef9b2025c96
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jun 17 18:53:56 2010 -0400

    Update POD for uniq/uniqind/uniqvec routines

 Basic/Primitive/primitive.pd |   27 ++++++++++++++++++++-------
 1 files changed, 20 insertions(+), 7 deletions(-)

commit 6ed46b4d079f949f399eaf235f51607b8a1b9983
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jun 17 14:28:38 2010 -0400

    Assign a value to $PERLDL::TERM from $_REPL->term

 Perldl2/Profile/Perldl2.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b37582324d0f3c897c7558c11e68480437959b82
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jun 17 07:30:17 2010 -0400

    Update MANIFEST and MANIFEST.SKIP

 MANIFEST      |  282 ++++++++++++++++++++++++++++----------------------------
 MANIFEST.SKIP |   10 ++-
 2 files changed, 148 insertions(+), 144 deletions(-)

commit 3ab30717728784d7122305b13835b3672513498f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jun 16 22:51:24 2010 -0400

    Cleanup Known_Problems and Devel::REPL plugins
    
    We don't need our own copy of the Devel::REPL latest since the
    official Devel-REPL-1.003011.tar.gz is out now.  Updated
    Known_Problems from some new status in sf.net bugs list.

 Known_problems             |    5 +-
 Perldl2/Completion.pm      |  142 --------------------------------------------
 Perldl2/History.pm         |   77 ------------------------
 Perldl2/ReadLineHistory.pm |  114 -----------------------------------
 4 files changed, 3 insertions(+), 335 deletions(-)

commit f6b877c662512678907ab4262fcff367e594fb9d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jun 16 18:32:24 2010 -0400

    Remove development uniq/uniqind/uniqvec from git

 uniq    |   60 ---------------------------------------------
 uniqind |   59 --------------------------------------------
 uniqvec |   84 ---------------------------------------------------------------
 3 files changed, 0 insertions(+), 203 deletions(-)

commit af51bea78eb913fa9552b7611e5dc183571c8839
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jun 16 14:55:18 2010 -0400

    New NaN/BAD aware uniqvec completed
    
    Now uniq/uniqind/uniqvec all handle NaNs and BAD values
    consistenly and consistent with Matlab/Octave conventions.
    The current implementation does not have a well defined
    standard for sorting vectors with NaN or BAD values in them.
    The result looks like this:
    
     All good, non-NaN vectors, sorted.
     All non-NaN vectors with BAD values next.
     All NaN containing vectors last.

 Basic/Primitive/primitive.pd |  140 +++++++++++++++++++++++++++--------------
 1 files changed, 92 insertions(+), 48 deletions(-)

commit fc225489f967568f642a0b1efb5b20d8181a38f8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 15 23:04:08 2010 -0400

    Recovered from loss of uniq/uniqind/uniqvec
    
    Fixed a reversion in the code for uniqvec.  Now uniq and uniqind
    both support BAD and NaN.  uniqvec functions but it still does
    not return the mixed BAD and good value vectors nor all of the
    NaN containing vectors.

 uniqvec |   30 +++++++++++++++++++-----------
 1 files changed, 19 insertions(+), 11 deletions(-)

commit f0c032430f89cfbc5014ce0b7b7bf789a588fc43
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 15 17:55:29 2010 -0400

    uniq/uniqind/uniqvec with NaN/BAD value support

 uniq    |   60 +++++++++++++++++++++++++++++++++++++++++++++++++
 uniqind |   59 ++++++++++++++++++++++++++++++++++++++++++++++++
 uniqvec |   76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 195 insertions(+), 0 deletions(-)

commit 4d4d516976b6a4d0552d1afd461114398ca2bca0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 15 06:44:57 2010 -0400

    Update Perldl2 README type files for Devel::REPL
    
    Now that an official Devel::REPL release has been made, we
    don't need a hand installed copy in our development tree.

 MANIFEST       |    3 ---
 Perldl2/README |   18 +++---------------
 Perldl2/TODO   |   12 +++++++-----
 Release_Notes  |    6 ++----
 4 files changed, 12 insertions(+), 27 deletions(-)

commit 39427d544e6f3cf9b93a223f77183ea73b47f860
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 14 22:44:52 2010 -0400

    Update readme-type files for PDL and Perldl2

 DEPENDENCIES   |   12 +++++-------
 Known_problems |    1 -
 Perldl2/TODO   |   24 ++++++++++--------------
 Release_Notes  |    2 +-
 4 files changed, 16 insertions(+), 23 deletions(-)

commit b94930468d98ba948998c6d181903e1b4ebf4675
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 14 15:32:08 2010 -0400

    Set default MinLine to 1 again and update TODO
    
    Tried to set MinLine required to save history to 2
    but discovered that it then left out closing braces
    of a cut-and-pasted sub definition.  Added the
    action for better handling of save/nosave decisions
    to history w.r.t. multi-line entries.

 Perldl2/ReadLineHistory.pm |    5 ++++-
 Perldl2/TODO               |    4 ++++
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 2f3423c9a85cd031e3f5c40772b21d38794dbe8a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 14 15:28:15 2010 -0400

    Fix uniq and uniqind NaN handling re SF bug #3011659
    
    uniq and uniqind now ignore NaN values in the computation of
    their result.  uniqvec does not handle NaN values yet but now
    will die if NaN containing input is used---no silent failures
    due to a wrong result.  Still no clear consensus on having the
    NaN value returned if there are any present.

 Basic/Primitive/primitive.pd |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

commit 0b92ef3bd9273893411eaf1d08ae1b0c9f682c41
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 14 10:02:49 2010 -0400

    Put quotes around demo args in usage for Perldl2
    
    So folks don't get confused when the usage shows no quotes
    and the actual use requires quotes at the moment.  Once the
    autoquote help support is completed, the message will be changed.

 Perldl2/Profile/Perldl2.pm |   35 ++++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 17 deletions(-)

commit c03e0783bdb20698268f7d699bc5a326ed1e13d2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 13 22:10:20 2010 -0400

    Fix here doc problem in Perldl2.pm
    
    The auto indentation of the code resulted in the EOD closing
    the hear document not being at the beginning of the line which
    made things screwy.  Probably should not use here document for
    eval text since they are sensitive to indentation.

 Perldl2/Profile/Perldl2.pm |    4 ++--
 Perldl2/TODO               |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

commit c1021a6214af3350d834290dc092a952338a763c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 13 21:40:34 2010 -0400

    Fix README, MANIFEST, TODO for Perldl2 work
    
    This includes the new completion and history expansion support
    as well as the availability---if not full integration---of the
    PERLDL package variables.

 MANIFEST                   |    3 +
 Perldl2/Profile/Perldl2.pm |  135 ++++++++++++++++++++++++-------------------
 Perldl2/TODO               |   10 +++-
 Release_Notes              |   14 ++--
 4 files changed, 93 insertions(+), 69 deletions(-)

commit 7264b53129416158748ab1f54c115e8826d79ed3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 13 18:26:07 2010 -0400

    Add copies of git Devel::REPL plugins for install
    
    These files allow one to use the latest and greatest
    Devel::REPL and Perldl2 functionality until the next
    official Devel::REPL release is made to CPAN.  The
    README for installation was updated accordingly.

 Perldl2/Completion.pm      |   95 ++++++++++++++++++++++----------------
 Perldl2/History.pm         |   77 ++++++++++++++++++++++++++++++
 Perldl2/README             |   15 ++++--
 Perldl2/ReadLineHistory.pm |  111 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 254 insertions(+), 44 deletions(-)

commit afc59c565b295ba8442b0d84eba1a23ab537ebea
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jun 13 15:16:50 2010 -0400

    do_readline_filename_completion added to Perldl2
    
    The default for the Devel::REPL Completion plugin is now to
    *disable* the fallback Term::ReadLine filename completion.
    Just setting this attribute to true to enable the desired
    fallback for pdl2.

 Perldl2/Profile/Perldl2.pm |    5 ++++-
 Perldl2/TODO               |   14 +-------------
 2 files changed, 5 insertions(+), 14 deletions(-)

commit 3322cc5621ab5f56afb386aff423233420d0beab
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jun 12 19:12:48 2010 -0400

    Update Perldl2/TODO with status
    
    History is working for Term::ReadLine::Gnu support and partially
    working for Term::ReadLine::Perl.  Legacy $PERLDL::PREPROCESS support
    will not be done for the Perldl2 shell and note here.

 Perldl2/TODO |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

commit 47ba19be44717431339adb6f9809030a38ebd041
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jun 12 18:41:59 2010 -0400

    Fix off-by-one for l history and a README typo
    
    Now the Perldl2 list command gives the correct entry numbers
    on display, i.e., ones that correspond to the GNU history
    values.  As a result, history expansion appears to now work
    completely for Term::ReadLine::Gnu.

 Basic/SourceFilter/README  |    2 +-
 Perldl2/Profile/Perldl2.pm |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit ab8c0e46dd98a8504a7bc4f134b660b79a2276e0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jun 12 16:14:47 2010 -0400

    Fix default.perldlrc to work with Perldl2

 Basic/default.perldlrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9e741c1117aaec9ade66aabd2801ad0e1197ec87
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jun 12 15:53:06 2010 -0400

    Fix filename completion for Perldl2 shell
    
    Now you can TAB complete for filenames whenever no other
    completions are found.  Perldl2/README was updated on how
    to install a copy of the latest Completion.pm from
    Devel::REPL git until the 1.003011 release.  The Globals
    completion was removed from the default set for Perldl2
    since if the list was too long, you usually wanted something
    like filename completion anyway.

 Perldl2/Completion.pm      |  127 ++++++++++++++++++++++++++++++++++++++++++++
 Perldl2/Profile/Perldl2.pm |    6 +-
 Perldl2/README             |   12 +++-
 Perldl2/TODO               |    6 +--
 Release_Notes              |    6 ++
 5 files changed, 147 insertions(+), 10 deletions(-)

commit 946414528b681b74dce23e163c7f7f6f728366e8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jun 12 13:08:01 2010 -0400

    Reword package support entry for perldl vs pdl2

 Perldl2/TODO |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4b2e9df9a330a1c1a63962a4d9eabe1d97ad7b87
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Fri Jun 11 20:47:36 2010 +1000

    t/plplot.t - win32 portability
    
    Skip tests 2 and 35 on Win32 as fork() is
    apparently crippled on Windows.

 t/plplot.t |   59 ++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 34 insertions(+), 25 deletions(-)

commit afc649a896eb3fb1894dce8a8e8860a916a9d9b3
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Fri Jun 11 20:32:05 2010 +1000

    Add win32 portability
    
    Win32 requires the use of New/Newz/Safefree instead of
    malloc/calloc/free in plAllocGrid/plFreeGrid.
    Also need to use plFree2dGrid instead of free in plshades.

 Graphics/PLplot/plplot.pd |   41 ++++++++++++++++++++++-------------------
 1 files changed, 22 insertions(+), 19 deletions(-)

commit 3552f69c125fbcfa32a6bf5b4d35653217562356
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Fri Jun 11 20:20:11 2010 +1000

    Add Win32 portability
    
    Currently doesn't cater for Win32 dll
    build of plplot.

 Graphics/PLplot/Makefile.PL |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)

commit b49acbde81979b7cd7d83cf010040a1feee9574f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jun 10 21:59:02 2010 -0400

    Update pdl2 to default 500 lines of history kept

 Perldl2/pdl2 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 9423fef79712c83bcc1db2b2877b07d3de91a59a
Merge: 4943472 79b6146
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jun 10 20:08:42 2010 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 79b61469f944ab3463995c011c4722b0f9ecdef9
Author: David Mertens <dcmertens.perl@gmail.org>
Date:   Thu Jun 10 11:54:23 2010 -0500

    PDL::Doc documentation updates.
    
    Added documentation for gethash explaining what it returned.
    
    Also wrote an extensive example using a few of the PDL::Doc functions.

 Doc/Doc.pm |  105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 105 insertions(+), 0 deletions(-)

commit 030cd6301b9721ab9b2da4d26d08011a995d5fda
Author: David Mertens <dcmertens.perl@gmail.org>
Date:   Thu Jun 10 09:25:16 2010 -0500

    Fixed very minor white-space issue in PDL::Doc commentary.

 Doc/Doc.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2670bda63e4c6b7a087a18161827a93c472e7ddb
Author: David Mertens <dcmertens.perl@gmail.org>
Date:   Thu Jun 10 09:23:09 2010 -0500

    PDL::Doc cleanup.
    
    I was a bit confused going through some of this code so when I figured
    stuff out, I made a point of adding comments.
    
    I also modified the search function for clarity, and made it so it
    would accept a single scalar as an argument for the field.

 Doc/Doc.pm |   32 ++++++++++++++++++++------------
 1 files changed, 20 insertions(+), 12 deletions(-)

commit 5dba524f066b817a27a79d67c3b972cd70418fd4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jun 9 18:15:02 2010 -0400

    Add side-by-side ver1/ver2 compare to Perldl2/TODO
    
    This is a checklist of features in Perldl and Perldl2
    as have been implemented.  It gives you an idea of the
    new capabilities and how progress is going in migrating
    existing perldl features into pdl2.

 Perldl2/TODO |  331 +++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 190 insertions(+), 141 deletions(-)

commit a7d3e55ffa3bd83e6e584c5cab58d28b0f397a7b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jun 9 15:20:49 2010 -0400

    Update PDL README-type files to make current
    
    The usual "quick check" pass through the various
    PDL README-type files to update and correct anything
    that sticks out.  Just trying to keep the meta data
    for PDL in closer sync with the development progress.

 DEPENDENCIES   |    6 +--
 INSTALL        |    6 +-
 Known_problems |    5 ++-
 README         |    2 +-
 Release_Notes  |  150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 cygwin/INSTALL |    5 +-
 cygwin/README  |   28 ++++++-----
 win32/INSTALL  |    4 +-
 8 files changed, 181 insertions(+), 25 deletions(-)

commit 0cb6ab632a88f150497bd5a2efc4fd0935a7008e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jun 9 14:23:32 2010 -0400

    Update $PDL::VERSION to 2.4.6_010 for development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c6f722947a0d280f9582f1422c7fb0b5e2cb29b5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jun 9 09:25:23 2010 -0400

    Update MANIFEST for 2.4.6_009 developers release

 MANIFEST |  285 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 143 insertions(+), 142 deletions(-)

commit cc9a22d8179d23af848acb29d8202d13b5013069
Author: David Mertens <david@david-desktop.(none)>
Date:   Mon Jun 7 08:11:59 2010 -0500

    FlexRaw eval tweak.
    
    FlexRaw had an eval of a string that seemed to me like it should be an
    eval of a block. Switching to a block should give both compiling and
    debugging advantages, minor though they may be.

 IO/FlexRaw/FlexRaw.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4cc81a9e2c87f92711f52012d31d5e33bebb2fac
Author: David Mertens <david@david-desktop.(none)>
Date:   Mon Jun 7 08:01:12 2010 -0500

    FlexRaw: added some documentation for mapflex and made indentation easier on the eyes.

 IO/FlexRaw/FlexRaw.pm |  161 ++++++++++++++++++++++++++-----------------------
 1 files changed, 85 insertions(+), 76 deletions(-)

commit be6c0c4920b55cc93d1a19a0ca14891d8827d4c8
Author: David Mertens <david@david-desktop.(none)>
Date:   Mon May 31 10:29:34 2010 -0500

    Added more useful debug message to new-piddle-from-string.

 Basic/Core/Core.pm.PL |   42 +++++++++++++++++++++++++-----------------
 1 files changed, 25 insertions(+), 17 deletions(-)

commit 4943472a286905da767f6098fdc8dc520ad0d8af
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jun 7 08:07:33 2010 -0400

    Fix spheres3d to work with x11 TriD
    
    Need more deprecation warnings as this version of
    TriD is not being supported.  Nonetheless, try to avoid
    unnecessary breakage in the meantime.

 Graphics/TriD/TriD/GL.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit d8d416d04f8f49cc0b9b21517fabd8d6376411e5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Jun 3 15:09:48 2010 -0400

    Fix sf bug #3011143 re whitespace in perl path
    
    NOTE: Just because we fix the perl path whitespace problem
    here, please do not assume that PDL (or other perl modules)
    are "whitespace safe".

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 68e7b117b479463b1e66ad4715872018e182e09d
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Thu Jun 3 19:03:04 2010 +1000

    Perldl2/Makefile.PL - Avoid loading blib and PDL::Core::Dev
    
    Instead do 'PDL::Core::Dev->import();'.

 Perldl2/Makefile.PL |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 6da87ac6c32cfd0d7b620e72ee6591f061c2dc40
Merge: 2b812b2 b9cffa4
Author: Matthew Kenworthy <mattk@Matthew-Kenworthys-MacBook-Pro.local>
Date:   Tue Jun 1 23:33:33 2010 +0200

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 2b812b23f5ab76c05067c71c2758f6f33283d82a
Author: Matthew Kenworthy <mattk@Matthew-Kenworthys-MacBook-Pro.local>
Date:   Tue Jun 1 23:30:47 2010 +0200

    Rolled in Karl Glazebrook Year Zero chapter

 Basic/Pod/Book/Philosophy.pod |  170 ++++++++++++++++++++++++++++++-----------
 1 files changed, 124 insertions(+), 46 deletions(-)

commit b9cffa402ea6eed06a506776c5ca318da21aa241
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 1 14:45:28 2010 -0400

    Cleanup Perldl2/{README,TODO} some

 Perldl2/README |   21 +++++++++++++++------
 Perldl2/TODO   |    3 ++-
 2 files changed, 17 insertions(+), 7 deletions(-)

commit cbfb8bfdb54d723da9567b2cc73e4dcc505a6a9a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 1 13:08:58 2010 -0400

    Update DEPENDENCIES with Devel::REPL info

 DEPENDENCIES |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

commit e787154ba94af800bd9e217c2dd1f1e6092b9e18
Author: David Mertens <dcmertens@gmail.com>
Date:   Tue Jun 1 10:46:27 2010 -0500

    Added write_dummy_make to Perldl2's Makefile.PL.
    
    I needed Perldl2's Makefile.PL to generate a dummy makefile because I
    don't have Devel::REPL. The general make process expects a makefile
    in Perldl2 whether it's going to be installed or not, so I added
    some stuff to generate the dummy makefile.
    
    In order for this to work for me, I also had to add a number of lines
    to load perldl.conf and PDL::Core::Dev. You can now safely run Makefile.PL
    from Perldl2's directory, and it will Do What You Mean (unlike most other
    Makefile.PL files scattered throughout the source tree).

 Perldl2/Makefile.PL |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

commit 633155d91e4f2af1afc9d7b5e3a2f4c9b0943eb9
Author: David Mertens <dcmertens@gmail.com>
Date:   Tue Jun 1 10:01:34 2010 -0500

    Updated PLplot bindings.
    
    The most recent updates include updated documentation, better
    argument handling for stripplots, and badvalue support for
    y-data in plline (and therefore xyplot).

 Graphics/PLplot/plplot.pd |  128 ++++++++++++++++++++++++++++++++++++--------
 1 files changed, 104 insertions(+), 24 deletions(-)

commit 69f705605cbc09f0b4817ce8225a058befab6b49
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jun 1 10:14:06 2010 -0400

    Update Perldl2/TODO and Release_Notes for ! syntax
    
    There is an inconsistency between the history kept
    from the History plugin and that from the ReadLineHistory.
    This adds mention in the Release_Notes and a TODO item
    for the Perldl2 development.

 Perldl2/TODO  |    9 ++++++++-
 Release_Notes |    4 ++++
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 343d0ae7d44f8c01d61dff4df354ff1990921f89
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 31 21:48:41 2010 -0400

    Update Release_Notes for Perldl2 l and demo info
    
    The 'l' command works for listing history.
    The 'demo' command works partially.  You will need to quote
    the demo name argument and at the end of the demo, it may
    hang waiting for input.  On unix-type systems, Ctrl-D should
    exit at that time.  For win32, you'll have to exit the shell
    and restart for now.

 Release_Notes |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit f663dcd773c9c476242f31ce73afa840e8e269f4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 31 21:43:11 2010 -0400

    Mention l and demo support in Perldl2 shell

 Release_Notes |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

commit 6f963ef7aa3d4c469038ff886482297bddb54abb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 31 21:39:04 2010 -0400

    Add support for demo in the Perldl2 shell
    
    You still have to quote the demo name argument
    and you may need to type Ctrl-D to exit the demo
    if it gets stuck at the end waiting for you to
    (press enter).

 Perldl2/Profile/Perldl2.pm |   60 +++++++++++++++++++++++++++++++++++++++++++-
 Perldl2/README             |    6 +++-
 Perldl2/TODO               |   11 +++++---
 3 files changed, 71 insertions(+), 6 deletions(-)

commit 3abfbf37c6ea5487225529717a66e044209ba9e4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 31 20:08:04 2010 -0400

    Add list history 'l' command to Perldl2 shell

 Perldl2/Profile/Perldl2.pm |    8 +++++++-
 Perldl2/README             |    8 +++-----
 Perldl2/TODO               |    6 +-----
 3 files changed, 11 insertions(+), 11 deletions(-)

commit e0b733bc5a168b1a93d085d4937a46ca6a5cce5a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 31 18:05:11 2010 -0400

    Split out Perldl2/TODO from Perldl2/README
    
    I don't want to scare anybody away while things are a bit
    rough.  It would be nice to more easily track what is being
    done and what still needs doing in case of volunteers.

 Perldl2/README |  180 +++++++++----------------------------------------------
 Perldl2/TODO   |  138 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 168 insertions(+), 150 deletions(-)

commit 48c1a3efde54dd3cd59b630dc143e103ab09904d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 31 12:44:12 2010 -0400

    Update version to 2.4.6_009 for more development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 81068e90a37842b3aba43268e9cc463984dd8bad
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 31 12:22:16 2010 -0400

    Update MANIFEST for new CPAN dev release

 MANIFEST |  304 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 151 insertions(+), 153 deletions(-)

commit d736825882d89b7e1d7c3b08fdf25ac8cc719d1c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 31 10:40:43 2010 -0400

    Implement rudimentary spheres3d for TriD
    
    Per-sphere radius and color not yet implemented but this
    is a start.  Also need to add proper normals with interpolation
    so the shading comes out smooth.

 Graphics/TriD/TriD.pm         |   33 +++++++++++++++++++++++++++++++--
 Graphics/TriD/TriD/GL.pm      |   16 ++++++++++++++++
 Graphics/TriD/TriD/Objects.pm |    8 ++++++++
 Release_Notes                 |    4 ++++
 4 files changed, 59 insertions(+), 2 deletions(-)

commit e8ffb02d7b8f232c82410bb02f7a0f976865c345
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 31 00:23:42 2010 -0400

    Update Release_Notes with .perldl_hist support

 Release_Notes |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 1cad162e09647dce3adc81dced4e6114e867743a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 31 00:14:51 2010 -0400

    Make Perldl2 use ~/.perldl_hist for history file
    
    Can't yet do the .perldlrc because still have back compatible
    features to implement...

 Perldl2/pdl2 |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit aecb52edf519c6ea4758c8227989ec6a705e63ea
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 30 16:10:39 2010 -0400

    Update Release_Notes for Perldl2 install info

 Release_Notes |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c1e1238f0748c48fddb9cea7f3810edf7f9c13a2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 30 16:09:18 2010 -0400

    Update Perldl2/README now that pdl2 is installed

 Perldl2/README   |   18 +++++++-----------
 Perldl2/pdl2.bat |   21 ---------------------
 2 files changed, 7 insertions(+), 32 deletions(-)

commit 44d09061de67e0cce9d744046132776b67d26c54
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 30 15:57:15 2010 -0400

    Add install support for pdl2 script

 Perldl2/Makefile.PL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit afe6605543fc4b43a51d5614805986100fc1e62e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 30 14:21:20 2010 -0400

    Update Release_Notes for Perldl2

 Release_Notes |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

commit 0b9040810665f1a903f80db4b90301109c443a41
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 30 14:19:19 2010 -0400

    Fix accidental change to perldl.conf

 perldl.conf |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit d83179993e7de32587f546a17bbe4127e64ece9d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 30 13:52:42 2010 -0400

    Add rough build/install support for Perldl2
    
    This should be enough for folks to try things out without
    having to hand copy install files to hand determined locations.

 Perldl2/Makefile.PL              |   16 +
 Perldl2/NiceSlice.pm             |   75 -
 Perldl2/Perldl2.pm               |  162 --
 Perldl2/Plugin/Makefile.PL       |   10 +
 Perldl2/Plugin/NiceSlice.pm      |   75 +
 Perldl2/Plugin/PrintControl.pm   |   77 +
 Perldl2/PrintControl.pm          |   77 -
 Perldl2/Profile/Makefile.PL      |    7 +
 Perldl2/Profile/Perldl2.pm       |  165 +++
 Perldl2/README                   |   72 +-
 Perldl2/TieHash.pm               |   38 -
 Perldl2/pdl2                     |    2 +-
 Perldl2/pdl2.bat                 |    3 +-
 Perldl2/pod-plate                |   45 -
 Perldl2/readline-fix/Gnu.xs      | 3002 --------------------------------------
 Perldl2/readline-fix/Makefile    |  983 -------------
 Perldl2/readline-fix/Makefile.PL |  217 ---
 Perldl2/readline-fix/README      |   84 --
 perldl.conf                      |   14 +-
 19 files changed, 379 insertions(+), 4745 deletions(-)

commit 59d931a365cf1e09bf7526fb085f660757c1b67d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 30 08:39:38 2010 -0400

    Work around perl -d for t/gsl_mroot.t
    
    Also updated the POD code example in gsl_mroot.pd to
    include the work around.

 Lib/GSL/MROOT/gsl_mroot.pd |    9 +++++++--
 t/gsl_mroot.t              |    5 +++--
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 3b490b620b3e16ea5eb1c3fff8726756925d93f8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 29 19:19:24 2010 -0400

    Update Known_problems and Release_Notes for CPAN
    
    A new CPAN developers release is planned with the work around
    for the known perl -d "feature" against PDL usage of lvalue
    subs.  Not a solution, but tests can be run under the debugger.

 Known_problems |   24 ++++++++++++++++++------
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+), 6 deletions(-)

commit 353df1776748c0e5d6d4e9cff5770280131994d3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 29 18:54:10 2010 -0400

    Fix transform.pd for perl -d "feature"

 Lib/Transform/transform.pd |   81 ++++++++++++++++++++++++++++---------------
 1 files changed, 53 insertions(+), 28 deletions(-)

commit 5ae4e680076641e8012f646053258ded99b16608
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 29 18:27:18 2010 -0400

    Workaround perl -d "feature" for IO/Misc/misc.pd

 IO/Misc/misc.pd |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 945328134dd44d038e6a0fed42013c2bb9208ad3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 29 16:04:03 2010 -0400

    Fix matrixops stuff  to avoid lvalue temps

 Basic/MatrixOps/matrixops.pd |   22 +++++++++++++++-------
 t/matrixops.t                |    9 ++++++---
 2 files changed, 21 insertions(+), 10 deletions(-)

commit ff633c8ee344ecee550145b8561f686ee9eb825c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 29 15:46:04 2010 -0400

    Add skip to test if run under the perl debugger
    
    There is a new "feature" in the perl debugger which breaks
    lvalue subs usage for PDL.  This skips the test if it is
    run under the debugger.

 t/lvalue.t |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 70e7813d9a5fe463349192ec2058a7c47545c9b5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 29 15:45:14 2010 -0400

    Add lvalue temp workaround to ImageND

 Lib/ImageND/imagend.pd |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit b523b7b1693048d9a6ec8e71c4bcdfc3443f8f23
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 29 14:26:38 2010 -0400

    Add Convert::UU to PDL requirements list
    
    Yes, I know this is yet another dependency but it is an all perl
    replacement for the uuencode/uudecode needed for PDL::IO::Dumper.
    This should not affect performance as the faster system calls to
    uuencode/uudecode will still be made if available.  However, now
    PDL::IO::Dumper should work on every PDL platform.

 DEPENDENCIES |    7 ++++---
 Makefile.PL  |    1 +
 2 files changed, 5 insertions(+), 3 deletions(-)

commit c1ae401a1d2d63e673bc2a5f7fafcbaa99aa0f2f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 29 13:54:54 2010 -0400

    Remove skip for win32 platforms
    
    The problem was that you need a uuencode/uudecode functionality.
    We check explicitly for uuencode/uudecode or Convert::UU so
    the platform skip is no longer needed or justified.

 t/dumper.t |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 35c519b860cb07eb1834fbba50fdd6b8e45a39cc
Author: Shlomi Fish <shlomif@iglu.org.il>
Date:   Thu May 27 16:00:21 2010 -0500

    Fixed format string attack errors in GSL, PGPLOT, and Transform.
    
    See previous commits. For a discussion of why this is considered a
    problem, see http://en.wikipedia.org/wiki/Format_string_attack

 Graphics/PGPLOT/Window/Window.xs     |    2 +-
 Lib/GSL/INTERP/gslerr.h              |    2 +-
 Lib/GSL/SF/coulomb/gsl_sf_coulomb.pd |    4 ++--
 Lib/Transform/transform.pd           |   20 ++++++++++----------
 4 files changed, 14 insertions(+), 14 deletions(-)

commit da8ab6f1fe0a72e4df1bb08014ab6790c1975e0f
Author: David Mertens <david@david-desktop.(none)>
Date:   Thu May 27 14:00:58 2010 -0500

    Fixed varargs/stdargs issues with barf in slices.pd.
    
    Reported by shlomi (rindolf) on irc, slices.pd was not compiling because
    it was giving a non-constant string to barf, which is croak, which
    behaves a lot like prinft. gcc insists that the specification string
    to printf and similar functions is a string literal. This fixes that
    problem in slices.pd.
    
    It appears that the original code couldn't decide if barf just took
    a single string argument or a variable number of arguments, so they
    used sprintf and put the message in a buffer string. I simply
    copied the contents of the sprintf statement and gave it to
    the barf function call.

 Basic/Slices/slices.pd |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

commit bc959b287ad4be6c1451c771390a5509527b3982
Author: David Mertens <david@david-desktop.(none)>
Date:   Thu May 27 13:18:00 2010 -0500

    Added entries to .gitignore.
    
    Build files for FFTW and HDF were not yet in .gitignore, so I
    added them.

 .gitignore |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit aaff83688f6797028d050b7cb466f4ed53c56549
Author: David Mertens <david@david-desktop.(none)>
Date:   Thu May 27 12:44:31 2010 -0500

    Cleaning errors out of pdlcore.c

 .gitignore              |    3 +++
 Basic/Core/pdlcore.c.PL |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 6c5527f1251c0da3cc6a48b4a31b262dee1bed3e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 25 10:46:56 2010 -0400

    Document default 200x200 min imag2d size
    
    This was missing from the POD and I was puzzled when the
    image did not seem to be imaged at 1:1 scale.  An idea
    would be to display the current zoom with the image to
    keep things straight.

 imag2d.pdl |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 5d4bcc830cb58256e2504b7fda1fa7179daf306b
Author: Craig DeForest <zowie@dhcp-10-120.boulder.swri.edu>
Date:   Mon May 24 16:45:28 2010 -0600

    Fixed rice compression case where the compressed tile size (in bytes) does not
    divide evenly into the size of the final datatype.

 IO/FITS/FITS.pm |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

commit d2c15aff08950a71745aa1474d69d9c70ca61f2e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 23 21:44:40 2010 -0400

    Update MANIFEST with make manifest
    
    I noticed that it had not been updated when some warning messages
    were returned from the 2.4.6_007 CPAN developers release.  This
    should fix that problem.

 MANIFEST |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit 495018cea8a2151f5bf4e3160cd05e7a0d84237e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 23 12:06:44 2010 -0400

    Update Perldl2/README with new Devel::REPL build
    
    Now that there is an official Devel::REPL release with the
    fixes supporting Perldl2 development, we no longer need to
    bundle a tar file of the distribution with the Perldl2 stuff.

 Perldl2/Devel-REPL-1.003009_02.tar.gz |  Bin 47951 -> 0 bytes
 Perldl2/README                        |   62 ++++++++++++---------------------
 2 files changed, 22 insertions(+), 40 deletions(-)

commit 0eb3dd8196b7d303f8f23cf83ebc484d820eb46d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 22 15:32:45 2010 -0400

    Update $PDL::VERSION to 2.4.6_008
    
    For development to continue following the PDL-2.4.6_007
    CPAN developers release.

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fb0726323a58ba33f5177497e54fcd82ff43fdc1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 22 15:30:56 2010 -0400

    Minor cleanup for PDL-2.4.6_007 developers release
    
    Removed Graphics/TriD/TriD/Cube.pm as it never had code.
    Also updated Known_Problems and MANIFEST for the new
    developers release.

 Graphics/TriD/TriD/Cube.pm |    5 -----
 Known_problems             |    3 ++-
 MANIFEST                   |    8 ++++----
 3 files changed, 6 insertions(+), 10 deletions(-)

commit 719dd4dade61f66eec2d673c8347bd0e4bcd01f2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 21 18:09:50 2010 -0400

    Add POD to Perldl2 modules
    
    Also updated Perldl2/README and added a pod-plate file
    with the template for POD and my copyright information.

 Perldl2/NiceSlice.pm    |   48 +++++++++++++++++++++++++++++++++
 Perldl2/Perldl2.pm      |   67 ++++++++++++++++++++++++++++++++++++++++++++++-
 Perldl2/PrintControl.pm |   56 +++++++++++++++++++++++++++++++++++++++
 Perldl2/README          |    7 +++--
 Perldl2/pod-plate       |   45 +++++++++++++++++++++++++++++++
 5 files changed, 219 insertions(+), 4 deletions(-)

commit 8127a7786e11dc1be81cfab4fb6abd66b0ee3443
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 21 10:12:27 2010 -0400

    Move TODO to wiki page for review
    
    The current TODO file is languishing because of all the dead
    wood.  It has been pointed out in recent mailing list threads
    that irrelevant and incomplete TODO lists give a poor impression
    of PDL development to potential new contributers.  Also, with
    all the new interest, we need a way to keep focus on priorities
    to keep moving forward.

 TODO |  287 +----------------------------------------------------------------
 1 files changed, 5 insertions(+), 282 deletions(-)

commit 0188c5895963fac8542b696074be7d58891237dd
Author: David Mertens <david@david-desktop.(none)>
Date:   Thu May 20 14:03:02 2010 -0500

    Very minor updates to the VS docs.

 IO/HDF/VS/VS.pd |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 09b5d4d582273df39228d8ca8c0f157ad6ae46c0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 19 13:32:15 2010 -0400

    Re-fix the default pdl2 package and no strict
    
    The two fixes were accidentally removed during
    an iteration of testing.  Back now.

 Perldl2/Perldl2.pm |    5 +++--
 Perldl2/README     |   27 ++++++++++++++-------------
 2 files changed, 17 insertions(+), 15 deletions(-)

commit 164432c1e42345e1ca4efb3a15d643f256e15aa8
Author: David Mertens <david@david-desktop.(none)>
Date:   Wed May 19 11:18:27 2010 -0500

    Linked cat/append/glue references and updated primitive for CPAN viewing.

 Basic/Core/Core.pm.PL        |    4 +
 Basic/Primitive/primitive.pd |  610 ++++++++++++++++++++++++++++++++----------
 2 files changed, 471 insertions(+), 143 deletions(-)

commit cbeec05057f741c4b30fcaa0de8bdb44d71df8d0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 18 22:29:12 2010 -0400

    Show loaded Perldl2 plugins on startup

 Perldl2/Perldl2.pm |   16 +++++++++++++++-
 Perldl2/README     |   10 +---------
 2 files changed, 16 insertions(+), 10 deletions(-)

commit 276ffdcb917d73ee6cda86c4c59635f9bdc85101
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 18 22:07:36 2010 -0400

    Add ability to toggle default print for Perldl2
    
    There is an attribute do_print with a like named
    accessor method which can be used to enable or disable
    printing by default the result of the REPL loop iteration.
    $_REPL->do_print(0) turns printing off (Perldl2 default)
    $_REPL->do_print(1) turns printing on (Devel::REPL default)

 Perldl2/PrintControl.pm |    7 ++++++-
 Perldl2/README          |   13 +++++++------
 2 files changed, 13 insertions(+), 7 deletions(-)

commit 6ba2bd11acd93538d43253fb4292c14338cddcd1
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue May 18 16:59:42 2010 -0400

    Minor change to Guide.pod
    
    Fix typo (RBG->RGB), put head1 NAME on one line for easier perldoc
    parsing.

 Basic/Pod/Guide.pod |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 9c143a8dcdca72b4b740e051072ba439957368fe
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 18 14:21:58 2010 -0400

    Update Perldl2/README to clarify

 Perldl2/README |  213 ++++++++++++++++++++++++++-----------------------------
 1 files changed, 101 insertions(+), 112 deletions(-)

commit 8d938c2fd49de785358ceb083e2868eaf974791f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 18 13:59:12 2010 -0400

    Set $, to space for p alias in Perldl2

 Perldl2/Perldl2.pm |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit 7f3549fa5a80453be3036aba46c550a5b87a3e8e
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Mon May 17 22:31:40 2010 +0200

    Book: Fix a bug with HTML generator.

 Basic/Pod/Book/make-book.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f1c5b2700eda910a49d618181903d187676f4c3c
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Mon May 17 22:25:05 2010 +0200

    PDL Book: CSS for HTML generator.

 Basic/Pod/Book/pdl-book.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 72f334dc729c09d1f1bba282b629e51e6802a94b
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Mon May 17 22:20:29 2010 +0200

    Book: First stab at a PDL book HTML generator.

 Basic/Pod/Book/make-book.pl |  175 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 175 insertions(+), 0 deletions(-)

commit 5c76b0c79386560e47663432209160c2d531da7a
Author: David Mertens <dcmertens@gmail.com>
Date:   Mon May 17 09:35:39 2010 -0500

    Another minor change to the wording of the PDL::PP paragraph.

 Basic/Pod/Book/MATLAB.pod |    2 +-
 Basic/Pod/Book/Scilab.pod |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 34927c4631ce5bc8557df6c1616f72f8c2ed9701
Author: David Mertens <dcmertens@gmail.com>
Date:   Mon May 17 08:21:53 2010 -0500

    A few wording changes to the migration guides.

 Basic/Pod/Book/MATLAB.pod |    4 ++--
 Basic/Pod/Book/Scilab.pod |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit dd8464437ddce839551af9f448d061bd0f291530
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 17 08:59:54 2010 -0400

    Add clean fail as todo to Perldl2/README
    
    Devel::REPL is very powerful, but the stack trace one gets
    if something is missing is *horrible*.  This was a note to
    add better error handling with graceful degradation rather
    than just dying.  e.g., if something is missing, don't load
    it and continue if possible...with a warning message.

 Perldl2/README |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 825850f3a1e52a56466bd9e449a7437544ba6230
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Mon May 17 13:51:09 2010 +0200

    Book: Move several non-reference document to the new "book" section.

 Basic/Pod/Book/FAQ.pod        | 1872 +++++++++++++++++++++++++++++++++++++++++
 Basic/Pod/Book/Indexing.pod   | 1561 ++++++++++++++++++++++++++++++++++
 Basic/Pod/Book/Philosophy.pod |   70 ++
 Basic/Pod/Book/QuickStart.pod |  615 ++++++++++++++
 Basic/Pod/Book/Threading.pod  |  961 +++++++++++++++++++++
 Basic/Pod/Book/Tips.pod       |  129 +++
 Basic/Pod/FAQ.pod             | 1872 -----------------------------------------
 Basic/Pod/Indexing.pod        | 1561 ----------------------------------
 Basic/Pod/Philosophy.pod      |   70 --
 Basic/Pod/QuickStart.pod      |  615 --------------
 Basic/Pod/Threading.pod       |  961 ---------------------
 Basic/Pod/Tips.pod            |  129 ---
 12 files changed, 5208 insertions(+), 5208 deletions(-)

commit fc5470223b1df7ad4940f3a50135a443f9a943ff
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Mon May 17 13:46:14 2010 +0200

    Book: Replace "PDL::Migration" -> "PDL::Book"

 Basic/Pod/Book/MATLAB.pod |    2 +-
 Basic/Pod/Book/Scilab.pod |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 403ebbe4bd3aa601c726c258b1d94457014e5eb1
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Mon May 17 13:00:17 2010 +0200

    Documentation: First steps toward a PDL book.
    
    Created a new 'Book' directory where I hope to create a new PDL book.

 Basic/Pod/Book/MATLAB.pod      |  865 ++++++++++++++++++++++++++++++++++++++++
 Basic/Pod/Book/Scilab.pod      |  815 +++++++++++++++++++++++++++++++++++++
 Basic/Pod/Migration.pod        |   34 --
 Basic/Pod/Migration/MATLAB.pod |  865 ----------------------------------------
 Basic/Pod/Migration/Scilab.pod |  815 -------------------------------------
 5 files changed, 1680 insertions(+), 1714 deletions(-)

commit 5789093253079406e974cd391de9900d94e7b6ce
Merge: 19cbde7 92a971f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 17 06:27:26 2010 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 19cbde762fa9f047295715d3fc706e8983cceaff
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 17 06:25:26 2010 -0400

    Update Perldl2/README with platform support
    
    Somehow with all the talk about win32, people seem to
    have gotten the idea that all this work is for that
    system only.  Make explicit that this is for all OS
    and platforms.

 Perldl2/README |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

commit 92a971f67a12dd107c10f7669a69617d2d719850
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon May 17 08:09:33 2010 +0200

    add descriptions to tests in hdf_st.t

 t/hdf_sd.t |   62 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 31 insertions(+), 31 deletions(-)

commit 947d22199516e62162afa017f6dad83a0daf3d97
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 16 22:46:16 2010 -0400

    Add another missing feature to Perldl2/README

 Perldl2/README |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 7caf9e417f1e6787e248de31f55609edd310e55c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 16 18:34:11 2010 -0400

    Add "\n" to print lines for Perldl2
    
    There is some sort of inconsistency between the introduction
    of newlines from the Term::ReadLine::Gnu and Term::ReadLine::Perl.
    There seems to be an extra one now for TR::Gnu but at least the
    lines don't run on for either now.

 Perldl2/Perldl2.pm |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 15d78ce70aa721cfd0c670ef8d9e4aa29c78f6ac
Merge: 0b98645 e3c50c1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 16 15:33:57 2010 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 0b98645eb43006398c01dd4e47558d80e82739ea
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 16 15:32:24 2010 -0400

    Add pdl2, pdl2.bat to run Perldl2 + update README
    
    Still have to manually install things but it looks a lot
    more like a perldl replacement/upgrade.

 Perldl2/README   |   78 ++++++++++++++++++++++++++++++++++++++---------------
 Perldl2/pdl2     |    5 +++
 Perldl2/pdl2.bat |   20 ++++++++++++++
 3 files changed, 81 insertions(+), 22 deletions(-)

commit 2907282abcabfb201f2ec7ee8043e0a958058622
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun May 16 15:31:03 2010 -0400

    Enable perldl v1 style no-print of return values
    
    The PrintControl plugin implements a first version of
    this and the Perldl2 profile has been updated to load
    that as well.

 Perldl2/Perldl2.pm      |   16 ++++++++++++----
 Perldl2/PrintControl.pm |   16 ++++++++++++++++
 2 files changed, 28 insertions(+), 4 deletions(-)

commit e3c50c11dc278e6ee3457c534138b46bf9a5150d
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sun May 16 14:47:05 2010 +0200

    Changed copyright license in IO.pod with permission from the author.
    
    With permission from the author (see pdl-porters mailing list) I
    changed the copyright notice in IO.pod to say that the document can
    be modified and/or distributed under the same terms as the current
    Perl license.

 IO/IO.pod |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

commit ab7f49e1a6946e1632ef1f637d6e7936d47f0966
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sun May 16 14:40:19 2010 +0200

    Changed copyright notice in API.pod with permission from the author.
    
    With permission from the author (see pdl-porters mailing list) I
    changed the copyright notice of API.pod to say that the document
    can be modified and/or distributed under the same terms as the
    current Perl license.

 Basic/Pod/API.pod |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit c5980b692452706244f903bf7aca93d6b9659c5a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 15 14:52:14 2010 -0400

    rm REPL.pm and update README
    
    The relevant code is now in the Devel-REPL-1.003009_02.tar.gz

 Perldl2/README  |    7 +-
 Perldl2/REPL.pm |  427 -------------------------------------------------------
 2 files changed, 1 insertions(+), 433 deletions(-)

commit 31e0c88be9a8381da4cf6f978a6642f3d8b7890d
Merge: a21804a e2001f6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 15 13:37:01 2010 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit a21804a223c701df6556e2a0b1698c2e133f5f09
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 15 13:36:07 2010 -0400

    Update Devel::REPL snapshot and README for Perldl2

 Perldl2/Devel-REPL-1.003009_01.tar.gz |  Bin 47600 -> 0 bytes
 Perldl2/Devel-REPL-1.003009_02.tar.gz |  Bin 0 -> 47951 bytes
 Perldl2/README                        |    6 +++---
 3 files changed, 3 insertions(+), 3 deletions(-)

commit e2001f6e3dee3907956f5dbdde82d3b16f0a8767
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sat May 15 19:26:51 2010 +0200

    Documentation: Use postfix notation for all method calls.
    
    Replase "foo $A" with "$A->foo". The prefix method looks like a
    function and invites the use to write "foo($A)" which works
    inconsistently.

 Basic/Pod/Migration/MATLAB.pod |   26 +++++++++++++-------------
 Basic/Pod/Migration/Scilab.pod |   18 +++++++++---------
 2 files changed, 22 insertions(+), 22 deletions(-)

commit 91bc8eba2f159b61e1d9d9e6078b90c85add86e6
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sat May 15 18:49:30 2010 +0200

    Documentation: Change description of PDL::PP in migration guides.

 Basic/Pod/Migration/MATLAB.pod |   13 +++++--------
 Basic/Pod/Migration/Scilab.pod |   11 +++++------
 2 files changed, 10 insertions(+), 14 deletions(-)

commit ca44a04ece66d61b870d42867debed127dee5ed8
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sat May 15 18:40:06 2010 +0200

    Clarify copyright license for my own files.
    
    Clearly state that the files can be modified and/or distributed under
    the same terms as the current Perl license.

 Basic/Pod/Migration/MATLAB.pod |    6 +++---
 Basic/Pod/Migration/Scilab.pod |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit a8c3a14e15635219f010461a422d0aca8fb79cf7
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sat May 15 18:35:00 2010 +0200

    Update Copyright notices.
    
    With permission from the authors (see list archives) I am updating
    the copyright notices of three files to clearly state that they can
    be distributed and/or modified under the current Perl license.

 Basic/Pod/Guide.pod     |    9 +++++++++
 Basic/Pod/Migration.pod |    8 ++++++++
 Basic/Pod/Threading.pod |    4 +++-
 3 files changed, 20 insertions(+), 1 deletions(-)

commit 08e0b80e20e8736165cb64f196a98b8caaa753ef
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 15 11:54:31 2010 -0400

    Rename the Padre directory to Perldl2
    
    It turns out that the directory has become mostly Perldl2
    development.  The next step is to make a version of the
    new shell that is built and installed with PDL.  This directory
    rename is the first step.  Updated MANIFEST, README, and
    Release_Notes with the new directory path.

 MANIFEST                              |   14 +-
 Padre/Devel-REPL-1.003009_01.tar.gz   |  Bin 47600 -> 0 bytes
 Padre/NiceSlice.pm                    |   27 -
 Padre/Perldl2.pm                      |   75 -
 Padre/README                          |  267 ---
 Padre/REPL.pm                         |  427 -----
 Padre/TieHash.pm                      |   38 -
 Padre/readline-fix/Gnu.xs             | 3002 ---------------------------------
 Padre/readline-fix/Makefile           |  983 -----------
 Padre/readline-fix/Makefile.PL        |  217 ---
 Padre/readline-fix/README             |   84 -
 Perldl2/Devel-REPL-1.003009_01.tar.gz |  Bin 0 -> 47600 bytes
 Perldl2/NiceSlice.pm                  |   27 +
 Perldl2/Perldl2.pm                    |   75 +
 Perldl2/README                        |  267 +++
 Perldl2/REPL.pm                       |  427 +++++
 Perldl2/TieHash.pm                    |   38 +
 Perldl2/readline-fix/Gnu.xs           | 3002 +++++++++++++++++++++++++++++++++
 Perldl2/readline-fix/Makefile         |  983 +++++++++++
 Perldl2/readline-fix/Makefile.PL      |  217 +++
 Perldl2/readline-fix/README           |   84 +
 README                                |    2 +-
 Release_Notes                         |   21 +
 23 files changed, 5149 insertions(+), 5128 deletions(-)

commit e143b805757a4af082cc657c00f7e6bedc89b401
Author: David Mertens <dcmertens@gmail.com>
Date:   Sat May 15 08:55:53 2010 -0500

    Added tentative PDL::Beta searching to Autoloader.
    
    The code is presently commented out, pending approval from the porters.

 Basic/AutoLoader.pm |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit e57eec31e9f4483977164d908a0534e21a9fa673
Author: David Mertens <dcmertens@gmail.com>
Date:   Sat May 15 06:50:31 2010 -0500

    Clarified the migration guides' discussion of PDL::PP.

 Basic/Pod/Migration/MATLAB.pod |   10 ++++++----
 Basic/Pod/Migration/Scilab.pod |   12 ++++++------
 2 files changed, 12 insertions(+), 10 deletions(-)

commit 5b3d9b4aadc7656762e2a16257f59a45160514d0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 14 18:51:19 2010 -0400

    Update Padre/README with TODO list

 Padre/README |  116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 110 insertions(+), 6 deletions(-)

commit b42a4367f186a9845fb3a706fd8c826d2b3a6dee
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri May 14 23:46:35 2010 +0200

    Documentation: Migration guide for Scilab users.
    
    Initial commit. Based on the migration guide for MATLAB users.

 Basic/Pod/Migration.pod        |    2 +-
 Basic/Pod/Migration/Scilab.pod |  816 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 817 insertions(+), 1 deletions(-)

commit 7c6f36810ce00bfa7d522041ab31ba1df0113d8e
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri May 14 23:45:30 2010 +0200

    Documentation: Fix typo.

 Basic/Pod/Migration/MATLAB.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c54b7f1e258dfe88b2b501d41402341284796042
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri May 14 23:05:18 2010 +0200

    Documentation: Fix typo. (sorry!)

 Basic/Pod/Migration/MATLAB.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 32c6333363c4da3e8dcc5b67883f0799feaa0729
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri May 14 23:02:30 2010 +0200

    Documentation: Minor edit for MATLAB migration guide.
    
    Just getting the terminology right: "N-D matrix" -> "N-D array".

 Basic/Pod/Migration/MATLAB.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a6c1d77ff5502269f0ce4189d2ae4a7060847b0b
Author: Daniel Carrera <daniel@daniel-lenovo.(none)>
Date:   Fri May 14 22:45:56 2010 +0200

    Documentation: Migration guide index page.
    
    Just to help orient any user who types "perldoc Migration". In the
    future this will be an index to all the migration guides.

 Basic/Pod/Migration.pod |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit b9f186493c08413badbb4b487c9d5202c423dd09
Author: Daniel Carrera <daniel@daniel-lenovo.(none)>
Date:   Fri May 14 22:44:52 2010 +0200

    Documentation: Migration guide for MATLAB users.
    
    Initial commit.

 Basic/Pod/Migration/MATLAB.pod |  866 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 866 insertions(+), 0 deletions(-)

commit 8b06d99d9b38538c767f211119c57926bb511463
Author: Daniel Carrera <daniel@daniel-lenovo.(none)>
Date:   Fri May 14 21:30:16 2010 +0200

    Documentation: Edited threading tutorial.

 Basic/Pod/Threading.pod |  166 ++++++++++++++++++++++++-----------------------
 1 files changed, 85 insertions(+), 81 deletions(-)

commit 392e4124099294c9dffc282c36d2f96e74e37380
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 14 15:02:29 2010 -0400

    Make main the default Perldl2 package
    
    This is consistent with the usage from perldl version 1.x

 Padre/Perldl2.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 63f384ea3e53b3dcda953db18b5e861ca4739049
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 14 13:24:40 2010 -0400

    Add quit command support to Perldl2
    
    This entailed adding an exit_repl attribute to the Devel::REPL
    shell to support clean exits.  The REPL.pm file is the modified
    version for push to the Devel::REPL git repository.

 Padre/Perldl2.pm |   10 +-
 Padre/README     |   24 +++-
 Padre/REPL.pm    |  427 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 454 insertions(+), 7 deletions(-)

commit 1c43de542caa738dcc1dbf7c7593e856b8cb43d0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 14 10:57:20 2010 -0400

    Add TERM=dumb warning to Perldl2 shell
    
    If you have a dumb terminal, lots of things
    won't work right.  The original perldl shell
    had some issues for which using TERM=dumb was a
    partial work around.  Not with v2.

 Padre/Perldl2.pm |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

commit be17c5ec1382ba7c36ae586e2795af12d677d802
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Fri May 14 07:41:19 2010 -0500

    Added PDL::Threading doc.

 Basic/Pod/Threading.pod |  955 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 955 insertions(+), 0 deletions(-)

commit 705af923d14ff5d00250d06f838d5ba040f4ad36
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri May 14 00:04:53 2010 -0400

    Update Padre/README re _plugin_locator
    
    This is needed to display the banner of shell capabilities
    on startup.  Another issue is how to enable and disable the
    various features.  If that is not directly possible, maybe
    it is possible to mark features to load, then save state,
    and start another shell with the desired plugins loaded in
    place of the existing shell instance.

 Padre/README |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit 18df01fa5a53c86b236c0ce30162e5112664c77c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 13 18:51:00 2010 -0400

    Minor FAQ updates

 Basic/Pod/FAQ.pod |   74 ++++++++++++++++++++++++++++++-----------------------
 1 files changed, 42 insertions(+), 32 deletions(-)

commit 9abc806561f4e3dbcba9ac00bcfa93893d3325e4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 13 10:19:10 2010 -0400

    Update Padre/README for history file loc

 Padre/README |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 7350a933e96cba6714ac43fa571bd395f5ab3652
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 13 10:10:30 2010 -0400

    Update perldl2 with latest Devel::REPL
    
    Fixes to Devel::REPL Completion and ReadLineHistory plugins
    to support Term::ReadLine::Perl have been merged into their
    development trunk.  I've removed the now duplicate files and
    updated the README directions for installation.  Also, the
    perldl2 prompt default has been changed to 'PDL> ' in response
    to recent mailing list discussions.

 Padre/Completion.pm      |  113 ----------------------------------------------
 Padre/Perldl2.pm         |   23 +++++++---
 Padre/README             |   79 +++++++++++++++++++-------------
 Padre/ReadLineHistory.pm |   45 ------------------
 4 files changed, 63 insertions(+), 197 deletions(-)

commit fb1fdf96c82bb8c50136db55f1b15f521463175b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 12 22:05:04 2010 -0400

    Add test version of Devel::REPL for win32
    
    This have Term::ReadLine::Perl and Term::ReadLine::Gnu
    support for the ReadLineHistory plugin of Devel::REPL.

 Padre/Devel-REPL-1.003009_01.tar.gz |  Bin 0 -> 47600 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit e303073588ce8204ad325282c05c557467d4c733
Author: David Mertens <dcmertens.perl@gmail.com>
Date:   Wed May 12 14:12:43 2010 -0500

    Removed ill-planned attempts to fix pdl.exe issue

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 22fd040a95d7a43c743ee0a98167c40741c50096
Author: unknown <Charles@.(none)>
Date:   Wed May 12 12:54:30 2010 -0500

    Trying to unbreak what I just broke, getting pdl to execute on windows.

 Makefile.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e38a9ad9ca64218844025abb3b90dbdf415d374c
Author: David Mertens <dcmertens@gmail.com>
Date:   Wed May 12 12:15:17 2010 -0500

    I think I've added 'pdl' as an executable for windows machines.

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 71df03e2b3b19682ebebe6cd00b111a95417f714
Author: Henning Glawe <glaweh@debian.org>
Date:   Wed May 12 15:05:17 2010 +0200

    build-depend on proj-bin and netpbm
    
    this fixes two errors during test suite runs

 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 15392431cd05acf32b8a726d231d0572cd7e024b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue May 11 12:53:22 2010 -0400

    Mark Karma DEPRECATED in QuickStart.pod

 Basic/Pod/QuickStart.pod |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

commit 5df9e244450b07bb118ee25a3f30445c3626c94f
Merge: 4ff1dcd 25cfae8
Author: David Mertens <dcmertens@gmail.com>
Date:   Mon May 10 20:54:29 2010 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 4ff1dcd76b38aff5a67273e5ce7ac625f42ced2f
Author: David Mertens <dcmertens@gmail.com>
Date:   Mon May 10 20:53:55 2010 -0500

    Added references to PDL::IO and the string argument to pdl().

 Basic/Pod/QuickStart.pod |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 25cfae8947305d67bd9aba9a20518431c0d25de5
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon May 10 10:13:58 2010 +0200

    be clear about the package not being released yet

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8d2c48e4b0b7c2b6c32889d3fcc2d90b897180b5
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon May 10 10:07:16 2010 +0200

    recommend libpgplot-perl instead of pgperl

 debian/changelog |    7 +++++++
 debian/control   |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 4b5e6ee86e10db3c5f6b4bc8ef79b2cdc2bdc951
Author: David Mertens <dcmertens@gmail.com>
Date:   Mon May 10 01:02:05 2010 -0500

    Declared the same variable with 'my' twice in core.t. Fixed.

 t/core.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7ba4ec537697ee992c07eee87705c8cd94903039
Author: David Mertens <dcmertens@gmail.com>
Date:   Mon May 10 00:48:46 2010 -0500

    Fixed a couple of bad-doc errors and fixed the compiler warnings from GSL SF.

 Basic/Bad/bad.pd    |    4 ++--
 Lib/GSL/SF/gslerr.h |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 9e9ac6adf2533f6be782bd53a8435d690fbfa2b8
Author: David Mertens <dcmertens@gmail.com>
Date:   Sun May 9 23:14:26 2010 -0500

    Made bad.pd CPAN friendly.

 Basic/Bad/bad.pd |  310 +++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 239 insertions(+), 71 deletions(-)

commit 1afcd0e996ccd596233e72f2da1ebf1c56e4d633
Author: David Mertens <dcmertens@gmail.com>
Date:   Sun May 9 21:20:17 2010 -0500

    Fixed invalid pod cuts in slices.pd

 Basic/Slices/slices.pd |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 1e11d37d2c717c956c39fb60f23ca40cb4879cbc
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sun May 9 17:59:04 2010 -0500

    Daniel's corrections and cleanups to the Autoloader documentation.

 Basic/AutoLoader.pm |   33 ++++++++++++++++-----------------
 1 files changed, 16 insertions(+), 17 deletions(-)

commit f33371150dfbd49f125a9590253eaa71b40b3645
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sun May 9 17:50:58 2010 -0500

    Updated PDL.pm documentation.

 Basic/PDL.pm |   74 +++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 55 insertions(+), 19 deletions(-)

commit 5a501ea8eb728733781cc5f26bc1531ef93fcb90
Author: Daniel Carrera <dcarrera@gmail.com>
Date:   Sun May 9 17:49:29 2010 -0500

    Moved PDL::Impatient to PDL::QuickStart.

 Basic/Pod/FAQ.pod        |    8 +-
 Basic/Pod/Guide.pod      |    2 +-
 Basic/Pod/Impatient.pod  |  615 ----------------------------------------------
 Basic/Pod/Intro.pod      |    4 +-
 Basic/Pod/QuickStart.pod |  615 ++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 622 insertions(+), 622 deletions(-)

commit a0efa3b899e3a13a723f8a8ad089dadb0b45934f
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun May 9 10:22:22 2010 +0200

    detect presence of 'alt' flavour of hdf4

 IO/HDF/Makefile.PL    |   11 ++++++++++-
 IO/HDF/SD/Makefile.PL |    4 ++--
 IO/HDF/VS/Makefile.PL |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

commit 2a4d3ce9a3b846a9efa801480b1a33f8596772ce
Author: Henning Glawe <glaweh@debian.org>
Date:   Sun May 9 10:20:23 2010 +0200

    update debian packaging to uploaded 2.4.6

 debian/changelog    |   18 +++++++++++++++---
 debian/control      |   10 +++++-----
 debian/pdl.postinst |    1 -
 debian/rules        |    2 +-
 4 files changed, 21 insertions(+), 10 deletions(-)

commit ae8d79b8076a3b434067162aa6be9f9f0501748d
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu May 6 20:12:51 2010 +0200

    add dpkg trigger for doc updates
    
    if dpkg installs a file in and below /usr/lib/perl5/PDL, the pdldoc
    index is updated, as is the HTML documentation

 debian/pdl.postinst |    2 +-
 debian/pdl.triggers |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

commit cc2b9be46ffd3efe72a384f0a0ea30babbf7b4e8
Author: Craig DeForest <zowie@Clio.local>
Date:   Sat May 8 15:17:20 2010 -0600

    Fixed corner case in new matrix multiply code:  sometimes PDL dimincs array isn't valid,
    even after calling PDL->make_physical or PDL->make_physdims.  Now we instead calculate
    the diminc explicitly.
    
    Also, subclass3.t had an erroneous test that used matrix multiply as a proxy for inner().
    Now that inner isn't used by matmult, we had to use an inner check directly.

 Basic/Primitive/primitive.pd |   27 ++++++++++++++++++---------
 t/matrixops.t                |    1 +
 t/subclass3.t                |    3 ++-
 3 files changed, 21 insertions(+), 10 deletions(-)

commit 7760030bd6520c606d8d9d5b2cee2c9ac554123c
Author: Craig DeForest <zowie@Clio.local>
Date:   Sat May 8 07:35:05 2010 -0600

    Even faster matrix multiply - now use dimincs to walk through the data explicitly, rather than calculating each element's offset in memory individually.

 Basic/Primitive/primitive.pd |   28 +++++++++++++++++++++++++---
 1 files changed, 25 insertions(+), 3 deletions(-)

commit 8244725170a561f481c70933d057cc8aeb290284
Author: Craig DeForest <zowie@Clio.local>
Date:   Sat May 8 01:21:50 2010 -0600

    Replaced simple threading expression with a PP tiling loop; yields 2x speedup
    for large matrices due to better cache hits. -- CED

 Basic/Primitive/primitive.pd |   98 ++++++++++++++++++++++++++++-------------
 1 files changed, 67 insertions(+), 31 deletions(-)

commit 5402c258d081efadd8cad0f152947f98405ceb8d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 6 23:05:30 2010 -0400

    Update VERSION to 2.4.6_007 post CPAN dev release
    
    ...for ongoing development to continue.

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ada71dd3aed4af0a869a7ca55d6b37a47fab8648
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 6 21:42:52 2010 -0400

    Update MANIFEST for PDL-2.4.6_006 release

 MANIFEST |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit e70dbacf9bee498f889d3f45e93752aac95aaf27
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 6 21:36:21 2010 -0400

    Final Release_Notes update before CPAN

 Release_Notes |   54 ++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 34 insertions(+), 20 deletions(-)

commit 40716375d7015311fc87d7797ba8c9847caa95e1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu May 6 17:45:51 2010 -0400

    Indent Code so POD doesn't wrap
    
    The mmap for win32 comment in Basic/Core/Core.xs.PL
    has a code section in it.  I've indented the code
    so that the POD processor does not wrap it.  NOTE:
    since the code is not in a valid chunk type, most
    POD processors should ignore it.

 Basic/Core/Core.xs.PL |   89 +++++++++++++++++++++++++------------------------
 1 files changed, 45 insertions(+), 44 deletions(-)

commit 5bedc6d95e2de55168b60742c219a74ef53300d6
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu May 6 19:59:09 2010 +0200

    start work on 2.4.7 package

 debian/changelog |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit d62cdb99c7f212da8b7e30c1819282ad83a6b103
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu May 6 19:58:44 2010 +0200

    fix path in generated HTML docs

 debian/pdl.postinst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5a88d7a7bb8c08c5eb7e9f369bd931906f340610
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu May 6 19:27:31 2010 +0200

    add option '-s' modify href paths
    
    syntax is '-s "stuff_to_strip[,stuff_to_add]"
    this way, you can remove e.g. 'PDL/' from the paths referenced in the
    links (which are thus broken in the debian case)

 Doc/mkhtmldoc.pl |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

commit f5a1aba6ff80c628b8383b0eca9198164f85d819
Merge: 53f4a4e 31c8016
Author: David Mertens <david@david-desktop.(none)>
Date:   Thu May 6 11:44:28 2010 -0500

    Merge branch 'master' of ssh://run4flat@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 53f4a4e2b5976393dd4e976b95b074e681ad78bd
Author: David Mertens <david@david-desktop.(none)>
Date:   Thu May 6 11:43:23 2010 -0500

    Fixed functioning of the new_pdl_from_string so it properly handled implicit bracketing.

 Basic/Core/Core.pm.PL |   20 ++++++++++----------
 t/core.t              |   43 ++++++++++++++++++++++++++++++-------------
 2 files changed, 40 insertions(+), 23 deletions(-)

commit 31c8016b006cb60c0fd7219e2bd14d6616c8d7e8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 5 19:15:03 2010 -0400

    Update readmes and VERSION for CPAN release
    
    Update VERSION to 2.4.6_006 to mark a new CPAN developers
    release.  Various edits to readme-type files for the release.

 Basic/PDL.pm |    2 +-
 DEPENDENCIES |    9 +++++++++
 DEVELOPMENT  |   34 ++++++++++++++++++++--------------
 3 files changed, 30 insertions(+), 15 deletions(-)

commit 484c6f65e864f87a1439a991678fb53bb9449705
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed May 5 06:39:00 2010 -0400

    Minor POD-smithing for PDL::new

 Basic/Core/Core.pm.PL |   39 +++++++++++++++++++++------------------
 1 files changed, 21 insertions(+), 18 deletions(-)

commit 7686fd568507e99d0b7176df540a7e1e94900f5f
Author: David Mertens <dcmertens@gmail.com>
Date:   Tue May 4 00:32:00 2010 -0500

    Added implementation for string input to PDL::new.

 Basic/Core/Core.pm.PL   |  122 ++++++++++++++++++++++++++++++++--------------
 Basic/Pod/Impatient.pod |   26 ++++++++--
 t/core.t                |  104 ++++++++++++++++++++++++++++++----------
 3 files changed, 186 insertions(+), 66 deletions(-)

commit 53f41124db2633492597edacbc8cf3534f4a393c
Author: David Mertens <dcmertens@gmail.com>
Date:   Mon May 3 21:22:37 2010 -0500

    Fixed a documentation typo in bad.pd

 Basic/Bad/bad.pd |  111 ++++++++++++++++++++++++++++++++---------------------
 1 files changed, 67 insertions(+), 44 deletions(-)

commit 27fa4e37130f3236f224956865790f888f690806
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 3 15:30:44 2010 -0400

    Fix ReadLineHistory to work with T::R::Perl
    
    The stifle_history() method is GNU readline specific.
    Added the alternative code needed for Term::ReadLine::Perl
    support.

 Padre/README             |   10 +++++++---
 Padre/ReadLineHistory.pm |   45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 3 deletions(-)

commit abecfe219f3a67d314447b7c17c2328772cf0cdd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon May 3 14:04:42 2010 -0400

    Skip broken win32 plugins for Perldl2 profile load
    
    Interrupt and ReadLineHistory do not work on win32 in Term::REPL.
    * Interrupt because Sys::SigAction does not work on windows.
    * ReadLineHistory because it uses a Gnu readline specific function.

 Padre/Perldl2.pm |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit f9fa1e6df3a4ef6b48755dba6ead1ac4256d96a8
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sun May 2 22:02:59 2010 +1000

    IO/Pnm/Pic.pm - Fix (MS Windows) portability
    
    Near the beginning of the file, use
    File::Spec->path() to split the path portably
    and add the '.exe' extension to "pnmtojpeg" iff
    $^O is MS Windows.

 IO/Pnm/Pic.pm |   62 +++++++++++++++++++++++++++++---------------------------
 1 files changed, 32 insertions(+), 30 deletions(-)

commit 83c1308d9ccf00f68d17fec19cedcc1cc49dc55b
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sun May 2 20:57:33 2010 +1000

    Lib/Transform/Proj4/Makefile.PL - un-"local"-ise $lib_path
    
    Replace the"local()" $lib_path with
    $transform_gis_proj4_lib_path, so that the variable's
    contents are accessible throughout the Makefile.PL.

 Lib/Transform/Proj4/Makefile.PL |   47 +++++++++++++++++++--------------------
 1 files changed, 23 insertions(+), 24 deletions(-)

commit 3d22591dd6f37069e4e961d2ef1388dcf5a13020
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sun May 2 20:44:56 2010 +1000

    Lib/GIS/Proj/Makefile.PL - un-"local"-ise $lib_path
    
    Replace the"local()" $lib_path with $gis_proj_lib_path,
    so that the variables contents are accessible
    throughout the Makefile.PL.

 Lib/GIS/Proj/Makefile.PL |   37 ++++++++++++++++++-------------------
 1 files changed, 18 insertions(+), 19 deletions(-)

commit 994ca216768f720021b357daa61a6858d9d6f5c2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 1 16:05:57 2010 -0400

    Add WITH_DEVEL_REPL to perldl.conf
    
    To support perldl v2 capabilities.  In the transition, we don't
    want to have Devel::REPL as a hard dependency but we want to use
    it for all the new features if it is there already...

 perldl.conf |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 98e9c90c34c01bbb2fbaa685c6deac7eac5ee8fa
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 1 15:45:50 2010 -0400

    Add fix for Term::ReadLine::Perl support
    
    The Term::ReadLine::Perl support for the Attribs method
    was broken because there was only partial implementation
    of the TIEHASH capability.  This is (should be) a backward
    compatable replacement that fixes the known problems.

 Padre/README     |   22 +++++++++++++++-------
 Padre/TieHash.pm |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 7 deletions(-)

commit 1a9f6eb37d8c9cf0d06eccd4b1fd2cb8c0fa6e90
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 1 14:13:25 2010 -0400

    Add Padre/readline-fix/ to MANIFEST.SKIP

 MANIFEST.SKIP |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6485d2788a704224633dafeec37c15e48f44ca7a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 1 12:55:47 2010 -0400

    Update Known_problems and Release_Notes for CPAN
    
    Minor README cleanups in preparation for an upcoming
    CPAN developer's release.

 Known_problems |    3 ++-
 Release_Notes  |   13 ++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

commit dd9a0c1e1123d78001d9fc86bf1d1890f79cd4bd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat May 1 12:53:33 2010 -0400

    Update Perldl2 and README
    
    Added a couple of plugins to the Perldl2.pm profile
    which support more types of completion as well as
    catching Ctrl-C rather than exiting the shell.
    A new Completion.pm now supports Term::ReadLine::Perl
    for TAB completion on win32---finally!  Some README
    update for consistency.

 Padre/Perldl2.pm |    6 ++++--
 Padre/README     |   38 ++++++++++++++++++++++++--------------
 2 files changed, 28 insertions(+), 16 deletions(-)

commit cbf21ab20848ee1241930cf3e1fad282093ff02b
Merge: 071eb86 d4a1fc4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 30 17:36:20 2010 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 071eb866354d74c45c2ff6f15f65b00d250f8499
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 30 17:34:06 2010 -0400

    Fix Perldl2 to work with Term::ReadLine::Perl
    
    Now completion appears to work for both Term::ReadLine::Gnu
    and Term::ReadLine::Perl systems.

 Padre/Completion.pm |  113 +++++++++++++++++++++++++++++++++++++++++++++++++++
 Padre/Perldl2.pm    |    4 +-
 2 files changed, 115 insertions(+), 2 deletions(-)

commit d4a1fc4f6b224790cb90880931eb0dbfdebf104f
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Apr 30 13:43:21 2010 -0400

    More documentation fixes.
    
    Found more broken links, etc.

 Basic/Core/Basic.pm          |    1 +
 Basic/MatrixOps/matrixops.pd |   10 +++++-----
 Basic/Pod/Impatient.pod      |    4 ++--
 Basic/Primitive/primitive.pd |    2 +-
 Graphics/LUT/LUT.pm          |    2 +-
 IO/Dumper.pm                 |    2 +-
 IO/NDF/NDF.pm.PL             |    2 +-
 IO/Pnm/Pic.pm                |    2 +-
 IO/Pnm/pnm.pd                |    2 +-
 Lib/GSL/DIFF/gsl_diff.pd     |    2 +-
 Lib/GSL/INTEG/gsl_integ.pd   |    2 +-
 Lib/Image2D/image2d.pd       |    2 +-
 Lib/ImageND/imagend.pd       |    4 ++--
 Lib/Transform/Proj4/Proj4.pd |    7 ++++---
 14 files changed, 23 insertions(+), 21 deletions(-)

commit 2a6e926d596b4e610276b10336d0cd27c2a319c8
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Apr 30 13:38:54 2010 -0400

    Remove redundant Functions head in pod
    
    The pp_def will insert the FUNCTIONS heading into the pod, so it is not
    needed explicitly.  Also, some files had the incorrect =head1 name,
    which prevented them from appearing in PDL::Index.

 Lib/GSL/SF/airy/gsl_sf_airy.pd               |    2 --
 Lib/GSL/SF/bessel/gsl_sf_bessel.pd           |    2 --
 Lib/GSL/SF/clausen/gsl_sf_clausen.pd         |    2 --
 Lib/GSL/SF/coulomb/gsl_sf_coulomb.pd         |    2 --
 Lib/GSL/SF/coupling/gsl_sf_coupling.pd       |    2 --
 Lib/GSL/SF/dawson/gsl_sf_dawson.pd           |    2 --
 Lib/GSL/SF/debye/gsl_sf_debye.pd             |    2 --
 Lib/GSL/SF/dilog/gsl_sf_dilog.pd             |    2 --
 Lib/GSL/SF/elementary/gsl_sf_elementary.pd   |    4 +---
 Lib/GSL/SF/ellint/gsl_sf_ellint.pd           |    2 --
 Lib/GSL/SF/elljac/gsl_sf_elljac.pd           |    2 --
 Lib/GSL/SF/erf/gsl_sf_erf.pd                 |    2 --
 Lib/GSL/SF/exp/gsl_sf_exp.pd                 |    2 --
 Lib/GSL/SF/expint/gsl_sf_expint.pd           |    2 --
 Lib/GSL/SF/fermi_dirac/gsl_sf_fermi_dirac.pd |    2 --
 Lib/GSL/SF/gamma/gsl_sf_gamma.pd             |    2 --
 Lib/GSL/SF/gegenbauer/gsl_sf_gegenbauer.pd   |    2 --
 Lib/GSL/SF/hyperg/gsl_sf_hyperg.pd           |    2 --
 Lib/GSL/SF/laguerre/gsl_sf_laguerre.pd       |    2 --
 Lib/GSL/SF/legendre/gsl_sf_legendre.pd       |    2 --
 Lib/GSL/SF/log/gsl_sf_log.pd                 |    2 --
 Lib/GSL/SF/poly/gsl_sf_poly.pd               |    2 --
 Lib/GSL/SF/pow_int/gsl_sf_pow_int.pd         |    4 +---
 Lib/GSL/SF/psi/gsl_sf_psi.pd                 |    2 --
 Lib/GSL/SF/synchrotron/gsl_sf_synchrotron.pd |    4 +---
 Lib/GSL/SF/transport/gsl_sf_transport.pd     |    4 +---
 Lib/GSL/SF/trig/gsl_sf_trig.pd               |    2 --
 Lib/GSL/SF/zeta/gsl_sf_zeta.pd               |    2 --
 28 files changed, 4 insertions(+), 60 deletions(-)

commit 31ed9b68203076d17c3dacae10f938208d42795f
Merge: 266f1f8 19047be
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Apr 30 13:36:09 2010 -0400

    Merge branch 'master' of ssh://lambd@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 19047beba630700b30ecd89fa6e2048859a30ea7
Merge: bb96a70 ba65d3d
Author: Craig DeForest <zowie@Clio.local>
Date:   Thu Apr 29 23:59:22 2010 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit ba65d3d016fc9523f0c8c67de840b91a7cc84760
Author: David Mertens <dcmertens@gmail.com>
Date:   Fri Apr 30 00:58:15 2010 -0500

    Updated the Guide based on Derek's linking suggestions.

 Basic/Pod/Guide.pod |  172 +++++++++++++++++++++++++++-----------------------
 1 files changed, 93 insertions(+), 79 deletions(-)

commit bb96a70629fc75e4e1e40cb89aa824924da80f2a
Merge: 17430ad 7501237
Author: Craig DeForest <zowie@Clio.local>
Date:   Thu Apr 29 23:51:20 2010 -0600

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 17430adb39b1395f43bfb05df5ba1701c4c1d720
Author: Craig DeForest <zowie@Clio.local>
Date:   Thu Apr 29 23:49:43 2010 -0600

    Fix rice compression to work with unsigned shorts; add TDIM support to FITS

 IO/FITS/FITS.pm                |    4 ++--
 Lib/Compression/compression.pd |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 75012376d6f5efa1cbcd8e2a0b3bcb3f083351c5
Author: David Mertens <david@david-laptop.(none)>
Date:   Thu Apr 29 20:07:46 2010 -0500

    Added my guide to PDL.

 Basic/Pod/Guide.pod |  485 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 485 insertions(+), 0 deletions(-)

commit 025cdd9ead0bf33568362dddc68fe0bb70e3a448
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Apr 28 22:05:45 2010 -0400

    Got Term::ReadLine::Gnu to compile
    
    It still needs the init code on startup to be completed.
    Some functions had to be commented out because they were
    not actually provided by the win32 readline library used.
    Still to be determined if the two (now commented out)
    routines are needed for our PDL/Padre uses...

 Padre/readline-fix/Gnu.xs |   26 +++++++++++++-------------
 Padre/readline-fix/README |   31 ++++++++++++++++++++++++++++++-
 2 files changed, 43 insertions(+), 14 deletions(-)

commit 410e6d97fe0490c7bfc09d05077c88fa231b62e3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Apr 28 13:57:40 2010 -0400

    Add working directory of ReadLine::GNU on win32
    
    This is a temporary working directory for development
    of Term::ReadLine::Gnu on win32 to support Perldl v.2
    development and better win32 command support in general.

 Padre/README                   |    6 +-
 Padre/readline-fix/Gnu.xs      | 3002 ++++++++++++++++++++++++++++++++++++++++
 Padre/readline-fix/Makefile    |  983 +++++++++++++
 Padre/readline-fix/Makefile.PL |  217 +++
 Padre/readline-fix/README      |   55 +
 5 files changed, 4262 insertions(+), 1 deletions(-)

commit de06e75b06eea4d2b28d7ac3fd2265327332f9a9
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Apr 27 14:03:29 2010 -0400

    Fix dimension numbering in PDL::Transform::t_fits
    
    Correct some unit offset errors in the labeling of input image dimensions:
    Image X, Image Y, etc.

 Lib/Transform/transform.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 47d3927dc36e8f66e062807c95a10ff83071e9f2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 26 13:30:15 2010 -0400

    Take tapprox() out of tests that don't use it
    
    Note also that tapprox is basically approx()->all so tests using
    the hand-rolled tapprox() routine might be clearer and more
    portably coded with approx() and all().

 t/argtest.t    |   12 ++++++------
 t/conv.t       |   12 ++++++------
 t/croak.t      |   12 ++++++------
 t/familyfree.t |   12 ++++++------
 t/ica.t        |   14 +++++++-------
 t/ones.t       |   12 ++++++------
 t/refs.t       |   12 ++++++------
 7 files changed, 43 insertions(+), 43 deletions(-)

commit 86df7b82bc68de78072aa83063fbd3e9bee61ae4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Apr 26 13:29:53 2010 -0400

    Add Lib/Compression/ stuff to .gitignore

 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 845873e05334fc01869fe51cdf97973f91fab454
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 25 20:30:16 2010 -0400

    Minor change to perldl2 prompt and README

 Padre/Perldl2.pm |    4 ++--
 Padre/README     |    4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 74975d04f8ead85f3b32eff8fbbf48a7d9172dda
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 25 18:50:25 2010 -0400

    New and improved perldl2 shell
    
    Knocked out a few more missing items for the perldl2 shell.
    See the README in PDL/Padre for how to manually install.
    You'll need to install Devel::REPL to use.

 Padre/Perldl2.pm |   34 ++++++++++++++++++
 Padre/README     |  102 ++++++++++++++++++++++++++++++++++++++++-------------
 Padre/pdlrun     |    8 ----
 3 files changed, 111 insertions(+), 33 deletions(-)

commit ae71cf82210b63e660707db2a044657eda3e1280
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 24 10:41:15 2010 -0400

    Update with 2nd code from DM email
    
    Changed the zero handling to add a zero after an ending
    decimal point rather than removing the decimal.  That can
    affect implied type conversions in C and sometimes PDL.

 Example/Core/new_from_string.pl |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

commit 1367839c3084f78a3b173d75dfe7a1f1c65371f7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 24 09:39:47 2010 -0400

    Commit first new_from_string.pl
    
    I realized that David had already provided a better
    first code for this than my do-nothing one...

 Example/Core/new_from_string.pl |  108 +++++++++++++++++++++++++++++++++++++-
 1 files changed, 105 insertions(+), 3 deletions(-)

commit 5b721b507aff0fb208c5c27db5e98d46ad5e7c36
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Apr 24 08:51:36 2010 -0400

    Add Example/Core directory
    
    This can be a home for code examples relating to Core
    PDL functionality: i.e., the new_pdl_from_string routine.

 Example/Core/new_from_string.pl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 81d3b73f93cacb4c2f1969ca8e391dcc2e5223ba
Merge: 66a90be 47f525d
Author: Craig DeForest <zowie@Clio.local>
Date:   Sat Apr 24 00:41:10 2010 -0700

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 66a90be32a9f996b0e5e14ef127dfafadeaa0bec
Author: Craig DeForest <zowie@Clio.local>
Date:   Sat Apr 24 00:40:11 2010 -0700

    Add write support for variable-length arrays in binary tables.
    Add support for TDIM fields in binary tables.

 IO/FITS/FITS.pm |  224 ++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 189 insertions(+), 35 deletions(-)

commit 266f1f816277e4440f208d9454904980bf3d8916
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu Apr 22 16:48:28 2010 -0400

    Fix html links to PDL::PDL
    
    pod2html causes pod links like L<PDL|PDL> to point to "../PDL.html", but the correct file is "PDL.html", in the same directory as all the other top-level html docs.  PDL::Index correctly points to PDL::PDL.  This patch to mkhtmldoc.pl removes one set of '../' from links to PDL.html.

 Doc/mkhtmldoc.pl |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

commit 47f525da34dd9d8318d77a087a9e005af62d1aee
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Apr 22 14:31:19 2010 -0400

    Add POD for writeflexhdr to FlexRaw.pm
    
    I don't know why writeflex() does not write the header too...

 IO/FlexRaw/FlexRaw.pm |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

commit 4bef4ee7afc61660064d79e012ac94a9efb197ff
Merge: 94eaa00 4f23e3f
Author: Craig DeForest <zowie@pcp057117pcs.wireless.calpoly.edu>
Date:   Wed Apr 21 16:21:16 2010 -0700

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 94eaa00967d0e9287a2ca94f5fbcaaeaf99ed14e
Author: Craig DeForest <zowie@pcp057117pcs.wireless.calpoly.edu>
Date:   Wed Apr 21 16:20:25 2010 -0700

    run-time (not compile-time) load for PDL::Compression.

 IO/FITS/FITS.pm |  100 ++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 73 insertions(+), 27 deletions(-)

commit a8059f8d481e64ddda95efe3bb47594d4f5c8890
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Wed Apr 21 17:46:54 2010 -0400

    Update POD to fix many broken hyperlinks
    
    Used the W3C::Checklink module to find broken links in the generated HTML documentation.
    This commit takes care of (all of?) the broken links that were due to POD typos, etc.

 Basic/Core/Core.pm.PL           |   18 +++++++-------
 Basic/Core/Exporter.pm          |    4 +-
 Basic/Gen/pptemplate.PL         |    2 +-
 Basic/Ops/ops.pd                |    2 +-
 Basic/Pod/API.pod               |    2 +-
 Basic/Pod/Impatient.pod         |    6 ++--
 Basic/Pod/Indexing.pod          |   16 ++++++------
 Basic/Pod/Internals.pod         |    2 +-
 Basic/SourceFilter/NiceSlice.pm |    2 +-
 Doc/Doc.pm                      |   12 ++++----
 Lib/DiskCache.pm                |   50 +++++++++++++++++++++++++-------------
 Lib/FFT/fft.pd                  |    8 +++---
 Lib/ImageND/imagend.pd          |    2 +-
 Lib/Transform/transform.pd      |   31 ++++++++++++-----------
 14 files changed, 87 insertions(+), 70 deletions(-)

commit 4f23e3f72f07be8733b13a2b0432d9d98c94d910
Author: David Mertens <david@david-desktop.(none)>
Date:   Wed Apr 21 12:51:29 2010 -0500

    Made PP's import function a tad smarter and added useful error messages to FFT.

 Basic/Gen/PP.pm |    6 +++++-
 Lib/FFT/fft.pd  |   38 ++++++++++++++++++++++++++++++++------
 t/fft.t         |   12 +++++++++++-
 3 files changed, 48 insertions(+), 8 deletions(-)

commit 0e5bb11fb89f0f6134ecaf53ce6c3cb7e72e08cd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 20 17:22:18 2010 -0400

    Minor fix to test output text for t/pgplot.t
    
    NOTE: if you have PGPLOT_DEV environment variable set to
    /xs then the plot window will never go away---even if closed.
    Use /xw for a cleaner test appearance.

 t/pgplot.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b8ace26c6b79ae1de0ed270febeeb05d380e9a8f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 20 11:04:22 2010 -0400

    Update pdl() and PDL::new() docs for STRING args
    
    Added some infomation in the pdl() POD referencing
    the new STRING capability with a note to check the
    PDL::new POD if you want to try it.  Not the most
    useful but it should help folks get started with the
    new support if interested---they'll have a better
    chance at figuring out what to do...

 Basic/Core/Core.pm.PL |   28 ++++++++++++++++++----------
 1 files changed, 18 insertions(+), 10 deletions(-)

commit 674cb390e1235e2957be78b7a030ffcdf2cc7db9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 18 22:41:58 2010 -0400

    Add tests to t/core.t for pdl(STRING) arguments
    
    These are placeholder tests for now.  They need to grow as the
    STRING constructor interface evolves.

 t/core.t |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

commit 707ef96b4ebb1d4f4ffd86f1206d2373a79cd807
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 18 21:56:00 2010 -0400

    Update $PDL::VERSION to 2.4.6_005 and readme's
    
    This version increase marks two new additions to PDL: FITS compressed
    format support with an associated PDL::Compression module and hooks to
    support support of string data format support to pdl and PDL::new which
    will lead to matlab/octave style constructor support and cut-and-paste
    capability between perldl display output and pdl constructor input.

 Basic/PDL.pm   |    2 +-
 Known_problems |    7 +------
 Release_Notes  |   38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+), 7 deletions(-)

commit ad7d299b075e133f6b97425f08ca4f01bcb5b17b
Merge: 3334ff5 4061e08
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 18 17:55:50 2010 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 3334ff5d8a77fc10cbbcf924b64506906be5e599
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 18 17:50:17 2010 -0400

    Add hooks for PDL::new to handle STRING data
    
    I did not have time to to a full implementation for the
    new Matlab-style (comma free) string data option for the
    pdl routine (a.k.a. PDL::new under the hood).  I did get
    a basic dispatch for the new option working which uses
    a routine PDL::Core::new_pdl_from_string to do its magic.
    
    If you define that routine, you'll be able to play with
    options for the STRING input handling for pdl / PDL::new.
    Type help PDL::new or look at the PDL/Basic/Core/Core.pm
    source for how it works and what a proper new_pdl_from_string
    routine needs to do.  A free example is included!

 Basic/Core/Core.pm.PL |   46 +++++++++++++++++++++++++++++++++++++++++-----
 Basic/Core/Core.xs.PL |    9 +++++++++
 2 files changed, 50 insertions(+), 5 deletions(-)

commit 4061e08e031ad22d4ba315c000c9c6610deb0493
Author: Craig DeForest <zowie@Clio.local>
Date:   Sun Apr 18 14:50:23 2010 -0600

    Added tiled compressed image handling to rfits in FITS.pm

 IO/FITS/FITS.pm                |  101 +++++++++++++++++++++++++++++++++++-----
 Lib/Compression/compression.pd |    5 +-
 2 files changed, 91 insertions(+), 15 deletions(-)

commit 2a35906d75fb7c13f9c7e2bd953d8a554ffedc9a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Apr 18 16:10:13 2010 -0400

    Update Known_problems from fixed bugs info

 Known_problems |   44 ++++++++++++++++++--------------------------
 1 files changed, 18 insertions(+), 26 deletions(-)

commit c0dfa062b87c930f179612a4258cf4510a3831d3
Author: Craig DeForest <zowie@Clio.local>
Date:   Sun Apr 18 00:55:01 2010 -0600

    Fix up code to not crash on non-lazy linking systems; improve
    documentation; shut up chatter.

 Lib/Compression/compression.pd |   90 ++++++++++++++++++++++++++++-----------
 Lib/Compression/ricecomp.c     |   21 +--------
 2 files changed, 66 insertions(+), 45 deletions(-)

commit 0e56805851dd2fae9faec416f730f4a5cb5bbda6
Author: Craig DeForest <zowie@Clio.local>
Date:   Sat Apr 17 09:13:54 2010 -0600

    Remove unused .h file reference from ricecomp.c

 Lib/Compression/ricecomp.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit c66761d7cb3a7dd7897a664e33db0889d0b51bd2
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sat Apr 17 23:41:32 2010 +1000

    perldl.PL - 'defined %h' is deprecated in 5.12
    
    Remove the 'defined' from 'defined %PDL::Config'
    in order to avoid the deprecation warning that
    perl-5.12 issues wrt this practice.

 perldl.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 69a40d166b6b5d038f4db23b989c98629173deed
Author: Craig DeForest <zowie@Clio.local>
Date:   Sat Apr 17 02:08:02 2010 -0600

    New compression module in Lib

 IO/FITS/FITS.pm                |    5 +-
 Lib/Compression/Makefile.PL    |   14 +
 Lib/Compression/compression.pd |  213 ++++++++++++
 Lib/Compression/ricecomp.c     |  714 ++++++++++++++++++++++++++++++++++++++++
 Lib/Makefile.PL                |    2 +-
 5 files changed, 944 insertions(+), 4 deletions(-)

commit 22e72f69bb07931d5b7503de92357451a596291d
Author: Craig DeForest <zowie@Clio.local>
Date:   Thu Apr 15 00:54:48 2010 -0600

    Added variable-length record support to binary table extension for rfits;
    began work on a tile-compressed-image unpacker.

 IO/FITS/FITS.pm     |  219 +++++++++++++++++++++++++++++++++++++++++++++------
 IO/FITS/Makefile.PL |    2 +-
 2 files changed, 195 insertions(+), 26 deletions(-)

commit d790370a05e2ad4a7b834f7e33bf691d24c7e470
Author: Craig DeForest <zowie@dhcp-10-120.boulder.swri.edu>
Date:   Wed Apr 14 10:56:09 2010 -0600

    Added variable-length row support to the FITS bintable reader.
    This is preparatory to supporting tile-compressed images.

 IO/FITS/FITS.pm |  188 ++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 167 insertions(+), 21 deletions(-)

commit d148add1880d7dac8f200723e07c9c77fac9ae5d
Author: Craig DeForest <zowie@Clio.local>
Date:   Tue Apr 13 22:50:08 2010 -0600

    Fixes SF bug 2949455 ("demo transform broken"): sign error in FITS header
    CROTA2 interpretation by PGPLOT libraries.

 Graphics/PGPLOT/Window/Window.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 0234f353fd8d970c3a4a6a550400b17560d4e309
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Apr 13 17:36:18 2010 -0400

    Use s/\r?\n$// instead of chomp for rcols
    
    This should be more tolerate of mixed unix and dos
    file environments.

 IO/Misc/misc.pd |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 292a2040bcb76645a9cbd9c62de1161d283af5b9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Apr 8 10:15:02 2010 -0400

    Fix problem with window shrink creep in imag2d()
    
    Due to round off errors in the constrained resize, some
    platforms saw the imag2d() windows shrink slowly until
    the display died.  This fixes the problem by not issuing
    a glutReshapeWindow() call unless the change would be
    more than 2 pixels.

 imag2d.pdl |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

commit 07269fd66807ad8fad59129addda02a21c0e6810
Author: David Mertens <david@david-laptop.(none)>
Date:   Thu Apr 8 07:44:43 2010 -0500

    Added a note about local::lib to the See Also section of the docs.

 Basic/AutoLoader.pm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 7f12b9e1dc6a3ce040f5a38f62c04e0325946058
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Thu Apr 8 00:28:21 2010 +1000

    Basic/Core/Dev.pm - deprecation warning of 'defined(%h)'
    
    With 5.12, a deprecation warning is issued when we
    check for 'defined(%h)'. The solution is to instead
    simply check that '%h' is true ... let's try that !!

 Basic/Core/Dev.pm |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

commit 90929e095aea8ec65d02458d12e00faa078e6d58
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 2 10:23:12 2010 -0400

    Add to lib/include paths for IO/HDF/Makefile.PL
    
    Patch submitted by Olivier Archer, sf patch #2981131

 IO/HDF/Makefile.PL |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 6119c52f51d58614f486968aa552e0996bba4bd7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Apr 2 09:22:11 2010 -0400

    Apply "silliest patch ever" to NiceSlice.pm
    
    In an April 1st tour de force, avar@cpan.org submitted
    a patch to pdl-git which should allow just his modules
    to show up on the first page of search.cpan.org if you
    type in avar.  Made my day, AEvar.  Hope this works!

 Basic/SourceFilter/NiceSlice.pm |   10 +++++-----
 Basic/SourceFilter/README       |    6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 67c72199c38523eebbac2490cb488d166ea5a166
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Apr 1 09:28:03 2010 -0400

    Fix re.cpan.org #53815 in IO/HDF/SD/SD.pd
    
    There was a typo in the return from the SDgetattributename
    sub where it should have been returning SDgetattributenames,
    the method defined immediately above.  There is no test
    for this error but pushing to git in the hopes that the
    user reporting the problem can verify the fix.

 IO/HDF/SD/SD.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 52af047e353b7039e43316a22abd2426b523df28
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 31 13:40:30 2010 -0400

    Fix minor doc example error for rcols in misc.pd

 IO/Misc/misc.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 49a70e2cbade87256a6254f24b85965253ac8ea5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 29 09:43:16 2010 -0400

    Fix uniqvec bug from SF# 2978576
    
    uniqvec is documented to always return a 2D output piddle.
    This was not the case for the case with a single uniq vector
    of length greater than 2 which got returned in 1D.

 Basic/Primitive/primitive.pd |    2 +-
 t/primitive.t                |    7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

commit 94746e76138508a34282848562f0d39ffc49a290
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 24 17:30:21 2010 -0400

    Add some more examples of [] syntax for rcols POD

 IO/Misc/misc.pd |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

commit 7a2fc1dcddce3a73096206a0c0afc913e9d96fb0
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Wed Mar 24 14:30:44 2010 -0400

    correct typo in PDL::Index description
    
    dcouments-->documents

 Doc/scantree.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 825425c83ab6c4be6eb904c3a5c282f570b3ee75
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 16 16:08:59 2010 -0400

    Add VERBOSE option to rcols()
    
    By default it has the value of $PDL::verbose.
    Other routines in PDL::IO::Misc can be converted
    once they support more general options as with
    rcols().

 IO/Misc/misc.pd |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

commit c63abd04fa2765843f6c70c66911fd427a1e101f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Mar 16 10:53:36 2010 -0400

    Update Release_Notes and Known_problems

 Known_problems |   16 ++++++++++------
 Release_Notes  |   24 ++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 6 deletions(-)

commit 5a063e63be009c7f156af8bf8524ac57929fe938
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 15 23:49:44 2010 -0400

    Fix another rcols edge case

 IO/Misc/misc.pd |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 07ca5de92ccb4358fe683abce761ebe6249b822d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 15 23:25:48 2010 -0400

    Updated $PDL::VERSION to 2.4.6_004 for new rcols
    
    Since PDL::IO::Misc does not have its own version, I've
    incremented the developers version number to mark the
    fact that this is the first with the multicolumn piddle
    support in rcols.

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9d9f2561b8c56752cb444454290b8a086b83173d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 15 23:23:33 2010 -0400

    Finished rcols() multicolumn piddle support
    
    Updated the rcols() POD with details of the new multicolum
    specification option via array refs.  Finished implementing
    a few more edge cases of the implicit column number generation
    for multicolumn piddles.

 IO/Misc/misc.pd |   58 +++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 42 insertions(+), 16 deletions(-)

commit cf362903ed96244b5a9311be8af7e320b8c2cffb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 15 22:30:20 2010 -0400

    Fix failure to strip PERLCOLS in rcols
    
    If a column is specified for input with rcols() but also
    listed in PERLCOLS, then the position of the data in output
    is as listed in the explicit column specification location
    but the type is a perl array ref.  This fixes an oops where
    I had failed to stop reading into the piddle.

 IO/Misc/misc.pd |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 9c4708fde643579bdbd74664adf1e6b7e5b07798
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 15 18:48:02 2010 -0400

    Multicol input piddles for rcol()
    
    This is the first implementation of the new multicolumn
    syntax supporting multicolumn input data piddles as rcols
    output.  Still needs testing, docs.

 IO/Misc/misc.pd |  498 ++++++++++++++++++++++++++++++-------------------------
 1 files changed, 268 insertions(+), 230 deletions(-)

commit 04a3bca1fda0413d8502f4fd7be381c592398d1a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 15 11:03:37 2010 -0400

    Refactor data structure for rcols
    
    This is a minor change of data structure used for
    chunking the rcols IO.  Originally, this was [ X, a, b, c... ]
    where X was either a PDL or ARRAY and a, b, c... were the
    elements being collected.  It makes book keeping and access
    much simpler if I use [ PDL, [] ] or [ [], [] ] since now
    all the new elements can be directly accessed without shifts
    or pops.  Conveniently, pdl() take either arrays or array
    refs.

 IO/Misc/misc.pd |   35 +++++++++++++++++------------------
 1 files changed, 17 insertions(+), 18 deletions(-)

commit e948e1bbfde04098f53d829d627708e14f7c2120
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 14 20:33:01 2010 -0400

    Add support for qr{} patterns to rcols

 IO/Misc/misc.pd |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

commit a99eda0575e7c09262de65a55ac423d3659c7bd5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Mar 14 18:45:07 2010 -0400

    Refactor _ext_1D to _ext_lastD for rcols
    
    In order to support multiple columns in one piddle
    with rcols, need to have the extend routine work on
    the last dim of an arbitrary piddle and not just
    dim 0 of a 1D piddle.
    
    A cool thing about the implementation was that I
    could use ->mv(-1,)->slice()->mv(0,-1) to use the
    same, simple slice expression as in the original
    code.  Way to go PDL!

 IO/Misc/misc.pd |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

commit dd4b2dc1728ec149d29677a456f11f553b22058a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Mar 13 10:14:53 2010 -0500

    Fuse push for loops in rcols
    
    Minor refactoring only, no algorithm change.

 IO/Misc/misc.pd |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

commit 1b51f653ee4f8de0e68e9a436edea7f233ee8de4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 12 13:19:30 2010 -0500

    Minor cleanup of _burp_1D for rcols performance
    
    This did not make much difference but it saved
    a few percent in the overhead.

 IO/Misc/misc.pd |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 91683a97d6608846aa0d621ed0e3b2a5a439a627
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 12 11:25:59 2010 -0500

    Set $PDL::VERSION to 2.4.6_003 to mark new rcols
    
    Since PDL::IO::Misc takes its version information from
    PDL, I'm incrementing the sub release to mark the new
    rcols performance and functionality introduced.

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bebb0d951db3418f5267952d39a65d910675fa4c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Mar 12 11:23:48 2010 -0500

    Fix problem with default split handling
    
    I rediscovered that split(' ', $var) is not the
    same as split($imaspace, $var) where $imaspace eq ' '
    and fixed the oops.

 IO/Misc/misc.pd |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 850f312e3dd705d0ed37beed9d1fe637792b0f9d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 11 23:02:29 2010 -0500

    Make rcols calculate # of piddle cols more often
    
    Now rcols will calculate the piddle columns in your
    data file based on the split of the first data line
    even if PERLCOLS is specified.

 IO/Misc/misc.pd |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 8218825ef90aa9fe2ed2b975778014dfe3bb67bc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 11 18:21:47 2010 -0500

    Add support for COLUMN ID headings to rcols()
    
    This adds a new option, COLIDS to rcols() that may be used to
    return an array of field strings from the first line of the
    file where the strings are typically used as column IDs for
    processing purposes.

 IO/Misc/misc.pd |  219 +++++++++++++++++++++++++++++++------------------------
 1 files changed, 124 insertions(+), 95 deletions(-)

commit 0f8fa6e742d21c3074aaf23186d9b973eae3879b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 11 14:26:43 2010 -0500

    Improved rcols() IO performance
    
    By using intermediate perl lists to queue column data
    the number of calls converting between perl data and
    PDL data are reduced.  Since the per-call latency was
    the reason for relative slowness, batching these by
    chunks of 500 reduces the overhead considerably...

 IO/Misc/misc.pd |   27 +++++++++++++++++++--------
 1 files changed, 19 insertions(+), 8 deletions(-)

commit 04329123fc016a2e4086b75648d2a86e3a931554
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 10 18:36:44 2010 -0500

    Refactor rcols to support memory-time perf trades
    
    A profile of PDL::rcols shows that much/most of the
    time is spent in the PDL set (and internal set_c) calls
    to update the column piddles with the values as they
    are read.  This refactors the basic data structures for
    the columns to allow for associated perl arrays for all
    columns.  Then we can call the expensive (in latency)
    PDL set/assignment routines less often with the hope of
    speeding up the overall IO performance.

 IO/Misc/misc.pd |   64 +++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 48 insertions(+), 16 deletions(-)

commit 2fa1c51e2ec289edf3ffc74144fbdc86033a55dd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Mar 10 14:07:39 2010 -0500

    Refactor rcols and improve regex usage
    
    Clean up the pattern options in rcols() by replacing
    them with qr{} to avoid re-compiles and to factor out
    repetitive checks in the inner IO loop split operation.

 IO/Misc/misc.pd |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

commit cd03c1e0e8e704d279c17a46c427302bfbb302d2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Mar 8 18:00:41 2010 -0500

    More PDL/ARRAY clean up for rcols
    
    Added pass-thru "do nothing" the routine to extend the PDL
    arrays being read into allowing for symmetric treatment of
    piddles and perl ARRAY refs.
    
    Renamed ext1D to _ext_1D since it is an internal routine
    
    Renamed _at_1d to _at_1D to match the naming scheme
    
    Changed 1d to 1D in comments and strings throughout to consistency.
    
    Added some comments/notes to remind us to follow up on possible
    performance issues with the current rcols() implementation.
    The hope is to use the feedback from Maggie Xiong re here get_data()
    routine to set rcols() performance and functionalty goals: where
    it works with comparable performance to get_data() and provides
    similar functionality as well (specifically missing is support for
    column headers).

 IO/Misc/misc.pd |   58 +++++++++++++++++++++++++++++-------------------------
 1 files changed, 31 insertions(+), 27 deletions(-)

commit a95815769d889429548a217dea467bbef5a8c9f6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Mar 4 16:57:46 2010 -0500

    Fix minor doc error

 IO/Misc/misc.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3867b9a34e2198a7c2a64f051dbc7916f1a8c6b8
Author: David Mertens <david@david-desktop.(none)>
Date:   Tue Mar 2 15:37:27 2010 -0600

    Added tentative documentation for PDL::PP's pp_setversion command.

 Basic/Pod/PP.pod |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

commit 3a6a21811d1c64d76d3a1bb317bd8f4c19f143ff
Author: David Mertens <david@david-laptop.(none)>
Date:   Wed Feb 24 00:14:59 2010 -0600

    A few more error-handling corrections.
    
    No tests.  Sorry.

 Basic/Core/Core.pm.PL |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit 38802754fed835c0d8d763c91ae5f65e631a9655
Author: David Mertens <david@david-desktop.(none)>
Date:   Tue Feb 23 19:26:02 2010 -0600

    Added some handy error checking and messaging for screwy slices.

 Basic/Core/Core.pm.PL |   74 ++++++++++++++++++++++++++++--------------------
 1 files changed, 43 insertions(+), 31 deletions(-)

commit 2dbefe331493d6bbdf5dee3ae2dd2808ba5880b0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Feb 18 09:58:42 2010 -0500

    Add subtest names to t/proj_transform.t
    
    Hope this helps to track down a CPAN test failure for this.
    Need to isolate the problem first.

 t/proj_transform.t |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 7e814d1cd203cde164c376d677d43fdc6785118f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Feb 18 09:49:58 2010 -0500

    Add subtest names to t/gsl_interp.t
    
    There have been test failures from CPAN testers and the
    subtest names may help to locate and diagnose the failures.

 t/gsl_interp.t |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit d30b1b2d7921c7c255e92b3adc8e6b13d1fbdaa3
Author: David Mertens <david@david-laptop.(none)>
Date:   Thu Feb 11 21:47:25 2010 -0600

    Rewrote cat's error processing so that it's faster and more informative.
    
    The original cat code would barf, but the problem is that it would do so
    with a retarded message.  I revised my first attempts at solving this by
    putting the original cat code inside an eval.  After the eval, if there
    was an error, I go on a big parsing spree to figure out what all the
    user may have screwed up.

 Basic/Core/Core.pm.PL |  112 ++++++++++++++++++++++++++++++++++++++++--------
 t/core.t              |   33 ++++++++++++--
 2 files changed, 121 insertions(+), 24 deletions(-)

commit 5011f4d63e91d6857b6132e74e9c16afcb07b432
Merge: 54532da ff8da8b
Author: David Mertens <david@david-desktop.(none)>
Date:   Thu Feb 11 17:43:20 2010 -0600

    Merge branch 'master' of ssh://run4flat@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 54532da39fabb509a4c41e154bdb69b821e989a8
Author: David Mertens <david@david-desktop.(none)>
Date:   Thu Feb 11 17:42:24 2010 -0600

    Made cat's bad-argument message easier to read.

 Basic/Core/Core.pm.PL |    4 ++--
 t/core.t              |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit a06c5b98f1f4853cbd5548d277102026eef0591c
Author: David Mertens <david@david-desktop.(none)>
Date:   Thu Feb 11 17:27:41 2010 -0600

    Make cat check its arguments for piddleness and give a useful error when they're not.
    
    Before this, cat wouldn't check it arguments.  As a result, if you inadvertently gave
    cat a non-piddle you would usually get an obscure error message directing you to
    PDL's Core.pm.  Now cat checks its arguments and tells you when they're messed up.

 Basic/Core/Core.pm.PL |   12 ++++++++++++
 t/core.t              |    9 ++++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)

commit ff8da8b646c2e969948fb4a14167bcbfb77f41fa
Author: David Mertens <david@david-laptop.(none)>
Date:   Thu Feb 11 12:50:24 2010 -0600

    Fixed weird parser warning about a bad signature.

 Doc/Pod/Parser.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit edd3668e64379c6a0ad7acbfa471713e7918b3b3
Merge: 806c75e a6f4018
Author: David Mertens <david@david-laptop.(none)>
Date:   Thu Feb 11 09:15:34 2010 -0600

    Merge branch 'master' of ssh://run4flat@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 806c75ee89de1719ea47dffcfef6f9be3914ddf4
Author: David Mertens <david@david-laptop.(none)>
Date:   Thu Feb 11 08:52:47 2010 -0600

    Corrected PDL::Doc::Perldl::usage_string's erroneous no-match behavior.
    
    usage_string is supposed to return a usage string, but if it didn't match anything the function
    printed 'no match' rather than returning it.  Normally this isn't a problem, but it gave my
    extraneous output.

 Doc/Doc/Perldl.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a6f4018fc378499ed4272ac8cd8bb5d40220a52b
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Thu Feb 11 14:29:51 2010 +1100

    perldl.conf - invalid config option fixed.
    
    'WITH_GSL => true' changed to 'WITH_GSL => undef'

 perldl.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4f1e877c52373b10c916db84ee759f14e333f82d
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Wed Feb 10 14:42:39 2010 -0500

    PDL version to 2.4.6_002 for new development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit aa7f2a2bac6e446c99491e4bcf660cad0123ea7d
Merge: 114701c 7afd98a
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Wed Feb 10 14:41:20 2010 -0500

    Merge branch 'master' of ssh://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 114701cddcade76058d87cc7faa1a1179d75be0f
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Wed Feb 10 14:36:11 2010 -0500

    Added IO/IO.pod to the MANIFEST

 MANIFEST |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7afd98a9a4be8d0f4c63e3adb46634c88fad48fd
Author: David Mertens <david@david-laptop.(none)>
Date:   Wed Feb 10 13:09:31 2010 -0600

    Fixed confusing PP documentation about pp_add_exported.

 Basic/Pod/PP.pod |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 8d5691c514e71a1d7f849e1f2ddaf83e506b241a
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Wed Feb 10 13:40:19 2010 -0500

    Update readme type files for 2.4.6_001 release

 Known_problems |    3 ++-
 Makefile.PL    |    1 -
 README         |    8 ++++----
 Release_Notes  |   11 +++++++----
 TODO           |   18 ++++++++++++++++++
 cygwin/INSTALL |   18 +++++++++++++++---
 cygwin/README  |    5 ++---
 win32/INSTALL  |    4 ++--
 8 files changed, 50 insertions(+), 18 deletions(-)

commit dc4b1b84b3b352b0df0bfff66133882870943088
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Wed Feb 10 12:53:59 2010 -0500

    Clean up IO::Misc docs for [rw]cols

 IO/Misc/misc.pd |  281 +++++++++++++++++++++++++++----------------------------
 1 files changed, 139 insertions(+), 142 deletions(-)

commit 33eee77360ccef0048293d1dcf62493cc8f420ef
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Wed Feb 10 12:19:07 2010 -0500

    Fix WITH_GSL => true to undef
    
    The only allowed values are 0, 1, or undef and *not* true.

 perldl.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit de95f9ba653c7e3f4d27226f0aecc2091a69d799
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Mon Feb 8 20:28:29 2010 +1100

    t/fastraw.t - fix win32 SKIP
    
    Need to skip only 1 test (not 4).

 t/fastraw.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f815e92074a930892f1668d6aa59adea01c38eec
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Sun Feb 7 20:49:44 2010 -0500

    Add PERLCOLS support to any rcols output arg
    
    Now PERLCOLS option syntax may be used to specify whether or
    not a column to be read is destined for a piddle or a perl
    array.  This allows rcols and wcols to be symmetric on input
    and output.

 IO/Misc/misc.pd |   96 ++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 78 insertions(+), 18 deletions(-)

commit 462ce299da62236d69e307dcdf8f44dac4d388d3
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Sun Feb 7 17:32:42 2010 -0500

    Update Known_problems+Release_Notes for 2.4.6_001

 Known_problems |   13 +++++--------
 Release_Notes  |   26 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 8 deletions(-)

commit 3858a934ef8f73f9bfb34d7c0c25c4754c5bd59c
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Sun Feb 7 17:17:09 2010 -0500

    Fix bug in handling of perl array output in wcols

 IO/Misc/misc.pd |   31 ++++++++++++++++++-------------
 1 files changed, 18 insertions(+), 13 deletions(-)

commit 66a8b6b04617b8760d19c66f61a67b5756ed2417
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Sun Feb 7 16:43:05 2010 -0500

    Add support for perl array refs to wcols
    
    Now you can use the input from the PERL_COLS directly in the wcols
    output list.  Still need to make the rcols support symmetric but this
    is much more CSV file friendly.

 IO/Misc/misc.pd |   38 ++++++++++++++++++++++++++++----------
 1 files changed, 28 insertions(+), 10 deletions(-)

commit 9e2b3f201e3852e33f7f727b5befdbae1a1c4a2d
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Sun Feb 7 16:14:52 2010 -0500

    Update docs for COLSEP option to [rw]cols

 IO/Misc/misc.pd |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

commit 6d7d13cb0dd272c78d1b01ee6b4e6c7cd482cdc3
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Sun Feb 7 16:10:48 2010 -0500

    Fix dangling colsep after last piddle in wcols
    
    This is not noticed with the default column separator of space
    but is noticable and a bit annoying for CSV and other output with
    printing characters as separators.

 IO/Misc/misc.pd |   25 ++++++++++++++++---------
 1 files changed, 16 insertions(+), 9 deletions(-)

commit 45414337c89cec64a1e025def2e5259465587bb2
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Sun Feb 7 15:40:43 2010 -0500

    Fixed extra $, in wcols output with colsep
    
    Because print was being used "under the hood" there was an extra
    $, between every column of wcols output---even when the colsep
    option was specified.

 IO/Misc/misc.pd |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit 71c159d0ccb0778248fc2447b64cd3431704ff88
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Sun Feb 7 14:42:42 2010 -0500

    Renamed the default colsep to $defcolsep for [rw]cols
    
    The original global $PDL::IO::Misc::colsep use is preserved in
    that if you set that value, it will be picked up and used for
    rcols/wcols as before.  However, the initial value of that global
    is undef now.  This change is in preparation for improved support
    for PERLCOLS in rcols and wcols.

 IO/Misc/misc.pd |   49 +++++++++++++++++++++++++++++++------------------
 1 files changed, 31 insertions(+), 18 deletions(-)

commit eb5a3be5df58cc6f3d4cb8a6eb5c10e1f76fc363
Author: data.collection <data.collection@BELVNB0361NV007.nae.ds.army.mil>
Date:   Sun Feb 7 14:35:57 2010 -0500

    Add image pixel value to output on mouse click
    
    This should make it easier to investigate data.  TODO: support
    clicking to access the original visualized data values rather
    than the pixel values required for display.

 imag2d.pdl |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 0ccf8bc853b90482f19ba1fa6df5034d5f8d45a1
Author: David Mertens <david@david-laptop.(none)>
Date:   Fri Feb 5 11:11:07 2010 -0600

    PLplot: Fixed a regression and modified .gitignore to include PLplot build files.

 .gitignore                |    4 ++++
 Graphics/PLplot/plplot.pd |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 1494780a55bd9cdffdb6e8df1ea4dc2b92ab36bb
Author: David Mertens <david@david-laptop.(none)>
Date:   Fri Feb 5 11:00:58 2010 -0600

    Minor modification to PLplot to use =head1 METHODS for the OO methods.
    
    This will help make the distinction between the high-level and low-level documentation at least a little clearer.

 Graphics/PLplot/plplot.pd |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 8c68ae915d797232c68bf2b7ff59491f6040700d
Author: David Mertens <david@david-laptop.(none)>
Date:   Fri Feb 5 10:58:45 2010 -0600

    Corrected the documentation for Doc.pm to include OPERATORS, METHODS, and CONSTRUCTORS.
    
    The online PDL help scans the POD for sections with head1-headings of FUNCTIONS, OPERATORS, METHODS, and CONSTRUCTORS, but only FUNCTIONS was mentioned in the documentation.

 Doc/Doc.pm |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit 2f3190ab44698b5b72fe4b13e08620ae14306662
Author: David Mertens <david@david-laptop.(none)>
Date:   Fri Feb 5 10:40:49 2010 -0600

    Updated plplot.pd to version 0.52

 Graphics/PLplot/Makefile.PL |    2 +-
 Graphics/PLplot/plplot.pd   |  405 +++++++++++++++++++++++++++++++++++++++----
 2 files changed, 368 insertions(+), 39 deletions(-)

commit 0f0134f5be7df320bd14f7c7294c0c4a155e97dc
Author: David Mertens <david@david-desktop.(none)>
Date:   Wed Feb 3 21:21:38 2010 -0600

    Added function declaration for PDL::Graphics::TriD::EventHandler::new so TriD could load GL.pm or VRML.pm on the fly.

 Graphics/TriD/TriD/Window.pm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit af710e8e0b40e1fd7c1970a425fe4ca9005a3874
Author: David Mertens <david@david-laptop.(none)>
Date:   Tue Feb 2 10:44:34 2010 -0600

    Fixed a couple of documentation typos and made slices.pd CPAN friendly!

 Basic/Core/Types.pm.PL |    2 +-
 Basic/Gen/PP.pm        |    2 +-
 Basic/Slices/slices.pd |  131 ++++++++++++++++++++++++++++++++++-------------
 3 files changed, 97 insertions(+), 38 deletions(-)

commit 5f1c99d906ef7bb4c621168e03e767cf5efa0f0c
Author: David Mertens <david@david-laptop.(none)>
Date:   Tue Jan 26 11:46:01 2010 -0600

    Minor documentation tweaks.

 Basic/Core/Exporter.pm |   12 ++++++++----
 Basic/Pod/Objects.pod  |    3 ++-
 2 files changed, 10 insertions(+), 5 deletions(-)

commit a58a300f85c7845f5a90e88a648d64bbe33bfd41
Author: David Mertens <david@david-desktop.(none)>
Date:   Wed Jan 20 17:47:47 2010 -0600

    Added and clarified som IO documentation, and added a note for mmapping in Windows.
    
    I noticed DiskCache for the first time.  I cleaned up a few niggles in the pod.
    Having noticed DiskCache, I added a few notes about it to my IO.pod file, since it is very much an IO tool.
    I've noted before that you can't mmap on Windows with PDL, but I spent a few minutes and found some code discussing mmap on windows.  I've included it in a pod comment in Core.xs.PL

 Basic/Core/Core.xs.PL |   54 +++++++++++++++++++++++++++++++++++++++++++++++++
 IO/IO.pod             |   43 +++++++++++++++++++++++++++++++++-----
 Lib/DiskCache.pm      |    4 +-
 3 files changed, 93 insertions(+), 8 deletions(-)

commit c396534f97b81cbd1e4e5ecc66f125d7509a857f
Author: David Mertens <david@david-desktop.(none)>
Date:   Wed Jan 20 16:55:33 2010 -0600

    Fixed an error in my last correction.

 IO/FastRaw/FastRaw.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 312df6adf7a29390388e4d461395d75549761c94
Author: David Mertens <david@david-desktop.(none)>
Date:   Wed Jan 20 16:42:21 2010 -0600

    Removed Perl 5.10 specific code from FastRaw.

 IO/FastRaw/FastRaw.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 109e4e916e3c3380f6f6bcfff3a9876f92d9826a
Merge: 812c36e 2e38dad
Author: David Mertens <david@david-desktop.(none)>
Date:   Wed Jan 20 15:28:05 2010 -0600

    Merge branch 'master' of git://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 812c36ebc83f8b796b7371adda09132a059e658a
Author: David Mertens <david@david-desktop.(none)>
Date:   Wed Jan 20 15:27:36 2010 -0600

    Updated FlexRaw so that passing and undefined header worked the same as not passing a header.

 IO/FlexRaw/FlexRaw.pm |   45 ++++++++++++++++++++++-----------------------
 1 files changed, 22 insertions(+), 23 deletions(-)

commit 2e38dadc8ce6fbc499fbd0db8af570f0efe666f1
Merge: 7a56efd d34aae6
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Wed Jan 20 15:50:58 2010 -0500

    Merge branch 'master' of ssh://lambd@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 7a56efd0b17437cd9458d521ca4d98ce7fc54d0e
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Wed Jan 20 15:29:02 2010 -0500

    Modify rint algorithm for non-GNU compilers.
    
    On GNU compilers, PDL::Math::rint uses the system library function. But on Microsoft compilers, there is no rint. The rint that was provided handled half-integer rounding differently than the GNU implementation. This commit implements a simple Banker's rounding algorithm that can be used by Microsoft compilers, updates the docs for rint to describe the calculation being performed (as well as providing some additional rounding guidance), and adds a new test file for this function.

 Basic/Math/math.pd |   16 +++++++++++++++-
 Basic/Math/rint.c  |   28 ++++++++++++++++++----------
 MANIFEST           |    1 +
 t/round.t          |   19 +++++++++++++++++++
 4 files changed, 53 insertions(+), 11 deletions(-)

commit d34aae6259c81714fd0705f12fe2561a487f364f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jan 18 00:12:32 2010 -0500

    Fix new problem with POGL test fails
    
    There were some problems with the compile and strict due to
    undefined/declare functions.  Added a couple of explicit sub
    call syntax and the problem appears to be resolved.

 Graphics/TriD/POGL/OpenGL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 957bba2659e74f375e8fd1c6de6b4e4878386204
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 16 09:15:49 2010 -0500

    Quiet some of the preproc_oldwarn messages

 perldl.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a6cb99f672998181b173dd3c337d963004d6b893
Author: David Mertens <david@david-laptop.(none)>
Date:   Fri Jan 15 15:39:17 2010 -0600

    Cleaned up a little mistake in the TriD docs, and added a big example.
    
    The example is meant to demonstrate the difference between drawing
    gridded and non-gridded and drawing non-gridded surfaces.

 Graphics/TriD/TriD.pm |  130 +++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 125 insertions(+), 5 deletions(-)

commit 0f03559b4463b56df7ceccbf04b1fccb6bcc2a99
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Jan 15 15:21:23 2010 -0500

    Documentation update for PDL::Transform::map from previous commit.

 Lib/Transform/transform.pd |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8c13261bba8be3a3390a58db37a4038b5f2a8953
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Fri Jan 15 14:12:44 2010 -0500

    Remove 'p' option to PDL::Transform::map
    
    The 'p' option was acceptable as an alias for both the 'pix' and 'phot' options.  To avoid confusion and favoring one over the other, now map will croak if this is used.

 Lib/Transform/transform.pd |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 1d978f1ba50cd9db74ebe6b4543dfc55cf963e39
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Wed Jan 13 10:31:05 2010 -0500

    Allow 'wim' to work with arrow operator
    
    Small fix to allow wim to work with arrow operator [$pdl->wim('file')], like rpic, and like the docs say wim should.

 IO/Pnm/Pic.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 471913f3c6aada339732f38e9a275aadb3fbdbc1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 12 15:47:29 2010 -0500

    Update DEPENDENCIES with pgplot warning info
    
    Add note to DEPENDENCIES that *both* pgplot library and PGPLOT
    the perl module are required.  This was already documented, just
    adding some emphasis.

 DEPENDENCIES |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 6573d179ce00ba1c1a0c415de2fc86e970894007
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jan 11 19:40:01 2010 -0500

    Add demo 3d and 3d2 window close to Known_problems
    
    More than one person has reported the problem.

 Known_problems |    4 ++++
 perldl.conf    |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 6f9f3781d6e8488f885ef9f56131d78a4bdafa66
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jan 11 13:07:56 2010 -0500

    Fix use fields problem for VRML driver
    
    The problem was that Window.pm was use-ing PDL::Graphics::TriD::GL
    for interactive windows without checking for offline to ensure that
    incompatible declarations were not introduced.  This seems to fix
    the compile problem.  Still need to verify that the operation is
    correct.

 Graphics/TriD/TriD.pm        |    1 -
 Graphics/TriD/TriD/Window.pm |    6 +++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 4cf23d0632b7b3aa28355135c52aac483fce32e3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 9 19:11:47 2010 -0500

    Add use PDL::Graphics::TriD::Labels 2 tmathgraph.p

 Demos/TriD/tmathgraph.p |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 82e6584895edbd56d01f2b244019e5a91e837035
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 9 19:10:29 2010 -0500

    Add no VRML exits to Demos/TriD/tvrml*.p examples

 Demos/TriD/tvrml.p  |    8 +++++++-
 Demos/TriD/tvrml2.p |   10 +++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

commit d4e89f8009ed911c31463648b50f50ff6fcd766d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 8 11:21:14 2010 -0500

    Added exit and warning to Demo/TriD/test6.p
    
    This was a Tk demo which is not supported by
    PDL+POGL TriD and is deprecated.  The plan is
    to replace Tk by some other more OpenGL
    friendly GUI toolkit: Gtk2 and wxWidgets
    both provide OpenGL widgets and are supported
    on multiple platforms.

 Demos/TriD/test6.p |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 066f70f78769909e8265eaabc3a4047daf6868ec
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 8 11:19:50 2010 -0500

    Add sleep to Demo/TriD/mandel.p
    
    Otherwise the demo completed too quickly to
    watch.  The modification uses Time::HiRes::sleep
    so pre-perl 5.8 will need to install that module
    for the code to work.

 Demos/TriD/mandel.pl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 5dea5c793e92e75cb419746d3d55d4906a60bc62
Merge: e738fa2 87a1e84
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jan 6 13:31:21 2010 -0500

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit e738fa233207aa3d6445b36b08bb12aa872ca6ee
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jan 6 13:29:44 2010 -0500

    Make help vars list PDLs alphabetically
    
    It is hoped that this will make it easier to find
    a given name for reference.  Feedback welcome!

 Basic/Core/Dbg.pm |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

commit 87a1e844b5f733058cbfeaf852fd1ed5f23b0a43
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jan 5 20:44:45 2010 -0500

    Fix minor typo in POD for imag2d.pdl

 imag2d.pdl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit fed00daadec8c69df039bdb892110e8dfc8c89b9
Author: David Mertens <david@david-laptop.(none)>
Date:   Tue Jan 5 13:42:05 2010 -0600

    Added my by-line to PDL::IO.pod.

 IO/IO.pod |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 7acbb1a20e4163650b6e62d26cf63f1a4c1b043e
Merge: 30d1c7b 0ccd029
Author: David Mertens <david@david-laptop.(none)>
Date:   Tue Jan 5 13:37:00 2010 -0600

    Merge branch 'master' of ssh://run4flat@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 30d1c7b00e54bc24941be89cb5a3e41e13482917
Author: David Mertens <david@david-laptop.(none)>
Date:   Tue Jan 5 13:35:04 2010 -0600

    Wrote a summary of the PDL::IO modules in PDL/IO.pod.
    
    I also added some documentation to FlexRaw.

 IO/FlexRaw/FlexRaw.pm |   16 +++
 IO/IO.pod             |  253 +++++++++++++++++++++++++++++++++++++++++++++++++
 IO/Makefile.PL        |    5 +-
 3 files changed, 273 insertions(+), 1 deletions(-)

commit 0ccd029e1327060583fcdbdf81667b39b7819c1d
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Jan 5 13:39:54 2010 -0500

    Add documentation to hdrcpy
    
    Document potentially ambiguous behavior when two piddles with hdrcpy flags set are used in an expression. The hdr of the first piddle is used in the result.

 Basic/Core/Core.pm.PL |   13 +++++++++++++
 IO/FITS/FITS.pm       |    4 +++-
 2 files changed, 16 insertions(+), 1 deletions(-)

commit d4956defe886744ce8256cdc09f4725d4f50a83f
Author: Derek Lamb <dlamb@gs671-rocket.gsfc.nasa.gov>
Date:   Tue Jan 5 12:04:45 2010 -0500

    prevent @t from being defined in main:: after ?, ??, sig, etc
    
    @t was being defined in main by the perldl shell after help, sig,
    apropos, etc were called.  'my'-ing @t fixes this.

 perldl.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d0b54635a76de7e1625f6088445415630da00125
Merge: a2da5ac 3aaab11
Author: David Mertens <david@david-desktop.(none)>
Date:   Tue Jan 5 07:48:57 2010 -0600

    Merge branch 'master' of git://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 3aaab11dbd9321de513f42f50bce3591523cc2c8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jan 4 20:38:44 2010 -0500

    Minor clean-up to imag2d() POD

 imag2d.pdl |   39 +++++++++++++++++++++++++++------------
 1 files changed, 27 insertions(+), 12 deletions(-)

commit b54e3a68a8ebd207559527b982f4e0cde5cffbbe
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jan 3 12:54:02 2010 -0500

    Set USE_KARMA => 0 in perldl.conf
    
    Karma is being deprecated.  You can still force the build
    by setting this to 1 but eventually Karma will eventually
    stop being supported.

 perldl.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9df065e59cf3d626e2343f3a9341efbc563ddd15
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Jan 3 12:41:02 2010 -0500

    f2c Lib/Slatec/slatec/*.f into f2c subdirectory
    
    These are the converted Slatec files from our PDL
    distribution.  The next step is to modify the build
    process to use these for the Slatec bindings.  We
    will need to add some f2c runtime routines eventually
    to get things working all the way.

 Lib/Slatec/slatec/f2c/chfcm.c  |  184 ++++++++
 Lib/Slatec/slatec/f2c/chfdv.c  |  211 +++++++++
 Lib/Slatec/slatec/f2c/chfev.c  |  201 +++++++++
 Lib/Slatec/slatec/f2c/chfie.c  |  142 ++++++
 Lib/Slatec/slatec/f2c/d1mach.c |  535 +++++++++++++++++++++++
 Lib/Slatec/slatec/f2c/dasum.c  |  125 ++++++
 Lib/Slatec/slatec/f2c/daxpy.c  |  150 +++++++
 Lib/Slatec/slatec/f2c/dchfcm.c |  184 ++++++++
 Lib/Slatec/slatec/f2c/dchfdv.c |  216 ++++++++++
 Lib/Slatec/slatec/f2c/dchfev.c |  205 +++++++++
 Lib/Slatec/slatec/f2c/dchfie.c |  143 ++++++
 Lib/Slatec/slatec/f2c/ddot.c   |  149 +++++++
 Lib/Slatec/slatec/f2c/dgeco.c  |  313 ++++++++++++++
 Lib/Slatec/slatec/f2c/dgedi.c  |  216 ++++++++++
 Lib/Slatec/slatec/f2c/dgefa.c  |  172 ++++++++
 Lib/Slatec/slatec/f2c/dgesl.c  |  196 +++++++++
 Lib/Slatec/slatec/f2c/dp1vlu.c |  249 +++++++++++
 Lib/Slatec/slatec/f2c/dpchbs.c |  265 ++++++++++++
 Lib/Slatec/slatec/f2c/dpchce.c |  320 ++++++++++++++
 Lib/Slatec/slatec/f2c/dpchci.c |  235 ++++++++++
 Lib/Slatec/slatec/f2c/dpchcm.c |  292 +++++++++++++
 Lib/Slatec/slatec/f2c/dpchcs.c |  333 ++++++++++++++
 Lib/Slatec/slatec/f2c/dpchdf.c |  150 +++++++
 Lib/Slatec/slatec/f2c/dpchfd.c |  412 ++++++++++++++++++
 Lib/Slatec/slatec/f2c/dpchfe.c |  398 +++++++++++++++++
 Lib/Slatec/slatec/f2c/dpchia.c |  349 +++++++++++++++
 Lib/Slatec/slatec/f2c/dpchic.c |  423 ++++++++++++++++++
 Lib/Slatec/slatec/f2c/dpchid.c |  255 +++++++++++
 Lib/Slatec/slatec/f2c/dpchim.c |  358 ++++++++++++++++
 Lib/Slatec/slatec/f2c/dpchkt.c |  124 ++++++
 Lib/Slatec/slatec/f2c/dpchsp.c |  505 ++++++++++++++++++++++
 Lib/Slatec/slatec/f2c/dpchst.c |   84 ++++
 Lib/Slatec/slatec/f2c/dpchsw.c |  253 +++++++++++
 Lib/Slatec/slatec/f2c/dpcoef.c |  121 ++++++
 Lib/Slatec/slatec/f2c/dpoco.c  |  303 +++++++++++++
 Lib/Slatec/slatec/f2c/dpodi.c  |  203 +++++++++
 Lib/Slatec/slatec/f2c/dpofa.c  |  128 ++++++
 Lib/Slatec/slatec/f2c/dpolft.c |  528 +++++++++++++++++++++++
 Lib/Slatec/slatec/f2c/dscal.c  |  123 ++++++
 Lib/Slatec/slatec/f2c/dswap.c  |  161 +++++++
 Lib/Slatec/slatec/f2c/ezfft1.c |  159 +++++++
 Lib/Slatec/slatec/f2c/ezfftb.c |  162 +++++++
 Lib/Slatec/slatec/f2c/ezfftf.c |  145 +++++++
 Lib/Slatec/slatec/f2c/ezffti.c |   70 +++
 Lib/Slatec/slatec/f2c/fdump.c  |   47 ++
 Lib/Slatec/slatec/f2c/i1mach.c |  929 ++++++++++++++++++++++++++++++++++++++++
 Lib/Slatec/slatec/f2c/idamax.c |  121 ++++++
 Lib/Slatec/slatec/f2c/isamax.c |  121 ++++++
 Lib/Slatec/slatec/f2c/j4save.c |   84 ++++
 Lib/Slatec/slatec/f2c/pchbs.c  |  261 +++++++++++
 Lib/Slatec/slatec/f2c/pchce.c  |  320 ++++++++++++++
 Lib/Slatec/slatec/f2c/pchci.c  |  234 ++++++++++
 Lib/Slatec/slatec/f2c/pchcm.c  |  290 +++++++++++++
 Lib/Slatec/slatec/f2c/pchcs.c  |  332 ++++++++++++++
 Lib/Slatec/slatec/f2c/pchdf.c  |  148 +++++++
 Lib/Slatec/slatec/f2c/pchfd.c  |  408 ++++++++++++++++++
 Lib/Slatec/slatec/f2c/pchfe.c  |  394 +++++++++++++++++
 Lib/Slatec/slatec/f2c/pchia.c  |  343 +++++++++++++++
 Lib/Slatec/slatec/f2c/pchic.c  |  418 ++++++++++++++++++
 Lib/Slatec/slatec/f2c/pchid.c  |  251 +++++++++++
 Lib/Slatec/slatec/f2c/pchim.c  |  355 +++++++++++++++
 Lib/Slatec/slatec/f2c/pchkt.c  |  122 ++++++
 Lib/Slatec/slatec/f2c/pchsp.c  |  501 ++++++++++++++++++++++
 Lib/Slatec/slatec/f2c/pchst.c  |   82 ++++
 Lib/Slatec/slatec/f2c/pchsw.c  |  249 +++++++++++
 Lib/Slatec/slatec/f2c/pcoef.c  |  121 ++++++
 Lib/Slatec/slatec/f2c/polfit.c |  527 +++++++++++++++++++++++
 Lib/Slatec/slatec/f2c/pvalue.c |  249 +++++++++++
 Lib/Slatec/slatec/f2c/pythag.c |   70 +++
 Lib/Slatec/slatec/f2c/r1mach.c |  452 +++++++++++++++++++
 Lib/Slatec/slatec/f2c/radb2.c  |  139 ++++++
 Lib/Slatec/slatec/f2c/radb3.c  |  162 +++++++
 Lib/Slatec/slatec/f2c/radb4.c  |  214 +++++++++
 Lib/Slatec/slatec/f2c/radb5.c  |  232 ++++++++++
 Lib/Slatec/slatec/f2c/radbg.c  |  381 ++++++++++++++++
 Lib/Slatec/slatec/f2c/radf2.c  |  141 ++++++
 Lib/Slatec/slatec/f2c/radf3.c  |  155 +++++++
 Lib/Slatec/slatec/f2c/radf4.c  |  200 +++++++++
 Lib/Slatec/slatec/f2c/radf5.c  |  220 ++++++++++
 Lib/Slatec/slatec/f2c/radfg.c  |  386 +++++++++++++++++
 Lib/Slatec/slatec/f2c/rfftb.c  |  121 ++++++
 Lib/Slatec/slatec/f2c/rfftb1.c |  224 ++++++++++
 Lib/Slatec/slatec/f2c/rfftf.c  |  122 ++++++
 Lib/Slatec/slatec/f2c/rfftf1.c |  221 ++++++++++
 Lib/Slatec/slatec/f2c/rs.c     |  133 ++++++
 Lib/Slatec/slatec/f2c/sasum.c  |  124 ++++++
 Lib/Slatec/slatec/f2c/saxpy.c  |  150 +++++++
 Lib/Slatec/slatec/f2c/sdot.c   |  148 +++++++
 Lib/Slatec/slatec/f2c/sgeco.c  |  311 ++++++++++++++
 Lib/Slatec/slatec/f2c/sgedi.c  |  214 +++++++++
 Lib/Slatec/slatec/f2c/sgefa.c  |  171 ++++++++
 Lib/Slatec/slatec/f2c/sgesl.c  |  195 +++++++++
 Lib/Slatec/slatec/f2c/snrm2.c  |  251 +++++++++++
 Lib/Slatec/slatec/f2c/spoco.c  |  302 +++++++++++++
 Lib/Slatec/slatec/f2c/spodi.c  |  202 +++++++++
 Lib/Slatec/slatec/f2c/spofa.c  |  124 ++++++
 Lib/Slatec/slatec/f2c/srot.c   |  133 ++++++
 Lib/Slatec/slatec/f2c/srotg.c  |  144 +++++++
 Lib/Slatec/slatec/f2c/sscal.c  |  122 ++++++
 Lib/Slatec/slatec/f2c/ssvdc.c  |  756 ++++++++++++++++++++++++++++++++
 Lib/Slatec/slatec/f2c/sswap.c  |  161 +++++++
 Lib/Slatec/slatec/f2c/tql2.c   |  297 +++++++++++++
 Lib/Slatec/slatec/f2c/tqlrat.c |  250 +++++++++++
 Lib/Slatec/slatec/f2c/tred1.c  |  217 ++++++++++
 Lib/Slatec/slatec/f2c/tred2.c  |  260 +++++++++++
 Lib/Slatec/slatec/f2c/xerbla.c |  100 +++++
 Lib/Slatec/slatec/f2c/xercnt.c |   77 ++++
 Lib/Slatec/slatec/f2c/xerhlt.c |   57 +++
 Lib/Slatec/slatec/f2c/xermsg.c |  469 ++++++++++++++++++++
 Lib/Slatec/slatec/f2c/xerprn.c |  310 +++++++++++++
 Lib/Slatec/slatec/f2c/xersve.c |  233 ++++++++++
 Lib/Slatec/slatec/f2c/xgetua.c |   87 ++++
 112 files changed, 26795 insertions(+), 0 deletions(-)

commit 4af280225a635e6ef1ae34bf52ee7318d30fd4b1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 2 14:52:49 2010 -0500

    Fix no more windows hang in imag2d twiddle()
    
    There was a possible hang with imag2d() and its twiddle() subroutine
    where closing the image windows via the window manager close widget
    could leave you with no active windows to receive the Q command to
    stop twiddling.  Now we correctly update the list of imag2d() image
    windows and check during the twiddle.

 imag2d.pdl |   67 ++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 50 insertions(+), 17 deletions(-)

commit 95adcd60ce0463050e8397d26ad895b923779a36
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 2 12:19:40 2010 -0500

    Update Known_problems (whitespace path bug fixed)
    
    This is sf.net bug #2924854.

 Known_problems |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit c48de5a5b4949c967ab02f8e4ae34c1dc6f8b99d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 2 11:38:50 2010 -0500

    Make PDL prompt/warn if space in build path
    
    This resolves sf.net bug #2924854.  The Makefile.PL will check
    the current directory of the Makefile.PL and warn if white space
    is detected.  A prompt is issued to see if the user wishes to
    continue anyway.

 Makefile.PL |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

commit ef612667b1634400f85544e1cb4443295b925e7b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 2 10:09:55 2010 -0500

    Update INSTALL/Known_problems for sf bug #2924854
    
    PDL build currently breaks if the build directory has
    white space in it.  The work around is to use a build
    directory without white space in the path.

 INSTALL        |   16 ++++++++++++++++
 Known_problems |    5 +++++
 2 files changed, 21 insertions(+), 0 deletions(-)

commit b13bda4cc6513b5699213c407e80c68f630a525f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Jan 2 00:03:29 2010 -0500

    Fix GL.pm compile problem with x11 windows
    
    If you build TriD with the 'x11' window type option, then some GLUT
    routines are not declared/defined and GL.pm fails to compile.  This
    puts a string eval around the problem line to fix the compile.

 Graphics/TriD/TriD/GL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0042f0d7c53f0f574d0bef39347cb616fe82e5f3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 1 15:33:16 2010 -0500

    Add imag2d twiddle hang info to Known_problems
    
    This is a reminder to fix the problem by checking for
    any remaining open windows and if the last one closes,
    return from twiddle().  Also need to refresh the display
    on a new twiddle() in case the image data has changed.

 Known_problems |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit feccc2d81ada0f4ed655a44929cbf1362e00185b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 1 15:32:49 2010 -0500

    Update VERSION to 2.4.6_001 for development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f4d68710abd86a754b86dd0ceed4d101c8fba634
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jan 1 12:05:18 2010 -0500

    Add Padre/pdlrun to MANIFEST

 MANIFEST |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d378ec2edd2728f008d0ce67f5b26337ac8616f2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Dec 31 23:06:11 2009 -0500

    Update readme-type files for 2.4.6 release

 BUGS           |   10 +++++-----
 DEPENDENCIES   |   22 ++++++++++++----------
 Known_problems |   15 +++++++--------
 README         |    7 +++++--
 TODO           |   16 ++++++++++++++++
 5 files changed, 45 insertions(+), 25 deletions(-)

commit fbfa06523b657a643987ccb5a1c0359bd30bc09b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Dec 31 22:22:24 2009 -0500

    Set VERSION to 2.4.6 for release tomorrow

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 873bebb24b9d67c39781110cb289f2ddecd22cfb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Dec 31 14:26:01 2009 -0500

    Update Release_Notes for 2.4.6 release

 Release_Notes |  136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 136 insertions(+), 0 deletions(-)

commit d38f9b5d0479d483ddb8c62afb8b2e9239107556
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 30 23:09:00 2009 -0500

    Set $rl_MaxHistorySize to $PERLDL::HISTFILESIZE
    
    Term::ReadLine::Perl has a default maximum number of lines saved
    of 100 set by the variable $readline::rl_MaxHistorySize.  This
    fixes default.perldlrc (a.k.a. default.pdl on windows) to set
    the limit to $PERLDL::HISTFILESIZE.

 Basic/default.perldlrc |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 117d1cdc9b1efeafd12d063315c3c01dda8d7da8
Merge: 35321ff bb3d913
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 30 21:30:31 2009 -0500

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit bb3d913decaa6d426213b6faf226003710f7f5fc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 29 12:03:42 2009 -0500

    Add note to install Devel::REPL for Padre shell

 Padre/README |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 0ed2a1b4ab0a0afd7a3c79d9ea316753e36740ff
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 29 11:23:17 2009 -0500

    Add win32 notes for Devel::REPL shell

 Padre/README |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit b72fcb70122bdb5b8a4373b553502d9c845923b2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 29 11:10:41 2009 -0500

    Update Padre/README with usage info
    
    This should be enough to get things started with Devel::REPL
    based shell.  Try the TAB completion for PDL methods and enjoy!

 Padre/README |   30 +++++++++++++++++++++++++++++-
 Padre/pdlrun |    8 ++++++++
 2 files changed, 37 insertions(+), 1 deletions(-)

commit 35321ff5103616716b6b02c2cf8ca1258c2559c0
Merge: 25cf2c6 7c31c35
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 28 20:16:51 2009 -0500

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 7c31c350040d1421f36e9f454eee2d30d0ec1662
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 28 15:44:30 2009 -0500

    VERSION to 2.4.5_009 for final fixes
    
    We're in code freeze so it is likely that there will not be
    another intermediate CPAN developers release before 2.4.6
    on Fri, 01-Jan-2009.

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 79d65a4d4945fc1a6231972bd0a1dfe29cfe7fdd
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 28 15:34:45 2009 -0500

    Update FAQ for PDL-2.4.6 release

 Basic/Pod/FAQ.pod |   85 ++++++++++++++++++++++++++---------------------------
 1 files changed, 42 insertions(+), 43 deletions(-)

commit f11bd26d75d4241e9102fabfc64591bfc0c3f77d
Merge: d0bd1af ae53283
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 28 10:42:32 2009 -0500

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl
    
    Conflicts:
    	DEPENDENCIES
    	Known_problems
    	MANIFEST
    	TODO
    	perldl.conf

commit 25cf2c67641bc58d7e55ad25f95b8a4d0069fcac
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 27 16:28:21 2009 -0500

    Add comment re fix for defined(%hash) usage
    
    This is apparently not quite correct usage.  Searching for the
    terms 'defined(%hash) is deprecated' on Google yielded the replacement
    added to the comments.

 Basic/Core/Dev.pm |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit ae53283d0f0a97bbdbc1e783faefec04d6e6053b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 27 13:06:00 2009 -0500

    Add Release_Notes for PDL-2.4.5_008 release
    
    This release is basically PDL-2.4.6 release candidate 2....

 Release_Notes |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 9c348c5eb5ffa91343b29c5f7484bca8bec9523d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 27 13:05:29 2009 -0500

    Add sf.net PDL wiki URL to INSTALL file

 INSTALL |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit b1910b5e2bed0e6762b42775b79c8f115a02505f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 27 12:58:06 2009 -0500

    Add "how to use" comment to imag2d.pdl

 imag2d.pdl |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit 260a2491af88e0ef9c34a38cee92dd1070f8b6a9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 27 12:22:56 2009 -0500

    Update POGL_VERSION and WITH_3D in perldl.conf
    
    Autoprobe for TriD build now works on all supported
    platform types so removed WITH_3D special cases.  Also
    set POGL_VERSION to 0.62.  Earlier may work mostly but
    you'll need to edit perldl.conf to change.

 perldl.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 87151fb54b33ecdc197e1c410bf759b9d60d77a8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 27 12:22:16 2009 -0500

    Update VERSION to 2.4.5_008 for development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 001b76543ce97accac986ced29d5336b3dcd09b1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 27 12:21:00 2009 -0500

    Update MANIFEST with Example/TriD files

 MANIFEST |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 811ddff923fb79d9190c93c0ee7e39588ccfbb66
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 26 13:13:08 2009 -0500

    Update readme's for 2.4.5_007 release

 BUGS           |    7 ++++---
 DEPENDENCIES   |    3 ++-
 DEVELOPMENT    |    2 +-
 Known_problems |   15 ++++++---------
 Release_Notes  |   15 +++++++++++++++
 5 files changed, 28 insertions(+), 14 deletions(-)

commit 873ab2ca7248e24f25140e22f6a764fffd97efd0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 26 12:52:40 2009 -0500

    Mv 3dtest.pl and line3d.pl to Example/TriD

 3dtest.pl |   18 ------------------
 line3d.pl |   19 -------------------
 2 files changed, 0 insertions(+), 37 deletions(-)

commit 80e341d92050179475e924e0e9f52f24582d3908
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 26 12:51:11 2009 -0500

    Move TriD example/test progs to Example/TriD
    
    Clean up top level PDL directory by moving the example/test programs
    3dtest.pl and line3d.pl to Example/TriD/ which is probably where they
    should have been to begin with.

 Example/TriD/3dtest.pl |   18 ++++++++++++++++++
 Example/TriD/line3d.pl |   19 +++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

commit 3ad6b847666f5b66289e406234349abef12807e9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 22 14:35:16 2009 -0500

    Rm unnecessary ${ } around get_dataref in GL.pm

 Graphics/TriD/TriD/GL.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit baf3c96196c2f13ac1000f0777230865e452eb0a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 22 13:52:36 2009 -0500

    Add example to imag2d() documentation

 imag2d.pdl |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

commit c86f955a59b3ab95ced604e603e4c5887c132476
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 22 12:39:51 2009 -0500

    Replace GIMME by GIMME_V in Core.xs

 Basic/Core/Core.xs.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 57651a8aa6027ca038de249d45a8f57a3054d316
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 22 10:59:32 2009 -0500

    Add q or Q to Quit message to twiddle
    
    Also added the GLUT window ID to the Title for reference
    and changed the minimum dimension to 200 pixels from 100 pixels
    which seemed a bit small.  Probably should handle user override
    when they specify their own value for $zoom.

 imag2d.pdl |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

commit 8ed116a4f55443a07b9e1e4333378127dac45528
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Dec 22 10:59:11 2009 -0500

    Update version to 2.4.5_007 for devel

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4b0bb173adb47db4d5296fa556f536cfd23404d9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 21 16:19:34 2009 -0500

    Update readme type files for 2.4.5_006

 Known_problems |    4 ++++
 Padre/README   |    5 ++++-
 TODO           |   12 ++++++++++++
 cygwin/INSTALL |   17 ++++++++++++++++-
 4 files changed, 36 insertions(+), 2 deletions(-)

commit 7c5bf726f578a9e6e3c4a91aba9fda2d2569d675
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 21 16:05:28 2009 -0500

    Update Known_problems for PDL-2.4.5_006

 Known_problems |   53 ++++++++++++++++++-----------------------------------
 1 files changed, 18 insertions(+), 35 deletions(-)

commit 6f5adf14a1ea130517c90ab3307ef0fd0affe3b9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 21 13:05:57 2009 -0500

    Update Release_Notes, Known_problems,...
    
    and MANIFEST with imag2d.pdl for trial release of new 2D
    image display functionality.

 Known_problems |    2 +-
 MANIFEST       |    1 +
 Release_Notes  |   21 +++++++++++++++++++++
 3 files changed, 23 insertions(+), 1 deletions(-)

commit 7e7bad8e941ac1d77862e650538e9f87317f8216
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 21 13:04:22 2009 -0500

    Fix missing use PDL::Core in VRML.pm
    
    VRML.pm is not supported but it was missing a use PDL::Core
    to provide barf.  I'm not sure why it was not detected sooner.

 Graphics/TriD/VRML/VRML.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 46dfcc9147588c3749a7f292b05113e58080d22a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 21 13:02:28 2009 -0500

    Add imag2d.pdl
    
    This implements the basic functionality planned regarding
    an improved imagrgb() routine.

 imag2d.pdl |  638 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 638 insertions(+), 0 deletions(-)

commit ee2a13e45c5664fef765c039f320c3d0b979928e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Dec 21 13:01:26 2009 -0500

    Update $PDL::VERSION to 2.4.5_006 for devel

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 578deac1c0b61f3f40c4e69c9540f36bb5804c56
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 20 17:00:12 2009 -0500

    Update Known_problems for PDL version

 Known_problems |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

commit 5b7931f3a1ba49780cfb19c9d19fc9cc75dec496
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 20 16:53:12 2009 -0500

    Update Release_Notes w TriD multi-window status

 Release_Notes |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

commit 728d7d8bfbd152319a7b97fdd8c3aba2c601dad6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 20 16:36:55 2009 -0500

    Make window the *GLUT* current window for display
    
    This doesn't make any difference with only one window but
    with multiple windows, the image was appearing in the
    wrong windows.  Still need a better way to select/set an
    active figure window. There are currently two globals for
    the TriD current window:
    
      $PDL::Graphics::TriD::cur
      $PDL::Graphics::TriD::current_window
    
    Need to determine if they are both needed and if not,
    get rid of one of them.

 Graphics/TriD/TriD/GL.pm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 1a5793d43ae03081708c78175a079a0588c0c9d1
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 20 16:35:36 2009 -0500

    Add window ID to GLUT TriD window titles
    
    This allows for easier multi-window support since the user
    can tell at a glance what ID goes with what window.

 Graphics/TriD/POGL/OpenGL.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 15e098ca2a28be2fa3b468cd3a5b8f3d9c811c25
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 20 15:50:14 2009 -0500

    Fix annoying PGPLOT::HANDLE warning message
    
    Apparently perl_get_sv() and the non-deprecated version get_sv()
    will cause a variable used only once message since perl 5.10.
    Or in GV_ADDMULTI with the create option to quiet the message.

 Graphics/PGPLOT/Window/Window.xs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit de1a6e5b7c4ecc4e6524964670203869836ae63b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 20 15:48:39 2009 -0500

    Update MANIFEST for Padre
    
    The Padre directory is experimental for now but we would
    like to make it available for users to try with releases
    as well as just git pulls.

 MANIFEST |  269 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 136 insertions(+), 133 deletions(-)

commit 67bf357263a7ff63ac2bb55193e3f8e52568fd17
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Dec 20 12:46:13 2009 -0500

    Update conv1d pod with math definition
    
    Added the equation being calculated for the conv1d()
    routine.  Still need to update the general convolution
    docs.

 Basic/Primitive/primitive.pd |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit 5855ee33d6d98c8207a2d09942afa18580e14950
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 19 21:55:38 2009 -0500

    Fix SF bug #2524068 re pp_def() w no piddles
    
    pp_def() when used to generate bindings to functions with
    no piddle arguments (numm Pars option) creates invalid C99
    syntax.  The workaround is to use pp_addxs() instead.

 Known_problems       |    6 ------
 Lib/Minuit/minuit.pd |   23 +++++++++++++++++------
 Release_Notes        |    4 ++++
 3 files changed, 21 insertions(+), 12 deletions(-)

commit 3972fa71f6c6717cf3c276d656fa442867e3ca54
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 19 18:54:22 2009 -0500

    Update Release_Notes with convolution fixes

 Release_Notes |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit 165a2a692ccbcc9545248fb71c09dcaee716ba01
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 19 18:46:04 2009 -0500

    Fix fftconvolve
    
    This fixes SF bug #2630369 where fftconvolve() did not give the
    same results as conv1d, conv2d, or convolveND.  This implements
    fftconvolve at the perl level using the direct calculation the
    FFT for the each of the input arguments, then complex multiplication
    of the results followed by iFFT.  This implementation uses the
    full complex FFT and iFFT with all the associated temporaries.
    The results are returned in place which preserves the original
    (confusing) behavior.

 Lib/FFT/fft.pd |   29 +++++++++++++++++++++++++++--
 1 files changed, 27 insertions(+), 2 deletions(-)

commit a3ca0b0529d7f56b3e79d0a855426f3c57d5d7ef
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 19 16:48:24 2009 -0500

    Fix conv1d to calculate convolution
    
    The existing code was actually calculating the correlation and
    not convolution.  They are the same for symmetric kernels which
    may be why this was not recognized until now.

 Basic/Primitive/primitive.pd |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 731e6d5b82548366fc819680e5c0930239586359
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Dec 19 16:46:51 2009 -0500

    Update version to 2.4.5_005 for development
    
    This is the final "fix" cycle with PDL before a minor
    bug fix release of PDL-2.4.6 to CPAN with the little fixes
    since 2.4.5.

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a2da5ac4c70c66abd7d5205481256ff2aeb98c94
Merge: 2df55ef 319c72b
Author: David Mertens <david@david-desktop.(none)>
Date:   Mon Dec 14 12:56:45 2009 -0600

    Merge branch 'master' of git://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit d0bd1af56add57a397e3dd16019bcc3d59dedbc9
Merge: 9fb93f8 319c72b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Dec 11 10:07:39 2009 -0500

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 319c72b5fab7a36284a89f5794c06348950457cc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Dec 10 22:33:18 2009 -0500

    Make Padre subdir for integration work
    
    This is a scratch directory for work integrating PDL with Padre.
    The first file is NiceSlice.pm which is a Devel::REPL::Plugin
    support perldlpp NiceSlice preprocessing for Devel::REPL.
    Work continues to implement the rest of existing perldl
    functionality.

 Padre/NiceSlice.pm |   27 +++++++++++++++++++++++++++
 Padre/README       |    7 +++++++
 2 files changed, 34 insertions(+), 0 deletions(-)

commit 9fb93f8980aecc9abf5b6ddf4ace8c6a3fe126b9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 9 17:17:31 2009 -0500

    Update MANIFEST with debian/ changes
    
    I don't know why "make manifest" did not remove the irrelevant
    entries.

 MANIFEST |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit e2fac04d1352ef034230904dbc08c1fcd9ed6269
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 9 16:44:04 2009 -0500

    Update Known_Problems and TODO for release

 Known_problems |    3 +++
 TODO           |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit ed079eddc13d9d82e78d36eea453706f313702b0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 9 16:37:54 2009 -0500

    Update OpenGL version required info

 DEPENDENCIES |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ea2ea7b7efc162c5535904c4300befa8149337a6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 9 16:36:03 2009 -0500

    Set POGL_VERSION in perldl.conf to 0.61 for CPAN
    
    CPAN dependencies don't support developers releases so I've
    added a comment what the unofficial version required is and
    the official required dependency that CPAN will use is below.

 perldl.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a85bf7885514fcf17b355746a0bfc8ae4d9fcd2c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 9 16:31:00 2009 -0500

    Update Release_Notes for CPAN 2.4.5_004 release

 Release_Notes |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 2e79ab76b123990c39114182525e65e0f5a0ad41
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 9 16:29:41 2009 -0500

    Update to v3.14 of ppport.h portability

 Basic/Core/ppport.h | 3888 ++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 3731 insertions(+), 157 deletions(-)

commit affe0cc052580600bfc5bd93245fd0d14a9de6a2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Dec 9 16:27:28 2009 -0500

    Permissions cleanup

 0 files changed, 0 insertions(+), 0 deletions(-)

commit 80688088d54ab8128069b05a701412e59c150bd3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 22 14:03:12 2009 -0500

    Fix OpenGLQ headers for AGL GLUT only build
    
    This permits a completely non-X11 Apple GLUT TriD to build.
    Also updated POGL_VERSION => 0.61_002 as a reminder that this
    prerequisite information will need to be updated for releases.

 Graphics/TriD/OpenGLQ/openglq.pd |    5 +++++
 perldl.conf                      |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 27d2b07aa500cb5b046991905e0267b3ced9d4a7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 20 13:45:24 2009 -0500

    Update Release_Notes for 2.4.5_004

 Release_Notes |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

commit dd951a75bf8c7edeaae8d0ff39ddbc02340734a0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 20 13:34:35 2009 -0500

    Set VERSION to 2.4.5_004 for development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e4ed469076e1a12a1cc2f4343223af3b7ac67282
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 20 13:33:14 2009 -0500

    Make Perl OpenGL 0.61 the minimum version
    
    OpenGL-0.61 has a needed fix to some FreeGLUT parameters that
    are required for correct event loop exit handling.

 perldl.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f3a4409d982957a9863f5aa8d9f6f9d9ed515f4a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Nov 20 13:31:45 2009 -0500

    Fix bug with _have_freeglut check
    
    The new() method was using $OpenGL::_have_freeglut to test
    rather than the correct OpenGL::_have_freeglut().

 Graphics/TriD/POGL/OpenGL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2a2ab08ea995bcbdcccdd3ac7eedba56c17df376
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon Nov 9 13:38:13 2009 +0100

    add list of symlinks to create in debian package

 debian/pdl.links |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 12371263640afb8724c87703aa6018842bcdba82
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon Nov 9 13:37:00 2009 +0100

    import changelog from latest debian upload

 debian/changelog |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 7e18a6cb47478d93613e7f56ed4511a03396fb8b
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon Nov 9 13:36:16 2009 +0100

    debian: switch to freeglut window type

 debian/perldl.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 66616037c82bbee4990d7e1d0ff5f552563fd28b
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon Nov 9 13:35:57 2009 +0100

    link against -lgfortran

 debian/f77conf.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fc2e63b1447d58bf91387133ac41dbf144802416
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon Nov 9 13:35:17 2009 +0100

    build-depend and suggest ExtUtils::F77

 debian/control |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d3d8e443cac5446894f7ad0c964cfef092a2fa28
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon Nov 9 13:34:41 2009 +0100

    debian: run testsuite in verbose mode

 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2f0ff44a70ff363309a2792f699099c6e054cff0
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon Nov 9 13:22:13 2009 +0100

    report exact slatec load error in verbose mode

 t/limits_00.t |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3baf3788b33ea3caf2071709f37d66081e4df5cf
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon Nov 9 13:20:49 2009 +0100

    tell if the test was actually skipped
    
    confusingly, the minuit test was giving 'ok' in case of minuit
    load errors

 t/minuit.t |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 2a675f60de5407819f01be178652ccf32a2fd549
Author: Henning Glawe <glaweh@debian.org>
Date:   Mon Nov 9 13:18:40 2009 +0100

    tell if the test was actually skipped
    
    confusingly, the slatec test was giving 'ok' in case of slatec
    load errors

 t/slatec.t |   34 +++++++++++-----------------------
 1 files changed, 11 insertions(+), 23 deletions(-)

commit 133a3b714bc981d0f1c60f6fb33973e3c3477a86
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 10:20:17 2009 +0100

    import changelog from debian upload

 debian/changelog |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 1a90f28b6585720ba6d177ca374f9d94373eec81
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 10:18:05 2009 +0100

    clean also .inlinepdlpp

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 40410cc6502f48362b7633a4600d2c9b15d7615e
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 10:16:51 2009 +0100

    properly clean minuit
    
    the library was still there after clean

 Lib/Minuit/Makefile.PL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6934ed3a1db64839424a11478a6547463df6fa8a
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 10:06:13 2009 +0100

    move installtime-generated docs to /var/lib/pdl

 debian/pdl.dirs              |    1 +
 debian/pdl.doc-base          |    4 ++--
 debian/pdl.lintian-overrides |    4 ++--
 debian/pdl.postinst          |    6 ++----
 debian/pdl.prerm             |    4 ++--
 5 files changed, 9 insertions(+), 10 deletions(-)

commit 779f59ec1b564577d390cee482e16a0e785b5f3a
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 09:56:30 2009 +0100

    do not scan Index.pod
    
    this is actually the result of the scan, so...

 Doc/Doc.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit fc9a1cf00c9711dafae4501ad6e4becba15ef64b
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 09:55:20 2009 +0100

    add 3rd argument to scantree: index location

 Doc/scantree.pl |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 748386e840b7ec22e65c17788c8dfb9acc4e41bd
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 09:51:01 2009 +0100

    use debhelper for lintian override handling

 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2329f5e6a85faa2e7e1da58e7f3b4e9834df3ddf
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 09:49:48 2009 +0100

    use dh_prep instead of dh_clean -k
    
    recommended by newer debhelper versions

 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9b2ffcbc1df014113d90c66690967407d42de120
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 09:48:50 2009 +0100

    debian configure rule should depend on patch-stamp

 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4fd6df440fa04b5d67bfd7792415e7985b0edc5f
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 09:45:57 2009 +0100

    remove useless postrm script

 debian/postrm |   38 --------------------------------------
 1 files changed, 0 insertions(+), 38 deletions(-)

commit 35f25ec3df9669f235eb80cd22a28a3a36708d02
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 09:44:01 2009 +0100

    move package infrastructure into pdl pkg namespace

 debian/dirs         |    2 --
 debian/docs         |    5 -----
 debian/pdl.dirs     |    2 ++
 debian/pdl.docs     |    5 +++++
 debian/pdl.postinst |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/pdl.prerm    |   40 ++++++++++++++++++++++++++++++++++++++++
 debian/postinst     |   46 ----------------------------------------------
 debian/prerm        |   40 ----------------------------------------
 8 files changed, 93 insertions(+), 93 deletions(-)

commit b30ef1738ddca8a58f25724602076f0110fe89f1
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 09:41:08 2009 +0100

    update build-depends, bump debhelper/standard

 debian/compat  |    2 +-
 debian/control |    7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

commit 26bb75208338df325f97118d4eb1d3a6c92257df
Author: Henning Glawe <glaweh@debian.org>
Date:   Sat Nov 7 09:37:28 2009 +0100

    add readme about the debian source and patches

 debian/README.source |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 9e1ea2b80604d429be8276396e016bd74e6cf0c0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 1 11:47:58 2009 -0500

    Update to version 2.4.5_003 for developers release

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 35dd416bd603f21b40c6caf99d368d07ca0e9ef6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sun Nov 1 10:12:22 2009 -0500

    Fix OpenGLQ/Makefile.PL use/require problem
    
    Had require but with use statement syntax.

 Graphics/TriD/OpenGLQ/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 300fae29802d2b8a8c3f42808105bf4ae8dc3b8f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 30 19:03:15 2009 -0400

    Update version to 2.4.5_002 to test fix

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 33f84778832582823f8ca054a94b3cb7a14a76dc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 30 19:01:13 2009 -0400

    Fix some TriD OpenGL config and test bugs
    
    This should help with CPAN automated testers.

 Graphics/TriD/OpenGL/opengl.pd    |    2 +-
 Graphics/TriD/OpenGLQ/Makefile.PL |    6 ++++--
 t/opengl.t                        |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 29dcd99a806f477bf4f495a5a0e13367c3004889
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 30 14:07:00 2009 -0400

    Removed automated testing USE_POGL=>1 setting
    
    This and the hardwired 1 in the perldl.conf may have been
    the origin of a lack of CPAN automated testers reports.
    It may not have been but this release should check it.

 Makefile.PL |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 032321eadae4a09ad358947960f3d9113e530ec8
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 30 13:28:49 2009 -0400

    Fix perldl.conf to set USE_POGL => undef
    
    I think this may resolve some of the not appearing test
    results from CPAN.  If this works, then it will be the
    basis for a PDL-2.4.6 release.  Maybe 2.4.61?

 perldl.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 09b657b4b71326fb0c55dbaf056af9ba806fa175
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Oct 24 13:26:54 2009 -0400

    Update VERSION to 2.4.5_001 for development
    
    The official PDL-2.4.5 release is now available on CPAN and at the
    PDL sf.net downloads page.  The git master branch goes back to
    development versioning starting with 2.4.5_001.  Happy coding!

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c62a322b1c8648fc0c6c7a7bbcade6bc1b2350ab
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Sat Oct 24 11:56:23 2009 -0400

    Update MANIFEST for PDL-2.4.5 release

 MANIFEST |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 55a321ba41a056e1b29bcc606e4080b0fbee7b9b
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sat Oct 24 09:21:55 2009 +1100

    Update win32/INSTALL
    
    Installation procedures for win32 updated

 win32/INSTALL |  150 +++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 103 insertions(+), 47 deletions(-)

commit 9d75cfa8e32646c47e569e169afaec3a2118d873
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Sat Oct 24 08:46:45 2009 +1100

    Remove obsolete files from win32 folder
    
    Readme, PDL.ppd, pbmwin32.tar.gz, makeppm.pl,
    and install.ppm removed from win32 folder.

 win32/PDL.ppd         |   12 ----------
 win32/Readme          |   40 ------------------------------------
 win32/install.ppm     |   54 -------------------------------------------------
 win32/makeppm.pl      |   20 ------------------
 win32/pbmwin32.tar.gz |  Bin 258002 -> 0 bytes
 5 files changed, 0 insertions(+), 126 deletions(-)

commit 4362c1c77d80d78f51cd37f93ec5e13f2969f32b
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri Oct 23 16:03:56 2009 +0200

    switch TriD window mode to x11 in debian package

 debian/perldl.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit af381813d13be2e7d6112cde4a371f97fb6450df
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 23 09:24:03 2009 -0400

    Update Known_problems with x64 OpenGL issue

 Known_problems |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 308bdc9dd45a7e12f855b2f3f8bb24199354ccd5
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri Oct 23 11:43:16 2009 +0200

    remove full path from perl calls in debian/postinst

 debian/postinst |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6ea299c944e856c6727331797294fd9a4db469c2
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri Oct 23 11:41:17 2009 +0200

    removed empty debian/preinst script

 debian/preinst |   38 --------------------------------------
 1 files changed, 0 insertions(+), 38 deletions(-)

commit bd209c53d51fde9b0a73463657083518b2a6f4bc
Merge: da9b755 6b71df5
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri Oct 23 10:57:18 2009 +0200

    Merge branch 'master' of ssh://eartoaster@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit da9b7557bcebc42332c6ade81c7be6fb49591faf
Author: Henning Glawe <glaweh@debian.org>
Date:   Fri Oct 23 10:55:37 2009 +0200

    fix some POD syntax errors found by lintian

 Basic/Core/Dev.pm                |    4 +++-
 Doc/Doc/Perldl.pm                |    3 ---
 Graphics/PGPLOT/Window/Window.pm |    4 ++--
 Lib/FFT/fft.pd                   |    3 ---
 4 files changed, 5 insertions(+), 9 deletions(-)

commit 6b71df53ea2e10fbcef1372f6df344df948e6158
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 22 17:29:09 2009 -0400

    Clean up POD for Graphics/TriD/TriD.pm

 Graphics/TriD/TriD.pm |   59 +++++++++++++++++++++++++------------------------
 1 files changed, 30 insertions(+), 29 deletions(-)

commit d3ac9a74b727c80f02b3b714eac779580ee36f42
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 22 16:57:20 2009 -0400

    Update Known_problems re Mac OS X TriD font issue

 Known_problems |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit eed356c09baf69dfe6ae35d1227a1342811c9734
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu Oct 22 17:13:04 2009 +0200

    fix typo in minuit Makefile.PL

 Lib/Minuit/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 36f11d3ab315e5245fed2d1a20c1a15e91e5453e
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu Oct 22 16:59:12 2009 +0200

    import debian packaging info up to 2.4.3-8

 debian/changelog    |   25 +++++++++++++++++++++++--
 debian/control      |    7 ++++---
 debian/pdl.doc-base |    3 +--
 debian/pdl.remove   |    1 +
 4 files changed, 29 insertions(+), 7 deletions(-)

commit 58e0e5e16986f5d30bd7794935f420e8ce808a04
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu Oct 22 15:29:15 2009 +0200

    merge new lib options into debian perldl.conf

 debian/perldl.conf |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

commit 2b62a2a0055104fbb4df682d36d1b9def1a4497e
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu Oct 22 15:25:42 2009 +0200

    import trid/perl-opengl config

 debian/perldl.conf |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 05a265877561abded2766f3b333a59c2f8b7c12d
Author: Henning Glawe <glaweh@debian.org>
Date:   Thu Oct 22 15:18:19 2009 +0200

    apply whitespace and comment typo changes
    
    first step of updating debian/perldl.conf

 debian/perldl.conf |   71 ++++++++++++++++++++++++++-------------------------
 1 files changed, 36 insertions(+), 35 deletions(-)

commit 82933b9d2707e2dfd59f8c4d6dc02fc5493d22c4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 21 17:59:19 2009 -0400

    Remove bitfont.c from MANIFEST

 MANIFEST |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 018c1aef44668f8708cebcd6a4ae41b06dd2dc59
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 21 10:12:23 2009 -0400

    Finished PDL-2.4.5 release notes/announcement

 Announce       |  157 --------------------------------------------------------
 Known_problems |    5 ++
 Release_Notes  |   92 ++++++++++++++++++++++++++-------
 3 files changed, 77 insertions(+), 177 deletions(-)

commit 03a62ede2ffa851f8015f69846646f7029a9903d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 20 16:14:46 2009 -0400

    Add draft Announce file as working copy
    
    This is a temporary document only.  It will be replaced
    by the announcements and official release notes when complete.

 Announce |  157 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 157 insertions(+), 0 deletions(-)

commit adaf22b79107a75c30cf7c44e7e8c61f94ff0a96
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 19 16:34:31 2009 -0400

    Add support for USE_POGL => undef to perldl.conf
    
    NOTE: unless WITH_3D is set to zero, it is possible that
    TriD will still be built with the legacy build structure
    even though it will not be using the Perl OpenGL module for
    the needed graphics bindings.

 Makefile.PL |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

commit 46b4f7d3d4bbfdc80890f318fd650b9517f0c236
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 19 10:57:40 2009 -0400

    Update cygwin README, INSTALL for 2.4.5 release

 cygwin/INSTALL |   50 +++++++++-----------------------------------------
 cygwin/README  |   10 +++++-----
 2 files changed, 14 insertions(+), 46 deletions(-)

commit 580195bab6f3c8840fcf72845188633f79b51387
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 19 10:50:51 2009 -0400

    Update readmes and config for PDL-2.4.5 release
    
    Now requires OpenGL-0.60 or greater.  If you need to
    build with a different version, edit perldl.conf
    appropriately.  Versions 0.59_00x should work for
    most platforms.

 Basic/PDL.pm   |    2 +-
 INSTALL        |    2 +-
 Known_problems |   24 +++++++---
 README         |    9 +++-
 Release_Notes  |   65 ++++++++++++++++++++++++++++
 bitfont.c      |  130 --------------------------------------------------------
 perldl.conf    |    2 +-
 7 files changed, 91 insertions(+), 143 deletions(-)

commit 1c679ad9a22c82758a2f304d6a77bb93f020974f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 19 09:59:06 2009 -0400

    Clarify test skip messages for HDF/NDF

 t/hdf_sd.t     |    2 +-
 t/hdf_vdata.t  |    2 +-
 t/hdf_vgroup.t |    2 +-
 t/ndf.t        |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 602024e37fdf4ddadda3742ef3d3035c9a875e80
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 16 17:44:25 2009 -0400

    Update Known_problems with latest fix info

 Known_problems |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

commit e169bc6f15ea218c98c5af978fd157564826113e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 16 16:58:23 2009 -0400

    Add FAQ entry on clean installs
    
    This addresses the question/bug/feature request from SF bug #1476324

 Basic/Pod/FAQ.pod |   63 +++++++++++++++++++++++++++++-----------------------
 1 files changed, 35 insertions(+), 28 deletions(-)

commit 142065238c0ad8fb0522fdd454c9071fbfb88d80
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 16 16:16:11 2009 -0400

    Fix qsorti(null()) crash bug (SF #2110074)
    
    Make qsorti() return quietly when given a null() piddle input

 Basic/PDL.pm         |    2 +-
 Basic/Ufunc/ufunc.pd |    2 ++
 t/ufunc.t            |    6 +++++-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 91f56f01580fca19b7baf0c2969b2e331ab759e4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 15 11:19:42 2009 -0400

    Update readme's, VERSION, and manifest for CPAN
    
    This is likely to be the final PDL developers release
    before the official PDL-2.4.5

 Basic/PDL.pm   |    2 +-
 DEPENDENCIES   |    2 +-
 DEVELOPMENT    |    2 +-
 Known_problems |   62 +++++++++++++++++--------------------------------------
 MANIFEST       |    1 +
 Release_Notes  |   55 +++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 78 insertions(+), 46 deletions(-)

commit 8acbc61f5166537c8040b6e73c2a26a042bbdc0b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 15 10:21:21 2009 -0400

    Turn off TriD debugging output for release
    
    Now that the TriD code seems to be working, I'm turning
    off the verbose diagnostics in preparation for the PDL-2.4.5
    release.

 3dtest.pl                          |    6 +++---
 Graphics/TriD/POGL/OpenGL.pm       |    4 +---
 Graphics/TriD/TriD/GL.pm           |   14 ++++++++------
 Graphics/TriD/TriD/SimpleScaler.pm |    2 +-
 line3d.pl                          |    4 ++--
 5 files changed, 15 insertions(+), 15 deletions(-)

commit 0c12b4208905787275c8970253e28c07b7b2de1b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 14 18:24:00 2009 -0400

    Adding a GLUT font example code for debugging
    
    There have been multiple reports of GLUT failures on
    linux machines with the symptom being font not found.
    This is a C program that users can try to build to see
    if the problem is in the bindings or in their local
    FreeGLUT install.  I plan to move this to utils and
    put in some sort of build information.

 bitfont.c |  130 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 130 insertions(+), 0 deletions(-)

commit ea227ea812c094aabadf2e3b413bd85603f946a3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 14 18:11:45 2009 -0400

    Add Stefan Evert patch to twiddle for Mac OS X
    
    Apparently calling glutMainLoopEvent() every twiddle loop
    caused resize events not to be correctly processed on Mac
    OS X with Apple GLUT (not FreeGLUT).  This patch only
    calls glutMainLoopEvent() if there are no unprocessed
    events in the fake XEvent queue.  This problem and the
    confusion may eventually go away if we move away from
    the pseudo-X11 event processing to a native GLUT callback
    framework.

 Graphics/TriD/TriD/GL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b1378933cf948006286b533c9ed4a92adcb06cf4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 14 18:09:53 2009 -0400

    Add clean option to IO/Browser/Makefile.PL
    
    It was leaving Browser.* files behind.  Also added those
    files to .gitignore since they were left out in the original
    list since PDL::IO::Browser was completely broken.  It is
    not robust but it does compile with cygwin and ncurses.

 .gitignore             |    3 +++
 IO/Browser/Makefile.PL |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 2df55ef32ba5b858841dea766e91b99a033c7e17
Merge: dd4e079 e93558b
Author: David Mertens <david@david-desktop.(none)>
Date:   Wed Oct 14 17:06:24 2009 -0500

    Merge branch 'master' of git://pdl.git.sourceforge.net/gitroot/pdl/pdl

commit dd4e079a8c91d93674f57475d190d9fdf560b21d
Author: David Mertens <david@david-desktop.(none)>
Date:   Wed Oct 14 17:04:27 2009 -0500

    I've updated FastRaw to allow for arbitrary header files.  This is mostly useful for
    using the same header file for many data sets.  I updated the tests accordingly.
    
    I also poked around with perldl.conf, but I didn't think I had done anything to it.

 IO/FastRaw/FastRaw.pm |  160 ++++++++++++++++++++++++++++++++++++++++++++---
 perldl.conf           |    4 +-
 t/fastraw.t           |  166 ++++++++++++++++++++++++++-----------------------
 3 files changed, 241 insertions(+), 89 deletions(-)

commit eaaa13411748ffb30cc42f76373478bbedea0526
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 14 10:14:53 2009 -0400

    Change prompt to perl> if no PDL loaded in perldl
    
    This will give visual feedback that there is no PDL
    capabilities if PDL was not loaded.  Don't know if
    will help much but might reduce duration of confusion...

 perldl.PL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e93558be16073549cae881e3a428f7ebccb4c009
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Oct 13 11:50:16 2009 -0400

    Add glutPostRedisplay to ConfigNotify

 Graphics/TriD/POGL/OpenGL.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 562383301c7f6ffc429e12b7e223d601bdb62372
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Mon Oct 12 18:31:29 2009 -0400

    Another undef fix for display() as sub

 Graphics/TriD/POGL/OpenGL.pm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 31fc6e615b8f2c88d0c7c9b45b3b858f63c8f397
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Mon Oct 12 18:23:35 2009 -0400

    Fix problem with undefined window object

 Graphics/TriD/POGL/OpenGL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f3d4332165c074757eb2e7ea2b0ac70b3cd2a3ee
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Mon Oct 12 18:17:44 2009 -0400

    Make sub version of display() for GLUT callbacks
    
    See if this resolves the blank image problems for Mac GLUT
    systems.

 Basic/PDL.pm                 |    2 +-
 Graphics/TriD/POGL/OpenGL.pm |  125 ++++++++++++++++++++++--------------------
 Graphics/TriD/TriD/GL.pm     |    5 ++
 3 files changed, 72 insertions(+), 60 deletions(-)

commit b601580cfb768c9c28aa7d3a55d2f1068d1adf8b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Oct 10 17:53:03 2009 -0400

    POGL_WINDOW_TYPE now sets OpenGL window type
    
    If you have the the needed X11 bindings
    in your POGL then you can use the
    $PDL::Config{POGL_WINDOW_TYPE} to select
    which flavor of OpenGL window is created.
    
    The X11 interface has been preserved to
    enable the use of PDL::Graphics::TriD::Tk
    which provides a Tk widget interface to
    PDL::Graphics::TriD. The existing widget
    implementation only works for X11.
    
    It appears that Gtk+ may actually have a
    supported OpenGL widget which might make
    better sense for a full featured widget set
    to support.

 Graphics/TriD/POGL/OpenGL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f0733514160bd0050ae50969297eaf87a015bbd3
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Oct 10 14:45:29 2009 -0400

    Update POGL_VERSION to 0.59

 perldl.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3e0f2427a4751d1dec3f05e5b87b05105e2dd113
Author: sisyphus <sisyphus1@optusnet.com.au>
Date:   Thu Oct 8 16:39:00 2009 +1100

    Remove 'D:/gd/gdwin32/include' from @inc_locations in IO/GD/Makefile.PL
    
    Was a nuisance on Win32 boxes where 'D:' is the CD drive.
    (Having gd in that location is very rare, anyway.)

 IO/GD/Makefile.PL |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 6dd6bb86661c1a84f391900148047adfdd28c36c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 7 17:45:43 2009 -0400

    Add browse.exe to clean for PDL::IO::Browser

 IO/Browser/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6ded129679883ead13525027aca72a91630e0b72
Merge: 246324f b5243ae
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 7 17:35:09 2009 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 246324f72396ca27e48262c7d053a01a5de56f4d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 7 17:19:56 2009 -0400

    Update Known_problems file for 1button mouse

 Known_problems |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit d2d5c4eb16fe2dca8e7fb1ecfc000b71a0f062a2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Oct 7 17:16:33 2009 -0400

    Partial fix to PDL::IO::Browser
    
    Only tested with cygwin/XP.  The Makefile.PL logic to determine
    if curses/ncurses are present and to use them needs to be verified
    and extended to support win32 (e.g. if PDcurses is installed).
    
    There appears to be functionality relating to setting values in
    the piddle being viewed.  This needs to be cleaned up and
    documented.  As is, it can get pretty confusing.  Also need
    to add redraw (via Ctrl-L), and Page Up, Page Down, etc.

 IO/Browser/browse.c |   47 +++++++++++++++++++++++++++++++++++++----------
 1 files changed, 37 insertions(+), 10 deletions(-)

commit b5243ae84ca25c84442c484ada3d7f81107bb547
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Wed Oct 7 20:25:59 2009 +1100

    Remove 'D:/gd/gdwin32' from @lib_locations in IO/GD/Makefile.PL
    
    Was a nuisance on Win32 boxes where 'D:' is the CD drive.
    (Having gd in that location is very rare, anyway.)

 IO/GD/Makefile.PL |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit fb422be56311b42457b4e6374cc3b587fa19233e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 5 17:13:15 2009 -0400

    Add POGL_WINDOW_TYPE parameter to perldl.conf

 perldl.conf |   78 ++++++++++++++++++++++++++++++----------------------------
 1 files changed, 40 insertions(+), 38 deletions(-)

commit b1b22628daf752b2f6654105398975a6c9e7786d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 5 17:08:50 2009 -0400

    Add some MinGW cruft to .gitignore

 .gitignore |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 438a342222485708caf09ea869d14a14e5312314
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 5 15:27:10 2009 -0400

    Update $PDL::VERSION and POGL_VERSION
    
    Prepare to push this to sf.net PDL git for wider spread testing.

 Basic/PDL.pm |    2 +-
 perldl.conf  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f0ae54dd912715686e1721b153cefde8d74a8af0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 5 15:06:03 2009 -0400

    Add $PDL::Config{POGL_VERSION} to the CPAN prereqs
    
    I don't know if this will work for CPAN installs and
    indexing.  It depends on how things are done.

 Makefile.PL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a26515d622d7d7e9c3a87d8e6c4c964bb3319757
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Oct 5 14:59:51 2009 -0400

    Use POGL_VERSION in perdl.conf to use OpenGL
    
    This allows the value of POGL_VERSION to set the requirements
    for the minimum OpenGL version to support PDL+POGL TriD.  It
    also reduces the amount of hand editing required when the
    prerequisites change.

 Graphics/TriD/OpenGLQ/Makefile.PL |    2 +-
 Graphics/TriD/POGL/OpenGL.pm      |    7 ++++++-
 Graphics/TriD/TriD/GL.pm          |   11 +++++++----
 Graphics/TriD/TriD/GoBoard.pm     |    3 ++-
 Graphics/TriD/TriD/GraphBox.pm    |    3 ++-
 Graphics/TriD/TriD/Labels.pm      |    3 ++-
 Graphics/TriD/TriD/Lines.pm       |    3 ++-
 Graphics/TriD/TriD/MathGraph.pm   |    3 ++-
 Graphics/TriD/TriD/Mesh.pm        |    3 ++-
 Graphics/TriD/TriD/OOGL.pm        |    6 +++++-
 Graphics/TriD/TriD/Surface.pm     |    3 ++-
 Graphics/TriD/TriD/Tk.pm          |    3 ++-
 Makefile.PL                       |    4 ++--
 13 files changed, 37 insertions(+), 17 deletions(-)

commit bb9f00e4743ce8cc9d9e051eb5738d96707d5d6f
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Oct 4 23:22:16 2009 -0400

    Add some default consistency check to display()
    
    Just in case the routine is called with an inconsistent
    object, print out a warning message.

 Graphics/TriD/TriD/GL.pm |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit e6919d27f87860f711d73c2200bcea9a35ab9812
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Oct 4 22:51:44 2009 -0400

    Update PDL version for develop reference
    
    Trying to keep Basic/PDL.pm VERSION and Graphics/TriD/POGL/OpenGL.pm
    VERSION values incrementing so we can tell things apart in problem
    reports.

 Basic/PDL.pm                 |    2 +-
 Graphics/TriD/POGL/OpenGL.pm |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 2d30a0c20f4aa9acdf1e2de0d44479daf3c09c9a
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Oct 4 22:36:14 2009 -0400

    Return original verbose flag control on EH: output

 Graphics/TriD/TriD/GL.pm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit ef98ad783c62b5bc31646da62cf82c8e1518892b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Oct 4 21:48:43 2009 -0400

    Add GLUT init stuff to new for cleaner exits

 Graphics/TriD/POGL/OpenGL.pm |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 88658a16daeb690363f3229bb6d79380ab0a8498
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Oct 4 21:15:49 2009 -0400

    Fix problem with extra glClear() calls
    
    This resulted in blank displays on systems with acceleration,
    particularly ones without X11 at all.  The origin of the problem
    appears to the the fact that the display() routine being called
    by the TriD graphics is not callable as a subroutine which is
    what glutDisplayFunc() actually needs.  This partial fix to
    display just returns immediately if called with no arguments.
    It is hoped that a more complete solution to the problem can
    wait for a more thorough refactoring to use GLUT functionality
    directly rather than mimic the X11 interface.

 Graphics/TriD/TriD/GL.pm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit c86a563c1d2d754f149013554fd30e02c70349cb
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Oct 4 12:37:46 2009 -0400

    Add PDL_INT check for t/opengl.t
    
    If PDL_INT is set then the GUI tests will be run.  This allows
    systems without X11 installed to enable the live display tests.

 t/opengl.t |   36 +++++++++++++++---------------------
 1 files changed, 15 insertions(+), 21 deletions(-)

commit aadda99de64a01222cf395587cf3132dfa1448f8
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Oct 4 11:52:14 2009 -0400

    Fix t/flexraw.t to skip compress tests on MSWin32
    
    The current t/flexraw.t has a test for the compress code in
    readflex but does not check that it can actually has compress
    or gzip with which to create the test data file.  This adds
    a check for MSWin32 to skip the test if needed.

 t/flexraw.t |   60 ++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 33 insertions(+), 27 deletions(-)

commit ba049f7b779d792f40a64d272a68517df7200037
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Oct 4 10:14:56 2009 -0400

    Fix default TriD device to GL
    
    With the new PDL+POGL TriD, GL works everywhere.  Still need to
    fix the VRML output driver so we can do cool stuff with web browsers...

 Graphics/TriD/TriD.pm |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit e9ca29dac2228f5237ef7e4ade2f2afdae933da1
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Oct 4 09:12:17 2009 -0400

    Put Filter::Util::Call in DEPENDENCIES
    
    The distribution is Filter, the module is Filter::Util::Call
    I hope using the exact module will be clearer here.

 Basic/PDL.pm |    2 +-
 DEPENDENCIES |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4ffdeb3943938bc46e2ad0865469d980e74f95d5
Author: C.Soeller <c.soeller _at_ auckland_dot_ ac _dot_ nz>
Date:   Sun Oct 4 11:13:21 2009 +1300

    Change PP typemap finding code again, ensure Makefile.PL honours USE_POGL setting
    
    The new PP typemap finding logic was broken. Realised this on OS X after upgrading MakeMaker, which installs the new MakeMaker in an update directory. There is no 'typemap' file in that update dir, BOOM... PP falls flat on its face. The latest attempt is based on what I found in MM_Unix.pm, although way less general in terms of checking for special cases. If this does not work portably, we should consult a site like Perl Monks or similar and split this code out.
    
    The Open_GL test in toplevel Makefile.PL did not honour the USE_POGL config setting. I thought it should.

 Basic/Gen/PP.pm |   26 ++++++++------------------
 Makefile.PL     |   10 ++++++----
 2 files changed, 14 insertions(+), 22 deletions(-)

commit a89aab943aa9929acf66fe6b9833fc6a023e6165
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Oct 3 13:13:14 2009 -0400

    More README/doc cleanups prep for 2.4.5 release

 Basic/Pod/FAQ.pod |  392 ++++++++++++++++++++++++++++-------------------------
 DEPENDENCIES      |   13 +-
 Known_problems    |   53 +++++---
 Release_Notes     |   11 +-
 cygwin/INSTALL    |    2 +-
 cygwin/README     |   10 +-
 6 files changed, 262 insertions(+), 219 deletions(-)

commit ac016b5d4fd855724b7fa1e12755181895d7c8f8
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Oct 3 11:56:50 2009 -0400

    Update perldl VERSION to 1.351 from 1.35 for CPAN
    
    No major changes, just some docs tweaked, but this will help
    people keep track of which PDL release they are using from the
    interactive shell.

 perldl.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fad22b96cf566a6639d50a1088861395e7a6980e
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Oct 3 10:35:11 2009 -0400

    Change prototype of StructureNotifyMask
    
    The definition of StructureNotifyMask in Graphics/TriD/POGL/OpenGL.pm
    was inconsitent with the usage in OpenGL.  This makes them the same.
    Eventually, we need a cleanup pass for these constants rather than
    overriding them in PDL::Graphics::OpenGL::Perl::OpenGL.

 Basic/PDL.pm                 |    2 +-
 Graphics/TriD/POGL/OpenGL.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 6641895f72fa1b98dde8359eb49c3ba54478c970
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Fri Oct 2 21:00:13 2009 -0400

    Update MANIFEST and Release_Notes for CPAN

 MANIFEST      |    1 +
 Release_Notes |    5 +++++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 7b52e162bb8408f8df5f84b1902851341d8287f3
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Fri Oct 2 20:56:11 2009 -0400

    VERSION to 2.4.4_13 for a CPAN developers release
    
    Also updated Known_problems and Release_Notes.  The purpose
    of this releas is to make the latest git available via CPAN
    for more general testing.

 Basic/PDL.pm   |    2 +-
 Known_problems |    6 ++++++
 Release_Notes  |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 1 deletions(-)

commit e0cf2d1917bb9482264b883410ebaf97d9007689
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 2 17:57:39 2009 -0400

    Update VERSION to 2.4.4_122 for git push

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f5c68cca0528669a896c9a6054269c87d31c1a90
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 2 17:49:42 2009 -0400

    Add a default glutDisplayFunc()
    
    This makes no difference on cygwin but maybe it will help with
    the Mac OS X hang.  Also some minor code cleanup in GL.pm

 Graphics/TriD/POGL/OpenGL.pm |   29 +++++++++++++++--------------
 Graphics/TriD/TriD/GL.pm     |   14 ++++++++------
 2 files changed, 23 insertions(+), 20 deletions(-)

commit 53fda0cae73727da96e93a438217831b84e69125
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 2 15:40:01 2009 -0400

    Fix error msg in Makefile.PL POGL version check

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ba70542ff5fd81bab61edbeb3e104ff71cfadab0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 2 15:29:37 2009 -0400

    Fix typo in perldl.conf for POGL_VERSION
    
    Was missing a comma!

 perldl.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1ee68d6bc728c8e1735d62e567117c3554667374
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 2 15:24:32 2009 -0400

    Add POGL_VERSION option to perldl.conf
    
    This will be used to automate the correct use OpenGL version strings
    for TriD compatibility with POGL.

 perldl.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit cedbc8e20495e091e491ddac89cb9d4c43e1c9e6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 2 15:20:08 2009 -0400

    Make OpenGL 0.58_007 the required version
    
    git releasees pushed to the general repository for
    testing have their versions incremented and PDL
    has the associated POGL version updated if needed.
    It is hoped that this will avoid the problem of
    failures due to mismatch between PDL+POGL modules
    being tested.

 Graphics/TriD/OpenGLQ/Makefile.PL |    2 +-
 Graphics/TriD/POGL/OpenGL.pm      |    2 +-
 Graphics/TriD/TriD/GL.pm          |    8 ++++----
 Graphics/TriD/TriD/GoBoard.pm     |    2 +-
 Graphics/TriD/TriD/GraphBox.pm    |    2 +-
 Graphics/TriD/TriD/Labels.pm      |    2 +-
 Graphics/TriD/TriD/Lines.pm       |    2 +-
 Graphics/TriD/TriD/MathGraph.pm   |    2 +-
 Graphics/TriD/TriD/Mesh.pm        |    2 +-
 Graphics/TriD/TriD/Surface.pm     |    2 +-
 Graphics/TriD/TriD/Tk.pm          |    2 +-
 Makefile.PL                       |    2 +-
 Release_Notes                     |   31 ++++++++++++++++++++++++-------
 t/opengl.t                        |    4 ++--
 14 files changed, 41 insertions(+), 24 deletions(-)

commit 96eaffbc596fc0764e4fdce913c4caae1ce7ffd9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 2 13:49:46 2009 -0400

    Change VERSION to 2.4.4_121 for git devel
    
    Having confusion between git pushes being tested by other
    users.  Will change VERSION numbers to hundreds and increment
    for each push for testing to PDL git.

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f5185c95f40255ac83e116f33dff972220156aa7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 2 13:48:29 2009 -0400

    Undo "Update version to 2.4.4_12_1 for development"
    
    This reverts commit 591a9cca7904515e65dc7d36f0a904a12ccb0fbc.
    Two underscores is not allowed

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 66a117f64eabcabd9316d7471626a6ff9c6fb751
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 2 12:50:39 2009 -0400

    Apply Stefan Evert's Mac OS X patch for PP typmaps
    
    Still having issues with typemap finding on some
    platforms.  Need to have some cross checks here...

 Basic/Gen/PP.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 591a9cca7904515e65dc7d36f0a904a12ccb0fbc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Oct 2 12:48:34 2009 -0400

    Update version to 2.4.4_12_1 for development
    
    With the rapid releases, we need a unique identifier for
    each git push to try.  See if adding one more digit rather
    than git works.  The plan is to update the last digit for
    each push to sf.net so there is a version "paper trail"
    for reference and debugging.

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 12bd6606984e327377ffd7b63c0ac4da66b92ec9
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Thu Oct 1 22:50:17 2009 -0400

    Edit to OpenGL::glutMainLoopEvent POGL/OpenGL.pm
    
    Fixed an unadorned glutMainLoopEvent() in PDL::Graphics::TriD::POGL/OpenGL.pm
    by adding explicit OpenGL:: specifier.  Don't know if this will help the
    hang problem seen in Mac OS X testing---but at least is now consistent.

 Graphics/TriD/POGL/OpenGL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 784e320e4d82d6d3ba28a8cbcf879a94e163b9b4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 1 17:05:40 2009 -0400

    Add better error handling for missing X11 fonts
    
    There was a mysterious failure when the X font used for PDL
    axis labels did not exist.  This adds an eval {} to catch the
    failure and a diagnostic message that suggests how to fix the
    problem.
    
    N.B. The new TriD immplementation with GLUT does not have
    this problem.

 Graphics/TriD/TriD/GL.pm |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit 58d35d3a38db67412b5dd65e8b97c85a01e9fcb4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Oct 1 15:33:47 2009 -0400

    Update README type files for coming releases.

 DEPENDENCIES   |    2 +-
 INSTALL        |    2 +-
 Known_problems |   13 +++----------
 README         |   16 ++++++++--------
 Release_Notes  |   32 ++++++++++++++++++++++++++++++++
 5 files changed, 45 insertions(+), 20 deletions(-)

commit a91bd84be17a692a121e50fff77a4871a06bc5fa
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Thu Oct 1 07:30:36 2009 -0400

    Make fake XEvent parameters match existing protos
    
    This quiets some warning for folk with GLX and X11 but using
    the GLUT inteface code.  Should not affect other platforms.

 Graphics/TriD/POGL/OpenGL.pm |   54 +++++++++++++++++++++---------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

commit cce93c61ea25f6c755101c4e9fba3fc53e758968
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Wed Sep 30 20:33:45 2009 -0400

    Add unless OpenGL::done_glutInit to new
    
    This prevents illegal glutInit() re-initialization attempt.
    NOTE: this is why a "safe" glutInit() and other GLUT functions
    are on the TODO list.  While it may be ok from C, it is a pain
    to have the perl process die as a result of calling glutInit()
    twice.

 Graphics/TriD/POGL/OpenGL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fb5e6d05fe4c03262e69f03c9325679fd074dab8
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Wed Sep 30 20:27:34 2009 -0400

    Adding ButtonMotionMask and PointerMotionMask
    
    More #defines from X11 needed for the fake XEvent processing.

 Graphics/TriD/POGL/OpenGL.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b9de52cc269c8cb2bd9fd8ff664630bdbc8e0e27
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 30 19:15:21 2009 -0400

    Add KeyPress* and KeyRelease* to GLUT defines

 Graphics/TriD/POGL/OpenGL.pm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit cab38844095e7f0ddbb2c17772ffded2d58e80b4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 30 18:01:30 2009 -0400

    Fix missing GLUT_DEPTH option on GLUT windows
    
    This resolved the visual artifacts for PDL+POGL and GLUT!

 Graphics/TriD/POGL/OpenGL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 50c8136b2972bc42f4c4f7548c312e3b2d130b2a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 30 17:40:11 2009 -0400

    Fix missing GLX and X11 constanst for GLUT
    
    Need to define various GLX and X11 constants, even if X11 and
    GLX are not being used in order to create the fake XEvent queue.
    Added a few I missed and defined in OpenGL rather than
    PDL::Graphics::OpenGL::Perl::OpenGL.

 Graphics/TriD/POGL/OpenGL.pm |   36 +++++++++++++++++++++---------------
 1 files changed, 21 insertions(+), 15 deletions(-)

commit 84e91525afb9f06dd6d949f00afd095a99a785eb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 30 15:55:28 2009 -0400

    Finished fake XEvent stuff for GLUT
    
    Using cygwin and FreeGLUT with USE_POGL the perldl 3d and 3d2
    now "work" in the sense of the basic keyboard controls and
    mouse operations.  The rendering appears out of order for the
    complex scenes using hold3d so some debugging is needed there.
    
    win32+freeglut should work
    
    macos+glut should work provided one edits the code replacing
    calls to glutMainLoopEvent() by glutCheckLoop(), and calls to
    glutCloseFunc() by glutWMCloseFunc().

 Graphics/TriD/POGL/OpenGL.pm |   38 ++++++++++++++++++++++++++++++++------
 Graphics/TriD/TriD/GL.pm     |    3 ++-
 2 files changed, 34 insertions(+), 7 deletions(-)

commit c3ad8066292f7acf36e081ccc44d0cacc743e035
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 30 11:47:34 2009 -0400

    Fixed 'x11' window type with USE_POGL
    
    Had GLUT window support in but need to debug the XEvent
    packet types for mouse motion and button presses to complete
    the fake XEvent emulation.  This fixes the new code to work
    with the 'x11' window type which had been broken by the new
    GLUT functionality.  Also added another diagnostic test
    program line3d.pl.

 3dtest.pl                    |    2 +-
 Graphics/TriD/POGL/OpenGL.pm |   10 ++++++----
 Graphics/TriD/TriD/GL.pm     |   35 +++++++++++++++++++++++++----------
 line3d.pl                    |   19 +++++++++++++++++++
 4 files changed, 51 insertions(+), 15 deletions(-)

commit 461eb0418856ba32c0a212d826962f64526d9efc
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Tue Sep 29 23:16:32 2009 -0400

    Add Keyboard events and mouse/motion events
    
    This adds the rest of the GLUT callbacks required to implement
    a fake XEvent processing stream for TriD window control.  The
    hooks are there, now need to figure out what the actual events
    being simulated should look like and do that.  The last step
    will be to clean out any remaining GLX items and verify correct
    operation.

 Graphics/TriD/POGL/OpenGL.pm |   44 +++++++++++++++++++++++++++++++++++------
 1 files changed, 37 insertions(+), 7 deletions(-)

commit 558ee2b0654c0947dcf1db564b82f2cc4733707c
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Tue Sep 29 23:13:52 2009 -0400

    Changed glutPrintString to glutBitmapString
    
    This fixes a minor confusion between the names of glpPrintString()
    and glutBitmapString() which do pretty much the same thing but the
    names are not symmetric.  Now Labels on TriD work with GLUT.

 Graphics/TriD/TriD/GL.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c4f424eef02739652a94190d01d95a2c8c0e4d8e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 29 18:37:08 2009 -0400

    Added ConfigureNotify and CloseWindow to GLUT
    
    The implementation of the TriD refactoring to use
    POGL OpenGL is complete.  This commits the fake XEvent
    queue handling for resize events and clicking on the
    window close widget (X in top right on windows).

 Graphics/TriD/POGL/OpenGL.pm |   45 +++++++++++++++++++++++++++++++++++++----
 1 files changed, 40 insertions(+), 5 deletions(-)

commit 9c0431ce27ecffa6fdc4d86feeb33d7cfc233315
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Tue Sep 29 16:26:59 2009 +1000

    Win32-specific fix to linking specs in Graphics/TriD/OpenGLQ/Makefile.PL
    
    Because the linking info for Win32 is containedin
    'LDFROM', instead of the usual 'LIBS' we need to
    insert the following:
    
    if($^O eq 'MSWin32') {
     $hash{LDFROM} .= ' '. $OpenGL::Config->{LDFROM};
     $hash{LDFROM} =~ s/\-lfreeglut//g;
    }
    
    (The freeglut import library won't be locatable,
    so therefore '-lfreeglut' needs to be removed.)

 Graphics/TriD/OpenGLQ/Makefile.PL |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 720a15db7cf2ed7cdf62d8e6587d5bb8d711f385
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Sep 28 16:49:10 2009 -0400

    Added GLUT support to OO window creation
    
    Partial work towards implementing a fake XEvent queue
    for the twiddle loop handling.  Still need callback
    support for the queue.

 Graphics/TriD/POGL/OpenGL.pm |   26 +++++++++++++++++++-------
 Graphics/TriD/TriD/GL.pm     |   27 +++++++++++++++++++++------
 2 files changed, 40 insertions(+), 13 deletions(-)

commit 07c47775e2091b53854a07283769da1e4c42abb1
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Sep 26 18:15:13 2009 -0400

    Set version to 2.4.4_12git for development
    
    Getting ready for a quick PDL-2.4.4_12 release if the build logic
    fix checks out...

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ee8f439de83fda38b6ab41400362cd30e5a85109
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Sep 26 18:12:51 2009 -0400

    Enable TriD builds when USE_POGL is enabled
    
    Otherwise, the TriD never gets built even though the OpenGL part
    using POGL is.  Also change the WITH_3D default to undef for
    Mac OS X and win32.

 Graphics/Makefile.PL |    3 +++
 perldl.conf          |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 43897e6eeeac4d458a2b60e8642b513be05a89ee
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 25 16:54:16 2009 -0400

    Add support for 3d window types
    
    Need to support x11 and glut window types to enable consistent
    use of the correct event/callback framework for GUI operations.
    This adds a 3d_window_type field in the OO object returned.
    The 3 possible values are pdl-legacy-x11, x11, and glut.

 Graphics/TriD/OpenGL/opengl.pd |    6 ++++--
 Graphics/TriD/POGL/OpenGL.pm   |   40 +++++++++++++++++++++++++++++-----------
 2 files changed, 33 insertions(+), 13 deletions(-)

commit 4e3c0b22ee2f56fa38420eb607cdd202a67846ab
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 25 14:13:01 2009 -0400

    Check for POGL with USE_POGL and fix opengl.t
    
    Now Makefile.PL will explicitly exit if an appropriate
    version of POGL is not available when the USE_POGL option
    is set.  Also cleaned up t/opengl.t to work with and
    without USE_POGL set.

 Makefile.PL |    7 ++++
 t/opengl.t  |   95 ++++++++++++++++++-----------------------------------------
 2 files changed, 36 insertions(+), 66 deletions(-)

commit 76d5b7925489363ca453cdbb876b029287f8e8ad
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Thu Sep 24 23:55:23 2009 -0400

    VERSION to 2.4.4_11git for development
    
    The next stage of TriD refactoring is to change the window/context
    creation from X11+GLX to the corresponding GLUT routines.  XEvent
    processing also needs to be replaced with callbacks for GLUT.  The
    tricky part about the whole thing is maintaining the X11+GLX
    capability to support Tk OpenGL widgets.  I hope to figure out
    a way to work with the GLUT windows directly rather than maintaining
    X11+GLX.  TBD.  Maybe the Perl/Tk authors have some ideas...

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3d5c7f4c7554b2efca08229f591f335ec7a45164
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Thu Sep 24 23:53:04 2009 -0400

    Minor POGL support modifications
    
    Added comment to 3dtest.pl identifying it as a test program.
    Wording cleanup and cruft removal in Graphic/TriD/POGL files.

 3dtest.pl                    |    3 +++
 Graphics/TriD/POGL/MANIFEST  |    2 --
 Graphics/TriD/POGL/OpenGL.pm |    7 +++----
 Graphics/TriD/POGL/README    |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

commit 5f6a1190c91478b74dae7e54e6957d7f7f4babaa
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Thu Sep 24 20:37:56 2009 -0400

    Fix perldl.conf defaults and VERSION to 2.4.4_10
    
    Need another developers release with the expected defaults
    in perldl.conf for better test coverage.

 Basic/PDL.pm |    2 +-
 perldl.conf  |   14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

commit d0fa53907dbd0317dd99d4c2888fabd36487aa6d
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Wed Sep 23 22:22:04 2009 -0400

    Set VERSION to 2.4.4_09 and prep for CPAN release
    
    This is the first CPAN release offering the option of using
    the new POGL code for TriD and USE_POGL is enabled by default
    for testing coverage.

 Basic/PDL.pm   |    2 +-
 Known_problems |    4 ++--
 MANIFEST       |    7 +++++++
 Release_Notes  |    5 +++++
 perldl.conf    |    4 ++--
 5 files changed, 17 insertions(+), 5 deletions(-)

commit 3e8cccf159c866a45c5e17857d5fc85ec8d33bfa
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 23 20:56:30 2009 -0400

    Merge in use of POGL for basic TriD functions
    
    These changes allow one to toggle between the legacy TriD
    PP OpenGL bindings and the OpenGL module bindings (a.k.a. POGL)
    by setting the USE_POGL option appropriately in perldl.conf.
    
    After some testing of the new code on various platforms, the
    final stage of the refactoring is to replace the X11 + GLX
    event and window code with GLUT based code.

 Graphics/TriD/POGL/Makefile.PL  |    3 +-
 Graphics/TriD/POGL/t/00-load.t  |    2 -
 Graphics/TriD/TriD/GL.pm        |   95 ++++++++++++++++++++++++++------------
 Graphics/TriD/TriD/GoBoard.pm   |   13 ++++-
 Graphics/TriD/TriD/GraphBox.pm  |   13 ++++-
 Graphics/TriD/TriD/Labels.pm    |   14 +++++-
 Graphics/TriD/TriD/Lines.pm     |   13 ++++-
 Graphics/TriD/TriD/MathGraph.pm |   12 ++++-
 Graphics/TriD/TriD/Mesh.pm      |   13 ++++-
 Graphics/TriD/TriD/Surface.pm   |   13 ++++-
 Graphics/TriD/TriD/Tk.pm        |   13 ++++-
 11 files changed, 146 insertions(+), 58 deletions(-)

commit f8408074f5be3beed09ed4b49d43be79f67c1591
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 23 16:51:26 2009 -0400

    Adding USE_POGL handling to TriD build

 Graphics/TriD/Makefile.PL          |   82 ++++++++++++++++++++---------------
 Graphics/TriD/OpenGL/examples/clip |    4 +-
 Graphics/TriD/OpenGLQ/Makefile.PL  |   29 +++++++-----
 Graphics/TriD/POGL/t/boilerplate.t |   48 ---------------------
 Graphics/TriD/POGL/t/pod.t         |   12 -----
 perldl.conf                        |    8 ++--
 6 files changed, 69 insertions(+), 114 deletions(-)

commit 1f9a74d944f8fcf09e3d8bbf5f87133bf1d0867b
Merge: 5fedb91 2e3fcf6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 23 16:44:00 2009 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 2e3fcf6d5b26d44016aa906cc1ab25de52fd7043
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Wed Sep 23 16:36:20 2009 -0400

    Fix Minuit fortan URL in DEPENDENCIES

 DEPENDENCIES |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5fedb919b3b95e42b0acb39b62df45d25693a3e0
Merge: dd01556 7677f77
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 23 16:10:48 2009 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 7677f77a4ddf5ef3575bba672b50b00a8ce74142
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Wed Sep 23 16:07:08 2009 -0400

    Added Minuit lib info to DEPENDENCIES
    
    This is one of the two external library bindings in PDL that use
    a fortran compiler.

 DEPENDENCIES |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit dd01556cd99467dba79c1c4f24456e2e8dd91627
Merge: 9b6b1f9 3084dba
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 23 14:27:36 2009 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl

commit 3084dba190b2392e29b5adbd0bbcd40085d7618b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Wed Sep 23 14:26:42 2009 -0400

    Make OpenGL a prerequisit for testing

 Makefile.PL   |   13 +++++++------
 Release_Notes |    2 +-
 perldl.conf   |    3 ++-
 3 files changed, 10 insertions(+), 8 deletions(-)

commit 9b6b1f9d1f4a2880ab179e430211af2856f71dab
Merge: 205d5b9 6743108
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 23 14:24:21 2009 -0400

    Merge branch 'pogl-merge' into pdl and check
    
    This is a preliminary fold in of pogl-merge work into
    the main pdl branch for testing.
    
    Conflicts:
    	Release_Notes
    	perldl.conf

commit 205d5b9445fe3c4bab0d0863614b72cfbf65aca2
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Tue Sep 22 16:59:59 2009 -0400

    Add 3dtest.pl as simple imagrgb() test program

 3dtest.pl |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 8cf19024667c67ed263b64cff669c65b4c85eff2
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Tue Sep 22 16:55:25 2009 -0400

    Start folding POGL changes into PDL master branch
    
    Now have OpenGL-0.58_004 as a prerequisite.  A new USE_POGL
    option is in the perldl.conf file.  I expect that the next
    few releases may be destabilized over the previous bugfix type
    developers releases.

 DEPENDENCIES  |    6 ++++--
 Makefile.PL   |    7 ++++---
 Release_Notes |   20 ++++++++++++++++++++
 perldl.conf   |   10 ++++++++--
 4 files changed, 36 insertions(+), 7 deletions(-)

commit 6743108ed374e3c221975fc5c94fd2b0b2e53a39
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 22 16:29:05 2009 -0400

    Some changes from the master branch

 Basic/Gen/PP.pm   |   19 ++++++++++++++++++-
 Basic/Pod/FAQ.pod |    4 ++--
 DEPENDENCIES      |    2 +-
 3 files changed, 21 insertions(+), 4 deletions(-)

commit 94598b90937447ea419090da587af86e34c1d171
Author: C.Soeller <c.soeller _at_ auckland_dot_ ac _dot_ nz>
Date:   Fri Sep 18 13:06:20 2009 +1200

    New approach to find typemap
    
    Tries to locate the ExtUtils folder and looks for typemap in there. Warns if no typemap found.
    This needs testing on many platforms

 Basic/Gen/PP.pm |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

commit 249e65dd9d0b2beb7df1bb52ca5692ae2d51af61
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 17 17:03:40 2009 -0400

    OpenGL now replaces PDL::Graphics::OpenGL!
    
    With a bit of hardwiring, this version of PDL builds on
    cygwin using the POGL module rather than the internal PP
    one (PDL::Graphics::OpenGL).  All the 3d demos run and
    the Tk3d does as well although it crashes the cygwin X
    server.  Need to check on additional platforms....  The
    
    3dtest.pl in the top directory is a simple imagrgb test
    program for debugging.

 3dtest.pl                    |   15 +++++++++++++++
 Graphics/TriD/POGL/OpenGL.pm |    2 +-
 Graphics/TriD/TriD/GL.pm     |   19 ++++++++++---------
 Graphics/TriD/TriD/Tk.pm     |    2 +-
 4 files changed, 27 insertions(+), 11 deletions(-)

commit 58ae1222538a80607eaf37ce44ab4152e634ed15
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 15 17:58:25 2009 -0400

    COB 15-Sep-2009 on POGL integration to TriD
    
    This is the stopping point for the day.  So far things
    are working as far as not bombing out immediately.  Still
    have not been able to create a basic PDL::Graphics::OpenGL::OO
    object from TriD.  Debugging continues...

 Graphics/TriD/OpenGL/examples/clip |    4 +-
 Graphics/TriD/POGL/OpenGL.pm       |  178 +++++++++++++++++++++++++++++++++++-
 Graphics/TriD/TriD/GL.pm           |  163 +++++++++++++++++----------------
 Graphics/TriD/TriD/GoBoard.pm      |    4 +-
 Graphics/TriD/TriD/GraphBox.pm     |    4 +-
 Graphics/TriD/TriD/Labels.pm       |    4 +-
 Graphics/TriD/TriD/Lines.pm        |    4 +-
 Graphics/TriD/TriD/MathGraph.pm    |    5 +-
 Graphics/TriD/TriD/Mesh.pm         |    7 +-
 Graphics/TriD/TriD/OOGL.pm         |    4 +-
 Graphics/TriD/TriD/Surface.pm      |    4 +-
 Graphics/TriD/TriD/Tk.pm           |    4 +-
 12 files changed, 295 insertions(+), 90 deletions(-)

commit 708efe08694f2d39519987a010e8e390595bddeb
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Tue Sep 15 15:06:11 2009 -0400

    Update git commands in FAQ
    
    SF now allows more than one git repo per project.

 Basic/Pod/FAQ.pod |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 02f1b1c686b4e04c65ba663c87d446b8ff910380
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 15 11:14:39 2009 -0400

    Don't need POD coverage check for POGL stuff

 Graphics/TriD/POGL/t/pod-coverage.t |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

commit fb446b4a459e43887c71806c6b567345b76feb54
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 15 10:59:30 2009 -0400

    Fix PDL::Graphics::OpenGL::Perl::OpenGL POC info

 Graphics/TriD/POGL/Makefile.PL |    2 +-
 Graphics/TriD/POGL/OpenGL.pm   |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 3c2cfba147166ba3d19aece91f89a6cc43d0f77f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 15 10:50:09 2009 -0400

    Created stub Graphics/TriD/POGL dir
    
    Started with the module-starter output for
    PDL::Graphics::OpenGL::Perl::OpenGL .  The
    next step is to integrate the build into the
    existing TriD build process.

 Graphics/TriD/POGL/MANIFEST         |    8 +++
 Graphics/TriD/POGL/Makefile.PL      |    1 +
 Graphics/TriD/POGL/OpenGL.pm        |   92 +++++++++++++++++++++++++++++++++++
 Graphics/TriD/POGL/README           |   40 +++++++++++++++
 Graphics/TriD/POGL/ignore.txt       |   10 ++++
 Graphics/TriD/POGL/t/00-load.t      |    9 +++
 Graphics/TriD/POGL/t/boilerplate.t  |   48 ++++++++++++++++++
 Graphics/TriD/POGL/t/pod-coverage.t |   18 +++++++
 Graphics/TriD/POGL/t/pod.t          |   12 +++++
 9 files changed, 238 insertions(+), 0 deletions(-)

commit 8b4cc98710428c19d4640e032cd74b400a30feb6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Sep 14 17:41:13 2009 -0400

    Start PDL/Graphics/TriD/POGL build stuff
    
    Created PDL/Graphics/TriD/POGL as the in-tree build directory
    for PDL::Graphics::OpenGL::Perl::OpenGL which contains the interface
    between the PDL::Graphics::TriD and POGL.

 Graphics/TriD/Makefile.PL      |    2 +-
 Graphics/TriD/POGL/Makefile.PL |   19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

commit 7a07b2183eb6d6a1de3250a1a3da1746f862353a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Sep 11 13:13:49 2009 -0400

    Make POGL an official prerequisite for PDL
    
    This is for testing purposes mainly.  We'll change to
    a smart build for the official release.

 DEPENDENCIES  |    6 ++++--
 Makefile.PL   |    7 ++++---
 Release_Notes |   21 +++++++++++++++++++++
 3 files changed, 29 insertions(+), 5 deletions(-)

commit 2b6dd8fbcb4daa22d4ed715990710b99a42ab722
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Thu Sep 10 17:14:43 2009 -0400

    Add USE_POGL option to perldl.conf
    
    This option enables building PDL::Graphics::TriD using
    the Perl OpenGL module to provide the external library
    interface rather than rolling our own via PP.

 perldl.conf |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit b8c223226769639806158d6f030473eb9b2f8ae7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Sep 9 17:19:27 2009 -0400

    Fix OpenGLQ to use OpenGL::Config for compile opts
    
    This is a hardwired test of using the %{$OpenGL::Config} for
    the INC, DEFINE, and LIBS args for Graphics/TriD/OpenGLQ/Makefile
    generation.

 Graphics/TriD/OpenGLQ/Makefile.PL |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

commit 19c4c6f6dbe2e5903ae8cb1f1bec3f4ae68ece6d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Sep 8 16:09:47 2009 -0400

    Modify perldl.conf to skip all but TriD

 perldl.conf |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 83036dbfb7c2301518b6c2749425ecb190e59e9b
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Fri Sep 4 20:13:36 2009 +1000

    Accommodate ActiveState's change to $Config{make}
    
    In top level Makefile.PL, Basic\Core\Makefile.PL
    and Basic\Gen\Makefile.PL replace:
    $Config{make} eq 'dmake'
    with
    $Config{make} =~ /\bdmake/i
    and replace:
    $Config{make} eq 'nmake'
    with
    $Config{make} =~ /\bnmake/i

 Basic/Core/Makefile.PL |    8 ++++----
 Basic/Gen/Makefile.PL  |    4 ++--
 Makefile.PL            |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

commit ba04659a24eb7610cb0ac36d112d80dfdd5c8288
Author: Chris Marshall <marshallch@sourceforge.net>
Date:   Fri Aug 28 12:12:26 2009 -0700

    Clean up some lvalue sub usage
    
    Although PDL is moving towards making perl 5.8+
    a requirement, the lvalue subroutine usage is a
    convenience only.  This replaces internal usage
    with the equivalent temp variable assignments
    to avoid unnecessary breakage for early perls.

 Basic/Primitive/primitive.pd |    7 ++++---
 t/matrixops.t                |    3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

commit ff76743e0d5f50a99ccad14b448735f002f4e7aa
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Fri Aug 21 15:51:15 2009 -0400

    $PDL::VERSION to 2.4.4_09git for development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 10177bab465a0d6034d7d1dd3059d66a1722723c
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Fri Aug 21 15:14:43 2009 -0400

    Push out 2.4.4_08 developers release
    
    Updated the various README type files, changed $PDL::VERSION
    to 2.4.4_08 for a developers release containing the cygwin
    fixes for TriD.

 Basic/PDL.pm   |    2 +-
 INSTALL        |    6 +++---
 Known_problems |   29 ++++++++++++++++++++++-------
 Release_Notes  |   19 +++++++++++++++++++
 cygwin/README  |    9 +++++----
 5 files changed, 50 insertions(+), 15 deletions(-)

commit 573b2ff8bf35de6b1c1953bd6a8d04d78698b133
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Fri Aug 21 14:34:20 2009 -0400

    Removed include dependency on GL/glx.h
    
    OpenGLQ implements some high performance OpenGL visualization
    operations, none of which depend on X11 or GLX.  This cleans
    up the dependencies for refactoring.  The only change here should
    be to use the OpenGL::Config information to set the correct
    compile and link arguments.

 Graphics/TriD/OpenGLQ/openglq.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c6676638c835c9679cc05c98bd24492a595224c9
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Fri Aug 21 14:06:59 2009 -0400

    Fix TriD build problems on cygwin
    
    This is a needed first step for verifying that the refactoring
    to use POGL rather than PDL::Graphics::OpenGL as its OpenGL
    library perl binding.

 Graphics/Makefile.PL              |   24 +++++++++++++++---------
 Graphics/TriD/OpenGL/opengl.pd    |    7 ++++++-
 Graphics/TriD/OpenGLQ/Makefile.PL |   20 +++-----------------
 3 files changed, 24 insertions(+), 27 deletions(-)

commit 0a1e5146fcf14b2da2710ed660a000c9afffdbd0
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Fri Aug 21 14:06:23 2009 -0400

    Update PDL version to 2.4.4_08git for development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit be353c8e7bb257c91f04ab2499efd2f555147d2b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Aug 15 13:42:39 2009 -0400

    Set $PDL::VERSION and notes for 2.4.4_07 release

 Basic/PDL.pm  |    2 +-
 DEPENDENCIES  |    3 +++
 Makefile.PL   |    5 +++--
 Release_Notes |   25 +++++++++++++++++--------
 4 files changed, 24 insertions(+), 11 deletions(-)

commit 8e7bfa344e83c9d54e87dda430ee6c549a9b348f
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Aug 2 15:59:45 2009 -0400

    Avoid lvalue sub syntax requirements
    
    For perl 5.6.x perls, we have occaisional test failures in PDL
    due to lvalue sub errors.  This fixes a number of occurances where
    we were using the lvalue syntax when we do not officially require
    it---maybe we should.  In the meantime, this cleans up a number of
    refs and updates the FAQ entry to be more correct.

 Basic/MatrixOps/matrixops.pd |    3 ++-
 Basic/Pod/FAQ.pod            |    7 +++----
 Basic/Primitive/primitive.pd |    5 +++--
 IO/FITS/FITS.pm              |    6 +++---
 Lib/Transform/transform.pd   |    3 ++-
 t/imagend.t                  |    9 ++++++++-
 6 files changed, 21 insertions(+), 12 deletions(-)

commit 53e139899ae0571041d6d27d4feee7d1a9807b1b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Aug 2 15:58:04 2009 -0400

    Make Data::Dumper v 2.121 the minimum required
    
    The earlier 2.122 was too aggressive.  It appears that the
    needed fix was in version 2.121.

 DEPENDENCIES  |    2 +-
 IO/Dumper.pm  |    2 +-
 Makefile.PL   |    2 +-
 Release_Notes |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit de06edf416963aa919a072aac17bc3b3a3d51fed
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 29 10:47:19 2009 -0400

    Require Data::Dumper 2.122 in IO/Dumper.pm

 IO/Dumper.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7b0845e9d81cdc8dc579430d8c9de524330cd8ac
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 29 10:38:09 2009 -0400

    Rework storable test to use Test::More
    
    Updated t/storable.t to check for Storable version 1.03
    rather than 1.0 since the comments in PDL::IO::Storable
    suggested that that was the version required.  While at
    it, updated the test to use Test::More.

 t/storable.t |   75 +++++++++++++++++++++++----------------------------------
 1 files changed, 30 insertions(+), 45 deletions(-)

commit bac1dc64c30c94e2123712d09bb4185ef4d05b25
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Tue Jul 28 22:21:27 2009 -0400

    Updated files with Data::Dumper info
    
    Updated DEPENDENCIES, Release_Notes, and cygwin/INSTALL with
    information about the Data::Dumper prerequisite requirement.

 DEPENDENCIES   |    4 ++++
 Release_Notes  |   25 +++++++++++++++++++++++++
 cygwin/INSTALL |   18 +++++++++++++-----
 3 files changed, 42 insertions(+), 5 deletions(-)

commit 5110524ac155b55c07b2dc5d29230e995b4f6af1
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Tue Jul 28 21:23:29 2009 -0400

    Fix t/autoload.t test when echo ~ gives ~
    
    On some systems, the shell returns '~' as the result of qx{echo ~}
    which causes a spurious test failure.  In that case, check against
    the original reference value of (getpwnam(getpwuid(\$<)))[7] .
    This is more permissive but is a correct answer for tilde expansion
    so works as a pass check.

 t/autoload.t |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

commit 475c8433fd2f0649138d0444ef34fa7ce091ad24
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 28 16:16:00 2009 -0400

    Set minimum Data::Dumper version to 2.122
    
    This is the first version of Data::Dumper that looks
    like it addresses the problem I found.  Since Data::Dumper
    was "used" by PDL::IO::Dumper, it should have been listed
    as a dependency for PDL.  Requiring this version prevents
    testing with the broken ones.

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b5c911482b026e02df11ecc074efff120a456bc5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Tue Jul 28 14:22:42 2009 -0400

    Added Data::Dumper to the prerequisites
    
    We were using it to implement PDL::IO::Dumper so it should
    have been listed.  By listing it, the automated testers
    will report version numbers with failing test reports which
    might help resolve the current FAILs with t/dumper.t

 Makefile.PL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f4a569d1ec3301692516fbc5b0c3f839d84395c6
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Mon Jul 27 07:32:07 2009 -0400

    Update $PDL::VERSION to 2.4.4_07git for devel

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6eeca045e56faab5f8b0bc1c16110ea1ce8009ff
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Jul 26 21:40:09 2009 -0400

    Update VERSION and readme files for release
    
    Updates to $PDL::VERSION, and top level user readme
    type files for 2.4.4_06 developers release of PDL.

 Basic/PDL.pm   |    2 +-
 DEVELOPMENT    |   14 +++------
 Known_problems |   16 ++++++++++-
 MANIFEST.SKIP  |    2 +-
 Release_Notes  |   86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 5 files changed, 107 insertions(+), 13 deletions(-)

commit dcdf90ac236996e945d04767ca48355608056757
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Jul 26 17:23:03 2009 -0400

    Added Changes_CVS to the MANIFEST file
    
    Need to make sure this is generated correctly at some point.
    Just use the existing one for now.

 MANIFEST |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 100199514b1c9310a5f302984a939d9e70361d97
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Jul 26 17:16:23 2009 -0400

    Add Changes to the .gitignore
    
    Telling git to ignore the Changes file for now since we'll
    be automatically generating it from the output of a "git log --stat"
    for each CPAN distribution.  Anyone who is doing actual development
    with PDL can just use the git log command directly.  Any official or
    developers release on CPAN will have a generated log file.
    
    For now, the old logs pre-git are now in Changes_CVS and the Changes
    file will include git log since the changeover.  At some point, we
    could deprecate the Changes_CVS file and just go to the git logs.

 .gitignore |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 795ef9aa8a223049b14d7840b8fddc28cbb73147
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun Jul 26 17:09:49 2009 -0400

    Move Chages to Chances_CVS to prep for git log
    
    We plan to move from a manual Changes file to an automatically
    generated one extracted from the git log messages.  The initial
    command is "git log --stat" and will be added to the make dist
    command eventually.  For now, just generate by hand before making
    a CPAN distribution.

 Changes     | 3983 -----------------------------------------------------------
 Changes_CVS | 3983 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 3983 insertions(+), 3983 deletions(-)

commit 762871346e6ce8de9f15ce35c701f6c7330d1a09
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 22 13:50:00 2009 -0400

    Added PERL5OPT unset for podselect command
    
    Missed the podselect in Basic/Gen/Makefile.PL.
    This unsets PERL5OPT before running podselect
    in the generated Makefile.  That should prevent
    false failures due to Devel::Autoflush not being
    available...

 Basic/Gen/Makefile.PL |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit bc0f8efeb105754c0a0037250962ac74bce7f4fa
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Mon Jul 20 07:27:27 2009 -0400

    Make tilde test check against `echo ~` result
    
    Since the goal is to give the same result as the
    shell (i.e. bash) expansion of ~, and since all the
    false test failures had the PDL::AutoLoader giving
    the same result as `echo ~`, I've just made that
    the result to check against.

 t/autoload.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 494e151b73df0de71dcbd8b6c576813974483b46
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Mon Jul 20 13:48:03 2009 +1000

    Win32 - MSVC-specific fix for setvaltobad() for PDL_Float
    
    In Basic/Bad/bad.pd:
    Provide special handling for setvaltobad() wrt PDL_Float piddles.
    Applies only to MSVC++ compilers prior to version 8.0.
    Thanks to creamygoodness, BrowserUk, ig and ELISHEVA:
    http://www.perlmonks.org/index.pl?node_id=781347

 Basic/Bad/bad.pd |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

commit 081038b048f69e5b467f54764ea89f244dcd43b7
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Mon Jul 20 13:22:54 2009 +1000

    Win32 - Reduce scope of MSVC-specific bugfix
    
    Some MS compiler bugs have been fixed in later
    versions of the compiler.
    This allows us to change each occurrence of:
    #ifdef _MSC_VER
     to:
    #if defined _MSC_VER && _MSC_VER < 1400

 Basic/Core/pdlcore.c.PL |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 1faadeec55cd3c1dd21339bd50331eb8983c0347
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date:   Mon Jul 20 13:14:13 2009 +1000

    Basic/Core/Dev.pm - tweak setting of WriteMakefile() LIBS
    
    Instead of specifying LIBS=>[] (on those occasions when LIBS
    should be empty) pdlpp_stdargs_int() and pdlpp_stdargs() would
    have LIBS=>[''] and LIBS=>[' '] respectively.
    Minor rewrite to pdlpp_stdargs_int() and pdlpp_stdargs() to fix this.

 Basic/Core/Dev.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3895fdf00591a26575af8b24084f011e7e7dd15b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Jul 18 14:18:38 2009 -0400

    Added $! to another Basic/Core/Dev.pm die message

 Basic/Core/Dev.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2a720756b87d77f061f2a09aeffa2d789c06246c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 17 09:21:16 2009 -0400

    Added $! to Basic/Core/Dev.pm tempfile error
    
    The die when trylink failed to open its temporary
    output file did not include the system error reported.
    That has been added to the output to improve debugging.
    
    IDEA: Maybe we should grep die() in the source and make
    sure all errors actually include $! if relevant.

 Basic/Core/Dev.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3094252e25685d57e48674d250ffc3ca4ffe0601
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Fri Jul 17 09:01:27 2009 -0400

    Added diag print for t/dumper.t small sdump()
    
    There have been persistent t/dumper.t failures
    on some BSD platforms.  Adding a diag() to print
    the result of the first sdump() string to give
    a clue as to what the problem is.

 t/dumper.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 262b36dbdcd998e07a1497b0e99f1196dd7a2f59
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Wed Jul 15 20:11:19 2009 -0400

    Minor tweakws to .gitignore and MANIFEST.SKIP

 .gitignore    |    7 ++++++-
 MANIFEST.SKIP |    5 +++++
 2 files changed, 11 insertions(+), 1 deletions(-)

commit fb61e3296b8b867952eb19dba3c77b368ebc8213
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Wed Jul 15 20:03:17 2009 -0400

    Fix readflex() to work with File::LinearRaid
    
    readflex() in IO/FlexRaw/FlexRaw.pm use method syntax for
    read with an input file handle.  This failed with a tied
    file handle as is used by File::LinearRaid.  Replacing the
    usage $d->read(...) by read($d, ...) fixed the incompatibility.
    I don't know if it should have worked the other way or not.

 IO/FlexRaw/FlexRaw.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3b58ac761e72df3366e5e9a5f5a81cc6785bc425
Author: Chris Marshall <devel.chm.01@gmail.com>
Date:   Wed Jul 15 08:44:32 2009 -0400

    Fold in [dn]make correction to PERL5OPT fix
    
    The "fix" for the -MDevel::Autoflush did not
    work with dmake or nmake (presumably because of
    the non-sh command shell).  Here is a fix from
    Sisyphus.  Thanks, Rob.

 Basic/Pod/Makefile.PL |   10 ++++++++--
 Makefile.PL           |   11 ++++++++++-
 2 files changed, 18 insertions(+), 3 deletions(-)

commit 6142d6296241f77cb72973434db41475889c9d5a
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Mon Jul 13 18:06:23 2009 -0400

    Cleaning up and updating README-type files
    
    General wordsmithing in:
    
      BUGS: reordering the information needed to clarify things
      DEPENDENCIES: minor cleanup
      DEVELOPMENT: minor cleanups and update for git
      Release_Notes: updated with stub for PDL-2.4.4_06

 BUGS          |   59 +++++++++++++++++++++++++++++----------------------------
 DEPENDENCIES  |    5 +--
 DEVELOPMENT   |   58 +++++++++++++++++++++++++++++++------------------------
 Release_Notes |   17 ++++++++++++++++
 4 files changed, 82 insertions(+), 57 deletions(-)

commit 93f62cd6af55505254c2458f0c37fbb488adcd24
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Mon Jul 13 09:05:06 2009 -0400

    Updated version to 2.4.4_06git for development.

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d94b896d32562303175926760c5a418c45971a5c
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Jul 11 19:08:50 2009 -0400

    Update Release_Notes for 2.4.4_05 release

 Release_Notes |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit a7a0653382b5abb339d4cc8143669eb6ef87b8b6
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Jul 11 19:06:34 2009 -0400

    Set $PDL::VERSION to 2.4.4_05 for re-release
    
    There was a missing tab in the earlier release.
    This fixes that oops.  Rereleaseing to CPAN.

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ea7498273c90f120b3c0e0665319c3475c5dc772
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sat Jul 11 18:58:19 2009 -0400

    Fix missing tab in Basic/Pod/Makefile.PL
    
    That breaks the "fix" for the podselect problem.

 Basic/Pod/Makefile.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c5a417b7a8cbcf56bd747daeb3b6d5ccb82fe323
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Fri Jul 10 16:10:44 2009 -0400

    Modified Release_Notes for 2.4.4_05git
    
    Copied the basic section leaving space
    for additions as the release progresses.

 Release_Notes |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit 2e37777a700ecffe4f7412ba5a0553db9e861635
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Fri Jul 10 16:00:48 2009 -0400

    Changed VERSION to 2.4.4_05git
    
    The $PDL::VERSION is changed to 2.4.4_05git for more
    development.  The pattern I've decided to try is the
    development release for a given version, say 2.4.4_05
    is the same base with the string 'git' added on the
    end.  When the release is made, the git suffix is
    removed and the distribution gnerated from there.

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 537d4d7f0d3d286b730cac453ea30d1e96228119
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Fri Jul 10 15:30:43 2009 -0400

    Change $PDL::VERSION to 2.4.4_04 for release
    
    Another developer's snapshot with more bug fixes
    on a CPAN near you soon...

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 80620964e4d30b7d99cb6e006ee942aaeadf57a9
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Fri Jul 10 15:29:49 2009 -0400

    Update Release_Notes for PDL-2.4.4_04 release

 Release_Notes |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 6966b3131c474313473822133394768d396d9da5
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Fri Jul 10 15:27:16 2009 -0400

    Unset PERL5OPT for podselect in Makefile.PL

 Makefile.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 100a3114b05e4afeb156485d94f89320861b697a
Merge: 1401619 2146da8
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Fri Jul 10 11:25:57 2009 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl

commit 14016191b5bd805ecc1bba6ca57e8d532f166418
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Fri Jul 10 11:22:36 2009 -0400

    Unset PERL5OPT for podselect in Basic/Pod
    
    The podselect command is a perl script and is
    affected by the PERL5OPT environment variable.
    Unfortunately, the CPAN Testers environment
    sets PERL5OPT to load Devel::AutoFlush which
    is a problem if that module is not in the
    default, system perl @INC.

 Basic/Pod/Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2146da8709eb37ccaefd5baf4c7f610d609560e7
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Thu Jul 9 22:11:39 2009 -0400

    Added warning about parallel make to INSTALL file
    
    Parallel make builds fail on some (all?) platforms.
    I've added a warning to the INSTALL file not to use
    -j # options for parallel builds.  Ideally we would
    detect the condition but I have found no clean way
    to do so at the moment.

 INSTALL |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 822c0e08c0243b054d6f87dcd61841083d745c46
Merge: b1270b4 5b15c19
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Thu Jul 9 21:53:00 2009 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl

commit 5b15c1942df0ac3fcb03a18fad82e1d545f04b65
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Thu Jul 9 13:59:18 2009 -0400

    Update readme type files for PDL
    
    Updated the BUGS, INSTALL, Known_problems, README, and
    Release_Notes files to clean up references to cvs,
    add info on current bugs, and correct URLs to sf.net.

 BUGS           |   16 ++++++++--------
 INSTALL        |    2 +-
 Known_problems |    5 +++++
 README         |    2 +-
 Release_Notes  |   35 +++++++++++++++++++++--------------
 5 files changed, 36 insertions(+), 24 deletions(-)

commit 8fa0c9830a02943125dbebbeee2bb5bd541c2995
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Thu Jul 9 13:09:16 2009 -0400

    Fix t/autoload.t bug in tilde expand test
    
    The AutoLoader module code for tilde expansion was corrected
    but this test was using the previous method to check.  This
    makes the test consistent with the new code.

 t/autoload.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b1270b46b05019ab859b7e730eeef8a5cde34a09
Merge: b1c7bd8 479e8a3
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Tue Jun 30 23:17:12 2009 -0400

    Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl

commit 479e8a3d2d9472e31768c143d788373d786601a2
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Thu Jun 18 15:04:59 2009 -0400

    Update the various top level PDL readmes
    
    Updated DEPENDENCIES, Known_problems, README and Release_Notes
    in preparation for a coming developers release.

 DEPENDENCIES   |   16 ++++++++--------
 Known_problems |    7 ++++---
 README         |    8 ++++----
 Release_Notes  |   24 +++++++++++++++++++++++-
 4 files changed, 39 insertions(+), 16 deletions(-)

commit b1c7bd8ffa91fdfc181aa8ceba4b01672110c43a
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Tue Jun 16 21:12:28 2009 -0400

    Added friendly .perldlrc suggsetion to perldl docs
    
    A user suggested recommending documentation for new perldl
    users on starting from the default.perldlrc file.  This
    avoids some mistakes such as forgetting to "use PDL;" etc.

 perldl.PL |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 16058ffa1a5621d1e57ed1e83e63c39c4ce63613
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Tue Jun 9 21:31:14 2009 -0400

    Add cast toe $GENERIC(a) for setvaltonan()
    
    This fixes the case where it was not possible to
    set the value to bad for a non-double piddle since
    it was difficult/impossible to create the exact
    floating point representation of some floats starting
    from default doubles.  This make the implementation
    symmetric with that of setbadtoval().

 Basic/Bad/bad.pd |    2 +-
 t/bad.t          |    7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

commit a28c0a44f80d471a94fa001d929bf379f48ce041
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Tue Jun 9 21:30:17 2009 -0400

    Add some more intermediate files to ignore.

 .gitignore |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit 3f225b92dc76c204a8d62da484dee63eb173c86b
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Thu Jun 4 13:05:33 2009 -0400

    Make PDL require perl 5.6.2 or above.
    
    CPAN Testers have *no* PASS's on record for any
    version of PDL for perl 5.6.0 or 5.6.1.  This
    modification makes that more explicit in the
    configuration process.  This is effectively a NO-OP.

 DEPENDENCIES  |    2 +-
 Makefile.PL   |    2 +-
 Release_Notes |   18 ++++++++++++++++++
 3 files changed, 20 insertions(+), 2 deletions(-)

commit 23463ebfc2bc40098106ac8b865145cad4195525
Author: Derek Lamb <lambd@users.sourceforge.net>
Date:   Thu May 28 12:03:23 2009 -0400

    Update FAQ for CVS->Git migration
    
    Removed references to CVS repos except for auxiliary repositories. Included basi
    c git instructions, which I'll see if are correct during this push.

 Basic/Pod/FAQ.pod |   97 ++++++++++++++++++++++++-----------------------------
 1 files changed, 44 insertions(+), 53 deletions(-)

commit cb8f83e41a27fdcc44600c4ed0d438a39c14f357
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Fri May 22 15:14:40 2009 -0400

    Change $PDL::VERSION to 2.4.4_03git for devel

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit eb60aabbf51831e42d78521db341296caa348bf0
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Fri May 22 15:10:33 2009 -0400

    Fix t/proj_transform to skip when no earth_image()
    
    Missing jpegtopnm functionality in NetPBM or other
    causes earth_image() to fail on some platforms.
    This modifies the test to skip the remaining tests
    if earth_image() can not be loading.  NOTE: we should
    add better config and tests for the Pic and Pnm
    image routines.

 t/proj_transform.t |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit aec6bc506a26f1f2f093cb7d98775e3d2de18cc6
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Tue May 19 13:09:13 2009 -0400

    Updated Release_Notes and version for PDL-2.4.4_03
    
    This release includes fixes to date and additional
    diagnostics for tracking down remaining CPAN
    testers failures.  See the Release_Notes for
    outstanding problems and path forward.  -chm

 Basic/PDL.pm  |    2 +-
 Release_Notes |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+), 1 deletions(-)

commit 5bcc5c51cecdc8636bf969cec6ba934c63eefc53
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Mon May 18 12:02:09 2009 -0400

    Added a few more entries to .gitignore

 .gitignore |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit c99ab05fa7153e644287499adf9c057d8c8b90b9
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Mon May 18 10:54:10 2009 -0400

    Added ../Basic/Core to @INC for BAD demo builds
    
    The build process for the bad value demos used
    PDL::Config to determine if badvals were enabled.
    Since Config.pm is not installed until after the
    compiles, this caused build failures on some systems.
    I'm not sure why it didn't happen more often.
    Now we have "use lib '../Basic/Core'" which should
    make things work here.

 Demos/BAD2_demo.pm.PL |    1 +
 Demos/BAD_demo.pm.PL  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit c9f86423d5b825d6b06cb7e7ffa6e61325c8e093
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Mon May 18 10:19:52 2009 -0400

    Fixed trylink() error on temp file failure
    
    Added 'trylink: ' to the file open error message
    in trylink() from Basic/Core/Dev.pm to allow for
    better debugging.  There may be a problem with
    $PDL::Config{TEMPFILE} generation that gives bad
    results for some configurations.

 Basic/Core/Dev.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6714c8ea95b5c3a7391222de89a99bfd3017bfce
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Mon May 18 10:02:37 2009 -0400

    Added .dll and .dll.a skip patterns in t/

 MANIFEST.SKIP |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8ec8c134349c8425b52824dbe0a44b5c90600de5
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Mon May 18 10:00:40 2009 -0400

    Added filename diags to rpnm subroutine
    
    Added the filename tried when rpnm() gives an
    error about being unable to open a file.  I
    hope this will allow me to track down an ongoing
    earth_image() failure in CPAN testing.

 IO/Pnm/pnm.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f20f31ba877faa078bd186817d0afa0855c23f85
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Sun May 17 14:14:12 2009 -0400

    $PDL::VERSION to 2.4.4_02git for development

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7f187641b623644c498bc374134e2a683cc5c14e
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Fri May 15 13:15:40 2009 -0400

    Added .git and .inlinepdlpp to MANIFEST.SKIP

 MANIFEST.SKIP |  326 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 164 insertions(+), 162 deletions(-)

commit 61334cdf93253905cb72e8912a1c58d139f96172
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Fri May 15 10:12:54 2009 -0400

    Set version to 2.4.4_02 for CPAN devel release

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e2cb69aeb0fca86f896811f2dc6288cb7f4dffe9
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Fri May 15 09:59:59 2009 -0400

    Turn on diagnostics for 16bit pic tests
    
    Added notes about need for current NetPBM to
    get pass with 16bit pic tests.  Enabled debug
    output for t/pic_16bit to get more info on
    build tests.

 DEPENDENCIES  |    7 +++++--
 IO/Pnm/Pic.pm |    2 +-
 t/pic_16bit.t |    4 +++-
 3 files changed, 9 insertions(+), 4 deletions(-)

commit ded8990f28af63fd8e8aa545f047cbbaad3b409e
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Thu May 14 17:05:56 2009 -0400

    Fixed earth_image() test to make plan count ok

 t/proj_transform.t |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b3f8bb88e530bae243841ead026f627fad0d5f8b
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Thu May 14 15:48:17 2009 -0400

    Improved diagnostics and granularity of tests
    
    This was in response to a failure of this test
    in CPAN automated testing.  It was unclear from the
    test output what or from where the problem was
    coming.  This adds a couple more checks that should
    help us locate the problem.

 t/proj_transform.t |  122 +++++++++++++++++++++++++++++-----------------------
 1 files changed, 68 insertions(+), 54 deletions(-)

commit be8c0cf0491ffb7f4cc02453bdecedeed56e6d84
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Thu May 14 15:45:21 2009 -0400

    Fix params parsing in load_projection_information
    
    Removing a spurious comma that resulted in an
    invalid parameter name.  Someone familiar with
    the PROJ4 binding internals needs to review
    this function as it looks like there may be
    other problems here.

 Lib/GIS/Proj/Proj.pd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b6143bf6aaff0452e2c6218782130661677109f5
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Thu May 14 15:43:51 2009 -0400

    Change version to 2.4.4_02git

 Basic/PDL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit dc3526dd7498a1154f7559fe4139f4fcf0e3eb9d
Author: Chris Marshall <chm@alum.mit.edu>
Date:   Wed May 13 14:37:14 2009 -0400

    Changes to PDL-2.4.4git for PDL-2.4.4_01 release
    
    Updated some of the PDL install documents and modified
    the VERSION for upload to CPAN.

 Basic/PDL.pm   |    2 +-
 DEVELOPMENT    |  123 +++++++------------------------------------------------
 Known_problems |    7 ++-
 README         |    2 +-
 Release_Notes  |   20 +++++++++
 5 files changed, 42 insertions(+), 112 deletions(-)

commit d40e805b5964e90742721f017d274333a7ea29fa
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Tue May 5 22:20:49 2009 -0400

    Add arg check for empty piddle to hist function
    
    The hist routine fails if given an empty piddle to
    work with.  This adds a check for the case where
    the number of elements in the piddle is zero and
    barfs appropriately.

 Basic/Core/Basic.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4a4059f3813c5e2128dd57e3a7e23f5faf33c280
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Wed Apr 29 18:51:04 2009 -0400

    Added the Changes for the t/pic_16bit.t commit.

 Changes |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 9e239ffb1eb0e52cc67ab2a1c6aff677b3dcb17d
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date:   Wed Apr 29 18:44:35 2009 -0400

    Fix sf.net bug 2784016
    
    This fixes sourceforge.net bug number 2784016 originally reported
    via rt.cpan.org where the t/pic_16bit.t test checked for pnmtopng
    with a very english specific test.  The test has been modified to
    be less english specific.  This is still far from full i8n of PDL.

 t/pic_16bit.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)