Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added OOPSLA 2004 slides. | mkersten | 2005-01-20 | 1 | -0/+0 | |
| | ||||||
* | updates for ltw and annotations | acolyer | 2005-01-19 | 3 | -2/+1023 | |
| | ||||||
* | first example now works! | aclement | 2005-01-18 | 1 | -13/+16 | |
| | ||||||
* | Updated to include source location offset. | mkersten | 2005-01-13 | 1 | -3/+6 | |
| | ||||||
* | incorporate tim peierls suggestion from mailing list | acolyer | 2004-12-17 | 1 | -20/+11 | |
| | ||||||
* | clarify requirement for runtime retention in @this, @target, @args | acolyer | 2004-12-09 | 1 | -1/+4 | |
| | ||||||
* | a few words about 1.5.0 M1 | acolyer | 2004-12-09 | 3 | -1/+66 | |
| | ||||||
* | fixed some alignment issues in grammar fragments | acolyer | 2004-12-09 | 2 | -42/+41 | |
| | ||||||
* | updates for 1.5.0 M1 | acolyer | 2004-12-09 | 5 | -266/+504 | |
| | ||||||
* | say what we are installing... | acolyer | 2004-12-09 | 1 | -1/+1 | |
| | ||||||
* | jdeveloperaop link, corrected html, added email archive search link, removed ↵ | wisberg | 2004-12-06 | 1 | -83/+61 | |
| | | | | unused html comments | |||||
* | fixed typo in the "id" of the chapter | acolyer | 2004-12-01 | 1 | -1/+1 | |
| | ||||||
* | couple of doc bugs pointed out by andy... | acolyer | 2004-12-01 | 1 | -2/+2 | |
| | ||||||
* | JDeveloper url | wisberg | 2004-11-30 | 1 | -3/+5 | |
| | ||||||
* | ensure every generated html file has a meaningful name | acolyer | 2004-11-28 | 7 | -12/+12 | |
| | ||||||
* | aspectj 5 docs update. Signature matching chapter added. | acolyer | 2004-11-28 | 13 | -191/+781 | |
| | | | | | | | Annotations chapter complete. Varargs, covariance, autoboxing, and enum chapters complete. Pertypewithin proposal written up. Generics, new reflection interfaces, and the "miscellaneous" section still outstanding. | |||||
* | more updates to 1.5 design | acolyer | 2004-11-24 | 7 | -142/+669 | |
| | ||||||
* | Fixed 2 xml errors. | aclement | 2004-11-19 | 2 | -2/+2 | |
| | ||||||
* | some small updates in annotations, plus beginnings of varargs section | acolyer | 2004-11-18 | 4 | -1/+193 | |
| | ||||||
* | use AccessibleObject rather than java.lang.reflect.Member | acolyer | 2004-11-17 | 1 | -7/+2 | |
| | ||||||
* | updated for new annotations style | acolyer | 2004-11-16 | 3 | -4/+108 | |
| | ||||||
* | dealing with incomplete Test renaming to CoreTest | ehilsdal | 2004-11-11 | 16 | -16/+16 | |
| | ||||||
* | updated to not allow general extension of type patterns | acolyer | 2004-11-10 | 1 | -218/+310 | |
| | ||||||
* | attendees should not use blackdown jdk under linux | ehilsdal | 2004-11-10 | 1 | -0/+7 | |
| | ||||||
* | changes influenced by OOPSLA 2004 | ehilsdal | 2004-11-10 | 1 | -0/+0 | |
| | ||||||
* | revised with info from OOPSLA 2004: | ehilsdal | 2004-11-10 | 13 | -99/+144 | |
| | | | | | | | renaming support.Log.log to support.Log.write renaming test.Test to test.CoreTest (r)ing aspectj clearing up a few random things | |||||
* | build the 1.5 developer's notebook as part of the distribution. | acolyer | 2004-11-09 | 1 | -1/+9 | |
| | ||||||
* | early draft of AspectJ 1.5 documentation - do not rely on the contents of ↵ | acolyer | 2004-11-09 | 11 | -0/+1127 | |
| | | | | these docs yet!!! | |||||
* | Matthews fix for Bugzilla Bug 77163: Load time weaver default verbose settingV1_2_1 | aclement | 2004-11-05 | 1 | -1/+2 | |
| | ||||||
* | fixing an html bug | ehilsdal | 2004-10-21 | 1 | -1/+1 | |
| | ||||||
* | preparations for 1.2.1 release | acolyer | 2004-10-21 | 2 | -0/+293 | |
| | ||||||
* | fix for bugzilla bug 75486: issingleton or issingleton() | acolyer | 2004-10-21 | 3 | -0/+0 | |
| | ||||||
* | fix for Bugzilla Bug 75486 | acolyer | 2004-10-21 | 2 | -4/+4 | |
| | | | | issingleton or issingleton()? | |||||
* | fix for Bugzilla Bug 73369 | acolyer | 2004-10-21 | 2 | -4/+6 | |
| | | | | Create a jar file that can be used for load-time weaving... | |||||
* | dup showWeaveInfo in 1.11 - already added in revision 1.10 | wisberg | 2004-10-20 | 1 | -7/+0 | |
| | ||||||
* | Docs for ANT task showWeaveInfo option. | aclement | 2004-10-19 | 1 | -0/+7 | |
| | ||||||
* | variables available in if(b), removed mdash entity as unknown | wisberg | 2004-10-14 | 1 | -5/+6 | |
| | ||||||
* | Added "uses pointcut" relation to the ASM. | mkersten | 2004-10-14 | 1 | -3/+3 | |
| | ||||||
* | -showWeaveInfo for ajc, iajc dev guide sections | wisberg | 2004-10-05 | 2 | -0/+14 | |
| | ||||||
* | Fix for Bug 73073: Inconsistency between starred and nonstarred type ↵ | ehilsdal | 2004-09-08 | 1 | -1/+60 | |
| | | | | | | patterns in connection with shadowing. Finally documented matching difference between exacttype and patterntype | |||||
* | project plans for Java 5 taken from Adrian's email | wisberg | 2004-09-02 | 1 | -3/+47 | |
| | ||||||
* | Fix bug 72623; also changed "definition" to "declaration" for Java elements | wisberg | 2004-08-28 | 1 | -8/+85 | |
| | ||||||
* | fix bug 59203 - dynamic AOP | wisberg | 2004-08-28 | 1 | -15/+44 | |
| | ||||||
* | Limitation stated in bug 50195 | wisberg | 2004-08-28 | 1 | -0/+6 | |
| | ||||||
* | Fix for bugzilla bug 72474: Quick reference claims to be for AspectJ 1.1 | ehilsdal | 2004-08-25 | 3 | -0/+0 | |
| | | | | De-versioned quick-reference, made minor clarifying changes | |||||
* | Language specification clarification for two bugs: | ehilsdal | 2004-08-24 | 1 | -0/+10 | |
| | | | | | 49784 declaring interface methods should work as it does in interfaces 70794 The introduction on interface causes the interface implementation class error | |||||
* | Fix for bugzilla bug 71087: | ehilsdal | 2004-08-23 | 1 | -3/+38 | |
| | | | | underspecification of primitive conversion | |||||
* | tutorial exercises updated for OOPSLA. The printout | ehilsdal | 2004-08-23 | 2 | -179/+248 | |
| | | | | looks much nicer and is a bit more streamlined. | |||||
* | Fix for bugzilla bug 71393: | ehilsdal | 2004-08-23 | 1 | -0/+52 | |
| | | | | Specify how does args pointcut collect context for pointcuts which are used in cflow | |||||
* | fix for bugzilla bug 72379: | ehilsdal | 2004-08-23 | 2 | -17/+48 | |
| | | | | static aspects not well explained |