| Commit message (Expand) | Author | Age | Files | Lines |
* | fix for Bugzilla Bug 55134
| acolyer | 2004-03-18 | 1 | -5/+21 |
* | fix for Bugzilla Bug 47910
| acolyer | 2004-03-17 | 1 | -7/+34 |
* | fix for Bugzilla Bug 54622
| acolyer | 2004-03-16 | 1 | -66/+70 |
* | fix for Bugzilla Bug 43714
| acolyer | 2004-03-16 | 1 | -25/+55 |
* | Fix for Bugzilla Bug 41181
| aclement | 2004-03-16 | 14 | -31/+33 |
* | Fix for Bugzilla Bug 41181
| aclement | 2004-03-16 | 8 | -33/+177 |
* | fix for Bugzilla Bug 44272
| acolyer | 2004-03-15 | 2 | -3/+3 |
* | move weaving to inside of the compiler.compile loop.
| acolyer | 2004-03-15 | 2 | -0/+74 |
* | move weaving to inside of the compiler.compile loop.
| acolyer | 2004-03-15 | 6 | -204/+472 |
* | Fix for Bugzilla Bug 52394
| aclement | 2004-03-04 | 1 | -2/+7 |
* | Fix for Bugzilla Bug 52107
| aclement | 2004-02-26 | 1 | -1/+1 |
* | Final part of bug #46347 (-inpath): We do not copy resources from inpath dir... | aclement | 2004-02-26 | 1 | -0/+5 |
* | Fix for preventing the use of if/target/this/args/cflow/cflowbelow in Declare... | aclement | 2004-02-26 | 1 | -2/+4 |
* | Organized an import whilst I was in the weaver anyway. | aclement | 2004-02-26 | 1 | -1/+0 |
* | Fix for preventing the use of if/target/this/args/cflow/cflowbelow in Declare... | aclement | 2004-02-26 | 1 | -0/+9 |
* | Fix for preventing the use of if/target/this/args/cflow/cflowbelow in Declare... | aclement | 2004-02-26 | 5 | -14/+9 |
* | Fix for Bugzilla Bug 51320
| aclement | 2004-02-25 | 4 | -1/+43 |
* | Fix for Bug 36430: Xreweavable support | aclement | 2004-02-24 | 11 | -21/+324 |
* | Fix for: Bugzilla Bug 51919
| aclement | 2004-02-24 | 1 | -3/+4 |
* | Fix for Bugzilla Bug 50641
| aclement | 2004-02-09 | 1 | -4/+8 |
* | made JDK 1.3 compatible | ehilsdal | 2004-02-04 | 1 | -2/+2 |
* | Fix for Bugzilla Bug 42668
| ehilsdal | 2004-01-29 | 1 | -21/+0 |
* | Fix for Bugzilla Bug 42668
| ehilsdal | 2004-01-29 | 1 | -4/+30 |
* | Fix for Bugzilla Bug 41125:
| ehilsdal | 2004-01-29 | 1 | -33/+6 |
* | Fix for Bugzilla Bug 43792: Illegal Opcode Detected | ehilsdal | 2004-01-29 | 2 | -0/+42 |
* | Test and fix for Bugzilla Bug 50570
| jhugunin | 2004-01-28 | 3 | -8/+33 |
* | fix for Bugzilla Bug 49295
| jhugunin | 2004-01-28 | 2 | -65/+65 |
* | Picked lowest hanging weave-time performance optimization fruit. | jhugunin | 2004-01-27 | 4 | -113/+72 |
* | Picked lowest hanging weave-time performance optimization fruit. | jhugunin | 2004-01-27 | 24 | -69/+232 |
* | Implemented feature for Bugzilla Bug 48091
| jhugunin | 2004-01-24 | 8 | -179/+240 |
* | spring cleaning in advance of 1.2 enhancements:
| acolyer | 2004-01-23 | 10 | -32/+32 |
* | enh 48072 - ICrossReferenceHandler support to get xref info from the weaver | acolyer | 2004-01-23 | 5 | -3/+48 |
* | Fix for 38824. | acolyer | 2004-01-14 | 1 | -5/+5 |
* | Fix for Bugzilla Bug 44587
| jhugunin | 2004-01-14 | 3 | -7/+45 |
* | Fix for Bugzilla Bug 49784
| acolyer | 2004-01-13 | 3 | -6/+72 |
* | move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the
| acolyer | 2004-01-13 | 1 | -1/+1 |
* | fix for Bugzilla Bug 41952
| jhugunin | 2004-01-07 | 11 | -21/+157 |
* | removed errant debugging println | ehilsdal | 2003-11-17 | 1 | -1/+1 |
* | switch from using class files in bin directory created during
| acolyer | 2003-11-17 | 1 | -1/+2 |
* | These class files are *input* to the weaver test cases.
| acolyer | 2003-11-17 | 9 | -0/+4 |
* | Added JSR45 attribute | ehilsdal | 2003-11-17 | 5 | -18/+212 |
* | minor pruning (semantics preserving) | ehilsdal | 2003-11-14 | 12 | -30/+24 |
* | fixed static calls (semantics preserving and non-crosscutting) | ehilsdal | 2003-11-14 | 13 | -226/+369 |
* | a few inner class cleanups (semantics preserving) | ehilsdal | 2003-11-14 | 6 | -8/+8 |
* | removed unused imports (semantics-preserving) | ehilsdal | 2003-11-13 | 23 | -63/+50 |
* | Andy Clement's patch for enh 46347: "-inpath" | acolyer | 2003-11-11 | 3 | -26/+94 |
* | Fix from Matthew Webster for copying first resource in jars and
| acolyer | 2003-11-04 | 1 | -13/+9 |
* | consolidate output dir for post-test clean-up | wisberg | 2003-10-31 | 6 | -12/+73 |
* | using ../{module}/ convention for testdata references so tests can be run fro... | wisberg | 2003-10-31 | 3 | -11/+19 |
* | Fix for bug#44117 | mkersten | 2003-10-16 | 1 | -1/+3 |