[libtree-rb-perl] branch master updated (55654bc -> d49245f)

gregor herrmann gregoa at debian.org
Wed Nov 1 18:09:15 UTC 2017


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

gregoa pushed a change to branch master
in repository libtree-rb-perl.

      from  55654bc   update changelog
      adds  7ccb161   Initial commit
      adds  a3746ea   Remove old (backed up) insert2() method
      adds  af56f97   Added test for leaf() method
      adds  5fefbb3   Add leaf() method
      adds  168b7cb   Added test for strip() method
      adds  df947e8   Added strip() method
      adds  fcda49e   Fix DESTROY - avoid memory leaks by using strip
      adds  2f416cf   Added resort() method. Changed insert() to accept a node or key/value pair.
      adds  f5f1f3b   Make strip call its callback after a leaf is detached.
      adds  0b2a962   Renamed find() to lookup()
      adds  727da7e   Added delete() method
      adds  4a84d3f   Initial commit. This module supersedes _Fields.pm
      adds  37fe655   Use Tree::RB::Node::_Constants instead of Tree::RB::Node::_Fields, as former now provides RED and BLACK constants.
      adds  b72a123   Silence warning when printing node info in as_lol()
      adds  6e65b1b   Initial commit.
      adds  fbacbbc   Added null aware accessors to assist with rebalancings during deletion
      adds  6060fc0   Added delete functionality a la java.util.TreeMap (jdk142) Added size attribute
      adds  8f709ae   Re-balancing helpers test their node by truth not defined-ness
      adds  e999ca7   Initial commit
      adds  4816a77   Initial commit
      adds  10e5837   Added tests for lookup, mode = LUGTEQ
      adds  7642850   Fixed context behaviour of lookup when mode = LUGTEQ
      adds  b73e5b1   Added tests for lookup, mode = LULTEQ
      adds  62a431f   Added implementation for lookup, mode = LULTEQ
      adds  bc9e328   Added implementation for lookup, mode = LUGREAT, LULESS, LUNEXT, LUPREV
      adds  d02cab6   Added tests for lookup, mode = LUGREAT
      adds  8b0f03a   Replaced Tree::RB::Node::_Fields with Tree::RB::Node::_Constants
      adds  2db8064   Initial commit
      adds  bfa84d5   Updated package name in can_ok
      adds  12bee06   Removed 'use warnings'
      adds  f6fa5aa   Added TIEHASH, STORE and FETCH methods.
      adds  2ecaf29   Initial commit
      adds  6b791ce   Added iterator tests
      adds  28fe29e   Added reverse iterator tests
      adds  739b769   Added more tied hash tests.
      adds  34de9bb   Added remaining tied hash methods.
      adds  89a7958   Added custom sorting test.
      adds  2568eea   Corrected number of tests.
      adds  61f3830   Initial commit
      adds  42aa8a6   Removed use of version.pm (non-core)
      adds  4148dbb   Removed use of version.pm (non-core)
      adds  0fe0679   Added min and max tests.
      adds  8fcfd3f   Renamed 'insert' method to 'put'
      adds  a11afdf   Renamed 'insert' method to 'put'. Started adding POD
      adds  0fc631e   Added more POD.
      adds  6ca8558   Updated POD.
      adds  637dbe5   Updated POD.
      adds  b65563a   
      adds  f882a21   
      adds  0dc2aa5   Updated POD (authorship of docs).
      adds  7130291   Deleting unneeded tests.
      adds  db14404   
      adds  b8d54bc   
      adds  749296f   Removed META.yml entry as keeping here breaks 'make dist'
      adds  0639a30   Changed to work with older Perls.
      adds  4a8e791   Changed to work with older Perls.
      adds  9da2865   Changed to work with older Perls.
      adds  85123fa   Added comment.
      adds  2dcd49f   Updated
      adds  f89cd48   Formatting.
      adds  04d7893   Added seekable iteration.
      adds  5c4c3fe   Added some POD for iteration methods.
      adds  57e4856   Added seekable iteration for tied hashes.
      adds  739a92e   Allow iter() to control seeking.
      adds  3785251   Updated tests.
      adds  efcdbb6   Base hash iteration on iter()/rev_iter() instead of the now removed seek().
      adds  53d6972   Added more tests for seeking (in reverse too).
      adds  81bed41   Factored out reset of hash iteration into its own method.
      adds  ae7700b   Show alternate seek syntax.
      adds  cc00e7c   enum is slicker than constant.
      adds  aae7815   Expanded POD for iteration.
      adds  6bbf02c   Now depends on enum.
      adds  b388bca   Insist that keys are defined.
      adds  ea11097   Updated.
      adds  4a8238c   Removed duplicate mention of node colours.
      adds  fe3da03   Doc fix.
      adds  494d619   Now depends on enum.
      adds  60dec7f   Incremented version.
      adds  f70504d   Updated.
      adds  04aa651   Streamlined hash setup.
      adds  d2e4411   Test that false values can be stored.
      adds  c092bfd   Skip test of tied hash SCALAR method if we're not running at least 5.8.3
      adds  24a2041   Allow false values to be stored.
      adds  bd4fa40   Updated.
      adds  9d61ad7   Incremented version.
      adds  9067238   Changes in distribution packaging to include repository URL
      adds  3ba00d5   Revised MANIFEST
      adds  3ef1308   Fix for http://rt.cpan.org/Public/Bug/Display.html?id=47894
      adds  96c8f72   Releasing new version.
      adds  6f84945   New version.
      adds  1d80dca   New release to fix http://rt.cpan.org/Public/Bug/Display.html?id=49078
      adds  e22f40e   Fix for https://rt.cpan.org/Public/Bug/Display.html?id=86636
      adds  9ac2d41   Fix for https://rt.cpan.org/Public/Bug/Display.html?id=56453
      adds  5b3ea00   Version 0.500004
      adds  84b5e9c   Added nth() method
      adds  5060201   Next release is 0.500_005
      adds  bd3dfe9   Next release is 0.500005
      adds  76ffd20   Make dir layout more friendly to Minilla
      adds  e99a896   Migrating to Minilla
      adds  cb95fb5   Make "put with non existing key" work as documented
      adds  3df5cef   Ignore vim undo files
      adds  57fdf2d   dos2unix
      adds  3cb5a5f   Checking in changes prior to tagging of version 0.500006.
      adds  0e92d69   New upstream version 0.500006
       new  49c9f2a   Update upstream source from tag 'upstream/0.500006'
       new  37b1ab9   Update debian/changelog
       new  95e1381   Update debian/upstream/metadata.
       new  e28fc8d   Update years of upstream and packaging copyright, drop stanza about removed files.
       new  f28c7c4   Update build dependencies.
       new  f26a6b6   Reformat debian/control with cme
       new  e764bc8   Declare compliance with Debian Policy 4.1.1.
       new  9de2e35   debian/rules: tell dh(1) to use the perl_build buildsystem.
       new  d49245f   releasing package libtree-rb-perl version 0.500006-1

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


