JavaClassReader.st
Fri, 18 Nov 2016 23:02:10 +0000 Jan Vrany Cleanup: Do not aggresively close and reopen .zip archives
Fri, 11 Nov 2016 12:04:39 +0100 Claus Gittinger #REFACTORING by cg cvs_MAIN
Fri, 11 Nov 2016 11:50:48 +0100 Claus Gittinger #BUGFIX by cg cvs_MAIN
Wed, 21 Sep 2016 09:18:20 +0100 Jan Vrany Issue #93 [2/3]: Avoid (expensive) test for compilation error at (re)compilation time
Mon, 15 Aug 2016 12:51:43 +0200 mawalch #OTHER by mawalch cvs_MAIN
Thu, 07 Jul 2016 20:21:19 +0200 mawalch #OTHER by mawalch cvs_MAIN
Fri, 20 Mar 2015 14:29:53 +0100 Jan Vrany Merged with mercurial revision 4f3cc813be4 (8 changesets total) cvs_MAIN
Mon, 02 Mar 2015 17:50:49 +0100 Jan Vrany Merged with mercurial revision 58d72cc6d5f (3 changesets total) cvs_MAIN
Fri, 20 Mar 2015 14:29:53 +0100 Jan Vrany Merged with mercurial revision 4f3cc813be4 (8 changesets total) cvs_MAIN
Mon, 02 Mar 2015 17:50:49 +0100 Jan Vrany Merged with mercurial revision 58d72cc6d5f (3 changesets total) cvs_MAIN
Mon, 02 Mar 2015 16:09:34 +0000 Jan Vrany Replaced old-style `'string' infoPrintCR` logging with new-style `Logger log:'string'` logging cvs_MAIN_tracking
Mon, 02 Mar 2015 14:21:07 +0000 Jan Vrany Use new Logger API (use Logger severityXXX instead of symbols) cvs_MAIN_tracking
Wed, 28 Jan 2015 03:12:08 +0100 Jan Vrany Merged with mercurial revision cb6c15e66be (594 changesets total) cvs_MAIN
Mon, 05 Jan 2015 17:10:02 +0100 Jan Vrany Updated copyright notices.
Mon, 08 Dec 2014 16:37:02 +0000 Jan Vrany JavaClass memory optimization (part 5)
Sun, 07 Dec 2014 02:16:08 +0000 Jan Vrany JavaClass memory optimization (part 4)
Wed, 03 Dec 2014 15:29:16 +0000 Jan Vrany JavaClass memory optimization (part 2)
Mon, 08 Dec 2014 23:03:45 +0000 Jan Vrany JavaClass memory optimization (part 1)
Mon, 08 Dec 2014 18:08:33 +0000 Jan Vrany Extracted magic and version detection into separate methods
Thu, 04 Dec 2014 20:56:04 +0000 Jan Vrany Extracted readMagic to alow lazy loading of constant pool.
Wed, 26 Nov 2014 16:45:58 +0000 Jan Vrany Fix in JavaClassReader>>skipAttribute:
Thu, 13 Nov 2014 12:18:00 +0100 Jan Vrany Intern all constant pool strings.
Mon, 04 Aug 2014 17:12:34 +0100 Jan Vrany Class reading optimization [4/4]: defer cache flushing at class initialization time.
Mon, 04 Aug 2014 15:43:51 +0100 Jan Vrany Class reading optimization [1/4]: optimize CharacterArray class>>decodeFromJavaUTF8:
Wed, 21 May 2014 17:10:19 +0100 Jan Vrany [JavaClassReader optimization 2/3]: add methods at once instead of individually.
Tue, 20 May 2014 17:57:10 +0100 Jan Vrany Added support for new constants used bu JSR 272 Invoke dynamic.
Sat, 25 Jan 2014 21:47:20 +0100 Marcel Hlopko get rid of old mh breakpoint 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
Fri, 22 Nov 2013 10:33:07 +0000 Jan Vrany Fix in JavaClassReader>>#readClass:from:ignoring: (fix wrong code for zar refcounting) development
Wed, 20 Nov 2013 16:40:09 +0000 Jan Vrany Fixes for Java reflection on Smalltalk classes. development
Mon, 18 Nov 2013 23:07:19 +0000 Jan Vrany Fix in JavaClassReader for concurrent access to zipa archives. development
Tue, 12 Nov 2013 01:31:21 +0000 Jan Vrany Native java.lang.Object#clone() refactored to use ACX_CLOENABLE flag. 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
Thu, 10 Oct 2013 00:08:11 +0100 Jan Vrany JavaClass>>#name vs. #binaryName refactoring development
Tue, 08 Oct 2013 11:13:22 +0100 Jan Vrany Load java extension methods silently. development
Sun, 15 Sep 2013 02:16:13 +0100 Jan Vrany Merged 272689c14005 and 13f5be2bf83b. development
Sun, 15 Sep 2013 01:44:55 +0100 Jan Vrany Merged d87e89dd5276 and fe83a843a7bf (branch default - CVS HEAD) development
Sat, 14 Sep 2013 15:48:03 +0100 Jan Vrany More support for method's source display. Not yet working. development
Fri, 06 Sep 2013 00:16:38 +0100 Jan Vrany Added version_CVS to all classes and build files regenerated & cleaned. development
Fri, 06 Sep 2013 02:45:44 +0200 Jan Vrany Updated to match Mercurial revision a00302fe5083 with two tweaks:
Tue, 21 May 2013 13:04:40 +0100 Jan Vrany Lost changes meant to be commited in 7af1671fc73f. performance-optimizations
Mon, 20 May 2013 23:58:01 +0100 Jan Vrany Optimization in JavaClassReader. performance-optimizations
Tue, 07 May 2013 13:31:03 +0100 Jan Vrany Merged a98037ca2d11 and b09eaedf206a (branch java-exception-optimization) development
Tue, 07 May 2013 12:39:09 +0100 Jan Vrany Changed JavaVM>>classForName: to faster JavaVM>>classForName:definedBy: development
Mon, 06 May 2013 22:37:13 +0100 Jan Vrany Exception table refactored to use more compact & VM friendly format. java-exception-optimization
Thu, 02 May 2013 10:32:02 +0100 Jan Vrany Performance optimization: rewrote 'JavaVM classNamed:' to 'JavaVM classNamed:...definedBy:...'. development
Mon, 29 Apr 2013 21:08:38 +0100 Jan Vrany Merged branch default (CVS HEAD) development
Sun, 31 Mar 2013 19:25:00 +0100 Jan Vrany JavaClass can now keep it's classfile bytes. development
Mon, 18 Mar 2013 17:59:01 +0100 Claus Gittinger class: JavaClassReader
Tue, 26 Feb 2013 12:48:06 +0000 Jan Vrany Fix: use addSelector:withMethod:toClass: consistenly in readMethodFor: development
Tue, 26 Feb 2013 12:00:28 +0000 Jan Vrany Added indirection method JavaClassReader>>addSelector:withMethod:toClass:. development
Tue, 26 Feb 2013 11:32:43 +0000 Jan Vrany Merged 009a0df3afce and 3c9b3181ded (branch development - CVS HEAD) development
Tue, 26 Feb 2013 14:10:02 +0100 Jan Vrany Cherry-picked JavaClassReader from rev 8762fc7137c6.
Mon, 25 Feb 2013 12:15:35 +0100 Jan Vrany Updated to rev 009a0df3afce
Wed, 20 Feb 2013 23:05:49 +0000 Jan Vrany Merged 08505399cea8 and 0adf7bbcf2c9 (branch default - CVS HEAD) development
Sat, 16 Feb 2013 19:08:45 +0100 Jan Vrany Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Thu, 18 Aug 2011 20:42:48 +0200 Jan Vrany Jan's version
Fri, 09 Oct 2009 16:21:53 +0200 Claus Gittinger added:11 methods
Mon, 24 Aug 2009 21:32:39 +0200 Claus Gittinger *** empty log message ***
Fri, 06 Feb 2004 18:58:26 +0100 Stefan Vogel Accept Filenames in loadFile:
Fri, 22 Nov 2002 21:14:07 +0100 Claus Gittinger category change
Mon, 18 Dec 2000 15:34:49 +0100 Claus Gittinger utf8 string decoding
Thu, 14 Feb 2013 16:15:31 +0000 Jan Vrany Added version_CVS development
Tue, 12 Feb 2013 21:02:11 +0100 Marcel Hlopko fixing nested annotations development
Mon, 11 Feb 2013 19:45:42 +0000 Jan Vrany Bugfix in JavaClassReader in reading .class file from directory. development
Fri, 08 Feb 2013 01:21:22 +0100 Jan Vrany Fixed logging of loaded classes. openjdk7-support
Fri, 08 Feb 2013 01:06:23 +0100 Jan Vrany Reverted old #as_String and #as_ST_String, stc cannot handle shared pools correctly. openjdk7-support
Thu, 07 Feb 2013 16:37:59 +0100 Jan Vrany Small refactoring JavaClassReader to allow reading classes off-line (no Java code executed). development
Tue, 05 Feb 2013 23:35:59 +0100 Jan Vrany Merged 75e48299fc2d and 2e657a7a758b (branch development) refactoring-vmdata
Tue, 05 Feb 2013 16:04:34 +0100 Jan Vrany Changed #assert:description to #assert:message: (the first one in compatibility extension) development
Thu, 31 Jan 2013 15:18:11 +0000 Jan Vrany Trampoline code finished. refactoring-vmdata
Thu, 31 Jan 2013 13:45:17 +0000 Jan Vrany Finished uncached trampoline. refactoring-vmdata
Sun, 16 Dec 2012 16:50:17 +0100 Jan Vrany Bugfix: do not update changes while filing in Java extensions. development
Mon, 10 Dec 2012 19:00:37 +0000 vranyj1 Updated from HG development
Tue, 04 Dec 2012 00:32:26 +0000 vranyj1 - JavaClassReader development
Tue, 04 Dec 2012 00:06:54 +0000 vranyj1 - JavaClassReader development
Mon, 03 Dec 2012 22:54:25 +0000 vranyj1 JavaClassReader: refactoring in #readClass:ignoring:classPath:. development
Sat, 01 Dec 2012 21:56:51 +0000 hlopkmar and more annotation fixes development
Sat, 01 Dec 2012 21:44:20 +0000 hlopkmar annotation fixes development
Sat, 01 Dec 2012 21:19:57 +0000 hlopkmar raw param annotations saving development
Thu, 15 Nov 2012 22:10:02 +0000 vranyj1 Directory structure refactoring (part 2) directory_structure_refactoring
Fri, 19 Aug 2011 08:58:19 +0000 vranyj1 Synchronized with CVS repository at:
Thu, 23 Sep 2010 13:52:13 +0000 jv Manufactured by SVN::ImportFromCVSTask to fix repository layout
Fri, 09 Oct 2009 14:21:53 +0000 cg added:11 methods
Mon, 24 Aug 2009 19:33:19 +0000 cg *** empty log message ***
Fri, 06 Feb 2004 17:58:26 +0000 stefan Accept Filenames in loadFile:
Fri, 22 Nov 2002 20:14:07 +0000 cg category change
Mon, 18 Dec 2000 14:34:49 +0000 cg utf8 string decoding
Mon, 14 Feb 2000 18:53:01 +0000 cg *** empty log message ***
Sat, 25 Sep 1999 21:16:35 +0000 cg create JavaNativeMethod instances for native methods.
Thu, 15 Jul 1999 00:02:06 +0000 cg care for catchType 0 exceptionTable entry
Mon, 29 Mar 1999 11:39:19 +0000 cg raise -> query
Mon, 29 Mar 1999 11:33:56 +0000 cg raise -> query
Thu, 03 Dec 1998 12:15:08 +0000 cg checkin from browser
Fri, 27 Nov 1998 00:46:20 +0000 cg checkin from browser
Thu, 26 Nov 1998 21:25:04 +0000 cg *** empty log message ***
Mon, 16 Nov 1998 15:17:54 +0000 cg *** empty log message ***
Thu, 12 Nov 1998 20:33:33 +0000 cg *** empty log message ***
Wed, 11 Nov 1998 15:06:54 +0000 cg checkin from browser
Thu, 05 Nov 1998 19:15:59 +0000 cg javaClass now uses its fullName in name
Thu, 22 Oct 1998 18:09:45 +0000 cg checkin from browser
Tue, 20 Oct 1998 16:45:42 +0000 cg classloader fixes.
Sat, 17 Oct 1998 14:57:32 +0000 cg checkin from browser
Thu, 15 Oct 1998 13:44:07 +0000 cg *** empty log message ***
Fri, 18 Sep 1998 14:34:43 +0000 cg also look for zar suffix files.
Thu, 10 Sep 1998 15:13:49 +0000 cg checkin from browser
Thu, 10 Sep 1998 14:35:12 +0000 cg checkin from browser
Mon, 20 Jul 1998 11:29:46 +0000 cg use #copyReplaceAll:with:
Sat, 16 May 1998 12:44:06 +0000 cg more st-class reading
Wed, 13 May 1998 13:33:04 +0000 cg *** empty log message ***
Tue, 12 May 1998 20:25:02 +0000 cg *** empty log message ***
Tue, 12 May 1998 19:37:16 +0000 cg oops - float reading
Sat, 09 May 1998 00:38:51 +0000 cg support for ST-classes
Fri, 08 May 1998 19:37:56 +0000 cg more st-class reading
Thu, 07 May 1998 17:44:00 +0000 cg code cleanup;
Thu, 09 Apr 1998 19:07:03 +0000 cg checkin from browser
Thu, 09 Apr 1998 18:16:33 +0000 cg checkin from browser
less more (0) -120 tip