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 * ext/psych/*: importing Psych to trunk 2010-03-28 21:49:37 +00:00
extconf.rb * ext/psych/extconf.rb: install psych .so to not psych/ but direct. 2010-03-30 12:21:55 +00:00
parser.c * ext/psych/parser.c (parse): parse method can take an option file 2011-11-30 00:10:31 +00:00
parser.h * ext/psych/*: importing Psych to trunk 2010-03-28 21:49:37 +00:00
psych.c * ext/psych/*.c: not executable. 2010-04-08 06:32:08 +00:00
psych.gemspec * ext/psych/lib/psych.rb: update psych version. 2011-10-03 21:44:38 +00:00
psych.h * ext/psych/*: importing Psych to trunk 2010-03-28 21:49:37 +00:00
to_ruby.c * ext/psych/*: importing Psych to trunk 2010-03-28 21:49:37 +00:00
to_ruby.h * ext/psych/*: importing Psych to trunk 2010-03-28 21:49:37 +00:00
yaml_tree.c * ext/psych/*: importing Psych to trunk 2010-03-28 21:49:37 +00:00
yaml_tree.h * ext/psych/*: importing Psych to trunk 2010-03-28 21:49:37 +00:00