r8552 - in /branches/upstream/libjavascript-perl/current: ./ lib/ lib/JavaScript/ lib/Test/JavaScript/ t/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Oct 24 10:37:55 UTC 2007


Author: dmn
Date: Wed Oct 24 10:37:54 2007
New Revision: 8552

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

Added:
    branches/upstream/libjavascript-perl/current/CREDITS
    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_Exceptions.c
    branches/upstream/libjavascript-perl/current/PJS_Exceptions.h
    branches/upstream/libjavascript-perl/current/PJS_Function.c
    branches/upstream/libjavascript-perl/current/PJS_Function.h
    branches/upstream/libjavascript-perl/current/PJS_Property.c
    branches/upstream/libjavascript-perl/current/PJS_Property.h
    branches/upstream/libjavascript-perl/current/PJS_Runtime.c
    branches/upstream/libjavascript-perl/current/PJS_Runtime.h
    branches/upstream/libjavascript-perl/current/PJS_Script.h
    branches/upstream/libjavascript-perl/current/PJS_TypeConversion.c
    branches/upstream/libjavascript-perl/current/PJS_TypeConversion.h
    branches/upstream/libjavascript-perl/current/PJS_Types.h
    branches/upstream/libjavascript-perl/current/calls.c
    branches/upstream/libjavascript-perl/current/t/29-exceptions.t   (with props)
    branches/upstream/libjavascript-perl/current/t/99-bottles-of-beer.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/lib/JavaScript.pm
    branches/upstream/libjavascript-perl/current/lib/JavaScript/Context.pm
    branches/upstream/libjavascript-perl/current/lib/JavaScript/Runtime.pm
    branches/upstream/libjavascript-perl/current/lib/Test/JavaScript/More.pm
    branches/upstream/libjavascript-perl/current/t/02-types-from-perl.t
    branches/upstream/libjavascript-perl/current/t/06-bind-object.t
    branches/upstream/libjavascript-perl/current/t/08-can.t
    branches/upstream/libjavascript-perl/current/t/10-round-trip.t
    branches/upstream/libjavascript-perl/current/t/11-recursive.t
    branches/upstream/libjavascript-perl/current/t/16-object.t
    branches/upstream/libjavascript-perl/current/t/18-interrupt-handler.t
    branches/upstream/libjavascript-perl/current/t/23-unicode.t
    branches/upstream/libjavascript-perl/current/t/24-c-level-interrupt-handler.t
    branches/upstream/libjavascript-perl/current/t/26-e4x.t
    branches/upstream/libjavascript-perl/current/t/27-supports.t
    branches/upstream/libjavascript-perl/current/typemap

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

Added: branches/upstream/libjavascript-perl/current/CREDITS
URL: http://svn.debian.org/wsvn/branches/upstream/libjavascript-perl/current/CREDITS?rev=8552&op=file

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: branches/upstream/libjavascript-perl/current/t/02-types-from-perl.t
URL: http://svn.debian.org/wsvn/branches/upstream/libjavascript-perl/current/t/02-types-from-perl.t?rev=8552&op=diff

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

Modified: branches/upstream/libjavascript-perl/current/t/08-can.t
URL: http://svn.debian.org/wsvn/branches/upstream/libjavascript-perl/current/t/08-can.t?rev=8552&op=diff

Modified: branches/upstream/libjavascript-perl/current/t/10-round-trip.t
URL: http://svn.debian.org/wsvn/branches/upstream/libjavascript-perl/current/t/10-round-trip.t?rev=8552&op=diff

Modified: branches/upstream/libjavascript-perl/current/t/11-recursive.t
URL: http://svn.debian.org/wsvn/branches/upstream/libjavascript-perl/current/t/11-recursive.t?rev=8552&op=diff

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

Modified: branches/upstream/libjavascript-perl/current/t/18-interrupt-handler.t
URL: http://svn.debian.org/wsvn/branches/upstream/libjavascript-perl/current/t/18-interrupt-handler.t?rev=8552&op=diff

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

Modified: branches/upstream/libjavascript-perl/current/t/24-c-level-interrupt-handler.t
URL: http://svn.debian.org/wsvn/branches/upstream/libjavascript-perl/current/t/24-c-level-interrupt-handler.t?rev=8552&op=diff

Modified: branches/upstream/libjavascript-perl/current/t/26-e4x.t
URL: http://svn.debian.org/wsvn/branches/upstream/libjavascript-perl/current/t/26-e4x.t?rev=8552&op=diff

Modified: branches/upstream/libjavascript-perl/current/t/27-supports.t
URL: http://svn.debian.org/wsvn/branches/upstream/libjavascript-perl/current/t/27-supports.t?rev=8552&op=diff

Added: branches/upstream/libjavascript-perl/current/t/29-exceptions.t
URL: http://svn.debian.org/wsvn/branches/upstream/libjavascript-perl/current/t/29-exceptions.t?rev=8552&op=file

Added: branches/upstream/libjavascript-perl/current/t/99-bottles-of-beer.t
URL: http://svn.debian.org/wsvn/branches/upstream/libjavascript-perl/current/t/99-bottles-of-beer.t?rev=8552&op=file

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




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