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 54b214cc23 * ext/psych/lib/psych.rb (module Psych): parse and load methods take
an optional file name that is used when raising Psych::SyntaxError
  exceptions
* ext/psych/lib/psych/syntax_error.rb (module Psych): allow nil file
  names and handle nil file names in the exception message
* test/psych/test_exception.rb (module Psych): Tests for changes.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-12-06 23:12:37 +00:00
..
lib * ext/psych/lib/psych.rb (module Psych): parse and load methods take 2011-12-06 23:12:37 +00:00
emitter.c * ext/psych/emitter.c (line_width, set_line_width): preferred line may 2010-07-08 16:02:26 +00:00
emitter.h
extconf.rb
parser.c * ext/psych/parser.c (parse): parse method can take an option file 2011-11-30 00:10:31 +00:00
parser.h
psych.c
psych.gemspec * ext/psych/lib/psych.rb: update psych version. 2011-10-03 21:44:38 +00:00
psych.h
to_ruby.c
to_ruby.h
yaml_tree.c
yaml_tree.h