[libinline-java-perl] 203/398: version 0.33

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:03 UTC 2015


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

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit be9e91e3a7a5e01288e53d0db341daab5c2eb26b
Author: patrick_leb <>
Date:   Thu Jul 11 14:48:50 2002 +0000

    version 0.33
---
 Java.pod | 21 ++++++++++++---------
 README   |  6 ++++++
 TODO     |  3 +--
 3 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/Java.pod b/Java.pod
index df435bc..6ed2151 100644
--- a/Java.pod
+++ b/Java.pod
@@ -154,7 +154,7 @@ behavior of C<Inline::Java>:
 
    DEBUG:
       Enables debugging info. Debugging now uses levels (1 through 5)
-      that loosely follow these definitions:
+      that (loosely) follow these definitions:
         1 = Major program steps
         2 = Object creation/destruction
         3 = Method/member accesses + packet dumps
@@ -558,9 +558,9 @@ type of the exception. Here is a example of a typical use:
 What's important to understand is that $@ actually contains a reference
 to the Throwable object that was thrown by Java. The getMessage() function
 is really a method of the java.lang.Exception class. So if Java is throwing
-an custom exception you have in your code, you will have access to that
-exception object's public method just like any other Java object in 
-C<Inlin::Java>. It is also probably a good idea to undef $@ once you have 
+a custom exception you have in your code, you will have access to that
+exception object's public methods just like any other Java object in 
+C<Inline::Java>. It is also probably a good idea to undef $@ once you have 
 treated a Java exception, or else the object still has a reference until 
 $@ is reset by the next eval.
    Z<>
@@ -625,7 +625,7 @@ former, which designates an internal C<Inline::Java> error, should never be
 dealt with and should be thrown back all the way up to the function that was
 initially called by Perl. The latter indicates that the Perl callback threw
 an exception (die() or croak()). The value of $@ (this can be a scalar or 
-any valid "Inline::Java" object) can retreived using the GetObject method
+any valid "Inline::Java" object) can be retreived using the GetObject method
 of the PerlException object.
    Z<>
 
@@ -892,6 +892,7 @@ focus for future releases. It has been tested on:
    - Solaris 2.8            + Perl 5.6.1 + Java SDK 1.3.1
    - Linux Redhat 7.1 Intel + Perl 5.6 + Java SDK 1.2.2
    - Linux Redhat 7.1 Intel + Perl 5.6 + Java SDK 1.3.1
+   - Linux Redhat 7.1 Intel + Perl 5.6 + Java SDK 1.4.0
    - Windows 2000           + Perl 5.6 + Java SDK 1.2.2
    - Windows 2000           + Perl 5.6 + Java SDK 1.3.0
    - Windows 95             + Perl 5.6 + Java SDK 1.3.1
@@ -925,10 +926,10 @@ For information about using C<Inline>, see L<Inline>.
 
 For information about other Inline languages, see L<Inline-Support>.
 
-Inline::Java's mailing list is inline at perl.org. 
-To subscribe, send an email to inline-subscribe at perl.org
+Inline::Java's mailing list is <inline at perl.org>. 
+To subscribe, send an email to <inline-subscribe at perl.org>
 
-Inline::Java's home page is http://inline.perl.org/java/
+Inline::Java's home page is <http://inline.perl.org/java/>
    Z<>
 
 
@@ -975,7 +976,9 @@ rebuilt to match the Perl code.
 
 =head1 AUTHOR
 
-Patrick LeBoutillier <patl at cpan.org>
+Patrick LeBoutillier <patl at cpan.org>.
+
+Brendan W. McAdams <bwmcadams at cpan.org> is a contributor.
 
 Brian Ingerson <ingy at cpan.org> is the author of Inline.
    Z<>
diff --git a/README b/README
index 4e7e43f..fc43f4c 100644
--- a/README
+++ b/README
@@ -72,6 +72,12 @@ WARNING: THIS IS ALPHA SOFTWARE. It is incomplete and possibly unreliable.
          It is also possible that some elements of the interface (API) will 
          change in future releases.
 
+Inline::Java version 0.33 is a minor upgrade that includes:
++ Improved and more flexible debug output
++ Auto loading of thread libraries under Solaris
++ Basic support for J2SDK 1.4
++ Other minor bug fixes
+
 Inline::Java version 0.32 is a minor upgrade that includes:
 + Restored compatibiity with Perl 5.005_03
 + Other minor bug fixes
diff --git a/TODO b/TODO
index 5cbf855..6b90795 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
 CODE:
-- Fix info (members part)
 - Check INFO flag vs. PRINT_INFO (shortcuts not working?)
-- Check CVS binary files
+- Fix for Java 1.4 (reflection inverting method/member order)
 
 TEST:
 - Alpha

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



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