| Commit | Date | |
|---|---|---|
|
[r4692]
by
dlsmith
Eclipse: Completed bulk of migration to compatibility with the current DrJava sources, Eclipse 3.2+, and ant-driven building. A few rough edges remain to be cleaned up. The plug-in can now be built using "ant jar" and copying the result to the Eclipse plug-ins directory. |
2008-12-05 23:36:10 | Tree |
|
[r4691]
by
dlsmith
Code cleanup recommended by Eclipse. Mostly removed dead code and added generic arguments; touched many files. |
2008-12-02 23:33:27 | Tree |
| 2008-12-02 17:28:08 | Tree | |
|
[r4689]
by
dlsmith
PLT Utilities: Added Condition as a 0-ary Predicate. I wasn't previously convinced there was a use case, but found one in WeakHashSetTest -- an abstraction of a condition expression whose value depends on state. Also cleaned up javadoc comments. |
2008-12-01 23:42:25 | Tree |
| 2008-12-01 16:52:49 | Tree | |
|
[r4687]
by
dlsmith
PLT Utilities: Various cleanup to satisfy the Eclipse compiler. (Some Eclipse warnings still occur, usually where t the code is correct, but the compiler has a bug.) |
2008-11-26 21:01:27 | Tree |
|
[r4686]
by
dlsmith
Platform: Updated build script. Renamed "jdk15", etc., to "jdk5", and "jdk16", etc., to "jdk6". Guaranteed that tests run under the correct JVM if there are dependencies. |
2008-11-25 18:27:30 | Tree |
|
[r4685]
by
dlsmith
Language Levels: Updated build script and accompanying libraries. Java 1.4 is no longer being targeted. |
2008-11-25 16:44:49 | Tree |
|
[r4684]
by
dlsmith
DynamicJava: Updated build script and accompanying libraries. Java 1.4 is no longer being targeted. |
2008-11-25 15:47:58 | Tree |
|
[r4683]
by
dlsmith
PLT Utilities: Fixed a bug in NoDuplicatesIterator. (It was implemented in terms of FilteredIterator, which wasn't correct without breaking the abstraction to access the lookahead value. It's now similar to FilteredIterator, but unrelated.) |
2008-11-25 00:41:12 | Tree |