r53914 - in /trunk/libjavascript-perl/debian: changelog patches/remove-branch-handler

franck at users.alioth.debian.org franck at users.alioth.debian.org
Sun Mar 7 22:07:30 UTC 2010


Author: franck
Date: Sun Mar  7 22:07:20 2010
New Revision: 53914

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53914
Log:
Refreshed remove-branch-handler patch.

Modified:
    trunk/libjavascript-perl/debian/changelog
    trunk/libjavascript-perl/debian/patches/remove-branch-handler

Modified: trunk/libjavascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/changelog?rev=53914&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Sun Mar  7 22:07:20 2010
@@ -4,6 +4,7 @@
 
   * New upstream release
     + Fixes several memory leaks
+    + Refreshed remove-branch-handler patch.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 28 Feb 2010 12:38:04 -0500
 

Modified: trunk/libjavascript-perl/debian/patches/remove-branch-handler
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/patches/remove-branch-handler?rev=53914&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/patches/remove-branch-handler (original)
+++ trunk/libjavascript-perl/debian/patches/remove-branch-handler Sun Mar  7 22:07:20 2010
@@ -50,10 +50,10 @@
 -
 -The handler is called when a script branches backwards during execution, when a function returns and the end of the script. To continue execution the handler must return a true value. To abort execution either throw an exception or return a false value.
 -
- =item get_version ( )
+ =item set_pending_exception ( $value )
  
- Returns the runtime version of the context as a string, for exmaple C<1.7> or or C<ECMAv3>.
-@@ -662,10 +646,6 @@
+ Converts the I<$value> to JavaScript and sets it as the pending exception for the context. 
+@@ -666,10 +650,6 @@
  
  Removes a new named property in I<parent>.
  




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