Sha256: 517ea33f320f1c90bd1efa32b7e7faf14519b5a896739257e5bee6622bcf74cd

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

March 15, 2011 (0.38) Ron Frankel Release
 - Add RubyVM::ThreadFrame.prev (same as RubyVM::ThreadFrame.current.prev)
 - Allow access to a C method type
 - Method extensions now included on UnboundMethods as well

Feb 1, 2011 (0.37)
 - 1.9.2 patches:
   * Mark VM Instruction sequences for no garbage collection if they are
     referred to by a ThreadFrame Object or are in ISEQS__ or ISEQ_SCRIPTS__

December 25, 2010 (0.35, 0.36)
  - 1.9.2 patches:
   * Add new compile-option flags: save_tree_node and save_compile_opts
   * Start saving parse tree node. (More cases need to be done.)
 
  - Remove some Ruby warning messages

December 10, 2010 (0.34)  Giant Madagascar Day Release

  - 1.9.2 patches: 
   * Save source string eval types
   * Add RubyVM::OS_ARGV and RubyVM::OS_STARTUP_DIR to allow Ruby
     programs to reliably restart themselves via exec().
   * Save instruction sequence compile options 

  - Add routines for finding instruction sequences and offsets:
      iseq#lines() iseq#find_iseq_with_line(), and 
      seq#locate_line_with_children() 

October 27, 2010 (0.33)
- Revise rvm install script to be more rooust
- Change bug report location so we don't spam Ruby's redmine 
- Add RubyVM::InstructionSequence#parent and #local_iseq fields

September 12 2010 (0.32)
-  First release on gemcutter

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rb-threadframe-0.38 NEWS