| Commit message (Expand) | Author | Age | Files | Lines |
* | [ruby/yaml] Bump up yaml version to 0.2.0 | Hiroshi SHIBATA | 2021-10-14 | 1 | -1/+1 |
* | Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in yaml/store.rb | Hiroshi SHIBATA | 2021-05-17 | 1 | -1/+1 |
* | Update library versions of the default gems. | Hiroshi SHIBATA | 2020-12-22 | 1 | -1/+1 |
* | Update the license for the default gems to dual licenses | Hiroshi SHIBATA | 2020-08-18 | 1 | -1/+1 |
* | Add workaround for test-bundler failure | Kazuhiro NISHIYAMA | 2020-03-12 | 1 | -1/+1 |
* | Remove YAML::VERSION because it conflicts with Psych::VERSION | Hiroshi SHIBATA | 2019-11-09 | 2 | -10/+1 |
* | Promote yaml to default gems | Hiroshi SHIBATA | 2019-11-09 | 2 | -0/+32 |
* | * lib/yaml/store.rb (YAML::Store#dump): use table argument instead of @table ... | kazu | 2016-09-29 | 1 | -1/+1 |
* | update call-seq of YAML::Store#initialize [ci skip] | kazu | 2016-09-29 | 1 | -0/+1 |
* | fix YAML::Store | kazu | 2016-09-29 | 1 | -9/+12 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 2 | -0/+2 |
* | * lib/yaml/dbm.rb: [DOC] Document call-seq for YAML::DBM | zzak | 2013-08-12 | 1 | -11/+56 |
* | * lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and add | zzak | 2013-08-12 | 1 | -1/+11 |
* | * lib/yaml/store.rb: make initialize method signature match the | tenderlove | 2011-10-02 | 1 | -10/+5 |
* | * lib/yaml/dbm/dbm.rb: fix #update, add #key for using istead #index. | ayumin | 2011-09-25 | 1 | -2/+12 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -2/+2 |
* | * lib/yaml/dbm.rb: fix a typo in a comment. | nagachika | 2011-05-14 | 1 | -1/+1 |
* | * lib/yaml/dbm.rb: Add documentation. Patch by Justin Collins. | drbrain | 2011-05-14 | 2 | -7/+153 |
* | * ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is not | tenderlove | 2010-04-11 | 2 | -0/+154 |
* | * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant. | tenderlove | 2010-04-03 | 16 | -1730/+0 |
* | * lib/yaml/basenode.rb: deprecating YPath methods | tenderlove | 2010-03-26 | 2 | -1/+9 |
* | * lib/yaml/encoding.rb: YAML.encode, YAML.decode are deprecated. | tenderlove | 2010-03-26 | 3 | -0/+6 |
* | * lib/yaml/rubytypes.rb: Struct members are emitted without a leading | tenderlove | 2010-02-04 | 1 | -2/+2 |
* | Fixed heredoc to play with emacs better. Added :startdoc: to fix broken rdoc ... | ryan | 2009-09-24 | 1 | -2/+3 |
* | * lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would be | nobu | 2009-03-26 | 1 | -1/+1 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 10 | -31/+31 |
* | * lib/optparse/version.rb: remove variable shadowing to stop | matz | 2008-12-18 | 2 | -219/+214 |
* | * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8 | matz | 2008-11-06 | 1 | -0/+38 |
* | * lib/yaml/store.rb (YAML::load): modified to support empty | matz | 2008-04-11 | 1 | -1/+15 |
* | * lib/pstore.rb (PStore::dump, PStore::load): allow subclass | matz | 2008-04-10 | 1 | -2/+2 |
* | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 2 | -4/+4 |
* | * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv. | nobu | 2007-11-16 | 1 | -1/+1 |
* | * ext/syck/rubyext.c: Node#value defined twice. | why | 2007-11-15 | 2 | -3/+1 |
* | * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit. | why | 2007-11-15 | 1 | -3/+3 |
* | * lib/yaml.rb (quick_emit): use combination of object_id and hash to | why | 2007-11-15 | 1 | -9/+9 |
* | Replace nodoc with stopdoc so Module methods get documented. | drbrain | 2006-08-11 | 1 | -1/+3 |
* | * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded in | ocean | 2006-01-10 | 1 | -10/+12 |
* | * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quoted | ocean | 2006-01-10 | 1 | -0/+1 |
* | * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo. | nobu | 2005-09-27 | 3 | -41/+51 |
* | * ext/syck/emitter.c (syck_scan_scalar): prevent indicators from | why | 2005-09-20 | 2 | -9/+10 |
* | * lib/yaml/rubytypes.rb: remove comments that are bungling up | why | 2005-09-17 | 1 | -39/+4 |
* | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 7 | -564/+444 |
* | Removal of lib/yaml/baseemitter.rb was accidental. | why | 2005-09-13 | 1 | -0/+247 |
* | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 2 | -354/+0 |
* | * bignum.c (bignorm): fixed a bug in normalizing negative numbers | matz | 2005-06-07 | 1 | -2/+2 |
* | * lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry. | why | 2004-08-18 | 1 | -1/+0 |
* | * lib/yaml/baseemitter.rb: folding now handles double-quoted strings, | why | 2004-08-18 | 3 | -21/+30 |
* | * lib/yaml/rubytypes.rb: exceptions were using an older | why | 2004-07-30 | 1 | -1/+1 |
* | * lib/pstore.rb (transaction): allow overriding dump and load. | matz | 2004-05-27 | 1 | -66/+19 |
* | * ext/syck/syck.c (syck_new_parser): clear parser on init. | why | 2004-05-25 | 2 | -24/+12 |