org.ibex.classgen.git
2005-06-27 adambrians changes to FieldGen
2005-06-27 adambrians changes to ConstantPool
2005-06-27 adamun-fixed Type.java
2005-06-27 adamupdates to CGConsts, generator program
2005-06-03 adamadded Code.java
2005-06-03 adamjust a variable renaming
2005-06-03 adamformatting only
2005-06-03 adamLongEnt split into DoubleEnt and LongEnt
2005-06-03 adamrename CPGen -> ConstantPool
2005-06-03 adamremoved ClassFile.sourceFile; use attributes.get()...
2005-06-03 adampulled {Method,Member,Field}Ref into Type.Class; made...
2005-06-03 adamfixed bug where ['s were getting appended instead of...
2005-06-03 adameliminated MethodRef.I
2005-06-03 adamcleanup of MethodRef, FieldRef, MemberRef
2005-06-03 adamClassGen->ClassFile, ClassGen.FieldOrMethodRef->MemberRef
2005-06-03 adambroke IntEnt into IntEnt and FloatEnt
2005-06-03 adammade all CPGen.FooEnt classes non-static, since they...
2005-06-03 adamrenamed Type.fromDescriptor() to Type.instance()
2005-06-03 adamintroduced Type.Ref as common superclass of Type.Class...
2005-06-03 adammassive cleanup of Type.java; introduced human-readable...
2005-06-03 adamformatting only
2005-06-03 adambugfix; removed isValidDescriptorName(); it wasn't...
2005-06-03 adammade the makeArray() methods into instance methods
2005-06-03 adamfinished support for reading in everything except metho...
2005-06-03 adamimplemented AttrGen(DataInput)
2005-06-03 adamstubs for functions which should not be invoked on...
2005-06-03 adamrenamed Type.Array.arrayify to _initHelper
2005-06-03 adamformatting only: added spaces after commas
2005-06-03 adamadded Type.Array
2005-06-02 adamgot it to compile
2005-06-01 briantotally broken reading support - does not compile
2004-06-04 brianremove debugging changes
2004-06-03 brianoptimized constant pool
2004-06-03 briancleanup WIDE stuff
2004-06-01 brianinterface support
2004-06-01 brianWIDE support
2004-05-30 brianhtml fix
2004-05-30 briandoc cleanup
2004-05-30 brianlicense stuff
2004-05-30 brianmisc cleanup and javadoc comments
2004-05-30 brianadd support for ConstantValue attribute
2004-05-30 brianfix iinc bug
2004-05-29 brianminor bug fixes
2004-05-29 brianbetter error for modification attempts after finish()
2004-05-28 brianoff by one overflow check bug
2004-05-28 brianoff by one SIPUSH error (not a bug)
2004-05-28 brianmisc cleanup/perf enhancement
2004-05-28 brianfix Type.equals
2004-05-28 brianmore sanity checking
2004-05-27 briancp cleanup, setsourcefile
2004-05-27 brianlast few fixmes
2004-05-27 briantons more stuff
2004-05-27 brianfix xSTORE bugs
2004-05-26 briantons of stuff
2004-05-25 briansort of working