Summary of changes:
 .cvsignore                     |   10 -
 Build.PL                       |   12 +
 Changes                        |   95 +--
 LICENSE                        |  378 +++++++++
 MANIFEST                       |   22 +-
 META.json                      |   84 ++
 META.yml                       |   45 +-
 Makefile                       |  846 +++++++++++++++++++
 Makefile.PL                    |   14 -
 README                         |   90 ---
 README.md                      |  310 +++++++
 cpanfile                       |    6 +
 debian/changelog               |   12 +-
 debian/control                 |   18 +-
 debian/copyright               |   10 +-
 debian/rules                   |    2 +-
 debian/upstream/metadata       |    6 +-
 inc/Module/Install.pm          |  474 -----------
 inc/Module/Install/Base.pm     |   83 --
 inc/Module/Install/Can.pm      |  154 ----
 inc/Module/Install/Fetch.pm    |   93 ---
 inc/Module/Install/Makefile.pm |  418 ----------
 inc/Module/Install/Metadata.pm |  722 -----------------
 inc/Module/Install/Win32.pm    |   64 --
 inc/Module/Install/WriteAll.pm |   63 --
 lib/Tree/RB.pm                 | 1739 ++++++++++++++++++++--------------------
 lib/Tree/RB/Node.pm            |  730 ++++++++---------
 lib/Tree/RB/Node/_Constants.pm |  212 ++---
 minil.toml                     |    6 +
 t/00.load.t                    |   14 +-
 t/01.node.t                    |  204 ++---
 t/01.node_constants.t          |   34 +-
 t/02.tree.t                    |  259 +++---
 t/03.delete.t                  |  160 ++--
 t/04.lookup.t                  |  130 +--
 t/06.tie.t                     |  284 +++----
 36 files changed, 3643 insertions(+), 4160 deletions(-)
 delete mode 100644 .cvsignore
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 Makefile
 delete mode 100644 Makefile.PL
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 cpanfile
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 minil.toml

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



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