]> source.dussan.org Git - aspectj.git/shortlog
aspectj.git
2003-01-14 jhuguninrenamed "declare dominates" to "declare precedence"
2003-01-14 jhuguninfixed initial implementor for code written in 2002...
2003-01-14 jhuguninfixed initial implementor for code written in 2002...
2003-01-10 ehilsdalupdated semantics appendix to 1.1 language (still incom...
2003-01-10 ehilsdalUpdated for 1.1 language
2003-01-10 ehilsdalupdated printable quick reference for 1.1 language
2003-01-08 wisbergupdates for eclipse move, cvs builds, and test cases
2003-01-08 jhuguninfixing bugs
2003-01-08 jhuguninadded version not in 'aspect' package
2003-01-08 jhugunincorrect line number
2003-01-08 jhuguninpropogating information needed for decent Xlint warning...
2003-01-08 jhuguninproper error checks for around advice return type compa...
2003-01-08 jhuguninfixed strange dependence on a file named foo
2003-01-08 jhuguninfixing and cleanup
2003-01-08 jhuguninfixed handling of reflective signatures for static...
2003-01-08 jhuguninfixed order of join points during initialization to...
2003-01-08 jhuguninfixed order of join points during initialization to...
2003-01-08 jhuguninfixed order of join points during initialization to...
2003-01-07 wisberginitial draft of doc on writing compiler tests
2003-01-07 jhuguninproper handling of inter-type fields with array types
2003-01-07 jhuguninthe type declared soft must be a subtype of Throwable
2003-01-07 jhuguninmore tests from bugzilla
2003-01-07 jhuguninfixed source location
2003-01-07 jhuguninexposing unique array creation code
2003-01-07 jhuguninavoiding aspect advising its own constructor
2003-01-07 jhuguninfixed bug with ajcclinit in non-persingleton aspects
2003-01-07 jhuguninremoved tracing print
2003-01-07 jhugunintests from bugzilla
2003-01-07 jhuguninignoring bin
2003-01-07 jhuguninallowing large bug ids to make room for eclipse.org...
2003-01-07 jhuguninallowing large bug ids to make room for eclipse.org...
2003-01-06 wisbergexplaining more properties, basics of testing.
2003-01-06 wisbergremoved MPL header accidentally left in.
2003-01-06 wisbergaccidentally commented out short-circuit property
2003-01-06 wisbergcomments only. no build.jar update needed.
2003-01-06 wisbergTo run in eclipse without a launch configuration window
2003-01-06 wisbergadded classpath element to compile
2003-01-06 wisbergadded keyword comment
2003-01-06 wisbergadded two harness test cases, for classpath (jar and...
2003-01-06 wisbergtwo harness test cases, for classpath (jar and dir)
2003-01-06 wisberg- test class loader fix for test classes loaded from...
2003-01-06 wisbergbad javadoc comment
2003-01-06 wisberg- added info line on failure with TestClassLoader classpath
2003-01-06 wisberg- generalized copyFiles to handle file-file, file-dir...
2003-01-04 wisbergenabling debug symbols
2003-01-03 jhuguninjython test scripts
2003-01-03 jhuguninignoring new Xlint warning
2003-01-03 jhuguninincremental and application to binaries improved
2003-01-03 jhuguningetting dependency info for inter-type methods
2003-01-03 jhuguninincremental and working with binaries improved
2003-01-03 jhuguninmaking jython-2.1 available for scripting
2003-01-03 jhuguninminor improvements to incremental mode
2003-01-03 jhuguninmaking inter-type decls work with incremental mode
2003-01-03 jhuguninwork-around for hack that makes BinaryTypeBinding exten...
2003-01-03 jhuguninhorrible hack making this a subtype of SourceTypeBinding
2003-01-03 jhuguninlooking at binary form issues
2003-01-03 jhuguninmore info messages
2003-01-03 jhuguninbetter incremental support
2003-01-03 jhuguninremoved 1000 files at once limit
2003-01-01 jhuguninbetter error for unsupported 'if' lexically inside...
2003-01-01 jhuguninbetter errors for dominates circularities
2003-01-01 jhuguninmoved fixed tests
2003-01-01 jhuguninfixed ordering of inter-dependent cflow entries
2003-01-01 jhuguninone more knownLimitation in error handling
2003-01-01 jhuguninexpanded coverage
2003-01-01 jhuguninfinished implementation of around inlining
2002-12-31 wisbergfixed apparantly-unused errordir attribute
2002-12-31 wisbergminor comment changes
2002-12-31 wisbergfixes to make ajctests mostly running - still getting...
2002-12-31 jhuguninadded information about proceed to around advice attribute
2002-12-31 jhuguninboolean array read/write
2002-12-31 jhuguninnew advice binary format
2002-12-31 wisberginitial version of unused/attic code for later reference
2002-12-31 wisberg- combined the two call/execution entries
2002-12-31 jhuguninaround inlining works more often
2002-12-31 jhuguninrefactored hasThis kinda thing
2002-12-31 jhugunincan't do around x initialization,
2002-12-31 jhugunincan't do around x initialization
2002-12-31 jhuguninrefactor hasThis kind of things
2002-12-30 jhuguninlocal variable information is different than before...
2002-12-30 jhuguninmoving now working tests
2002-12-30 jhuguninusing declare dominates
2002-12-30 jhuguninbetter coverage
2002-12-30 jhuguninfixed to match fact that this syntax is forbidden
2002-12-30 jhuguninbetter errors for circularities
2002-12-30 jhuguninnot allowed on aspects
2002-12-30 jhuguninchecking that parameter to after throwing isa Throwable
2002-12-30 jhuguninfixed error
2002-12-30 jhuguninneeded a !within(A)
2002-12-30 jhuguninfixed to use declare dominates
2002-12-30 jhuguninfixed expected error line
2002-12-30 wisberginitial versions (neglected .lst files)
2002-12-30 wisbergminor Tester API tests brought down from attic
2002-12-28 wisberginitial version
2002-12-24 jhugunincorrectly handling exceptions thrown from intro methods
2002-12-24 jhuguninadded coverage for exceptions thrown from intro methods
2002-12-24 jhuguninfixed names of introduced members
2002-12-23 jhuguninfixed to use A.aspectOf() instead of A.ajc$perSingleton...
2002-12-23 jhuguninbetter error handling
2002-12-23 jhuguninbetter error lines
next