Activity
From 02/19/2010 to 03/20/2010
03/07/2010
03/05/2010
- 04:07 AM Bug #1718 (Closed): RDoc directive in lib/yaml/tags.rb prevents rdoc'ing of Module
- This issue was solved with changeset r26819.
James, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- 04:01 AM Revision 26819: Fix for Bug #1718 [ruby-core:24121]. Add a :startdoc into lib/yaml/tag.rb
- Fix for Bug #1718 [ruby-core:24121]. Add a :startdoc into lib/yaml/tag.rb
02/25/2010
- 11:48 PM Bug #2792: String#to_f on Ruby-1.8.6-p399
- Ruby-1.8.6のString#to_fで、小数点の扱いがおかしいようです。
% ruby -v -e 'p "0.7".to_f'
ruby 1.8.6 (2010-02-05 patchlevel 399) [x86_64-linux]
7.0
% ruby -v -e 'p "0.7".to_f'
ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux]
0.7
- 02:19 AM Bug #2789: segfault in DL callbacks with mingw32
- Attempting to use a callback with DL in mingw32 causes segmentation fault.
(I apologize if I'm in the wrong place - I could not find any bug tracker or any sort of community for DL itself, and since it is included with ruby, I figured the tracke...
Also available in: Atom