My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Sep 17, 2009
    r104 ([mingjin] refactor the test code, be about to do a bigger re...) committed by skyai...@gmail.com   -   [mingjin] refactor the test code, be about to do a bigger refactoring
    [mingjin] refactor the test code, be about to do a bigger refactoring
  • Sep 16, 2009
    r103 ([mingjin] temporarily add the rbits dependency) committed by skyai...@gmail.com   -   [mingjin] temporarily add the rbits dependency
    [mingjin] temporarily add the rbits dependency
  • Sep 16, 2009
    r102 ([mingjin] refactor the test code) committed by skyairmj   -   [mingjin] refactor the test code
    [mingjin] refactor the test code
  • Sep 16, 2009
    r101 ([mingjin] add rbits installation instroduction) committed by skyairmj   -   [mingjin] add rbits installation instroduction
    [mingjin] add rbits installation instroduction
  • Jun 19, 2009
    r100 (updated TODO file) committed by veryfaint   -   updated TODO file
    updated TODO file
  • Jun 19, 2009
    r99 (added unit test for INSTANCEOF) committed by veryfaint   -   added unit test for INSTANCEOF
    added unit test for INSTANCEOF
  • Jun 19, 2009
    r98 (added unit test for FLOAD and implicit FLOAD) committed by veryfaint   -   added unit test for FLOAD and implicit FLOAD
    added unit test for FLOAD and implicit FLOAD
  • Jun 19, 2009
    r97 (added unit test for CHECKCAST) committed by veryfaint   -   added unit test for CHECKCAST
    added unit test for CHECKCAST
  • Jun 19, 2009
    r96 (added unit test for PUTFIELD) committed by veryfaint   -   added unit test for PUTFIELD
    added unit test for PUTFIELD
  • Jun 19, 2009
    r95 (added unit test for POP) committed by veryfaint   -   added unit test for POP
    added unit test for POP
  • Jun 19, 2009
    r94 (added unit test for INVOKESTATIC) committed by veryfaint   -   added unit test for INVOKESTATIC
    added unit test for INVOKESTATIC
  • Jun 19, 2009
    r93 (added unit test for implicit FSTORE) committed by veryfaint   -   added unit test for implicit FSTORE
    added unit test for implicit FSTORE
  • Jun 19, 2009
    r92 (added unit test for FSTORE) committed by veryfaint   -   added unit test for FSTORE
    added unit test for FSTORE
  • Jun 19, 2009
    r91 (removed a duplicated method) committed by veryfaint   -   removed a duplicated method
    removed a duplicated method
  • Jun 18, 2009
    r90 (add inner_class_node.rb to parse InnerClass attribute) committed by veryfaint   -   add inner_class_node.rb to parse InnerClass attribute
    add inner_class_node.rb to parse InnerClass attribute
  • Jun 18, 2009
    r89 (update todo) committed by veryfaint   -   update todo
    update todo
  • Jun 18, 2009
    r88 (update todo) committed by veryfaint   -   update todo
    update todo
  • Jun 18, 2009
    r87 (parsed Deprecated attribute) committed by veryfaint   -   parsed Deprecated attribute
    parsed Deprecated attribute
  • Jun 18, 2009
    r86 (added RuntimeVisibleAnnotations attribute, but not finished) committed by veryfaint   -   added RuntimeVisibleAnnotations attribute, but not finished
    added RuntimeVisibleAnnotations attribute, but not finished
  • Jun 18, 2009
    r85 (added InnerClassesAttribute to support inner class) committed by veryfaint   -   added InnerClassesAttribute to support inner class
    added InnerClassesAttribute to support inner class
  • Jun 17, 2009
    r84 (change code style) committed by veryfaint   -   change code style
    change code style
  • Jun 17, 2009
    r83 (parsed INSTANCEOF) committed by veryfaint   -   parsed INSTANCEOF
    parsed INSTANCEOF
  • Jun 17, 2009
    r82 (add a TODO comment) committed by veryfaint   -   add a TODO comment
    add a TODO comment
  • Jun 17, 2009
    r81 (parsed FLOAD) committed by veryfaint   -   parsed FLOAD
    parsed FLOAD
  • Jun 17, 2009
    r80 (parsed CHECKCAST) committed by veryfaint   -   parsed CHECKCAST
    parsed CHECKCAST
  • Jun 17, 2009
    r79 (parse PUTFIELD) committed by veryfaint   -   parse PUTFIELD
    parse PUTFIELD
  • Jun 17, 2009
    r78 (refactor CommanClass.java, seperate one method to two method...) committed by veryfaint   -   refactor CommanClass.java, seperate one method to two methods
    refactor CommanClass.java, seperate one method to two methods
  • Jun 17, 2009
    r77 (add SignatureAttribute to support java 5 Generic Type) committed by veryfaint   -   add SignatureAttribute to support java 5 Generic Type
    add SignatureAttribute to support java 5 Generic Type
  • Jun 17, 2009
    r76 (extract a method in spec class to test arraylist) committed by veryfaint   -   extract a method in spec class to test arraylist
    extract a method in spec class to test arraylist
  • Jun 17, 2009
    r75 (parse INVOKESTATIC and POP) committed by veryfaint   -   parse INVOKESTATIC and POP
    parse INVOKESTATIC and POP
  • Jun 17, 2009
    r74 (did refactoring, add 'all_methods_off_set' variable for labe...) committed by veryfaint   -   did refactoring, add 'all_methods_off_set' variable for label checking
    did refactoring, add 'all_methods_off_set' variable for label checking
  • Jun 16, 2009
    r73 (parsed implicit FSTORE) committed by veryfaint   -   parsed implicit FSTORE
    parsed implicit FSTORE
  • Jun 16, 2009
    r72 (added float support by Jian Li) committed by dreamhead.cn   -   added float support by Jian Li
    added float support by Jian Li
  • Jun 06, 2009
    r71 ([mingj] correct some syntax in the guide doc) committed by skyairmj   -   [mingj] correct some syntax in the guide doc
    [mingj] correct some syntax in the guide doc
  • Jun 06, 2009
    r70 ([mingj] correct some syntax in the guide doc) committed by skyairmj   -   [mingj] correct some syntax in the guide doc
    [mingj] correct some syntax in the guide doc
  • Apr 10, 2009
    r69 (added GEM spec.) committed by dreamhead.cn   -   added GEM spec.
    added GEM spec.
  • Apr 09, 2009
    r68 (sperated rbits as standalone library) committed by dreamhead.cn   -   sperated rbits as standalone library
    sperated rbits as standalone library

