From: Kazuo Saito Date: 2004-09-23T20:38:27+09:00 Subject: ruby-dev summary 24255 - 24297 Hello all, This is a summary of ruby-dev mailing list. [ruby-dev:24255] ripper committed [ruby-dev:24281] CVS HEAD now requires bison Minero Aoki merged Ripper extension library into Ruby CVS. Ripper is a Ruby script lexer/parser (See http://rubyforge.org/projects/ripper/ for more information). Based on the Ripper's parser, Matz changed Ruby's native parser (parse.y) reentrant. Due to this change, now parse.y requires bison to compile it. Matz requests for comments on this restriction. [ruby-dev:24277] new NKF2 extension library Kenichi Tamura, the maintainer of a replacement of nkf (Network Kanji Filter) extension, showed us another nkf implementation by Yui Naruse. He asked if the Naruse's code should be committed to CVS HEAD. ruby-dev summary index: http://i.loveruby.net/en/ruby-dev-summary.html Kazuo Saito