ruby/lib/yaml
nobu 383ad6740e merge revision(s) 34908:
* lib/yaml/rubytypes.rb (Exception.yaml_new): fix bug that causes
	  YAML serialization problem for Exception.
	  Exception#initialize doesn't use visible instance variable for
	  the exception message, so call the method with the message.
	  patched by Jingwen Owen Ou <jingweno AT gmail.com>.
	  http://github.com/ruby/ruby/pull/41

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@34919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-03-06 03:03:37 +00:00
..
baseemitter.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
basenode.rb * ext/syck/rubyext.c: Node#value defined twice. 2008-04-18 09:56:07 +00:00
constants.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
dbm.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
encoding.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
error.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
loader.rb * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.c 2003-05-10 19:55:18 +00:00
rubytypes.rb merge revision(s) 34908: 2012-03-06 03:03:37 +00:00
store.rb * lib/yaml/baseemitter.rb, lib/yaml/encoding.rb: performance 2008-04-19 11:38:35 +00:00
stream.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
stringio.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
syck.rb * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
tag.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
types.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
yamlnode.rb Initial checkin of YAML substances. 2003-05-09 21:25:50 +00:00
ypath.rb lib/yaml/ypath.rb: escape '['. 2003-05-10 09:43:54 +00:00