[jruby-dev] JRuby's stdlib "fork"

2011-01-03 Thread Charles Oliver Nutter
I realized today I never described how JRuby has been maintaining its copy of the Ruby stdlib. This email will do that. JRuby uses MRI's stdlib almost completely intact, but there are some differences. For example: * timeout.rb is replaced with a native version that uses timed executor pools from

[jruby-dev] [jira] Created: (JRUBY-5296) Thread.times in jruby/core_ext feature reports a cpu times as a system times

2011-01-03 Thread Hiroshi Nakamura (JIRA)
Thread.times in jruby/core_ext feature reports a cpu times as a system times Key: JRUBY-5296 URL: http://jira.codehaus.org/browse/JRUBY-5296 Project: JRuby Issue Ty

[jruby-dev] [jira] Created: (JRUBY-5297) Update glassfish gem to mark stream for POST requests with autoclose = false, ref. JRUBY-5114

2011-01-03 Thread Uwe Kubosch (JIRA)
Update glassfish gem to mark stream for POST requests with autoclose = false, ref. JRUBY-5114 - Key: JRUBY-5297 URL: http://jira.codehaus.org/browse/JRUBY-5297

[jruby-dev] [jira] Created: (JRUBY-5298) Inconsistent aliasing in Array - map! and collect!

2011-01-03 Thread Daniel Berger (JIRA)
Inconsistent aliasing in Array - map! and collect! -- Key: JRUBY-5298 URL: http://jira.codehaus.org/browse/JRUBY-5298 Project: JRuby Issue Type: Bug Components: Core Classes/Modules

[jruby-dev] [jira] Created: (JRUBY-5299) Array#eql? result differs from MRI with recursive arrays

2011-01-03 Thread Daniel Berger (JIRA)
Array#eql? result differs from MRI with recursive arrays Key: JRUBY-5299 URL: http://jira.codehaus.org/browse/JRUBY-5299 Project: JRuby Issue Type: Bug Components: Core Class