[#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:61029] [ruby-trunk - Bug #9539] REXML XPath UTF8 encoding problem
From:
kou@...
Date:
2014-02-23 09:03:48 UTC
List:
ruby-core #61029
Issue #9539 has been updated by Kouhei Sutou. Assignee set to Kouhei Sutou Thanks for your report! I've fixed it in trunk. It was very helpul that you attach a sample script and sample XML to reproduce the problem. :-) ---------------------------------------- Bug #9539: REXML XPath UTF8 encoding problem https://bugs.ruby-lang.org/issues/9539#change-45435 * Author: Mario Barcala * Status: Closed * Priority: Normal * Assignee: Kouhei Sutou * Category: * Target version: * ruby -v: ruby 2.1.0 * Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- I found some problems in REXML when processing XPath expressions with Unicode not ascii characters. I attached a sample script and a sample document. If you see the script output, you will see two different problems: 1) text() XPath function does not work properly when there is an accent or tilde character. 2) two different XPath paths, one with an accent and the other without it, are considered the same. Thank you, Mario Barcala ---Files-------------------------------- sample.rb (366 Bytes) sample.xml (224 Bytes) -- http://bugs.ruby-lang.org/