]> source.dussan.org Git - aspectj.git/shortlog
aspectj.git
2005-01-27 wisberghack workaround for 48650
2005-01-27 wisbergPermit outjars to be used as injars in subsequent compi...
2005-01-26 aclementFix for null arrays (from AV)
2005-01-26 aclementAdded isSynthetic() to keep Java5 compiler happy (isSyn...
2005-01-26 aclement@AJ syntax (pr83626): changes to bcel from Alex
2005-01-26 aclementMatthew fix for 83380: don't use enum as a variable...
2005-01-25 wisberg@testcase PR83645 pertypewithin on interface
2005-01-25 aclementFix for Bug 83563: pertypewithin() handling of inner...
2005-01-24 aclementMatthew fix for 83380: don't use enum as a variable...
2005-01-24 aclementCorrectly build jdtcore includes fix for 83423. (Binary...
2005-01-24 aclementFix to ensure woven methods don't lose their annotations.
2005-01-24 aclementFirst bit of implementing annotation checking in Eclips...
2005-01-24 aclementThis fix for 'c' values in annotations has been verifie...
2005-01-23 aclementFix for type 'c' values in annotations - 'c' == 'Class'
2005-01-21 aclementfix (*cough* hack) for annotations originating from...
2005-01-20 mkerstenAdded OOPSLA 2004 slides.
2005-01-20 aclementFix for Bug 83303: complier error when mixing inheritan...
2005-01-20 aclementGet enum value fields to work in the ASM. Plus test...
2005-01-20 aclementPromoted visibility of dump method for use from test...
2005-01-19 aclementUpdate to allow 1.5 to be specified.
2005-01-19 aclementFix for Bug 82570: Weaved code does not include debug...
2005-01-19 acolyerupdates for ltw and annotations
2005-01-19 aclementorganized imports
2005-01-18 aclementfirst example now works!
2005-01-18 aclementFix to allow pertypewithin aspectOf() to cope with...
2005-01-18 aclementPerTypeWithin support.
2005-01-18 aclementPerTypeWithin: Test data
2005-01-18 aclementorganized imports.
2005-01-17 aclementHmmm - I don't think these are part of Java5 support.
2005-01-17 acolyerNew compiler gives additional error message on 1.3...
2005-01-17 acolyerjava 5 support
2005-01-17 acolyerpass addURL calls onto super
2005-01-17 acolyerjava 5 support
2005-01-14 aclementFix for AjcPre10xTests.test016 if run standalone. ...
2005-01-14 aclementFix for "staticinitialization(@Blah *)"
2005-01-13 mkerstenFixed 3 bugs reported in bug#82340, including correct...
2005-01-13 mkerstenUpdated to support running on JDK 1.5, and fixed relate...
2005-01-13 mkerstenUpdated to include source location offset.
2005-01-11 aclementFixes for 78021, 79554 - both to do with us breaking...
2005-01-07 aclementFix for Bug 82134: AspectJ 5 M2 should implement backwa...
2005-01-07 aclementrebuilt with 2.0 weaver version attribute (aj1.2.1...
2005-01-07 aclementAll jars rebuilt with rev'd weaver version number 2...
2005-01-07 aclementTestcode for migration testing
2005-01-07 aclementRemoved warning that no longer comes out for this test...
2005-01-06 aclementtest was failing because a message was coming out twice...
2005-01-06 aclementRemoving 'run' calls from the testcases for now .....
2005-01-05 aclementBWD: One extra check.
2005-01-05 aclementBWD: Improved source loc stuff and helper methods
2005-01-05 aclementChanged order processing for weaving to match the recen...
2005-01-05 aclementBWD: Main part of the implementation, checks all the...
2005-01-05 aclementBWD: improved source loc creation
2005-01-05 aclementBWD: Improvements in source location handling allow...
2005-01-05 aclementBWD: New error checking catches one more error in this...
2005-01-05 aclementRecent changes seem to have made some messages come...
2005-01-05 aclementBWD: Updated - now type processing order is sensible...
2005-01-05 aclementBWD: test cases
2005-01-05 aclementBWD: Use new API on sourcetypebinding to remember origi...
2005-01-05 aclementBinary Weaving Decp: Two changes: In SourceTypeBinding...
2005-01-05 acolyertest cases and fix for Bugzilla Bug 81863
2005-01-05 aclementBinary Weaving Decp: test code
2005-01-05 acolyerextra test resources for within(@Foo *) tests
2005-01-05 aclementBinary Weaving Decp: helper methods and bug fix for...
2005-01-05 aclementBinary Weaving Decp: another helper method..
2005-01-05 acolyerswitch from string comparison to a more robust RPN...
2005-01-05 acolyertemporarily taken out a periodically misbehaving test...
2005-01-05 aclementorganized imports.
2005-01-04 aclementVery very first simple helper bits of binary weaving...
2005-01-04 aclementFix for Bug 82062: WeaveMessage should provide more...
2005-01-04 aclementorganized imports.
2004-12-20 aclementHopefully fixes disappearance of decsofts in AJDT....
2004-12-20 aclementFix for Bug 80916: In some cases the structure model...
2004-12-17 acolyerincorporate tim peierls suggestion from mailing list
2004-12-16 acolyerforgot to check in this updated java 5 jar for test...
2004-12-16 acolyermore ambiguous bindings testing
2004-12-16 acolyerdisambiguating bindings
2004-12-16 acolyerit is now safe to short-circuit in and/or pc matching...
2004-12-16 acolyerpayback time for all the "kinding" work - only ever...
2004-12-15 acolyerjust tidying up a few unused imports
2004-12-15 acolyerpartial fix for bug 61568.
2004-12-10 aclementSupport for 'offset' in source locations - enabling...
2004-12-10 aclementUpdates for AJDK1.5.0
2004-12-10 aclementAutoboxing and decp restrictions
2004-12-10 aclementcheck errors/xlints for decp'ing on annos/enums
2004-12-10 aclementAutoboxing tests - not checked in as need 1.5 JVM to...
2004-12-10 aclementautoboxing for return values
2004-12-10 aclementannotation/enum xlints
2004-12-10 aclementAll the new enum/annotation messages
2004-12-10 aclementTests for declare parents where enums are involved.
2004-12-10 aclementTests for declare parents where annotations are involved.
2004-12-10 acolyertest correct detection of @args in a declare
2004-12-10 acolyer@within, @withincode fixes
2004-12-10 acolyer@within, @withincode tests
2004-12-10 acolyerfinal(?) @args fixes
2004-12-10 acolyertesting for @args
2004-12-09 acolyermore testing, @args support
2004-12-09 acolyermore tests
2004-12-09 acolyerupdated binary form
2004-12-09 aclementAllows passing of extra argument to the compiler (...
2004-12-09 aclementAutoboxing testdata - all primitives covered.
2004-12-09 acolyercompleted @this and @target
next