stx_libjava.st
Sat, 11 Oct 2014 23:21:45 +0100 Jan Vrany Fixed class reloader in cases a top-level class has both, nested and anonymous classes.
Thu, 18 Sep 2014 16:13:31 +0100 Jan Vrany Fix in Java: do not flush Threads dictionary when rebooting JVM
Tue, 12 Aug 2014 22:40:30 +0100 Jan Vrany Fix in JavaClass>>innerClassesIgnoreUnloaded: - also return anonymous classes.
Fri, 08 Aug 2014 11:02:10 +0100 Jan Vrany Fixes bad bug in Java thread handling that caused memory/resource leak.
Tue, 05 Aug 2014 22:41:36 +0100 Jan Vrany Return enclusing class's package for inner classes. Make #owningClass to return enclosing class.
Tue, 05 Aug 2014 00:11:46 +0100 Jan Vrany Merged 9aade8151557 and 189c572dbe71
Mon, 04 Aug 2014 23:08:33 +0100 Jan Vrany Fixed getDeclaringClass() native.
Thu, 31 Jul 2014 09:30:15 +0100 Jan Vrany Made JavaClass>>package returning Smalltalk/X package name from annotation, if annotated.
Fri, 25 Jul 2014 01:52:23 +0100 Jan Vrany Optimized java.util.zip.ZipFile#getNextEntry()
Fri, 25 Jul 2014 00:51:04 +0100 Jan Vrany Got rid of JavaZipSupport. Inflater/Deflater made public.
Wed, 25 Jun 2014 13:58:21 +0100 Jan Vrany Java source highlughter refactoring.
Thu, 12 Jun 2014 12:12:40 +0100 Jan Vrany Fixed bug #77: Ignore unhandled ThreadDeath exceptions.
Mon, 02 Jun 2014 14:58:00 +0100 Jan Vrany Oops. remove Context>>arg1Index from extensions list.
Tue, 20 May 2014 17:57:10 +0100 Jan Vrany Added support for new constants used bu JSR 272 Invoke dynamic.
Wed, 30 Apr 2014 22:02:40 +0200 Claus Gittinger new native
Tue, 22 Apr 2014 22:41:59 +0200 Jan Vrany Merged 388adc0de925 and b1192955f5a3
Wed, 16 Apr 2014 21:17:13 +0200 Claus Gittinger JavaLanguage:
Wed, 16 Apr 2014 19:32:33 +0200 Jan Vrany Merged df5a76fdd3a6 and ccde6af7278c
Wed, 16 Apr 2014 18:53:52 +0200 Claus Gittinger JavaContext:
Fri, 11 Apr 2014 18:20:50 +0200 Jan Vrany Introduced a JavaClassEnvironment - an abstract namespace-like class to keep Java classes.
Thu, 10 Apr 2014 09:04:48 +0200 Jan Vrany Minor fixes in start/stop position for local/type declaration nodes.
Wed, 09 Apr 2014 17:14:46 +0200 Jan Vrany Updated Groovy to 2.1.1. Download Groovy and JUnit using IVY.
Thu, 03 Apr 2014 21:00:13 +0200 Jan Vrany Change JavaRelease to use output of `java -version` when validating Java installation directory.
Thu, 03 Apr 2014 12:38:47 +0200 Jan Vrany Initial stubs for Java 8
Wed, 19 Mar 2014 17:44:46 +0000 Jan Vrany Bug fix in interop with respect to overloaded methods in subclasses.
Wed, 19 Mar 2014 11:48:10 +0000 Jan Vrany Interop tests refactoring.
Tue, 25 Feb 2014 17:01:07 +0000 Jan Vrany Fixes in java.util.List>>indexOf: & identityIndexOf:
Wed, 19 Feb 2014 10:21:32 +0000 Jan Vrany Improvements and fixes in GroovyEvaluator.
Wed, 12 Feb 2014 21:28:37 +0000 Jan Vrany Branch development merged into default.
Mon, 10 Feb 2014 00:12:30 +0100 Marcel Hlopko throw ExceptionInInitializerError when anything bad happens during class init development
Sun, 09 Feb 2014 16:52:47 +0100 Marcel Hlopko teach JUnitTestCaseProxy to fail when expected exception is not raised development
Sat, 08 Feb 2014 22:13:44 +0100 Marcel Hlopko teach JUnitTestCaseProxy of expected exceptions development
Thu, 06 Feb 2014 10:48:39 +0100 Jan Vrany Merged 8fcf6cde056e and 659fb25645b0 development
Thu, 06 Feb 2014 10:45:46 +0100 Jan Vrany Merged c1c82d3baae7 and 394676d5c68e development
Thu, 12 Dec 2013 16:42:20 +0100 Marcel Hlopko fix typo in JavaRelease development
Sun, 26 Jan 2014 17:15:33 +0100 Marcel Hlopko fix constant pool content tests development
Sat, 25 Jan 2014 21:47:20 +0100 Marcel Hlopko get rid of old mh breakpoint development
Fri, 31 Jan 2014 12:41:22 +0000 Jan Vrany Added JavaBooleanArray to represent boolean[]. development
Fri, 31 Jan 2014 09:19:51 +0000 Jan Vrany Cleanup & refactoring of constant pool references (JavaRef2 hierarchy) development
Mon, 20 Jan 2014 14:04:28 +0000 Jan Vrany Update JavaLookup to work with new JIT-compilation scheme... development
Wed, 18 Dec 2013 14:52:11 +0100 Jan Vrany Post-merge fixes. development
Wed, 18 Dec 2013 12:03:32 +0100 Jan Vrany Merged 7c3b2a89f173 and 80a1a085a982 (branch performance-optimizations) development
Tue, 10 Dec 2013 22:33:43 +0000 Jan Vrany Class loading refactoring (part 1) development
Sun, 08 Dec 2013 22:36:37 +0000 Jan Vrany Added JavaObject>>synchronized: and JavaClass>>synchronized: development
Wed, 20 Nov 2013 10:00:26 +0000 Jan Vrany Calls to fdlim functions embedded into natives, JavaMathSupport removed. development
Tue, 19 Nov 2013 10:01:25 +0000 Jan Vrany Added JavaCompilerForSmalltalkExtensionsOnly for environments without full JavaCompiler... development
Tue, 12 Nov 2013 02:14:24 +0000 Jan Vrany Oops, fix in isCloneable - if ACX_CLONEABLE is not set, always check interfaces. development
Tue, 12 Nov 2013 01:31:21 +0000 Jan Vrany Native java.lang.Object#clone() refactored to use ACX_CLOENABLE flag. development
Mon, 11 Nov 2013 17:27:08 +0000 Jan Vrany Added JavaRelease>>system which uses default system Java installation. development
Mon, 11 Nov 2013 09:48:58 +0000 Jan Vrany Another pass over Mauve tests. development
Wed, 06 Nov 2013 23:40:41 +0000 Jan Vrany Merged 8005b7c3e51a and 21a756977e9f development
Tue, 05 Nov 2013 17:52:46 +0000 Jan Vrany Fixes for displaying local variables in debugger. development
Mon, 28 Oct 2013 15:36:14 +0100 Marcel Hlopko fix JavaBehavior>>hasMultipleVersions development
Thu, 17 Oct 2013 11:11:56 +0100 Jan Vrany Recompilation fixed (avoid endless recursion) development
Wed, 16 Oct 2013 14:15:23 +0100 Jan Vrany Fix to recompile erroneous classes upon reload. development
Wed, 16 Oct 2013 10:05:31 +0100 Jan Vrany Improved JavaClassReader to read InnerClasses and MissingTypes attributes. development
Wed, 16 Oct 2013 09:09:38 +0100 Jan Vrany Fix in JavaClassReloader - when updating class, also update attributes and annotations. development
Tue, 15 Oct 2013 02:33:12 +0100 Jan Vrany Implemented JavaClassReloader>>#requestReload & #requestRecompile (part 1) development
Mon, 14 Oct 2013 19:11:32 +0100 Jan Vrany More fixes for new naming scheme development
Mon, 14 Oct 2013 08:45:39 +0100 Jan Vrany Merged 3680bdc3ef00 and 36690c744edb (Marcel's reloading fixes) development
less more (0) -100 -60 tip