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 ec3056ae22 * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. If
something looks like a timestamp but has an invalid component, treat
  it as a string instead of throwing an ArgumentError.
  Thanks Rhett Sutphin!

* test/psych/test_scalar_scanner.rb: appropriate tests.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-10-22 21:09:56 +00:00
..
lib * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. If 2012-10-22 21:09:56 +00:00
emitter.c * ext/psych/emitter.c (initialize): allow a configuration object to be 2012-07-19 00:36:42 +00:00
emitter.h
extconf.rb
parser.c
parser.h
psych.c
psych.gemspec * ext/psych/lib/psych.rb: updated to released version. 2012-07-31 01:37:06 +00:00
psych.h
to_ruby.c
to_ruby.h
yaml_tree.c
yaml_tree.h