[libinline-java-perl] 223/398: Looking good...

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:06 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 65218dd4ddbc3f7bb13151a713cb2eb60ea9b3fd
Author: patrick_leb <>
Date:   Thu Apr 10 18:11:22 2003 +0000

    Looking good...
---
 CHANGES | 11 +++++++----
 TODO    | 11 +----------
 2 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/CHANGES b/CHANGES
index b60dcec..1311383 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,10 +7,13 @@ Revision history for Perl extension Inline::Java
     - Custom ClassLoader allows for better isolation of user code and
       dynamic 'CLASSPATH' (multiple sections/clients are now totally
       independant)
-    - Default port number changed to 0 (next available port number)
-      This allows many multiple users to run concurrently without clashes
-      The default port for SHARED_JVM mode it has remained 7890
-    - User code can now be a public class and inside a package
+    - Default port number changed to 0 (next available port number). 
+      This allows many multiple users to run concurrently without 
+      clashes.
+      Note: The default port on systems where this feature is not 
+            available has remained 7890.
+      Note: The default port for SHARED_JVM mode it has remained 7890.
+    - User code can now be a public class and (optionally) inside a package
     - Many bug fixes and documentation corrections
 
 0.33  Mon Jun 17 13:50:14 EDT 2002
diff --git a/TODO b/TODO
index c29eddc..1af7982 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,9 @@
 CODE:
-- Parse source code for "public class \w+" and use this for file name.
-
-$code =~ s/\\\"//g ;
-$code =~ s/\"(.*?)\"//g ;
-$code =~ s/\/\*(.*?)\*\///gs ;
-$code =~ s/\/\/(.*)$///gm ;
-
-- Write a test for a public class in a package.
-- Retest all the small test stuff under Linux.
-- Add debug for port selection
 
 TEST:
 - Alpha
 - Cygwin
+- J2SDK 1.4.0 under Windows
 
 DOCUMENTATION:
 - Recheck all and complete.

-- 
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