src/JavaClass.st
Sat, 12 May 2012 20:12:17 +0000 vranyj1 Interop fixes for long and double arguments (take two slots in arg vector) jk_new_structure
Sat, 21 Apr 2012 08:35:04 +0000 vranyj1 - JavaClass jk_new_structure
Wed, 18 Apr 2012 07:18:32 +0000 vranyj1 - JUnitTestCaseProxy jk_new_structure
Fri, 13 Apr 2012 18:13:45 +0000 vranyj1 - improvements in class reloading jk_new_structure
Thu, 12 Apr 2012 07:55:15 +0000 vranyj1 - JavaVM jk_new_structure
Tue, 10 Apr 2012 18:01:18 +0000 vranyj1 Make it JavaClass stc-compilable jk_new_structure
Tue, 10 Apr 2012 14:50:57 +0000 kursjan JavaClass a bit more compatible with MOP. jk_new_structure
Wed, 04 Apr 2012 09:20:07 +0000 vranyj1 - added JavaMetaclass, GroovyMetaclass jk_new_structure
Tue, 03 Apr 2012 16:50:39 +0000 vranyj1 Some more support for finally block when a Smalltalk exception is thrown - not yet working correctly jk_new_structure
Tue, 03 Apr 2012 12:02:05 +0000 hlopkmar java compiler work jk_new_structure
Mon, 02 Apr 2012 11:23:36 +0000 hlopkmar initial (non working) attempt for ecj compiler jk_new_structure
Sun, 18 Mar 2012 22:39:53 +0000 vranyj1 Initial support for handling Java exceptions in Smalltalk jk_new_structure
Sun, 18 Mar 2012 16:59:02 +0000 vranyj1 Some experiments with Exceptions, not that easy :-) jk_new_structure
Sat, 17 Mar 2012 19:48:57 +0000 vranyj1 - Improvements in interop - now can generate getters to public field. jk_new_structure
Wed, 29 Feb 2012 11:31:36 +0000 vranyj1 Fixes in resolving + preresolver jk_new_structure
Tue, 28 Feb 2012 20:34:52 +0000 vranyj1 - improvements in JavaPackage (towards nicer interop) jk_new_structure
Fri, 24 Feb 2012 21:57:32 +0000 vranyj1 Improvements in interop jk_new_structure
Thu, 23 Feb 2012 16:38:53 +0000 hlopkmar cleaning java references jk_new_structure
Tue, 21 Feb 2012 11:29:41 +0000 vranyj1 Some initial class reloading support. Not yet finished, just sketched out. jk_new_structure
Sat, 18 Feb 2012 23:18:47 +0000 vranyj1 Groovy language support and integration jk_new_structure
Wed, 15 Feb 2012 01:47:06 +0000 vranyj1 Fixes for syntax highlighting jk_new_structure
Mon, 13 Feb 2012 14:51:10 +0000 hlopkmar forgotten preresolver classes :) jk_new_structure
Sat, 11 Feb 2012 19:24:18 +0000 vranyj1 Proxy methods from libjava/experiments moved to libjava jk_new_structure
Tue, 03 Jan 2012 21:52:42 +0000 vranyj1 (none) jk_new_structure
Sun, 01 Jan 2012 17:03:10 +0000 vranyj1 Some testing methods jk_new_structure
Thu, 15 Dec 2011 23:34:23 +0000 vranyj1 - JavaParser renamed to JavaPetitParser jk_new_structure
Thu, 15 Dec 2011 20:46:35 +0000 vranyj1 Oops, fixed bug in performing static methods... jk_new_structure
Wed, 14 Dec 2011 21:44:44 +0000 vranyj1 Some cleanup jk_new_structure
Mon, 12 Dec 2011 17:15:20 +0000 kursjan Fixed some errors in Java - Smalltalk interop. jk_new_structure
Sat, 10 Dec 2011 21:34:22 +0000 vranyj1 Few fixes jk_new_structure
Thu, 08 Dec 2011 20:27:02 +0000 hlopkmar making eager resolving less eager - not calling classInit on each class (because then it does not boot :P) jk_new_structure
Thu, 08 Dec 2011 20:15:01 +0000 hlopkmar resolveClass native resolves whole CP, for even more eager resolving, run JavaVM enableEagerResolving :) jk_new_structure
Wed, 07 Dec 2011 22:07:58 +0000 hlopkmar ok this was stupid.. im tired :) jk_new_structure
Wed, 07 Dec 2011 21:58:15 +0000 hlopkmar temp commit probably breaks sth will fix soon jk_new_structure
Wed, 07 Dec 2011 20:37:12 +0000 hlopkmar one step closer jk_new_structure
Wed, 07 Dec 2011 18:58:33 +0000 hlopkmar preparation for field resolving unification jk_new_structure
Tue, 06 Dec 2011 22:56:28 +0000 vranyj1 Few changes to support new interop code jk_new_structure
Mon, 05 Dec 2011 10:53:00 +0000 vranyj1 - bugfixes in (reflection, finalization) jk_new_structure
Sat, 03 Dec 2011 21:05:52 +0000 vranyj1 small cleanup - bunch of JK's interop classes moved to stx:libjava/experiments jk_new_structure
Sat, 03 Dec 2011 11:59:36 +0000 vranyj1 (none) jk_new_structure
Fri, 02 Dec 2011 22:59:14 +0000 vranyj1 Few small fixes jk_new_structure
Fri, 25 Nov 2011 08:02:14 +0000 vranyj1 (none) jk_new_structure
Wed, 23 Nov 2011 15:26:06 +0000 vranyj1 Copyright fixes jk_new_structure
Tue, 22 Nov 2011 13:38:10 +0000 hlopkmar getting rid of eager resolving jk_new_structure
Sat, 19 Nov 2011 12:12:10 +0000 vranyj1 - JavaClassReader: do not uodate changes when loading .class file jk_new_structure
Fri, 18 Nov 2011 14:40:56 +0000 hlopkmar java.lang.ClassLoader>>resolveClass0 native method now resolves whole constant pool jk_new_structure
Mon, 14 Nov 2011 20:16:09 +0000 vranyj1 Initial version of finalize() support - may crash VM! jk_new_structure
Tue, 08 Nov 2011 21:25:05 +0000 vranyj1 (none) jk_new_structure
Sun, 06 Nov 2011 17:07:27 +0000 vranyj1 Few workarounds for monitors jk_new_structure
Fri, 28 Oct 2011 18:58:45 +0000 vranyj1 (none) jk_new_structure
Thu, 27 Oct 2011 12:38:22 +0000 vranyj1 Few fixes jk_new_structure
Sun, 23 Oct 2011 22:22:40 +0000 vranyj1 ClassLoader refactoring - loads groovy but funny jk_new_structure
Sun, 23 Oct 2011 18:16:39 +0000 vranyj1 (none) jk_new_structure
Sun, 23 Oct 2011 13:41:02 +0000 vranyj1 Few fixes jk_new_structure
Thu, 20 Oct 2011 18:20:15 +0000 hlopkmar refactoringl, moved registry to JavaVM jk_new_structure
Thu, 20 Oct 2011 14:37:20 +0000 vranyj1 Refactored includesBehavoir: and isSubclassOf: jk_new_structure
Wed, 19 Oct 2011 18:30:57 +0000 hlopkmar fixed problem with classInit cycle.. still not booting :) jk_new_structure
Wed, 19 Oct 2011 18:05:11 +0000 hlopkmar another dose of fixes, still not able to boot javavm jk_new_structure
Wed, 19 Oct 2011 15:21:57 +0000 vranyj1 (none) jk_new_structure
Tue, 18 Oct 2011 15:52:12 +0000 vranyj1 svn properties fixed jk_new_structure
less more (0) -60 tip