[#60404] is RB_GC_GUARD needed in rb_io_syswrite? — Eric Wong <normalperson@...>
I haven't gotten it to crash as-is, but it seems like we need to
4 messages
2014/02/01
[#60682] volatile usages — Eric Wong <normalperson@...>
Hi all, I went ahead and removed some use of volatile which were once
5 messages
2014/02/13
[#60794] [RFC] rearrange+pack vtm and time_object structs — Eric Wong <normalperson@...>
Extracted from addendum on top of Feature #9362 (cache-aligned objects).
4 messages
2014/02/16
[#61139] [ruby-trunk - Feature #9577] [Open] [PATCH] benchmark/driver.rb: align columns in text output — normalperson@...
Issue #9577 has been reported by Eric Wong.
3 messages
2014/02/28
[ruby-core:60836] [ruby-trunk - Bug #9521] [Assigned] [Doc] Fix error in Time.parse documentation (in lib/time)
From:
e@...
Date:
2014-02-18 21:12:19 UTC
List:
ruby-core #60836
Issue #9521 has been updated by Zachary Scott. Status changed from Open to Assigned ---------------------------------------- Bug #9521: [Doc] Fix error in Time.parse documentation (in lib/time) https://bugs.ruby-lang.org/issues/9521#change-45251 * Author: Marcus Stollsteimer * Status: Assigned * Priority: Normal * Assignee: Zachary Scott * Category: doc * Target version: * ruby -v: ruby 2.1.0p0 (2013-12-25 revision 44422) [i686-linux] * Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- The docs state that the examples are for GMT as local time zone while in fact they are for JST. The patch fixes this by using EST (and saying so), like the rest of the examples for lib/time. ---Files-------------------------------- doc_lib_time.patch (1.13 KB) -- http://bugs.ruby-lang.org/