aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.why2004-08-181-1/+0
* * lib/yaml/baseemitter.rb: folding now handles double-quoted strings,why2004-08-183-21/+30
* * lib/yaml/rubytypes.rb: exceptions were using an olderwhy2004-07-301-1/+1
* * lib/pstore.rb (transaction): allow overriding dump and load.matz2004-05-271-66/+19
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-252-24/+12
* * lib/yaml/baseemitter.rb (indent_text): was forcing a mod valuewhy2004-05-161-115/+115
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-151-3/+3
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-152-125/+132
* * lib/yaml/store.rb: use FileUtils::copy.eban2004-05-091-1/+2
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-062-68/+190
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-4/+8
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-021-1/+1
* * eval.c (proc_eq): avoid false positive by using scope andmatz2004-03-181-1/+1
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-281-1/+1
* * lib/yaml.rb (YAML::YAML): adjust Marshal version.nobu2003-12-201-3/+4