aboutsummaryrefslogtreecommitdiff
path: root/src/changes
AgeCommit message (Expand)Author
2017-11-30Prepare for 6.2 release.Gary D. Gregory
2017-11-30[BCEL-300] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag i...Gary D. Gregory
2017-11-27[BCEL-301] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag i...Gary D. Gregory
2017-11-27[BCEL-300] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag i...Gary D. Gregory
2017-10-16[BCEL-295] Fix local variable live range length; add test case.Gary D. Gregory
2017-10-13[BCEL-296] Incorrect comment in several classes.Gary D. Gregory
2017-10-03BCEL-294: Incorrect comment in StackMap.java. Thanks to Mark RobertsBenedikt Ritter
2017-09-18Add empty changes entry for next releaseBenedikt Ritter
2017-09-14Update site for release 6.1Benedikt Ritter
2017-09-14BCEL-293: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibilityBenedikt Ritter
2017-09-12BCEL-292: Add minimal Java 9 support. Add missing changes.xml entry. Code has...Benedikt Ritter
2017-09-12BCEL-286: Utility.signatureToString fails if a method has multiple type argum...Benedikt Ritter
2017-08-30BCEL-276: LocalVariableTypeTable is not updated. Updated fix thanks to Mark R...Benedikt Ritter
2017-08-30BCEL-287: IINC does not handle -128 properly. Thanks to Mark RobertsBenedikt Ritter
2017-08-30BCEL-283: Support for StackMap should be different from StackMapTable. Thanks...Benedikt Ritter
2017-05-19BCEL-289: changes.xml entryBruno P. Kinoshita
2016-09-06BCEL-276: LocalVariableTypeTable is not updated. Thanks to Sam Yoon. This als...Benedikt Ritter
2016-07-29BCEL-277: Resolving the String representation of a constant throws NoSuchElem...Benedikt Ritter
2016-07-14Add empty entry for next release to changes.xmlBenedikt Ritter
2016-07-10Update release date of BCEL 6.0Benedikt Ritter
2016-07-10BCEL-262: InvokeInstruction.getClassName(ConstantPoolGen) should not throw an...Benedikt Ritter
2016-07-02BCEL-262: InvokeInstruction.getClassName(ConstantPoolGen) should throw an exc...Benedikt Ritter
2016-07-02Set release date to the date RC7 will be created (today)Benedikt Ritter
2016-06-24Drop duplicate entry for BCEL-184Sebastian Bazley
2016-06-24Drop test entrySebastian Bazley
2016-06-23Generic Visitor was also updatedSebastian Bazley
2016-06-23Fix up changes.xml so it regenerates RELEASE-NOTES OKSebastian Bazley
2016-06-21Restore BC vs. 5.2.Gary D. Gregory
2016-06-20Set release date to today, since I'm going to create RC6 now.Benedikt Ritter
2016-06-18Creating BCEL 6.0 RC1 soon, so set release to todayBenedikt Ritter
2016-06-18Add BCEL-237 to changes.xml and RELEASE-NOTES since it seems to have been fix...Benedikt Ritter
2016-06-18Add BCEL-230 to changes.xml and RELEASE-NOTESBenedikt Ritter
2016-06-14BCEL-243 Type.getType() needs to understand TypeVariableSignature(s)Sebastian Bazley
2016-06-07Remove BCEL-222 from changes.xmlBenedikt Ritter
2016-06-05Better template (copied from NET)Sebastian Bazley
2016-06-05Fill out descriptionSebastian Bazley
2016-06-01[BCEL-272] Add constants for Java 9 class file version 53.Gary D. Gregory
2016-06-01[BCEL-271] FCONST pattern does not include FCONST_2.Gary D. Gregory
2015-09-12BCEL-264 Add missing Node.accept() implementations (ConstantMethodHandle, Con...Sebastian Bazley
2015-09-11BCEL-221 BCELifier is not working for Java8ExampleSebastian Bazley
2015-08-27BCEL-195 addition of hashCode() to generic/Instruction.java breaks Targeters....Sebastian Bazley
2015-08-27BCEL-261 Select constructor allows partially constructed instance to escape. ...Sebastian Bazley
2015-08-27BCEL-259 Minor doc error in BranchInstruction.javaSebastian Bazley
2015-08-27BCEL-259 Minor doc error in BranchInstruction.javaSebastian Bazley
2015-08-27BCEL-260 ClassDumper example duplicates field attribute typesSebastian Bazley
2015-08-26BCEL-258 No tests to check the output of dump methodsSebastian Bazley
2015-08-26BCEL-257 INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL need to define dump() met...Sebastian Bazley
2015-08-24BCEL-254 Two more methods that would be nice to be public.Sebastian Bazley
2015-08-23BCEL-245 Type class includes constants that reference subclassesSebastian Bazley
2015-08-23BCEL-253 Pass 3b verifier is too strict.Sebastian Bazley