summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-29Merge remote branch 'pbm/master'Aaron Patterson
2010-03-29Author: naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>Aaron Patterson
2010-03-29Fixed typos in commentsPeter McLain
2010-03-29* test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson
2010-03-28using assert_in_delta for floating point differencesAaron Patterson
2010-03-28removing cflag modificationsAaron Patterson
2010-03-28cleaning up some warningsAaron Patterson
2010-03-28adding tasks to help merge back and forth to rubyAaron Patterson
2010-03-28making sure psych defines to_yaml on objectAaron Patterson
2010-03-28* lib/psych/core_ext.rb: adding Kernel#yAaron Patterson
2010-03-27testing Object has to_yaml definedAaron Patterson
2010-03-27removed the to_yaml methodAaron Patterson
2010-03-26adding a test helper superclassAaron Patterson
2010-03-26* test/psych/test_struct.rb: fixing tests to be compatible with syckAaron Patterson
2010-03-26* Rakefile: adding a task to sync psych with ruby-trunkAaron Patterson
2010-03-26commenting our core extention removalAaron Patterson
2010-03-26updating manifestAaron Patterson
2010-03-26Merge branch 'master' of github.com:tenderlove/psychAaron Patterson
2010-03-26moving tests under the psych directoryAaron Patterson
2010-03-25moving visitor tests under test/psychAaron Patterson
2010-03-25adding dump stream and load streamAaron Patterson
2010-03-24Clean up some more 1.9.2 warningsLeonard Chin
2010-03-24Add "." to Hoe include_dirs for Ruby 1.9.2Leonard Chin
2010-03-24Update ManifestLeonard Chin
2010-03-24Cleanup for using "rake gem"Leonard Chin
2010-03-23adding tests and fixing bugs with ruby symbols. thanks Peter McLain!Aaron Patterson
2010-03-22adding more syck compatible methodsAaron Patterson
2010-03-22fixing and deprecating load_documentsAaron Patterson
2010-03-22testing parse_fileAaron Patterson
2010-03-22adding a warning for bad file formatsAaron Patterson
2010-03-22cleaning up warnings in 1.9.2Aaron Patterson
2010-03-22adding support for add_builtin_type. fixes GH #1Aaron Patterson
2010-03-16Display timezone with leading zeroLeonard Chin
2010-03-16Format positive timezone offsets correctly.Leonard Chin
2010-02-20matching indentation with rubyAaron Patterson
2010-02-20adding represent_map to the coderAaron Patterson
2010-02-20yaml as sequence is workingAaron Patterson
2010-02-17no longer emitting colon with struct membersAaron Patterson
2010-02-17adding basic json supportAaron Patterson
2010-02-17fixing scalar scanner for dates with timezone like "-08:00". thanks Peter McL...Aaron Patterson
2010-02-05indentation level can be setAaron Patterson
2010-02-05canonical output may be setAaron Patterson
2010-02-05using a file handle for faster readingAaron Patterson
2010-02-04adding load_file methodAaron Patterson
2010-02-04not supporting ypathAaron Patterson
2010-02-04brigning yaml tests up to date with ruby trunkAaron Patterson
2010-02-04updating manifestAaron Patterson
2010-02-02represent scalar worksAaron Patterson
2010-01-27breaking out coderAaron Patterson
2010-01-26classes can be emitted as scalar and mapAaron Patterson