summaryrefslogtreecommitdiff
path: root/lib/yaml
AgeCommit message (Expand)Author
2024-01-31[ruby/yaml] Make PStore support as optionalHiroshi SHIBATA
2023-10-30[ruby/yaml] Compatibility for Psych 4Hiroshi SHIBATA
2023-05-05Redirect to `IO::NULL` for the portabilityNobuyoshi Nakada
2023-04-03Rename YAML::VERSION. It's conflict with Psych::VERSIONHiroshi SHIBATA
2023-04-03[ruby/yaml] Expose YAML::VERSIONHiroshi SHIBATA
2022-12-09Merge yaml-0.2.1Hiroshi SHIBATA
2021-10-14[ruby/yaml] Bump up yaml version to 0.2.0Hiroshi SHIBATA
2021-05-17Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in yaml/store.rbHiroshi SHIBATA
2020-12-22Update library versions of the default gems.Hiroshi SHIBATA
2020-08-18Update the license for the default gems to dual licensesHiroshi SHIBATA
2020-03-12Add workaround for test-bundler failureKazuhiro NISHIYAMA
2019-11-09Remove YAML::VERSION because it conflicts with Psych::VERSIONHiroshi SHIBATA
2019-11-09Promote yaml to default gemsHiroshi SHIBATA
2016-09-29* lib/yaml/store.rb (YAML::Store#dump): use table argument instead of @table ...kazu
2016-09-29update call-seq of YAML::Store#initialize [ci skip]kazu
2016-09-29fix YAML::Storekazu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2013-08-12* lib/yaml/dbm.rb: [DOC] Document call-seq for YAML::DBMzzak
2013-08-12* lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and addzzak
2011-10-02* lib/yaml/store.rb: make initialize method signature match thetenderlove
2011-09-25* lib/yaml/dbm/dbm.rb: fix #update, add #key for using istead #index.ayumin
2011-05-15* remove trailing spaces.nobu
2011-05-14 * lib/yaml/dbm.rb: fix a typo in a comment.nagachika
2011-05-14 * lib/yaml/dbm.rb: Add documentation. Patch by Justin Collins.drbrain
2010-04-11* ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove
2010-04-03* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove
2010-03-26* lib/yaml/basenode.rb: deprecating YPath methodstenderlove
2010-03-26* lib/yaml/encoding.rb: YAML.encode, YAML.decode are deprecated.tenderlove
2010-02-04* lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove
2009-09-24Fixed heredoc to play with emacs better. Added :startdoc: to fix broken rdoc ...ryan
2009-03-26* lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would benobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-12-18* lib/optparse/version.rb: remove variable shadowing to stopmatz
2008-11-06* lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz
2008-04-11* lib/yaml/store.rb (YAML::load): modified to support emptymatz
2008-04-10* lib/pstore.rb (PStore::dump, PStore::load): allow subclassmatz
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2007-11-16* lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu
2007-11-15* ext/syck/rubyext.c: Node#value defined twice.why
2007-11-15* lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit.why
2007-11-15* lib/yaml.rb (quick_emit): use combination of object_id and hash towhy
2006-08-11Replace nodoc with stopdoc so Module methods get documented.drbrain
2006-01-10* lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean
2006-01-10* lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean
2005-09-27* lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu
2005-09-20* ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy
2005-09-17* lib/yaml/rubytypes.rb: remove comments that are bungling upwhy
2005-09-13* lib/yaml.rb: reworking YAML::Stream to use the newwhy
2005-09-13Removal of lib/yaml/baseemitter.rb was accidental.why
2005-09-13* lib/yaml.rb: reworking YAML::Stream to use the newwhy