The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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 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 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  |   54 ++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 39 insertions(+), 17 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 |  142 +++++++++++++++++++++++++++--------------
 1 files changed, 93 insertions(+), 49 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    |   16 ++++++++++++++--
 debian/control      |   10 +++++-----
 debian/pdl.postinst |    1 -
 debian/rules        |    2 +-
 4 files changed, 20 insertions(+), 9 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 |  100 ++++++++++++++++++++++++++++-------------
 1 files changed, 68 insertions(+), 32 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 |  114 ++++++++++++++++++++++++++++++++++++++++---------
 t/core.t              |   33 ++++++++++++--
 2 files changed, 122 insertions(+), 25 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 | 3870 +++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 3722 insertions(+), 148 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 |  127 ++++++++++++++++++++++--------------------
 Graphics/TriD/TriD/GL.pm     |    5 ++
 3 files changed, 73 insertions(+), 61 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                     |   29 +++++++++++++++++++++++------
 t/opengl.t                        |    4 ++--
 14 files changed, 40 insertions(+), 23 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(-)