Commits
User selector
Commit History
Commits on Nov 29, 2017
This revision consists of a tiny change to the .gitignore file for dynamicjava.
Show description for ea25009committed
Commits on Sep 7, 2016
This revision cleans up build.xml and some top-level code in the interpreter.
Show description for 95455bacommitted
Commits on Nov 19, 2014
Commits on Nov 17, 2014
This revision cleans up javalanglevels, primarily by replacing asm-3.1.jar with asm-all-5.0.1.jar.
Show description for 24d7e75committed
Commits on Oct 16, 2014
This commit updates the code base to use asm-all-5.0.1.jar instead of asm-3.1.jar facilitating
Show description for 9644f69committed
Commits on Aug 2, 2011
Java 7 support in DrJava. Removed plenty of new warnings.
Show description for cfce2bbcommitted
mgricken
Commits on Nov 23, 2010
Fixing bug 3116238: (int) (true) command pops error
Show description for 1caae7fcommitted
mgricken
Commits on Sep 21, 2010
Fixed bug 3069101: HelloWorld Applet Throws Exception
Show description for ce0ecf6committed
mgricken
Commits on Aug 27, 2010
Merging drjava-compilers branch into trunk. This is a major
Show description for 9e919d6committed
mgricken
Commits on Aug 17, 2010
Null object pattern for JDKDescriptors.
Show description for 0a85493committed
mgricken
Commits on Aug 16, 2010
Merging trunk into branch.
Show description for d6f67dacommitted
mgrickenLibrary update.
Show description for 6963125committed
mgricken
Commits on Jul 30, 2010
Merged trunk into branch, worked on HJ compiler adapter.
Show description for a0957e8committed
mgrickenFuture-proofing for Oracle-branded JVMs. "Oracle" string
Show description for a6457aacommitted
mgricken
Commits on Jul 28, 2010
Beginning to integrate HJ compiler from drjava-hj branch.
Show description for 9d83c5ecommitted
mgricken
Commits on Jul 27, 2010
Merging trunk into branch.
Show description for 2fc90edcommitted
mgricken
Commits on Jul 1, 2010
Invokes NextGen compiler now, but compiler has problems.
Show description for f5dccb0committed
mgricken
Commits on Jun 23, 2010
Working on refactored compiler adapters.
Show description for b3945c9committed
mgricken
Commits on Jun 22, 2010
Working on refactored compiler adapters.
Show description for b121ed2committed
mgrickenWorking on refactoring compiler adapters.
Show description for 0af0c72committed
mgricken
Commits on Jun 21, 2010
Fixed non-UTF8 character.
Show description for 6258776committed
mgricken
Commits on May 29, 2010
Bugfix for 3008828: throw null
Show description for 3b9696acommitted
mgricken
Commits on Apr 11, 2010
DynamicJava: Fix for bug when array initializer is assigned to a non-array type.
Show description for 942ecabcommitted
dlsmithDynamicJava: Fixed internal error for "+=" used with strings.
Show description for 24fd185committed
dlsmithDynamicJava: Fix for bug 2974931 -- division by zero causes exception during static checking.
Show description for 0fad47bcommitted
dlsmithDynamicJava:
Show description for ead4346committed
dlsmith
Commits on Mar 26, 2010
Fixes bug 2976836: getPackage()
Show description for 3944766committed
mgricken
Commits on Mar 23, 2010
Bugfix for 2674112: Error loading class in Interpreter
Show description for 482d47ccommitted
mgricken
Commits on Jan 20, 2010
Copyright change, and svn property change svn:keywords to
Show description for 5eee0c8committed
mgricken
Commits on Jan 14, 2010
Commits on Dec 23, 2009
DynamicJava: Removed debugging message.
Show description for 6ad9127committed
dlsmithMissing file from last commit.
Show description for add3962committed
dlsmithDynamicJava: Implemented special array clone() method. This allows: 1) better typing: String[] s = new String[3].clone(); 2) use when accessibility checks are turned on; 3) use in a method body th…
Show description for 99741e8committed
dlsmithDynamicJava: Adjusted constant field hack so that it doesn't allow non-primitive, non-String fields to be treated as constants. SourceInfos support ordering. SourceCheckerImprovements. Checking …
Show description for 35470e8committed
dlsmith
Commits on Dec 3, 2009
DynamicJava: Updated JLBench to test for floating-point == special cases.
Show description for 70893b8committed
dlsmith