Java.st
Fri, 20 Sep 2013 02:03:08 +0100 Jan Vrany Cleanup. Change source API in `Java` to return stream rather than string. 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
Mon, 09 Sep 2013 01:27:53 +0100 Jan Vrany Initial support for displaying only selected method's source in browser. development
Fri, 06 Sep 2013 00:16:38 +0100 Jan Vrany Added version_CVS to all classes and build files regenerated & cleaned. development
Thu, 05 Sep 2013 22:08:59 +0100 Jan Vrany Merged 7c8aeacae13e and 453c3d9e8a94 (branch default - CVS HEAD) development
Tue, 03 Sep 2013 01:18:46 +0100 Jan Vrany Changed registration of Java classes into system dictionary. development
Mon, 02 Sep 2013 01:02:26 +0100 Jan Vrany Flush Groovy workspace shell when flushing java resources. development
Fri, 06 Sep 2013 02:45:44 +0200 Jan Vrany Updated to match Mercurial revision a00302fe5083 with two tweaks:
Thu, 29 Aug 2013 01:11:32 +0100 Jan Vrany Bugfix for Groovy evaluator. development
Tue, 16 Jul 2013 19:48:47 +0200 Claus Gittinger class: Java
Tue, 07 May 2013 12:39:09 +0100 Jan Vrany Changed JavaVM>>classForName: to faster JavaVM>>classForName:definedBy: development
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
Wed, 17 Apr 2013 21:39:03 +0200 Jan Vrany Removed breakpoints when removing Java classes. development
Sun, 31 Mar 2013 19:25:00 +0100 Jan Vrany JavaClass can now keep it's classfile bytes. development
Tue, 02 Apr 2013 14:03:01 +0200 Stefan Vogel Don't do collect:[] as:Array and select:[] as:Array
Mon, 18 Mar 2013 17:59:29 +0100 Claus Gittinger class: Java
Tue, 26 Feb 2013 11:32:43 +0000 Jan Vrany Merged 009a0df3afce and 3c9b3181ded (branch development - CVS HEAD) development
Mon, 25 Feb 2013 12:15:35 +0100 Jan Vrany Updated to rev 009a0df3afce
Fri, 22 Feb 2013 16:06:12 +0000 Jan Vrany Improvements in JavaCodeBundleEditor. development
Wed, 20 Feb 2013 23:36:32 +0000 Jan Vrany Merged 9195eccdcbd9 and 13b1fc3fa090 development
Wed, 20 Feb 2013 23:05:49 +0000 Jan Vrany Merged 08505399cea8 and 0adf7bbcf2c9 (branch default - CVS HEAD) development
Wed, 20 Feb 2013 00:22:55 +0000 Jan Vrany Added sun.misc.Perf native to make OpenJDK 7 boot. development
Tue, 19 Feb 2013 00:44:48 +0100 Claus Gittinger class: Java
Mon, 18 Feb 2013 18:08:09 +0100 Jan Vrany defined source container
Sat, 16 Feb 2013 19:08:45 +0100 Jan Vrany Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Thu, 24 Nov 2011 12:54:02 +0100 Claus Gittinger fixed: #version_SVN ($ to ยง)
Thu, 18 Aug 2011 20:42:48 +0200 Jan Vrany Jan's version
Sun, 23 Aug 2009 11:25:26 +0200 Claus Gittinger use collect:as:
Thu, 12 Jun 2003 13:07:42 +0200 Claus Gittinger no need for asText when sending allBold
Fri, 22 Nov 2002 21:14:07 +0100 Claus Gittinger category change
Tue, 06 Nov 2001 17:25:38 +0100 Claus Gittinger *** empty log message ***
Sun, 31 Dec 2000 13:27:50 +0100 Claus Gittinger *** empty log message ***
Mon, 18 Dec 2000 23:12:09 +0100 Claus Gittinger *** empty log message *** rel4_1_7 release
Mon, 18 Dec 2000 16:43:46 +0100 Claus Gittinger checkin from browser
Mon, 18 Dec 2000 16:29:28 +0100 Claus Gittinger *** empty log message *** rel4_1_3_1
Mon, 18 Dec 2000 14:36:37 +0100 Claus Gittinger checkin from browser
Mon, 18 Feb 2013 16:58:07 +0000 Jan Vrany Make initialization of Java release lazy. development
Sat, 16 Feb 2013 09:33:16 +0000 Jan Vrany Added 'meta-releases' - JDK6 & JDK7. To be used from Jenkins. development
Thu, 14 Feb 2013 16:15:31 +0000 Jan Vrany Added version_CVS development
Mon, 11 Feb 2013 14:40:17 -0800 Jan Vrany Bugfix: JavaRelease>>dumpConfigOn: (added missing asString) development
Fri, 08 Feb 2013 10:27:20 +0100 Jan Vrany Added support for environment variables to control release, JIT and native method optimization. openjdk7-support
Thu, 07 Feb 2013 20:16:05 +0100 Jan Vrany Moved Java>>#as_String and #as_ST_String to JavaRelease as they are release-specific. openjdk7-support
Thu, 07 Feb 2013 19:17:28 +0100 Jan Vrany Added VM classes to JavaVMData. openjdk7-support
Fri, 25 Jan 2013 22:31:22 +0000 Jan Vrany Initial implementation of JavaCodeBundleEditory. development
Wed, 23 Jan 2013 16:22:00 +0000 Jan Vrany Value of class.path and sun.misc.boot.path refactored to match values used in Oracle JVM. refactoring-classpath
Wed, 16 Jan 2013 16:24:02 +0000 Jan Vrany Branch refactoring-javalibrary merged back development
Wed, 16 Jan 2013 13:37:32 +0000 Jan Vrany Added support Java>>addToClassPath: & Java>>addToSourcePath:. Removed JavaPathElement. refactoring-javalibrary
Tue, 15 Jan 2013 18:40:37 +0000 Jan Vrany Reverted to 1948:91735e531d52 (commit to a bad branch) development
Tue, 15 Jan 2013 18:12:48 +0000 Jan Vrany Initial implementation of code libraries & bundles finished. refactoring-javalibrary
Sat, 12 Jan 2013 16:42:57 +0000 Jan Vrany Initial implementation of Java libraries and bundles. development
Wed, 09 Jan 2013 17:45:43 +0000 Jan Vrany Bugfix in Java>>#flushAllJavaResources. development
Wed, 09 Jan 2013 16:17:12 +0000 Jan Vrany Improvements in Java>>flushAllJavaResources. development
Sat, 15 Dec 2012 14:46:18 +0100 Jan Vrany Merged some fixes from jv's repo development
Wed, 12 Dec 2012 23:20:03 +0000 hlopkmar some possibly useful methods :) development
Mon, 10 Dec 2012 19:00:37 +0000 vranyj1 Updated from HG development
Tue, 04 Dec 2012 00:44:59 +0000 vranyj1 Java>>classSource:package:in: - close archive (reduces number of open files) 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:
less more (0) -100 -60 tip