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
tenderlove 679a646e37 * ext/psych/lib/psych/scalar_scanner.rb: use constants rather than
calculating Inf and NaN.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-01-17 01:49:55 +00:00
..
lib * ext/psych/lib/psych/scalar_scanner.rb: use constants rather than 2013-01-17 01:49:55 +00:00
yaml * ext/psych/yaml/scanner.c: Fix typos, patch by James Dabbs 2013-01-13 07:47:10 +00:00
.gitignore * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
extconf.rb * ext/psych/extconf.rb: added --enable-bundled-libyaml option. this 2012-11-29 06:54:53 +00:00
psych.c
psych.gemspec * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych.h * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_emitter.c * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_emitter.h * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_parser.c * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_parser.h * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_to_ruby.c * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_to_ruby.h * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_yaml_tree.c * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_yaml_tree.h * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00