[#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:60611] [ruby-trunk - Bug #9094] [Third Party's Issue] Curses.getch() function responds twice for unicode keys
From:
shibata.hiroshi@...
Date:
2014-02-09 04:45:06 UTC
List:
ruby-core #60611
Issue #9094 has been updated by Hiroshi SHIBATA. Status changed from Open to Third Party's Issue curses is extracted from ruby-core. If you still have this issue, Please re= port to https://github.com/ruby/curses ---------------------------------------- Bug #9094: Curses.getch() function responds twice for unicode keys https://bugs.ruby-lang.org/issues/9094#change-45051 * Author: Johan Walles * Status: Third Party's Issue * Priority: Normal * Assignee:=20 * Category:=20 * Target version:=20 * ruby -v: ruby 2.1.0dev (2013-10-30 trunk 43476) [x86_64-darwin13.0.0] * Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN ---------------------------------------- Try this: 1. Write a curses program (or use the attached one). 2. Call Curses.getch() 3. Press "=C3=A4" on your keyboard (Swedish layout needed for this) Current result: I get *two* separate results from Curses.getch(), which when merged form a = unicode '=C3=A4'; 195 and 164. Expected result: I expected *one* result from Curses.getch() for my single keypress, contain= ing a unicode '=C3=A4'. Notes: It seems as if Curses.getch() ends up in the NCurses getch() function at ht= tp://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/curses/curses.c?revisio= n=3D43316&view=3Dmarkup#l647 . Calling wgetch() instead may or may not help. ---Files-------------------------------- ruby-curses-getch.rb (293 Bytes) --=20 http://bugs.ruby-lang.org/