libjava.rc
Wed, 01 Jul 2015 11:06:56 +0200 Stefan Vogel 64-bit gcc needs PIC code cvs_MAIN
Wed, 04 Feb 2015 07:56:36 +0000 Jan Vrany Buildfiles: automatically generate calls to ant from makefile to build Java code (if any)
Wed, 21 Jan 2015 13:19:06 +0100 Jan Vrany Repository cleanup (5/7): made stx:libjava/tests a full Smalltalk/X package.
Wed, 21 Jan 2015 11:28:10 +0100 Jan Vrany Repository cleanup (4/7): moved mauve source to stx:libjava/mauve/java where it belongs
Tue, 20 Jan 2015 10:49:24 +0100 Jan Vrany JavaClassReloaderTests moved from stx:libjava/experiments to stx:libjava
Tue, 20 Jan 2015 10:41:54 +0100 Jan Vrany Oops, moved stray reloading-related methods from stx:libjava/experiments to stx:libjava.
Sat, 20 Dec 2014 01:47:07 +0100 Jan Vrany Fix in flushing Java - flush all dynamic proxies
Tue, 09 Dec 2014 16:18:53 +0000 Jan Vrany Merged 8eb3481bfdcf and 1013708261a8
Tue, 09 Dec 2014 14:49:20 +0000 Jan Vrany Java settings cleanup (part 2): release settings refactored.
Mon, 08 Dec 2014 10:26:50 +0000 Jan Vrany Java settings cleanup (part 1): minor tweaks and fixes
Sun, 07 Dec 2014 02:16:08 +0000 Jan Vrany JavaClass memory optimization (part 4)
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.
Mon, 11 Aug 2014 09:46:49 +0100 Jan Vrany Fixes for class unloadfing: unload inner classes first.
Mon, 11 Aug 2014 01:55:40 +0100 Jan Vrany es to ClassLoader#classes list.
Fri, 08 Aug 2014 11:02:10 +0100 Jan Vrany Fixes bad bug in Java thread handling that caused memory/resource leak.
Thu, 07 Aug 2014 01:49:32 +0100 Jan Vrany Java lint service now do dry-compilation to get more accurate problem list.
Tue, 05 Aug 2014 21:57:28 +0100 Jan Vrany Merged a3cb415bc22b and 4284af836b5d
Tue, 05 Aug 2014 20:42:52 +0100 Jan Vrany Merged ea55682eefe7 and a4ddeef7c5e9
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.
Mon, 04 Aug 2014 16:13:14 +0100 Jan Vrany (Class reading) optimization [2/4]: rewrite slow ifNil:... by faster isNil ifTrue:...
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
Thu, 17 Apr 2014 10:13:03 +0200 Claus Gittinger JavaRelease:
Wed, 16 Apr 2014 21:17:13 +0200 Claus Gittinger JavaLanguage:
Wed, 16 Apr 2014 20:14:09 +0200 Claus Gittinger JavaClassRef2:
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:
Wed, 16 Apr 2014 18:27:24 +0200 Claus Gittinger - JavaNativeMethodImpl_OpenJDK6
Tue, 15 Apr 2014 22:22:12 +0200 Jan Vrany Changed display string of JavaRelease.
Thu, 10 Apr 2014 09:04:48 +0200 Jan Vrany Minor fixes in start/stop position for local/type declaration nodes.
Thu, 03 Apr 2014 12:38:47 +0200 Jan Vrany Initial stubs for Java 8
Wed, 19 Mar 2014 11:48:10 +0000 Jan Vrany Interop tests refactoring.
Tue, 04 Mar 2014 17:03:25 +0000 Jan Vrany Removed #preRequisites, build files regenerated.
Wed, 19 Feb 2014 10:21:32 +0000 Jan Vrany Improvements and fixes in GroovyEvaluator.
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:22:16 +0100 Marcel Hlopko fix JUnitTestCaseProxy so it really passes when expected exception is 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
Sat, 25 Jan 2014 21:35:58 +0100 Marcel Hlopko fix javaHome for oracle-7 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
less more (0) -100 -60 tip