| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary word from comment | Sergio | 2020-07-28 | 1 | -1/+1 |
* | Update the canonical repository url | Hiroshi SHIBATA | 2019-08-19 | 1 | -2/+2 |
* | Clarify the documentation of the YAML module [Misc #14567] | eregon | 2018-03-02 | 1 | -3/+4 |
* | Add uplevel keyword to Kernel#warn and use it | shyouhei | 2017-12-12 | 1 | -3/+3 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | * lib/yaml.rb: fix typo. [ci skip][fix GH-890] | hsbt | 2015-05-03 | 1 | -1/+1 |
* | Revert "Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]"" | hsbt | 2014-06-26 | 1 | -34/+0 |
* | Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]" | naruse | 2014-05-25 | 1 | -0/+34 |
* | * lib/yaml.rb: Remove Psych::EngineManager [Bug #8344] | zzak | 2014-05-25 | 1 | -34/+0 |
* | * lib/yaml.rb: [DOC] Add links to syck and psych on github [Bug #9501] | zzak | 2014-02-08 | 1 | -1/+5 |
* | * lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and add | zzak | 2013-08-12 | 1 | -1/+1 |
* | * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] | zzak | 2013-07-18 | 1 | -1/+1 |
* | * lib/yaml.rb: nodoc EngineManager, add History doc #8344 | zzak | 2013-05-02 | 1 | -5/+20 |
* | * lib/yaml.rb: Clarify documentation about YAML being always Psych. | eregon | 2013-04-28 | 1 | -22/+11 |
* | * lib/yaml.rb: Use another trick to define the YAML module. | eregon | 2013-04-28 | 1 | -2/+4 |
* | * lib/yaml.rb: Disable setting YAML const twice [ruby-core:54642] | zzak | 2013-04-28 | 1 | -1/+1 |
* | * lib/yaml.rb: add security warning to YAML documentation | charliesome | 2013-04-27 | 1 | -0/+4 |
* | * lib/yaml.rb: Documentation for YAML module [Bug #8213] | zzak | 2013-04-27 | 1 | -1/+24 |
* | * lib/yaml.rb (YAML::EngineManager): Documentation for #yamler and | zzak | 2013-02-03 | 1 | -3/+17 |
* | * ext/syck: removed. Fixes [ruby-core:43360] | tenderlove | 2012-08-22 | 1 | -54/+20 |
* | * lib/yaml.rb: explicitly specify ::Object to avoid the collision with | naruse | 2011-09-07 | 1 | -1/+1 |
* | * lib/yaml.rb: Document toplevel YAML and YAML::ENGINE to describe | drbrain | 2011-06-30 | 1 | -0/+18 |
* | * lib/yaml.rb: load psych only when syck is not loaded. | naruse | 2011-06-13 | 1 | -9/+16 |
* | * lib/yaml.rb: switch default YAML engine to Psych, old syck engine | tenderlove | 2011-05-23 | 1 | -0/+8 |
* | * lib/yaml.rb: use Psych if only it is loaded already. | nobu | 2010-04-08 | 1 | -1/+3 |
* | * lib/yaml.rb (YAML::EngineManager#yamler): set the result after | nobu | 2010-04-08 | 1 | -1/+2 |
* | * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant. | tenderlove | 2010-04-03 | 1 | -445/+25 |
* | * lib/yaml.rb: adding deprecation notices to YAML methods | tenderlove | 2010-03-26 | 1 | -4/+28 |
* | * ext/syck/rubyext.c (id_hash_new): new function to create a hash | akr | 2009-08-22 | 1 | -4/+0 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -18/+18 |
* | Fix ruby -w warnings for mismatched indentation discovered by rdoc | drbrain | 2008-09-23 | 1 | -4/+4 |
* | * lib/yaml.rb (quick_emit): use combination of object_id and hash to | why | 2007-11-15 | 1 | -0/+4 |
* | * eval.c (rb_mod_define_method): should save safe_level in the | matz | 2005-12-29 | 1 | -1/+1 |
* | * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324] | ocean | 2005-11-06 | 1 | -1/+1 |
* | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz | 2005-10-05 | 1 | -0/+1 |
* | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 1 | -49/+70 |
* | * lib/yaml.rb: Kernel#y requires an argument. | why | 2005-01-07 | 1 | -1/+2 |
* | * lib/yaml.rb (YAML::load_file, YAML::parse_file): added. | why | 2004-07-15 | 1 | -1/+39 |
* | * lib/yaml.rb: added rdoc to beginning of lib. | why | 2004-05-18 | 1 | -18/+58 |
* | * lib/yaml.rb: added rdoc to beginning of lib. | why | 2004-05-18 | 1 | -8/+121 |
* | * lib/yaml.rb: removed fallback to pure Ruby parser. | why | 2004-05-15 | 1 | -26/+9 |
* | * lib/yaml/rubytypes.rb (to_yaml): added instance variable handling | why | 2004-05-06 | 1 | -7/+7 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -1/+1 |
* | * ext/syck/lib/gram.c: allow root-level inline collections. | why | 2004-04-02 | 1 | -2/+18 |
* | Move "y" documentation to correct place | dave | 2004-03-24 | 1 | -15/+16 |
* | * lib/yaml.rb (YAML::YAML): adjust Marshal version. | nobu | 2003-12-20 | 1 | -4/+4 |
* | * ext/syck/emitter.c: new emitter code. | why | 2003-07-11 | 1 | -1/+36 |
* | * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented. | why | 2003-06-18 | 1 | -0/+7 |
* | * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC. | why | 2003-06-05 | 1 | -0/+8 |
* | * lib/token.c: single- and double-quoted root-level fix. | why | 2003-05-22 | 1 | -5/+12 |