Skip to content

Commit 439028d

Browse files
committed
Cherry-pick 6b1e4ed. (Japanese translation)
1 parent 2c04bc6 commit 439028d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.ja.rdoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
* バグ修正
44

5-
* (JRuby) Fix "null document" error when parsing an empty IO in jruby 1.7.3. #883
6-
* (JRuby) Fix schema validation when XSD has DOCTYPE set to DTD. #861 (Thanks, Patrick Cheng!)
7-
* (MRI) Fix segfault when there is no default subelement for an HTML node. #917
5+
* (JRuby) JRuby 1.7.3で空のIOをパースする際の "null document" エラーを修正 #883
6+
* (JRuby) XSDにDTDのDOCTYPEがあったときのスキーマ検証の問題を修正 #912 (Patrick Chengに感謝!)
7+
* (MRI) HTMLノードに対するdefault_sub_element呼出でsegfaultしていたのを修正 #917
88

99

1010
* 註
1111

12-
* Use rb_ary_entry instead of RARRAY_PTR (you know, for Rubinius). #877 (Thanks, Dirkjan Bussink!)
13-
* Fix TypeError when running tests. #900 (Thanks, Cédric Boutillier!)
12+
* RARRAY_PTR()の代わりにrb_ary_entry()を使うように変更 (そう、Rubiniusのためにね) #877 (Dirkjan Bussinkに感謝!)
13+
* テストでTypeErrorが起きるのを修正 #900 (Cédric Boutillierに感謝!)
1414

1515

1616
=== 1.5.9 / 2013年3月21日

0 commit comments

Comments
 (0)