r7118 - in /branches/upstream/libbit-vector-perl: ./ current/ current/examples/ current/lib/ current/lib/Bit/ current/lib/Bit/Vector/ current/t/

ch at users.alioth.debian.org ch at users.alioth.debian.org
Fri Aug 24 22:38:11 UTC 2007


Author: ch
Date: Fri Aug 24 22:38:11 2007
New Revision: 7118

URL: http://svn.debian.org/wsvn/?sc=1&rev=7118
Log:
[svn-inject] Installing original source of libbit-vector-perl

Added:
    branches/upstream/libbit-vector-perl/
    branches/upstream/libbit-vector-perl/current/
    branches/upstream/libbit-vector-perl/current/Artistic.txt
    branches/upstream/libbit-vector-perl/current/BitVector.c
    branches/upstream/libbit-vector-perl/current/BitVector.h
    branches/upstream/libbit-vector-perl/current/CHANGES.txt
    branches/upstream/libbit-vector-perl/current/CREDITS.txt
    branches/upstream/libbit-vector-perl/current/GNU_GPL.txt
    branches/upstream/libbit-vector-perl/current/GNU_LGPL.txt
    branches/upstream/libbit-vector-perl/current/INSTALL.txt
    branches/upstream/libbit-vector-perl/current/MANIFEST
    branches/upstream/libbit-vector-perl/current/Makefile.PL
    branches/upstream/libbit-vector-perl/current/README.txt
    branches/upstream/libbit-vector-perl/current/ToolBox.h
    branches/upstream/libbit-vector-perl/current/Vector.pm
    branches/upstream/libbit-vector-perl/current/Vector.pod
    branches/upstream/libbit-vector-perl/current/Vector.xs
    branches/upstream/libbit-vector-perl/current/examples/
    branches/upstream/libbit-vector-perl/current/examples/SetObject.pl   (with props)
    branches/upstream/libbit-vector-perl/current/examples/benchmk1.pl   (with props)
    branches/upstream/libbit-vector-perl/current/examples/benchmk2.pl   (with props)
    branches/upstream/libbit-vector-perl/current/examples/benchmk3.pl   (with props)
    branches/upstream/libbit-vector-perl/current/examples/primes.pl   (with props)
    branches/upstream/libbit-vector-perl/current/examples/test.c
    branches/upstream/libbit-vector-perl/current/lib/
    branches/upstream/libbit-vector-perl/current/lib/Bit/
    branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/
    branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pm
    branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pod
    branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pm
    branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pod
    branches/upstream/libbit-vector-perl/current/t/
    branches/upstream/libbit-vector-perl/current/t/00____version.t
    branches/upstream/libbit-vector-perl/current/t/01________new.t
    branches/upstream/libbit-vector-perl/current/t/02____destroy.t
    branches/upstream/libbit-vector-perl/current/t/03_operations.t
    branches/upstream/libbit-vector-perl/current/t/04__functions.t
    branches/upstream/libbit-vector-perl/current/t/05_____primes.t
    branches/upstream/libbit-vector-perl/current/t/06_____subset.t
    branches/upstream/libbit-vector-perl/current/t/07____compare.t
    branches/upstream/libbit-vector-perl/current/t/08_____resize.t
    branches/upstream/libbit-vector-perl/current/t/09_parameters.t
    branches/upstream/libbit-vector-perl/current/t/10__intervals.t
    branches/upstream/libbit-vector-perl/current/t/11______shift.t
    branches/upstream/libbit-vector-perl/current/t/12_____string.t
    branches/upstream/libbit-vector-perl/current/t/13__increment.t
    branches/upstream/libbit-vector-perl/current/t/14______empty.t
    branches/upstream/libbit-vector-perl/current/t/15________add.t
    branches/upstream/libbit-vector-perl/current/t/16___subtract.t
    branches/upstream/libbit-vector-perl/current/t/17________gcd.t
    branches/upstream/libbit-vector-perl/current/t/28__chunklist.t
    branches/upstream/libbit-vector-perl/current/t/30_overloaded.t
    branches/upstream/libbit-vector-perl/current/t/40__auxiliary.t
    branches/upstream/libbit-vector-perl/current/typemap

[This mail would be too long, it was shortened to contain the URLs only.]

Added: branches/upstream/libbit-vector-perl/current/Artistic.txt
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/Artistic.txt?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/BitVector.c
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/BitVector.c?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/BitVector.h
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/BitVector.h?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/CHANGES.txt
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/CHANGES.txt?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/CREDITS.txt
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/CREDITS.txt?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/GNU_GPL.txt
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/GNU_GPL.txt?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/GNU_LGPL.txt
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/GNU_LGPL.txt?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/INSTALL.txt
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/INSTALL.txt?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/MANIFEST?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/Makefile.PL?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/README.txt
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/README.txt?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/ToolBox.h
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/ToolBox.h?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/Vector.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/Vector.pm?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/Vector.pod
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/Vector.pod?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/Vector.xs
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/Vector.xs?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/examples/SetObject.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/examples/SetObject.pl?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/examples/benchmk1.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/examples/benchmk1.pl?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/examples/benchmk2.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/examples/benchmk2.pl?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/examples/benchmk3.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/examples/benchmk3.pl?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/examples/primes.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/examples/primes.pl?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/examples/test.c
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/examples/test.c?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pm?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pod
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/Overload.pod?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pm?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pod
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/lib/Bit/Vector/String.pod?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/00____version.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/00____version.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/01________new.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/01________new.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/02____destroy.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/02____destroy.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/03_operations.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/03_operations.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/04__functions.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/04__functions.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/05_____primes.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/05_____primes.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/06_____subset.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/06_____subset.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/07____compare.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/07____compare.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/08_____resize.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/08_____resize.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/09_parameters.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/09_parameters.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/10__intervals.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/10__intervals.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/11______shift.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/11______shift.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/12_____string.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/12_____string.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/13__increment.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/13__increment.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/14______empty.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/14______empty.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/15________add.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/15________add.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/16___subtract.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/16___subtract.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/17________gcd.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/17________gcd.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/28__chunklist.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/28__chunklist.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/30_overloaded.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/30_overloaded.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/t/40__auxiliary.t
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/t/40__auxiliary.t?rev=7118&op=file

Added: branches/upstream/libbit-vector-perl/current/typemap
URL: http://svn.debian.org/wsvn/branches/upstream/libbit-vector-perl/current/typemap?rev=7118&op=file




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