Commits
User selector
Commit History
Commits on Oct 6, 2014
Commits on Aug 25, 2014
This is an experimental commit. The files were created in the Windows
Show description for 3ed3053committed
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 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
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 2, 2011
Java 7 support in DrJava. Removed plenty of new warnings.
Show description for cfce2bbcommitted
mgricken
Commits on Aug 16, 2010
Merging trunk into branch.
Show description for d6f67dacommitted
mgricken
Commits on Aug 13, 2010
Commenting out logging that was accidentally left in.
Show description for 54a2d5acommitted
mgrickenFixed bug 3043918: Mac Starts Out with Undo Enabled for Interactions
Show description for af6ac13committed
mgricken
Commits on Jul 29, 2010
Updating Mint compiler adapter.
Show description for 7eb0865committed
mgricken
Commits on Jul 24, 2010
NextGen in DrJava works now.
Show description for 2bbdbefcommitted
mgricken
Commits on May 29, 2010
Bugfix for 3008828: throw null
Show description for 3b9696acommitted
mgricken
Commits on Apr 27, 2010
DrJava now asks if the user wants to rename old
Show description for 37eb7cdcommitted
mgrickenWorking on new language level support.
Show description for 76157e1committed
mgricken
Commits on Apr 11, 2010
Enabling tests for boolean short-circuiting again. They now pass.
Show description for 3a6e74bcommitted
mgricken
Commits on Mar 29, 2010
Implements feature 2978259: Save Copy of Documents
Show description for 30114c0committed
mgricken
Commits on Mar 26, 2010
Fixes bug 2976836: getPackage()
Show description for 3944766committed
mgrickenBugfix for 2976836: Class.getPackage() generates NullPointerException
Show description for ff4f8f1committed
mgricken
Commits on Mar 23, 2010
Bugfix for 2674112: Error loading class in Interpreter
Show description for 482d47ccommitted
mgricken
Commits on Feb 24, 2010
Changed interpreter interface to return pairs of value-type string.
Show description for 18853aecommitted
mgrickenMore changes to address bug 2957033:
Show description for a30a550committed
mgricken
Commits on Feb 23, 2010
First changes to address bug 2957033:
Show description for 467e5b5committed
mgricken
Commits on Jan 20, 2010
Copyright change, and svn property change svn:keywords to
Show description for 5eee0c8committed
mgricken
Commits on Dec 12, 2009
This revision fixes a reported synchronization bug (by FindBugs) in
Show description for 7f1dfe0committed
rcartwright
Commits on Nov 25, 2009
Attempt to fix a NullPointerException InteractionsPaneTest.testUndoRedoNewLine
Show description for 50b7383committed
mgrickenAdds undo/redo functionality to the Interactions Pane; Fixes bug ID:2898576 - Backspace undo/redo issues -- John Cate - 11_25_09
Show description for 02d5c82committed
fro21888
Commits on Nov 20, 2009
Updated plt.jar; fixed some DrJava code to match the changes.
Show description for 3a4a866committed
dlsmith
Commits on Oct 20, 2009
Updated ConcJUnit, changed "regenerate ConcJUnit runtime?"
Show description for 93bb4dacommitted
mgricken
Commits on Oct 19, 2009
Simplified the 'treat major versions from different
Show description for bd123d0committed
mgricken
Commits on Oct 16, 2009
Now including ConcJUnit 4.7 instead of JUnit. By default,
Show description for 045c361committed
mgricken
Commits on Oct 5, 2009
Bugfix: ConcJUnit was included in boot classpath even when
Show description for f09079bcommitted
mgricken
Commits on Sep 30, 2009
Implements feature 2869349:
Show description for 7a9a1a5committed
mgrickenImplemented feature 2869345: Disable ConcJUnit Without Clearing Path
Show description for 2428598committed
mgricken
Commits on Sep 28, 2009
Compilers can specify the commands they support. javac compilers
Show description for d6a66f4committed
mgricken