r24216 - in /branches/upstream/libjavascript-perl/current: ./ dev_tests/ lib/ lib/JavaScript/ t/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Aug 12 19:52:00 UTC 2008


Author: gregoa
Date: Tue Aug 12 19:51:57 2008
New Revision: 24216

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24216
Log:
[svn-upgrade] Integrating new upstream version, libjavascript-perl (1.10)

Added:
    branches/upstream/libjavascript-perl/current/PJS_PerlArray.c
    branches/upstream/libjavascript-perl/current/PJS_PerlArray.h
    branches/upstream/libjavascript-perl/current/PJS_PerlHash.c
    branches/upstream/libjavascript-perl/current/PJS_PerlHash.h
    branches/upstream/libjavascript-perl/current/dev_tests/PerlArray.pl
    branches/upstream/libjavascript-perl/current/dev_tests/contexts.pl
    branches/upstream/libjavascript-perl/current/dev_tests/function_return.pl
    branches/upstream/libjavascript-perl/current/lib/JavaScript/PerlArray.pm
    branches/upstream/libjavascript-perl/current/lib/JavaScript/PerlHash.pm
    branches/upstream/libjavascript-perl/current/t/32-perlarray.t
    branches/upstream/libjavascript-perl/current/t/33-perlhash.t
Modified:
    branches/upstream/libjavascript-perl/current/Changes
    branches/upstream/libjavascript-perl/current/JavaScript.h
    branches/upstream/libjavascript-perl/current/JavaScript.xs
    branches/upstream/libjavascript-perl/current/MANIFEST
    branches/upstream/libjavascript-perl/current/META.yml
    branches/upstream/libjavascript-perl/current/Makefile.PL
    branches/upstream/libjavascript-perl/current/PJS_Class.c
    branches/upstream/libjavascript-perl/current/PJS_Class.h
    branches/upstream/libjavascript-perl/current/PJS_Common.h
    branches/upstream/libjavascript-perl/current/PJS_Context.c
    branches/upstream/libjavascript-perl/current/PJS_Context.h
    branches/upstream/libjavascript-perl/current/PJS_TypeConversion.c
    branches/upstream/libjavascript-perl/current/PJS_Types.h
    branches/upstream/libjavascript-perl/current/README
    branches/upstream/libjavascript-perl/current/lib/JavaScript.pm
    branches/upstream/libjavascript-perl/current/lib/JavaScript/Context.pm
    branches/upstream/libjavascript-perl/current/t/04-prototypes.t
    branches/upstream/libjavascript-perl/current/t/05-deep-assign.t
    branches/upstream/libjavascript-perl/current/t/06-bind-object.t
    branches/upstream/libjavascript-perl/current/t/20-bind-class.t
    branches/upstream/libjavascript-perl/current/t/23-unicode.t
    branches/upstream/libjavascript-perl/current/t/30-refcount.t
    branches/upstream/libjavascript-perl/current/typemap

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

Modified: branches/upstream/libjavascript-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/Changes?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/JavaScript.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/JavaScript.h?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/JavaScript.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/JavaScript.xs?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/MANIFEST?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/META.yml?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/Makefile.PL?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/PJS_Class.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/PJS_Class.c?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/PJS_Class.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/PJS_Class.h?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/PJS_Common.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/PJS_Common.h?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/PJS_Context.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/PJS_Context.c?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/PJS_Context.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/PJS_Context.h?rev=24216&op=diff

Added: branches/upstream/libjavascript-perl/current/PJS_PerlArray.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/PJS_PerlArray.c?rev=24216&op=file

Added: branches/upstream/libjavascript-perl/current/PJS_PerlArray.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/PJS_PerlArray.h?rev=24216&op=file

Added: branches/upstream/libjavascript-perl/current/PJS_PerlHash.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/PJS_PerlHash.c?rev=24216&op=file

Added: branches/upstream/libjavascript-perl/current/PJS_PerlHash.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/PJS_PerlHash.h?rev=24216&op=file

Modified: branches/upstream/libjavascript-perl/current/PJS_TypeConversion.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/PJS_TypeConversion.c?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/PJS_Types.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/PJS_Types.h?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/README?rev=24216&op=diff

Added: branches/upstream/libjavascript-perl/current/dev_tests/PerlArray.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/dev_tests/PerlArray.pl?rev=24216&op=file

Added: branches/upstream/libjavascript-perl/current/dev_tests/contexts.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/dev_tests/contexts.pl?rev=24216&op=file

Added: branches/upstream/libjavascript-perl/current/dev_tests/function_return.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/dev_tests/function_return.pl?rev=24216&op=file

Modified: branches/upstream/libjavascript-perl/current/lib/JavaScript.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/lib/JavaScript.pm?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/lib/JavaScript/Context.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/lib/JavaScript/Context.pm?rev=24216&op=diff

Added: branches/upstream/libjavascript-perl/current/lib/JavaScript/PerlArray.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/lib/JavaScript/PerlArray.pm?rev=24216&op=file

Added: branches/upstream/libjavascript-perl/current/lib/JavaScript/PerlHash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/lib/JavaScript/PerlHash.pm?rev=24216&op=file

Modified: branches/upstream/libjavascript-perl/current/t/04-prototypes.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/t/04-prototypes.t?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/t/05-deep-assign.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/t/05-deep-assign.t?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/t/06-bind-object.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/t/06-bind-object.t?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/t/20-bind-class.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/t/20-bind-class.t?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/t/23-unicode.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/t/23-unicode.t?rev=24216&op=diff

Modified: branches/upstream/libjavascript-perl/current/t/30-refcount.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/t/30-refcount.t?rev=24216&op=diff

Added: branches/upstream/libjavascript-perl/current/t/32-perlarray.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/t/32-perlarray.t?rev=24216&op=file

Added: branches/upstream/libjavascript-perl/current/t/33-perlhash.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/t/33-perlhash.t?rev=24216&op=file

Modified: branches/upstream/libjavascript-perl/current/typemap
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjavascript-perl/current/typemap?rev=24216&op=diff




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