[#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:60460] [Backport93 - Backport #8757] [Closed] configure.in in 1.9.3. uses sed -E which does not work with gnu sed
From:
usa@...
Date:
2014-02-05 02:39:13 UTC
List:
ruby-core #60460
Issue #8757 has been updated by Usaku NAKAMURA. Status changed from Open to Closed % Done changed from 0 to 100 Applied in changeset r44820. ---------- merge revision(s) 37905: [Backport #8757] * configure.in (opt-dir): don't use non portable flag -E of sed. ---------------------------------------- Backport #8757: configure.in in 1.9.3. uses sed -E which does not work with gnu sed https://bugs.ruby-lang.org/issues/8757#change-44921 * Author: Erik Hetzner * Status: Closed * Priority: Normal * Assignee: Usaku NAKAMURA * Category: * Target version: * ruby -v: 1.9.3 ---------------------------------------- This line in configure.in: https://github.com/ruby/ruby/blob/ruby_1_9_3/configure.in#L2930 uses sed -E, which does not work with GNU sed. This is fixed in trunk with this patch: https://github.com/ruby/ruby/commit/bb2e9e9e9871eab71aac3f316339c67e8bb4a1a5 -- http://bugs.ruby-lang.org/