diff options
author | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-17 19:44:31 +0000 |
---|---|---|
committer | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-17 19:44:31 +0000 |
commit | 0b38e9bc9d030539d1a2b70f7075a92b4c5b2213 (patch) | |
tree | fe64497512c27850f2489b400ccd51c0a121be93 /ChangeLog | |
parent | eacee9d95f86b035263fe8ba570c19e133c29aae (diff) |
* ext/psych/lib/psych/parser.rb (Mark): Adding a class to wrap
marker information
* ext/psych/parser.c (mark): Add a method to return the mark object
for the parser
* test/psych/test_parser.rb: tests for the Mark class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Jan 18 04:42:44 2011 Aaron Patterson <[email protected]> + + * ext/psych/lib/psych/parser.rb (Mark): Adding a class to wrap + marker information + + * ext/psych/parser.c (mark): Add a method to return the mark object + for the parser + + * test/psych/test_parser.rb: tests for the Mark class. + Tue Jan 18 02:46:55 2011 Aaron Patterson <[email protected]> * ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSON |