Commits
User selector
Commit History
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 Oct 6, 2014
Commits on Sep 3, 2014
This revision works around a JVM bug that happened in
Show description for b733063committed
rcartwright
Commits on Aug 25, 2014
This is an experimental commit. The files were created in the Windows
Show description for 3ed3053committed
rcartwright
Commits on Aug 30, 2013
This commit consists of a few patches to support the Oracle Java 7
Show description for 523677dcommitted
rcartwright
Commits on Aug 29, 2013
Commits on Aug 18, 2012
This is a tiny revision before creating a new stable release. It contains
Show description for 1f3058bcommitted
rcartwright
Commits on Aug 17, 2012
This revision includes some minor bug fixes including a concurrency
Show description for 83ec4c1committed
rcartwrightThis revision includes some cosmetic changes in comments in
Show description for fe83132committed
rcartwright
Commits on Jul 25, 2012
This commit includes many small changes motivated by bug fixes and
Show description for 3a763dccommitted
rcartwright
Commits on May 1, 2012
This revision updates the drjava code base (following the revisions
Show description for c7cf978committed
rcartwright
Commits on Apr 29, 2012
This revision generifies the code base with respect to the Java 7 libraries. Compilation
Show description for 43a72becommitted
rcartwright
Commits on Apr 27, 2012
This commit partially cleans up the typing to conform with the newly generified Java 7 APIs.
Show description for 37449cbcommitted
rcartwright
Commits on Nov 18, 2011
The test method testCorrectFilesAfterIncorrectChanges_NOJOIN in GlobalModelJUnitTest has consistently
Show description for 946c982committed
rcartwright
Commits on Aug 17, 2011
This revision fixes a concurrency bug (unexpected deadline of the GUI)
Show description for 844c5b5committed
rcartwrightThis revision cleans up some the test code by moving testing operations involving AWT/Swing components to the event thread and eliminating clearEventQueue() calls. Much remains to be done.
Show description for 68fac93committed
rcartwrightThis revision corrects some thread interference (synchronization
Show description for 3c8d894committed
rcartwright
Commits on Aug 16, 2011
This revision cleans up the behavior of the debugger when LL files are involved. The new code maps source file locations
Show description for 8cb3141committed
rcartwright
Commits on Aug 11, 2011
This commit adds the volatile modifier to some naked (neither volatile or final) fields of potentially shared classes. It also cleans up
Show description for f9cf090committed
rcartwright
Commits on Aug 5, 2011
This revision cleans up the test code associated with
Show description for 48e9711committed
rcartwright
Commits on Aug 2, 2011
Java 7 support in DrJava. Removed plenty of new warnings.
Show description for cfce2bbcommitted
mgricken
Commits on Jul 27, 2011
Fixes bug 3377715: Debugger not active
Show description for 9fd31bfcommitted
mgricken
Commits on Feb 3, 2011
This revision fully integrates the new .dj language level with the
Show description for bd7a2ddcommitted
rcartwright
Commits on Nov 16, 2010
Implemented feature request 3081586:
Show description for 23d353bcommitted
mgricken
Commits on Oct 19, 2010
Better version handling for research compilers.
Show description for da631aecommitted
mgricken
Commits on Sep 21, 2010
Fixed bug 3069101: HelloWorld Applet Throws Exception
Show description for ce0ecf6committed
mgrickenAllowing compilers to suggest file extension, e.g. HJ --> .hj
Show description for 7f27d4dcommitted
mgricken
Commits on Sep 13, 2010
Bugfix for support request 3064796
Show description for 80f1de1committed
mgricken
Commits on Sep 1, 2010
Small fixes for DrJava/HJ.
Show description for bc15f82committed
mgricken
Commits on Aug 27, 2010
Merging drjava-compilers branch into trunk. This is a major
Show description for 9e919d6committed
mgricken
Commits on Aug 25, 2010
Implemented compiler-selected file extensions and keyword
Show description for 1b5bc04committed
mgrickenCompiler changes can determine syntax highlighting too.
Show description for 8636874committed
mgrickenSyntax highlighting had to be updated when a file was opened, too.
Show description for 5437259committed
mgricken
Commits on Aug 24, 2010
Trunk into branch.
Show description for f980240committed
mgrickenAdded machinery to change syntax-highlighted keywords, e.g.
Show description for 8daa32acommitted
mgricken