aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updated to beta4jhugunin2003-01-161-5/+5
* need this or there won't be a manifest in aspectjrt.jarjhugunin2003-01-161-0/+12
* missing manifest in aspectjrt.jar will now only produce a warning, and not jhugunin2003-01-161-3/+0
* adding another abstract/code guard ehilsdal2003-01-151-0/+5
* don't forget the checked exceptionsjhugunin2003-01-151-1/+5
* invokestatic should be used on private static methods, not invokespecialjhugunin2003-01-151-6/+6
* one more declare dominates to declare precedencejhugunin2003-01-151-1/+1
* closer to actual 1.1beta3 contentsjhugunin2003-01-151-37/+19
* better handling of binary only types in the eclipse passjhugunin2003-01-1511-176/+336
* more coveragejhugunin2003-01-151-14/+32
* fixed visibility bug in test casejhugunin2003-01-155-2/+2
* fixed silly spelling error in toStringjhugunin2003-01-151-1/+1
* refraining from removing NOPs at thistimeehilsdal2003-01-141-23/+24
* more careful null handlingjhugunin2003-01-141-2/+2
* doing batch builds when previous incremental build failed badlyjhugunin2003-01-141-0/+5
* fixed bug #29186, much better handling of structure generation jhugunin2003-01-148-14/+116
* skeleton update of README-11 for 1.1beta3.ehilsdal2003-01-141-0/+75
* preparation for 1.1beta3ehilsdal2003-01-141-68/+30
* Fix for bug 28919: relaxing guard to allow native methods w/ no codeehilsdal2003-01-141-2/+29
* fixed bug #28974, allowing initialization of introduced final fieldsjhugunin2003-01-141-6/+8
* added test for introduced final fields and rearranged somejhugunin2003-01-148-21/+62
* renamed "declare dominates" to "declare precedence"jhugunin2003-01-141-1/+1
* renamed "declare dominates" to "declare precedence"jhugunin2003-01-1414-23/+27
* fixed initial implementor for code written in 2002 to be just PARC, not Xerox...jhugunin2003-01-141-0/+31
* fixed initial implementor for code written in 2002 to be just PARC, not Xerox...jhugunin2003-01-14271-271/+271
* updated semantics appendix to 1.1 language (still incomplete)ehilsdal2003-01-106-956/+765
* Updated for 1.1 languageehilsdal2003-01-101-30/+59
* updated printable quick reference for 1.1 languageehilsdal2003-01-102-0/+0
* updates for eclipse move, cvs builds, and test caseswisberg2003-01-081-266/+723
* fixing bugsjhugunin2003-01-083-48/+72
* added version not in 'aspect' packagejhugunin2003-01-081-0/+15
* correct line numberjhugunin2003-01-081-1/+1
* propogating information needed for decent Xlint warnings when privileged jhugunin2003-01-088-20/+45
* proper error checks for around advice return type compatibility with join pointsjhugunin2003-01-081-6/+14
* fixed strange dependence on a file named foojhugunin2003-01-081-4/+4
* fixing and cleanup jhugunin2003-01-083-104/+37
* fixed handling of reflective signatures for static intialization join pointsjhugunin2003-01-082-2/+18
* fixed order of join points during initialization to match 1.1jhugunin2003-01-081-77/+114
* fixed order of join points during initialization to match 1.1jhugunin2003-01-081-5/+15
* fixed order of join points during initialization to match 1.1jhugunin2003-01-081-4/+5
* initial draft of doc on writing compiler testswisberg2003-01-071-0/+432
* proper handling of inter-type fields with array typesjhugunin2003-01-073-7/+22
* the type declared soft must be a subtype of Throwablejhugunin2003-01-071-0/+14
* more tests from bugzillajhugunin2003-01-075-1/+103
* fixed source locationjhugunin2003-01-071-3/+3
* exposing unique array creation codejhugunin2003-01-071-1/+1
* avoiding aspect advising its own constructorjhugunin2003-01-071-4/+4
* fixed bug with ajcclinit in non-persingleton aspectsjhugunin2003-01-071-12/+13
* removed tracing printjhugunin2003-01-071-1/+1
* tests from bugzillajhugunin2003-01-076-7/+135