Older

  • Dec 07, 2008
    r67 (corrected lookupswitch parsing but it is NOT completed.) committed by dreamhead.cn   -   corrected lookupswitch parsing but it is NOT completed.
    corrected lookupswitch parsing but it is NOT completed.
  • Dec 06, 2008
    r66 (parsed lookupswitch.) committed by dreamhead.cn   -   parsed lookupswitch.
    parsed lookupswitch.
  • Dec 06, 2008
    r65 (parsed athrow.) committed by dreamhead.cn   -   parsed athrow.
    parsed athrow.
  • Dec 06, 2008
    r64 (parsed Exceptions attribute.) committed by dreamhead.cn   -   parsed Exceptions attribute.
    parsed Exceptions attribute.
  • Dec 05, 2008
    r63 (parsed array element access for both int and object.) committed by dreamhead.cn   -   parsed array element access for both int and object.
    parsed array element access for both int and object.
  • Dec 05, 2008
    r62 (parsed arraylength.) committed by dreamhead.cn   -   parsed arraylength.
    parsed arraylength.
  • Dec 05, 2008
    r61 (parsed anewarray.) committed by dreamhead.cn   -   parsed anewarray.
    parsed anewarray.
  • Dec 05, 2008
    r60 (parsed newarray.) committed by dreamhead.cn   -   parsed newarray.
    parsed newarray.
  • Dec 05, 2008
    r59 (wrote parsing instruction guide in rojam hacking guide.) committed by dreamhead.cn   -   wrote parsing instruction guide in rojam hacking guide.
    wrote parsing instruction guide in rojam hacking guide.
  • Dec 04, 2008
    r58 (parsed return for int and long.) committed by dreamhead.cn   -   parsed return for int and long.
    parsed return for int and long.
  • Dec 04, 2008
    r57 (parsed arith for long.) committed by dreamhead.cn   -   parsed arith for long.
    parsed arith for long.
  • Dec 04, 2008
    r56 (parsed long constant value.) committed by dreamhead.cn   -   parsed long constant value.
    parsed long constant value.
  • Dec 04, 2008
    r55 (simplified different kinds of instructions definition.) committed by dreamhead.cn   -   simplified different kinds of instructions definition.
    simplified different kinds of instructions definition.
 
Hosted by Google Code