Mon, 18 Nov 2013 14:00:48 +0000 Jan Vrany Added tests for FREM/DREM and ?AND and ?OR. development
Fri, 15 Nov 2013 23:01:44 +0000 Jan Vrany Fix for OpenJDK7 native _java_util_zip_ZipFile_getEntryBytes:_: _: _: development
Fri, 15 Nov 2013 23:00:36 +0000 Jan Vrany Fix in JavaVM for exception debugging. development
Fri, 15 Nov 2013 22:39:13 +0000 Jan Vrany Merged 9fd2ea0570fe and 0be6bc618029 development
Fri, 15 Nov 2013 15:17:11 +0000 Jan Vrany When accessing Java source in .har, try uncompress it using ZipArchive first... development
Fri, 15 Nov 2013 11:01:53 +0000 Jan Vrany Merged 36e0682339ed and 85ccd41f883c development
Thu, 14 Nov 2013 14:50:25 -0800 Jan Vrany Fixes and (void) natives for shared-memory JDI transport. development
Thu, 14 Nov 2013 23:24:02 +0000 Jan Vrany Fixed natives to convert float/double to int/long bits and other way around... development
Thu, 14 Nov 2013 12:06:15 +0000 Jan Vrany Fix in JUnitTestCaseProxy>>#testSelectors. development
Thu, 14 Nov 2013 01:25:43 +0000 Jan Vrany Fix in Float/LargeInteger>>javaBox: development
Wed, 13 Nov 2013 11:13:40 +0000 Jan Vrany Another pass over java.io.* natives. Fixes for OpenJDK 7. development
Tue, 12 Nov 2013 11:17:13 +0000 Jan Vrany Oops, fix for JavaClass>>isCloneable - handle subclasses of a class that implements Cloneable. 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 22:33:23 +0000 Jan Vrany Oops, fixed mispelled arg name in JavaNativeMethodImpl_OpenJDK6. development
Mon, 11 Nov 2013 22:05:20 +0000 Jan Vrany Fixed native java.io.*FileSystem#createFileExclusively development
Mon, 11 Nov 2013 21:32:10 +0000 Jan Vrany Oops, fix in JavaNativeMethodImpl_OpenJDK6>>invoke:receiver:arguments:context:constructor: development
Mon, 11 Nov 2013 21:20:14 +0000 Jan Vrany Added natives required by OpenJDK 7, update 25. 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
Fri, 08 Nov 2013 10:11:49 +0000 Jan Vrany Fixes for Mauve tests. development
Thu, 07 Nov 2013 18:48:52 +0000 Jan Vrany Fix in JavaClass>>#javaUnwrap: care for nil/null. development
Wed, 06 Nov 2013 23:40:41 +0000 Jan Vrany Merged 8005b7c3e51a and 21a756977e9f development
Wed, 06 Nov 2013 23:33:26 +0000 Jan Vrany Fix in stx.libjava.tools.text.Highlighter: do not try resolve QualifiedNameReference when binding is null development
Wed, 06 Nov 2013 23:31:50 +0000 Jan Vrany Fix for JavaTestsLoader (after JavaClass>>name refactoring) development
Tue, 05 Nov 2013 17:52:46 +0000 Jan Vrany Fixes for displaying local variables in debugger. development
Thu, 31 Oct 2013 07:53:30 -0300 Jan Vrany Fix in stx.libjava.tools.text.Highlighter: do not try resolve fields when binding is null. development
Mon, 28 Oct 2013 11:39:48 +0000 Jan Vrany Fix in JavaClassReloader>>updateOldClass: update old method only if class of the method is the same. development
Mon, 28 Oct 2013 11:29:07 +0000 Jan Vrany Bugfix JavaClassReloader: handle missing/mis-spelled classes. development
Mon, 28 Oct 2013 10:42:12 +0000 Jan Vrany Refactored JavaObject>>#doesNotUnderstand: refacttored to provide better UX in debugger development
Mon, 28 Oct 2013 15:37:49 +0100 Marcel Hlopko add Java reloading tests - fields in parent, GCing unused class versions development
Mon, 28 Oct 2013 15:36:14 +0100 Marcel Hlopko fix JavaBehavior>>hasMultipleVersions development
Sun, 27 Oct 2013 10:28:57 +0000 Jan Vrany Fix in JavaSourceDocument>>#initializeSourceRefsInMethods development
Sun, 27 Oct 2013 09:43:00 +0000 Jan Vrany Fix in JavaSourceHighlighter>>doLexicalHighlightingOnly: care for window groups with no main view development
Sat, 26 Oct 2013 21:29:08 +0100 Jan Vrany Fix in JavaSourceHighlighter::Indexer - allow for null variable binding. development
Sat, 26 Oct 2013 18:05:07 +0100 Jan Vrany - JavaClassReloader development
Sat, 26 Oct 2013 17:56:16 +0100 Jan Vrany Fix in JavaClassReloader - ignore non-Java methods when recompiling users of removed method. development
Thu, 24 Oct 2013 23:19:41 +0100 Jan Vrany Fixed JavaLintService>>#unregister - break dependencies when unregistering development
Wed, 23 Oct 2013 12:25:55 +0100 Jan Vrany Fix in native java.lang.Class#forName0() development
Wed, 23 Oct 2013 10:50:20 +0100 Jan Vrany Bugfix in JavaMethod>>lineNumber (missing return) development
Wed, 23 Oct 2013 00:49:09 +0100 Jan Vrany Removed JavaContext>>#argsAndVars - context inspector should show `this` as well. development
Tue, 22 Oct 2013 23:21:20 +0100 Jan Vrany More fixes after Java class name refactoring. development
Tue, 22 Oct 2013 18:50:11 +0100 Jan Vrany Addes synchronization in JavaClass>>classInit. development
Tue, 22 Oct 2013 14:57:03 +0100 Jan Vrany Fixed a very. very nasty bug in wait(). development
Tue, 22 Oct 2013 03:44:36 +0100 Jan Vrany Added JavaScannerBase>>#tokenName for compativility with smalltalk Scanner. development
Tue, 22 Oct 2013 00:07:48 +0100 Jan Vrany Optimization in JavaLintService: cache language of the code view in an instvar. development
Mon, 21 Oct 2013 10:39:43 +0100 Jan Vrany Bugfix in JavaScannerBase>>:syntaxError:position:to: - raise ParseError. development
Mon, 21 Oct 2013 08:52:06 +0100 Jan Vrany Closing branch javascannerstream. javascannerstream
Wed, 07 Aug 2013 02:11:08 +0100 Jan Vrany Initial attempt to speedup parsinb by using token stream... javascannerstream
Mon, 21 Oct 2013 08:32:14 +0100 Jan Vrany Call CompilationUnitDeclaration#analyseCde() to perform flow analysis... development
Mon, 21 Oct 2013 08:31:02 +0100 Jan Vrany Fix stx.libjava.tools.Source#getFileName(): always return a name to avoid NPE. development
Sun, 20 Oct 2013 00:07:46 +0100 Jan Vrany Fix in JavaSourceHighlighter: do full highlighting for applications spawn from the debugger. development
Sat, 19 Oct 2013 17:38:22 +0100 Jan Vrany Make JavaVM>>#loadClassesIn: to work with .jar files as well. development
Fri, 18 Oct 2013 16:55:19 +0100 Jan Vrany Fix in JavaSourceDocument - care for types with no method declarations development
Fri, 18 Oct 2013 16:54:44 +0100 Jan Vrany Introduced GroovyScanner with support for Groovy-only tokens... development
Thu, 17 Oct 2013 11:11:56 +0100 Jan Vrany Recompilation fixed (avoid endless recursion) development
Thu, 17 Oct 2013 02:24:37 +0100 Jan Vrany Fix in JavaCompiler>>#recompile: when recompiling, use class's original class loader. development
Thu, 17 Oct 2013 02:05:03 +0100 Jan Vrany Added JavaMethod>>#interpretWithReceiver:arguments: development
Thu, 17 Oct 2013 02:02:51 +0100 Jan Vrany Removed obsolete tests... development
Wed, 16 Oct 2013 14:15:23 +0100 Jan Vrany Fix to recompile erroneous classes upon reload. development
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip