[#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:61028] [ruby-trunk - Bug #9539] [Closed] REXML XPath UTF8 encoding problem
From:
kou@...
Date:
2014-02-23 09:01:44 UTC
List:
ruby-core #61028
Issue #9539 has been updated by Kouhei Sutou. Status changed from Open to Closed % Done changed from 0 to 100 Applied in changeset r45153. ---------- * lib/rexml/xmltokens.rb: Add missing non ASCII valid characters to element name characters. Now, REXML name tokens exactly match "[5] Name" in the XML spec and "[4] NCName" in the Namespaces in XML spec. See comment about the details. [Bug #9539] [ruby-core:60901] Reported by Mario Barcala. Thanks!!! * test/rexml/xpath/test_node.rb: Add tests for the above case. ---------------------------------------- Bug #9539: REXML XPath UTF8 encoding problem https://bugs.ruby-lang.org/issues/9539#change-45434 * Author: Mario Barcala * Status: Closed * Priority: Normal * Assignee: * 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/