aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml
Commit message (Expand)AuthorAgeFilesLines
* [ruby/yaml] Compatibility for Psych 4Hiroshi SHIBATA2023-10-301-1/+1
* Redirect to `IO::NULL` for the portabilityNobuyoshi Nakada2023-05-051-1/+1
* Rename YAML::VERSION. It's conflict with Psych::VERSIONHiroshi SHIBATA2023-04-031-1/+1
* [ruby/yaml] Expose YAML::VERSIONHiroshi SHIBATA2023-04-031-2/+9
* Merge yaml-0.2.1Hiroshi SHIBATA2022-12-091-1/+1
* [ruby/yaml] Bump up yaml version to 0.2.0Hiroshi SHIBATA2021-10-141-1/+1
* Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in yaml/store.rbHiroshi SHIBATA2021-05-171-1/+1
* Update library versions of the default gems.Hiroshi SHIBATA2020-12-221-1/+1
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
* Add workaround for test-bundler failureKazuhiro NISHIYAMA2020-03-121-1/+1
* Remove YAML::VERSION because it conflicts with Psych::VERSIONHiroshi SHIBATA2019-11-092-10/+1
* Promote yaml to default gemsHiroshi SHIBATA2019-11-092-0/+32
* * lib/yaml/store.rb (YAML::Store#dump): use table argument instead of @table ...kazu2016-09-291-1/+1
* update call-seq of YAML::Store#initialize [ci skip]kazu2016-09-291-0/+1
* fix YAML::Storekazu2016-09-291-9/+12
* Add frozen_string_literal: false for all filesnaruse2015-12-162-0/+2
* * lib/yaml/dbm.rb: [DOC] Document call-seq for YAML::DBMzzak2013-08-121-11/+56
* * lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and addzzak2013-08-121-1/+11
* * lib/yaml/store.rb: make initialize method signature match thetenderlove2011-10-021-10/+5
* * lib/yaml/dbm/dbm.rb: fix #update, add #key for using istead #index.ayumin2011-09-251-2/+12
* * remove trailing spaces.nobu2011-05-151-2/+2
* * lib/yaml/dbm.rb: fix a typo in a comment.nagachika2011-05-141-1/+1
* * lib/yaml/dbm.rb: Add documentation. Patch by Justin Collins.drbrain2011-05-142-7/+153
* * ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove2010-04-112-0/+154
* * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove2010-04-0316-1730/+0
* * lib/yaml/basenode.rb: deprecating YPath methodstenderlove2010-03-262-1/+9
* * lib/yaml/encoding.rb: YAML.encode, YAML.decode are deprecated.tenderlove2010-03-263-0/+6
* * lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove2010-02-041-2/+2
* Fixed heredoc to play with emacs better. Added :startdoc: to fix broken rdoc ...ryan2009-09-241-2/+3
* * lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would benobu2009-03-261-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-0610-31/+31
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-182-219/+214
* * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz2008-11-061-0/+38
* * lib/yaml/store.rb (YAML::load): modified to support emptymatz2008-04-111-1/+15
* * lib/pstore.rb (PStore::dump, PStore::load): allow subclassmatz2008-04-101-2/+2
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-122-4/+4
* * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu2007-11-161-1/+1
* * ext/syck/rubyext.c: Node#value defined twice.why2007-11-152-3/+1
* * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit.why2007-11-151-3/+3
* * lib/yaml.rb (quick_emit): use combination of object_id and hash towhy2007-11-151-9/+9
* Replace nodoc with stopdoc so Module methods get documented.drbrain2006-08-111-1/+3
* * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean2006-01-101-10/+12
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-101-0/+1
* * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu2005-09-273-41/+51
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-202-9/+10
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-171-39/+4
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-137-564/+444
* Removal of lib/yaml/baseemitter.rb was accidental.why2005-09-131-0/+247
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-132-354/+0
* * bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz2005-06-071-2/+2