Revision history for Perl extension mRuby

0.07 2015-06-21T02:00:13Z

    - include mruby 1.1.0 and adjusted to new mruby API
      - `mRuby::State#new_proc` and `mRuby::ParserState#pool_close` are obsolute.
    - support mruby type `symbol`, `float`, `bool`m and `nil`.
    - support threaded-perl.
    - fixed memory leaks.

0.06

    - depend to latest Devel::PPPort

0.05

    - use latest mRuby
    - include bison's output in distribution tar ball

0.04

    - checking c99 feature

0.03

    - doc enhancement

0.02

    - docs

0.01    Thu Jun 21 12:56:02 2012
    - original version