Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 282379 | aclement | 2011-02-05 | 1 | -2/+16 |
| | |||||
* | generics | aclement | 2010-07-15 | 3 | -810/+767 |
| | |||||
* | java5 | aclement | 2010-07-08 | 1 | -0/+1 |
| | |||||
* | generics | aclement | 2010-07-07 | 1 | -192/+204 |
| | |||||
* | formatted | aclement | 2010-05-18 | 1 | -8/+14 |
| | |||||
* | cope with broken system properties | aclement | 2010-05-12 | 1 | -15/+30 |
| | |||||
* | 303758: fixes | aclement | 2010-02-24 | 1 | -2/+5 |
| | |||||
* | 288198: 1.7 support | aclement | 2009-09-04 | 1 | -126/+67 |
| | |||||
* | close streams | aclement | 2009-09-03 | 1 | -3/+3 |
| | |||||
* | unnecessary code | aclement | 2009-02-28 | 2 | -225/+338 |
| | |||||
* | 246125: new abstraction of structure model without the weight of the asm module | aclement | 2008-10-20 | 1 | -0/+21 |
| | |||||
* | 246125: promoted generic sig parsing code to util | aclement | 2008-10-20 | 4 | -12/+887 |
| | |||||
* | remove unused code - improve path detection | aclement | 2008-09-01 | 1 | -0/+27 |
| | |||||
* | formatter chewed on it | aclement | 2008-08-28 | 1 | -241/+237 |
| | |||||
* | formatter chewed on it | aclement | 2008-08-28 | 2 | -2706/+2653 |
| | |||||
* | findbugs/eclipse warnings fixed | aclement | 2008-08-27 | 7 | -725/+482 |
| | |||||
* | removed unnecessary code | aclement | 2008-08-22 | 1 | -1/+1 |
| | |||||
* | switch to container from jrelib | aclement | 2008-06-06 | 1 | -5/+5 |
| | |||||
* | organized imports | aclement | 2008-06-03 | 1 | -1/+5 |
| | |||||
* | 231396: Comment #4: Big Refactoring | aclement | 2008-05-28 | 2 | -4/+1 |
| | |||||
* | 231396: refactoring: removed NonLocalExit and moved StreamPrintWriter into ↵ | aclement | 2008-05-14 | 2 | -140/+0 |
| | | | | test infrastructure | ||||
* | 231396: refactoring: Moved CharOperation and NameConvertor | aclement | 2008-05-12 | 4 | -413/+0 |
| | |||||
* | 231396: refactoring: CollectionUtil type removed | aclement | 2008-05-12 | 1 | -60/+0 |
| | |||||
* | 231396: moved ConfigParser out of weaver jar | aclement | 2008-05-09 | 1 | -311/+0 |
| | |||||
* | AspectJ6: copes with 1.6 environment | aclement | 2008-01-16 | 1 | -0/+3 |
| | |||||
* | 1.6 VM should mean 'is15VMOrGreater' ! pr164384 | aclement | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | close files! | aclement | 2006-10-17 | 1 | -0/+1 |
| | |||||
* | Bug 113948 "Repackage AspectJ" (move module root suites out of default package) | mwebster | 2006-07-30 | 1 | -0/+1 |
| | |||||
* | new handle provider (pr141730): helper method | aclement | 2006-07-03 | 1 | -0/+74 |
| | |||||
* | testcode for new handle provider (pr141730): helper method | aclement | 2006-07-03 | 1 | -0/+10 |
| | |||||
* | Fix build: move createEmptySandbox() from FileUtil back to Ajc to avoid ↵ | mwebster | 2006-06-15 | 2 | -84/+4 |
| | | | | JUnit dependency problem in util project | ||||
* | Make sandbox directories unique among workspaces e.g. ↵ | mwebster | 2006-06-15 | 2 | -4/+84 |
| | | | | c:\temp\ajcSandbox\org.aspectj\ajcTes1234.tmp | ||||
* | 141730 - latest variant of program element signature processing | aclement | 2006-06-07 | 4 | -0/+281 |
| | |||||
* | some code for 141730 - store type signatures in program elements rather than ↵ | aclement | 2006-06-06 | 1 | -0/+48 |
| | | | | processed type names. | ||||
* | update license to EPL | acolyer | 2006-06-01 | 16 | -32/+32 |
| | |||||
* | fix for 142165: LTW | aclement | 2006-05-17 | 1 | -1/+1 |
| | |||||
* | fixes for 137235 (contributed by Ron): more intelligent logic for ↵ | aclement | 2006-05-04 | 2 | -9/+12 |
| | | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...) | ||||
* | Forgot to limit scope to full paths | wisberg | 2005-10-15 | 1 | -1/+3 |
| | |||||
* | Fix 107299 (windows full but not absolute paths) by not prefixing files that ↵ | wisberg | 2005-10-15 | 1 | -1/+1 |
| | | | | exist (and don't need resolving). Tested locally, but unable to make a portable test. Will cause bugs for .lst-file-relative entries that match user-dir-local files. | ||||
* | Patch files to reapply changes developed in exploring pr107313 should we ↵ | acolyer | 2005-09-02 | 1 | -0/+34 |
| | | | | ever decided to go back down that route... | ||||
* | Using JLS 20.18.7 system property for version per mailing list request | wisberg | 2005-08-18 | 2 | -1/+9 |
| | |||||
* | getBestFile(String[]) | wisberg | 2005-06-08 | 2 | -0/+81 |
| | |||||
* | ignore bintest directories | acolyer | 2005-05-31 | 1 | -0/+1 |
| | |||||
* | newbuild.xml replacing build.xml, with Alex ok | wisberg | 2005-05-19 | 2 | -41/+3 |
| | |||||
* | added test entries instead of autowiredtest for Andy sake, fix 1.4 ↵ | avasseur | 2005-05-13 | 2 | -4/+4 |
| | | | | dependancies in loadtime module and util module | ||||
* | snooping out stream on request | wisberg | 2005-05-12 | 1 | -0/+3 |
| | |||||
* | FileToURL via URI | wisberg | 2005-05-12 | 1 | -1/+6 |
| | |||||
* | Reduced duplication of vm checking logic. | aclement | 2005-05-12 | 1 | -0/+18 |
| | |||||
* | prospective replacements for {module}/build.xml - will move there once ↵ | wisberg | 2005-05-11 | 1 | -0/+6 |
| | | | | validated by those who use build.xml. | ||||
* | changed cutoff | aclement | 2005-04-19 | 1 | -3/+4 |
| |