Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fixes. | mkersten | 2003-07-22 | 1 | -2/+22 |
| | |||||
* | Added coverge to LST file tests. Improved name of file opening method. | mkersten | 2003-07-22 | 6 | -16/+40 |
| | |||||
* | Added coverge to LST file tests. | mkersten | 2003-07-22 | 3 | -1/+8 |
| | |||||
* | changed default compiler behavior to ignore unreachable code (matching Javac) | mkersten | 2003-07-22 | 1 | -1/+1 |
| | |||||
* | Addes support for JDT's Java options map. | mkersten | 2003-07-22 | 3 | -1/+24 |
| | |||||
* | Improved name of compilerAdatper private. | mkersten | 2003-07-22 | 1 | -10/+10 |
| | |||||
* | Started compiler design doc. | mkersten | 2003-07-21 | 2 | -0/+155 |
| | |||||
* | Updated ASM docs, added dependency to ajbrowser in modules doc. | mkersten | 2003-07-17 | 2 | -28/+74 |
| | |||||
* | Re-added taskdefs dependancy for build system. | mkersten | 2003-07-17 | 2 | -0/+2 |
| | |||||
* | added "| .." to args for method and constructor pattern in the Word source ↵ | wisberg | 2003-07-17 | 1 | -0/+0 |
| | | | | | | | file. Previously added to the generated .pdf files (I can edit pdf files, but not generate pdf from word). | ||||
* | added pre-compiled .jar needed for Bugzilla Bug 39462 | jhugunin | 2003-07-16 | 1 | -0/+0 |
| | | | | Compiler crashes in jar and cflow | ||||
* | Fix for Bugzilla #39479, #40109 | jhugunin | 2003-07-16 | 8 | -11/+81 |
| | | | | | | | | | | | | | based on patch contributed by Andy Clement Generalizes the patch with a method org.aspectj.weaver.bcel.Utility.copyInstruction that works-around the bug in Select.copy(). Changed all calls to Instruction.copy() to use this new method, would be nice to add the rule: * declare error: * call(* Instruction.copy()) && within(org.aspectj.weaver) * && !withincode(* Utility.copyInstruction(Instruction)): * "use Utility.copyInstruction to work-around bug in Select.copy()"; | ||||
* | looks good. fixed "org.eclipse.ajdt.core", | wisberg | 2003-07-16 | 1 | -7/+20 |
| | | | | added how to build, jdt.core patch/sources | ||||
* | minor updates listed in the "recent changes" section. | wisberg | 2003-07-16 | 1 | -57/+122 |
| | |||||
* | surface ".." form for some number of arguments. | wisberg | 2003-07-16 | 2 | -0/+0 |
| | | | | | I'm using a different version of acrobat, so this might cause problems. | ||||
* | added caveat for around advice on initialization | wisberg | 2003-07-15 | 1 | -1/+5 |
| | |||||
* | Updated modules documentation. | mkersten | 2003-07-15 | 1 | -0/+353 |
| | | | | Added ASM documentation. | ||||
* | Updated dependency list. | mkersten | 2003-07-15 | 1 | -2/+3 |
| | |||||
* | Removed project dependancy on taskdefs project. | mkersten | 2003-07-15 | 2 | -3/+1 |
| | |||||
* | Updated module docs. | mkersten | 2003-07-15 | 2 | -71/+399 |
| | |||||
* | Finally adding some design docs (after 4 years). | mkersten | 2003-07-14 | 3 | -0/+590 |
| | |||||
* | Added safeguard for missing 1.3 setLocationRelativeTo method. | mkersten | 2003-07-09 | 1 | -2/+6 |
| | |||||
* | Fixed bugs introduced in 1.1rc2, where cast of message was incorrect. | mkersten | 2003-07-09 | 1 | -6/+6 |
| | |||||
* | test for Bugzilla Bug 39479 | jhugunin | 2003-07-03 | 3 | -4/+41 |
| | | | | NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch. | ||||
* | added test for Bugzilla Bug 39462 | jhugunin | 2003-07-02 | 4 | -1/+33 |
| | | | | Compiler crashes in jar and cflow | ||||
* | tests and fixes for two awful error message bugs: | jhugunin | 2003-07-02 | 7 | -14/+88 |
| | | | | | [Bug 39458] New: Compiler crash in ajc 1.1 [Bug 39460] New: Missing import crashes compiler | ||||
* | replacing 1.2 Vector API's with equivalent 1.1 API's to make telecom ↵ | wisberg | 2003-06-30 | 1 | -2/+2 |
| | | | | testable under 1.1 | ||||
* | Updated post 1.1.0 release build. | acolyer | 2003-06-06 | 2 | -5/+5 |
| | |||||
* | Updated for 1.1.0 releaseV1_1_0 | acolyer | 2003-06-06 | 2 | -5/+5 |
| | |||||
* | change only in comment echoed to output, listing expected failures for the ↵ | wisberg | 2003-06-05 | 1 | -1/+4 |
| | | | | link checker. | ||||
* | - linkcheck | wisberg | 2003-06-05 | 1 | -2/+96 |
| | | | | | - 1.1 examples (disabled pending hang fix) - separate examples, since nonGui goes OOM under 1.3 | ||||
* | adding keyword knownLimitation-run11 | wisberg | 2003-06-05 | 1 | -7/+8 |
| | |||||
* | quick and dirty link checker manual test | wisberg | 2003-06-05 | 1 | -0/+25 |
| | |||||
* | quick and dirty link checker | wisberg | 2003-06-05 | 1 | -0/+546 |
| | |||||
* | link fixes | wisberg | 2003-06-05 | 6 | -21/+19 |
| | |||||
* | moved to docs | wisberg | 2003-06-04 | 3 | -1943/+0 |
| | |||||
* | 1.1 doc changes | wisberg | 2003-06-04 | 6 | -32/+2040 |
| | | | | | | - moving readme's to docs - finishing readme-11 as change/porting - misc... | ||||
* | 1.1 updates | wisberg | 2003-06-04 | 1 | -52/+104 |
| | |||||
* | handler after/around advice limitation | wisberg | 2003-06-04 | 1 | -2/+5 |
| | |||||
* | added test for Bugzilla Bug 38345 | jhugunin | 2003-06-02 | 3 | -0/+37 |
| | | | | VerifyError, Inconsistent stack height with try/switch/if combination | ||||
* | updated for testing 1.1 classes, | wisberg | 2003-06-02 | 1 | -12/+41 |
| | | | | | (exclusive of changes to docs/dist/doc/examples/telecom/Call.java) | ||||
* | former version was built with -target 1.2, so it has a bad major version ↵ | wisberg | 2003-06-02 | 1 | -0/+0 |
| | | | | when running under 1.1 | ||||
* | javarun attributes for interpreting error/output streams as errors, used ↵ | wisberg | 2003-06-02 | 4 | -5/+55 |
| | | | | only when forking | ||||
* | corrected property name for forking run classpath | wisberg | 2003-06-02 | 1 | -1/+1 |
| | |||||
* | added output snooper to ProcessController for testing client | wisberg | 2003-06-02 | 1 | -0/+8 |
| | |||||
* | Expanded error message to make it clear that it is coming from parsing. | mkersten | 2003-06-01 | 2 | -5/+6 |
| | |||||
* | better unwrapping of exceptions | wisberg | 2003-05-31 | 1 | -11/+32 |
| | |||||
* | harness system.exit tests | wisberg | 2003-05-31 | 1 | -0/+20 |
| | |||||
* | adding examples, without testing from this script. bad. | wisberg | 2003-05-31 | 1 | -0/+14 |
| | |||||
* | Added SecurityManager which halts any System.exit() call from JavaRun thread ↵ | wisberg | 2003-05-31 | 1 | -11/+138 |
| | | | | | | and puts the exit code in the status object. This enables us to run the examples. |