aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/yaml.rb: fix typo. [ci skip][fix GH-890]hsbt2015-05-031-1/+1
* Revert "Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]""hsbt2014-06-261-34/+0
* Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]"naruse2014-05-251-0/+34
* * lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]zzak2014-05-251-34/+0
* * lib/yaml.rb: [DOC] Add links to syck and psych on github [Bug #9501]zzak2014-02-081-1/+5
* * lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and addzzak2013-08-121-1/+1
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-181-1/+1
* * lib/yaml.rb: nodoc EngineManager, add History doc #8344zzak2013-05-021-5/+20
* * lib/yaml.rb: Clarify documentation about YAML being always Psych.eregon2013-04-281-22/+11
* * lib/yaml.rb: Use another trick to define the YAML module.eregon2013-04-281-2/+4
* * lib/yaml.rb: Disable setting YAML const twice [ruby-core:54642]zzak2013-04-281-1/+1
* * lib/yaml.rb: add security warning to YAML documentationcharliesome2013-04-271-0/+4
* * lib/yaml.rb: Documentation for YAML module [Bug #8213]zzak2013-04-271-1/+24
* * lib/yaml.rb (YAML::EngineManager): Documentation for #yamler andzzak2013-02-031-3/+17
* * ext/syck: removed. Fixes [ruby-core:43360]tenderlove2012-08-221-54/+20
* * lib/yaml.rb: explicitly specify ::Object to avoid the collision withnaruse2011-09-071-1/+1
* * lib/yaml.rb: Document toplevel YAML and YAML::ENGINE to describedrbrain2011-06-301-0/+18
* * lib/yaml.rb: load psych only when syck is not loaded.naruse2011-06-131-9/+16
* * lib/yaml.rb: switch default YAML engine to Psych, old syck enginetenderlove2011-05-231-0/+8
* * lib/yaml.rb: use Psych if only it is loaded already.nobu2010-04-081-1/+3
* * lib/yaml.rb (YAML::EngineManager#yamler): set the result afternobu2010-04-081-1/+2
* * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove2010-04-031-445/+25
* * lib/yaml.rb: adding deprecation notices to YAML methodstenderlove2010-03-261-4/+28
* * ext/syck/rubyext.c (id_hash_new): new function to create a hashakr2009-08-221-4/+0
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-18/+18
* Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain2008-09-231-4/+4
* * lib/yaml.rb (quick_emit): use combination of object_id and hash towhy2007-11-151-0/+4
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-1/+1
* * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]ocean2005-11-061-1/+1
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-0/+1
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-131-49/+70
* * lib/yaml.rb: Kernel#y requires an argument.why2005-01-071-1/+2
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-151-1/+39
* * lib/yaml.rb: added rdoc to beginning of lib.why2004-05-181-18/+58
* * lib/yaml.rb: added rdoc to beginning of lib.why2004-05-181-8/+121
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-151-26/+9
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-061-7/+7
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-1/+1
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-021-2/+18
* Move "y" documentation to correct placedave2004-03-241-15/+16
* * lib/yaml.rb (YAML::YAML): adjust Marshal version.nobu2003-12-201-4/+4
* * ext/syck/emitter.c: new emitter code.why2003-07-111-1/+36
* * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why2003-06-181-0/+7
* * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why2003-06-051-0/+8
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-221-5/+12
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-141-1/+1
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-131-7/+9
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-101-29/+73
* Initial checkin of YAML substances.why2003-05-091-0/+119