]> source.dussan.org Git - javassist.git/shortlog
javassist.git
2008-07-17 chibafor 3.8.1 release rel_3_8_1_ga
2008-07-17 chibafor 3.8.1 release
2008-07-17 chibaupdate a comment.
2008-07-04 chibaadded ClassPool.getCtClass() and fixed related bugs.
2008-07-03 chibafixed a performance bug caused by many calls to CtBehav...
2008-06-16 jgreeneDescriptor.toCtClass should never be used on a classinf...
2008-06-13 chibafor 3.8.0.GA release rel_3_8_0_ga
2008-06-12 jgreeneremove jdk5 deps
2008-06-03 chiba$type support by CtBehavior#insertBefore: JIRA JASSIST-62
2008-06-03 chiba$type support by CtBehavior#insertBefore: JIRA JASSIST-62
2008-06-03 jgreeneFix small naming bug (classinfo expects a jvm name)
2008-05-28 jgreeneAdd performance info
2008-05-28 jgreeneSmall ws fix
2008-05-28 jgreeneRemove accidental inclusion of a debug statement
2008-05-24 jgreeneFix subtypeOf in CtArray
2008-05-06 chibafixed JIRA JASSIST-61
2008-05-01 chibafixed JASSIST-47 and 60.
2008-04-21 chibafixed a typo.
2008-04-15 chibafixed a bug of StackMapTable.Shifter
2008-04-15 chibafixed a typo.
2008-03-23 chibafixed JASSIST-57
2008-03-19 chibafixed JASSIST-56
2008-03-19 chibafixed JASSIST-55
2008-03-19 chibafixed JASSIST-54
2008-03-19 chibafixed JASSIST-45 (better exception message)
2008-03-18 chibafixed a bug of CodeIterator.insertGap() with JDK 1.6
2008-03-11 kkhanUse privileged block for clazz.getDeclaredMethods()
2008-03-11 chibafixed JASSIST-51
2008-03-09 chibapreparation for 3.7.1 release rel_3_7_1_ga
2008-03-09 chibapreparation for 3.7.1 release
2008-02-12 kkhanMake ProxyFactory use privileged blocks when a security...
2008-02-12 kkhanMake ProxyFactory use privileged blocks when a security...
2008-01-20 chibafor 3.7.0.GA release
2008-01-20 chibafixed JIRA JASSIST-41
2008-01-04 chibafixed JIRA JASSIST-40
2007-11-14 chibafixed a bug of JBAOP-481. Javassist could not properly...
2007-11-07 chibaadded the javassist.JarDirClassPath class.
2007-11-02 chibasupported the class path wildcards.
2007-10-20 chibafor JASSIST-37 (again)
2007-10-20 chibafor JASSIST-37
2007-10-02 chibafixed JIRA JASSIST-36
2007-09-30 chibaadded Expr#getEnclosingClass()
2007-09-13 chibafor 3.6.0 release rel_3_6_ga
2007-09-13 chibafor 3.6.0 release
2007-09-13 kkhanUpdate Manifest.mf
2007-08-14 chibafixed a bug of ClassPool#makeInterface()
2007-08-13 chibathe default major version of newly-created class files...
2007-08-07 chibaupdated pom.xml by the request of Manik and Paul
2007-07-27 chibaI will release 3.6.0.CR1
2007-07-27 chibaI will release 3.6.0.CR1
2007-07-19 chibamodified redirectMethodCall() in CodeConverter
2007-07-14 chibachanged CtMethod#copy() and updated related javadoc...
2007-07-13 chibaremoved an unnecessary throws.
2007-07-12 chibamade CtClass#freeze() public.
2007-07-03 chibafor reducing memory footprint
2007-06-26 chibaedited for fixing memory leak
2007-06-22 chibafixed a bug of CtClassType#releaseClassFiles()
2007-06-18 chibafixed a bug of CtClassType#removeMehtod() etc.
2007-06-12 chibaupdated pom.xml and a few javadoc comments.
2007-06-12 chibaadded JDK 1.6 support
2007-06-12 chibaadded a pom.xml file
2007-06-11 chibafixed wrong indentation
2007-06-11 kkhanExclude HotSwapper in Eclipse since it does not work
2007-06-08 chibaa small bug fix
2007-06-08 chibamade automatic pruning off by default because I found...
2007-06-04 chibaupdated the copyright notices.
2007-06-03 chibamade the java.util.proxy package support stack map...
2007-06-02 chibafor JIRA JASSIST-34
2007-06-02 chibafixed bugs related to stack map tables.
2007-05-29 chibathe version of the class file generated from scratch...
2007-05-29 chibachanged the compiler so that .class will be compiled...
2007-05-29 chibafixed bugs of javassist.bytecode.stackmap
2007-05-25 chibamodified so that CtBehavior#insertAfter() will not...
2007-05-24 chibaa minor API extension.
2007-05-24 chibafixed a but in javassist.bytecode.stackmap etc.
2007-05-12 chibachanged the implementation of try statements so that...
2007-05-11 chibafixed JIRA JASSIST-33
2007-05-06 chibaimplemented javassist.bytecode.stackmap package.
2007-05-05 chibafixed a typo.
2007-05-05 chibaJavassist has been producing an interface with a wrong...
2007-05-05 chibastart developing the next release...
2007-04-30 kkhanUpdate version
2007-04-29 chibaupdated for release
2007-04-29 chibaupdated the version name
2007-04-26 chibasnapshot. I am still working on stackmap support.
2007-04-10 chibastackmap support (cont.)
2007-03-10 chibaadded javadoc comments
2007-03-08 kkhanMake SignatureAttribute.NestedClassType public
2007-03-08 kkhanWhen pruning preserve the SignatureAttribute
2007-02-24 starksmAdd a javassist-src.jar to build a source artifact
2007-02-14 chibaupdated the version name
2007-02-14 chibajavadoc updates
2007-02-09 chibamodified javassist.convert.* to support the stack map...
2007-02-09 kkhanRepair previous mistake when commiting
2007-02-09 kkhanDifferentiate between null bootstrap classloader and...
2007-02-06 chibasupported generic type signatures.
2007-02-06 chibasupported generic type signatures.
2007-02-06 chibachanged to public.
2007-02-02 chibaupdated javadoc comments.
2007-02-02 chibaa minor bug fix
next