1.0.0.9 / 2012-11-09

1.0.0.8 / 2012-11-09

1.0.0.7 / 2009-08-18

1.0.0.6 / 2009-06-23

1 major enhancement:

* Switched from ParseTree to ruby_parser for 1.9 compatibility. woo.
  * All translate/process methods are gone since we can't reflect at runtime.

43 minor enhancements:

* Added IterRewriter for finding free variables in iter nodes.
* Added dxstr.
* Added lots of new and missing tests
* Added not, array, lit_long_negative, lit_range[23], lit_regexp{_n,_once}, lit_sym{,_splat}
* Added pct_w tests
* Added process_defx to ruby_to_ansi_c.rb
* Added test data for array_pct_W, array_pct_W_dstr, attrasgn_index_equals, attrasgn_index_equals_space, and attrset.
* Added tests for "and". PONG to eric
* Added to_ary and masgn for TypeChecker.
* Added xstr support.
* Added yield(*ary)
* Cleaned up rewriter.rb and made changes for pt_testcase.rb
* Cleaned up some free_vars processing code.
* Converted everything to new enhanced PTTC test scheme.
* Enhanced with_scope to allow for static arrays.
* Extended Environment to separately store both types and values.
* Extern methods to support rb_iterate, including #each and #each_with_index.
* Free var static declarations for C layers.
* Merged IterRewriter into CRewriter and make typed.
* Migrated as much out of rewriter as possible.
* Modernized via hoe.
* Moved to full PTTC + UnifiedRuby.
* Pulled dstr up from ZenObfuscator.
* Pulled up tests, process_args, with_scope, and process_scope from obfuscator
* Pushed unique.rb up to PT
* Removed Environment methods that pushed up to ruby_parser.
* Removed Sexp#sexp_type
* Removed accessor, accessor_equals since they don't exist in PTTC.
* Removed bin/*
* Removed dead test
* Removed redundant defn_lvar_boundary, but added call to lvar_def_boundary.
* Renamed blocks to extra_methods in ruby_to_ruby_c.
* Renamed environment.rb to r2cenvironment.rb (incl tests)
* Renamed iter_functions to extra_methods in crewriter.
* Reordered so RubyToRubyC was always after RubyToAnsiC.
* Some optimizations cleaning up Type#method_missing. Drops test time ~30%.
* Split rewriter.rb to crewriter.rb (and renamed class to CRewriter).
* Split up and deleted support.rb (and tests).
* Switched from makefile to rakefile.
* Switched to minitest
* Test or node.
* Track and trigger changes on pt_testcase.rb and r2ctestcase.rb
* Used Hoe#add_include_dirs to clean up rakefile.

1.0.0-beta-5 / 2006-05-12

1.0.0-beta-4 / 2005-07-13

1.0.0-beta-3 / 2005-06-08

1.0.0-beta-2 / 2005-02-15

1.0.0-beta-1 / 2005-02-01

1.0.0-a2 / 2004-12-31

1.0.0-a1 / 2004-09-24