summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-04-24adding deprecated method "tagurize"Aaron Patterson
2010-04-24removing unused codeAaron Patterson
2010-04-24adding support for deprecated "add_private_type" functionAaron Patterson
2010-04-23supporting add_ruby_typeAaron Patterson
2010-04-23merging from rubyAaron Patterson
2010-04-16binary strings should be dumped with literal formattingAaron Patterson
2010-04-16ignoring to_yaml_properties defined by syckAaron Patterson
2010-04-16merging from rubyAaron Patterson
2010-04-09adding deprecation warningsAaron Patterson
2010-04-09implementing some deprecated api methodsAaron Patterson
2010-04-09merging from ruby to psychAaron Patterson
2010-03-29Fix problem with empty and white-space only strings. Add test.Peter McLain
2010-03-29Fixed typos in commentsPeter McLain
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-26commenting our core extention removalAaron Patterson
2010-03-25adding dump stream and load streamAaron Patterson
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-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-05using a file handle for faster readingAaron Patterson
2010-02-04adding load_file methodAaron Patterson
2010-02-02represent scalar worksAaron Patterson
2010-01-27breaking out coderAaron Patterson
2010-01-26classes can be emitted as scalar and mapAaron Patterson
2010-01-26coder can muck with the mapping outputAaron Patterson
2010-01-17more documentation!Aaron Patterson
2010-01-16removing stuffAaron Patterson
2010-01-16more docsAaron Patterson
2010-01-16more docs!Aaron Patterson
2010-01-15reducing loops, resolving classesAaron Patterson
2010-01-15formattingAaron Patterson
2010-01-15caching string conversions in the scalar scannerAaron Patterson
2010-01-15removing tuples, using static method on scalar scannerAaron Patterson
2010-01-15moving time logic to the scalar scannerAaron Patterson
2010-01-15a few tokenizer tweeksAaron Patterson
2010-01-15switching inject to use rb_path_to_classAaron Patterson