Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
joewhaley | 32 (78.0%) | 211 (90.6%) | 429 (74.7%) | 6.59 |
jwhaley | 6 (14.6%) | 2 (0.9%) | 47 (8.2%) | 0.33 |
mcmartin | 3 (7.3%) | 20 (8.6%) | 98 (17.1%) | 6.67 |
Date | Author | File/Message |
---|---|---|
9/22/04 3:17 PM | joewhaley | Consolidated utility functions into a separate jar file.
(1 Files changed,
2 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.41
(+2
-2)
|
3/10/04 3:47 PM | jwhaley | *** empty log message ***
(1 Files changed,
2 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.40
(+2
-2)
|
3/10/04 3:19 PM | jwhaley | *** empty log message ***
(1 Files changed,
5 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.39
(+5
-3)
|
3/9/04 1:56 PM | jwhaley | *** empty log message ***
(1 Files changed,
11 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.38
(+11
-11)
|
3/8/04 10:59 PM | jwhaley | *** empty log message ***
(1 Files changed,
5 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.37
(+5
-5)
|
3/8/04 10:25 PM | jwhaley | *** empty log message ***
(1 Files changed,
2 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.36
(+2
-2)
|
3/8/04 8:03 PM | jwhaley | *** empty log message ***
(1 Files changed,
22 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.35
(+22
-22)
|
2/23/04 2:42 PM | joewhaley | Updates for JDK 1.5 compatibility.
(1 Files changed,
6 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.34
(+6
-2)
|
10/11/03 1:32 PM | joewhaley | Code cleanup.
(1 Files changed,
3 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.33
(+3
-3)
|
10/6/03 8:02 PM | joewhaley | Factor out access of compilation state into an interface, and provide different versions of that interface for static/dynamic/bootstrapping modes of compilation.
(1 Files changed,
2 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.32
(+2
-2)
|
8/19/03 11:06 AM | joewhaley | Tabs -> spaces.
(1 Files changed,
3 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.31
(+3
-3)
|
8/9/03 4:28 AM | joewhaley | Try to close zip files that have IO errors.
(1 Files changed,
4 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.30
(+4
-1)
|
5/12/03 3:04 AM | joewhaley | Added copyright notices.
(1 Files changed,
8 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.29
(+8
-10)
|
4/30/03 3:40 PM | joewhaley | Start of support for JDK1.4.2.
(1 Files changed,
3 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.28
(+3
-1)
|
3/5/03 12:26 AM | joewhaley | Major refactoring, moved many classes around and methods out of Main.jq.
(1 Files changed,
3 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.27
(+3
-2)
|
2/22/03 3:58 PM | joewhaley | Add some classes to classlist.
Be nicer when reopening zip file fails on startup.
(1 Files changed,
80 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.26
(+80
-78)
|
2/22/03 1:35 PM | joewhaley | Consolidated debug output to Run_Time.Debug.
Renamed "Debug" package to "Debugging".
Fixes to fast type checking, moved type check code up to jq_Type from jq_Reference.
Changed order in ArrayCopy because we mostly arraycopy char arrays.
Moved JDK1.4 support into Support directory, added JavaBDD to support directory.
(1 Files changed,
3 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.25
(+3
-3)
|
1/16/03 10:53 AM | mcmartin | Hardcoded the null delegates
Analysis framework now can be compiled completely as needed
(1 Files changed,
7 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.24
(+7
-6)
|
12/14/02 2:52 AM | mcmartin | Startup and Reflection refactorings
(1 Files changed,
3 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.23
(+3
-3)
|
12/11/02 5:03 PM | joewhaley | Add dynamic linking.
Add getNull() to CodeAddress.
Fix <clinit> when merging classes.
(1 Files changed,
2 Lines changed) joeq/ClassLib/ClassLibInterface.java 1.22
(+2
-2)
|