Issue #212 has been reported by Federico Builes. ---------------------------------------- Bug #212: Issues with Readline in Mac OS X http://redmine.ruby-lang.org/issues/show/212 Author: Federico Builes Status: Open Priority: Normal Assigned to: Category: Target version: There are currently some issue with the Readline wrappers for Editline in Mac OS 10.5, e.g.: require 'readline' puts Readline::VERSION Readline::HISTORY.push("1", "2", "3") Readline::HISTORY.each { |i| puts i } # => "EditLine wrapper" # => 2 # => 3 Any idea if this is an issue with the wrapper or if it's a bug with the underlying library? Compiling ruby with GNU Readline works fine. ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://redmine.ruby-lang.org/my/account