aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* (minimal) Apache fop 0.20.5, for bug 81654wisberg2005-03-106-0/+51
|
* patch 81654 updates docbook perwisberg2005-03-1010-91/+93
| | | | | http://xml.apache.org/fop/faq.html#no-page-master (oops - I made .xsl files binary)
* updated for new Builder.properties handling, strict resource patterns.wisberg2005-03-081-0/+0
|
* support for building Java 5 sourceswisberg2005-02-111-0/+0
|
* ignore invalid aspectj-home's when seeking aspectj libswisberg2005-02-031-0/+0
|
* Removing last 'use the static type for accessing static field' warnings from ↵aclement2005-02-022-0/+0
| | | | the AJ source...
* Rebuilt with minor update to PUSH instructionaclement2005-01-312-0/+0
|
* initial support for building aspectj projectswisberg2005-01-291-0/+0
|
* avoiding bootstrap to make it easier to implement aspectj ant build *sigh*wisberg2005-01-293-13/+14
|
* @AJ syntax (pr83626): changes to bcel from Alexaclement2005-01-262-0/+0
|
* This fix for 'c' values in annotations has been verified by Pepe. ↵aclement2005-01-242-0/+0
| | | | Committing source changes and testcase.
* Fix for type 'c' values in annotations - 'c' == 'Class'aclement2005-01-232-0/+0
|
* Updates for AJDK1.5.0aclement2004-12-101-0/+0
|
* Allows for MarkerAnnotations - doh! (i.e. ones with no values) and unpacks ↵aclement2004-12-092-0/+0
| | | | invis annotations on classgens correctly.
* Fix some stuff that Wes pointed out: addEmptyConstructor() in ClassGen has ↵aclement2004-11-222-0/+0
| | | | always been broken and the src.zip for BCEL that was generated included test imports.
* BCEL Java5 Supportaclement2004-11-192-0/+0
|
* don't upset windows script...acolyer2004-10-221-0/+0
|
* fix for Bugzilla Bug 73369acolyer2004-10-211-0/+0
| | | | Create a jar file that can be used for load-time weaving...
* Fix for Bugzilla Bug 74238: Applet which uses cflow pointcut gets ↵aclement2004-10-141-0/+0
| | | | AccessControlException
* 76030 - cflow optimizations. Part 1 fix - use counters rather than stacks ↵aclement2004-10-111-0/+0
| | | | when we can.
* Enhancement for Bugzilla Bug 49743aclement2004-09-011-0/+0
| | | | | performance improvements for runtime library (From Matthew)
* Fix for Bugzilla Bug 70404aclement2004-08-271-0/+0
| | | | passing null to array arguments confuzes static join point signature.
* BCEL rename (enhancement 61374)aclement2004-08-122-0/+0
|
* new version of build.jar that does not exclude runtimeacolyer2004-06-091-0/+0
|
* updated aspectjrt.jar with new Factory methods inacolyer2004-06-081-0/+0
|
* Georges fixes for 61411aclement2004-05-281-0/+0
|
* Updated with fix for Bugzilla Bug 62631 aclement2004-05-211-0/+0
| | | | Generated class gives "Illegal constant pool index" on loading
* Had wrong entry for version in MANIFEST - due to some packaging I had done ↵aclement2004-05-101-0/+0
| | | | to build my own 1.2rc1 - should be fixed now.
* Fix for Bugzilla Bug 59909 aclement2004-05-051-0/+0
| | | | CFlowStack removesThreads to late
* Create aj and aj.bat launch scripts at install time.aclement2004-04-071-0/+0
|
* 1.2 rc1 build/pkg : Includes changes to version and to build ajdoc.aclement2004-04-051-0/+0
|
* fix for Bugzilla Bug 54721 acolyer2004-03-191-0/+0
| | | | add this to AP (Signature.getDeclaringTypeName())
* Fix for Bugzilla Bug 41125: ehilsdal2004-01-291-0/+0
| | | | LocalVariableTable sometimes gets BCEL-supplied parameter names
* Fix for Bugzilla Bug 43792: Illegal Opcode Detected ehilsdal2004-01-291-0/+0
| | | | | this is now a patched version of bcel-5.1 -- it was previously an unpatched version of bcel-5.0.
* Implemented feature for Bugzilla Bug 48091 jhugunin2004-01-241-0/+0
| | | | | | | | | | | | | | Lazy instantiation of thisJoinPoint Speed-ups of 10-100X are measured even when running a small test case with minimal GC issues. The actual feature implemented is that thisJoinPoint objects are only created just before calling the method for advice that requires them. To take advantage of this feature you must use an if PCD or some other dynamic test that occurs in the PCD not the advice body to guard the expensive creation of the thisJoinPoint object. -XlazyTjp flag must be passed to compiler to enable this feature. If any around advice is present on the joinpoint then lazy instantiation will be disabled. An Xlint warning will be displayed in this case. As a related optimization, several helper methods were added to Factory.makeJP to reduce the code size when thisJoinPoint is used.
* Georges fix for Bugzilla Bug 50200 aclement2004-01-221-0/+0
| | | | aspectjrt.jar manifest file name needs changing to upper case
* Fix for Bugzilla Bug 44587 jhugunin2004-01-141-0/+0
| | | | | | | | | | | Erroneous exception conversion and Bugzilla Bug 34206 before():execution(new(..)) does not throw NoAspectBoundException All exceptions that occur during the static intialization of a persingleton aspect will be swallowed. When using that aspect (via aspectOf()) a NoAspectBoundException will be thrown with the original exception from the staitc initializer as the cause.
* updated version of aspectjrt.jar which includes getCause on SoftExceptionacolyer2004-01-071-0/+0
|
* One more attempt at increasing max heap size to enable acolyer2003-10-132-3/+3
| | | | automated release tests to successfully complete.
* Bumped up max heap size to enable automated release tests to acolyer2003-10-132-3/+6
| | | | successfully complete.
* adding taskdefs/bin to classpath on commandwisberg2003-10-011-0/+5
|
* former version was built with -target 1.2, so it has a bad major version ↵wisberg2003-06-021-0/+0
| | | | when running under 1.1
* bootstrap jar for trim fixeswisberg2003-05-311-0/+0
|
* updating build.jar to bootstrap changes to permit ant.jar in a testing modulewisberg2003-05-241-0/+0
|
* forcing target to be 1.1 in case someone builds using 1.4.wisberg2003-05-211-0/+0
|
* updating for installer temp dir fix when File.getTempFile() fails.wisberg2003-05-141-0/+0
|
* updating library per binary-compatible change in feb to make build check passwisberg2003-05-051-0/+0
|
* updated to reflect runtime changes for 1.1 compatibilitywisberg2003-04-231-0/+0
|
* ugh. updating XML .classpath parser to handle any number of attributes wisberg2003-04-231-0/+0
| | | | | still does not handle quoted spaces or nested entities. Also updated for new attribute names in 2.1?
* updated build to handle empty jdt modulewisberg2003-04-031-0/+0
|