1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/psych/lib/psych
tenderlove 15335f8aaa * ext/psych/emitter.c: using xmalloc and xfree for memory allocation
* ext/psych/lib/psych/nodes/stream.rb: encoding should be read / write
* ext/psych/parser.c: supporting UTF-16 and UTF-16 + BOM
* test/psych/test_parser.rb: testing UTF-16 and UTF-16 + BOM

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-05-19 03:12:03 +00:00
..
json * ext/psych/lib/psych/emitter.rb: removing unused file. 2010-05-16 23:50:23 +00:00
nodes * ext/psych/emitter.c: using xmalloc and xfree for memory allocation 2010-05-19 03:12:03 +00:00
visitors * ext/psych/lib/psych/emitter.rb: removing unused file. 2010-05-16 23:50:23 +00:00
coder.rb * ext/psych/lib/psych/coder.rb (scalar): supporting deprecated methods 2010-04-16 20:27:51 +00:00
core_ext.rb * ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecated 2010-04-16 20:31:59 +00:00
deprecated.rb * ext/psych/lib/psych/deprecated.rb: adding deprecated object_maker 2010-04-27 20:40:12 +00:00
handler.rb
nodes.rb
omap.rb
parser.rb
scalar_scanner.rb
set.rb
tree_builder.rb * ext/psych/lib/psych/emitter.rb: removing unused file. 2010-05-16 23:50:23 +00:00
visitors.rb