Age | Commit message (Expand) | Author |
2011-06-30 | * lib/yaml.rb: Document toplevel YAML and YAML::ENGINE to describe | drbrain |
2011-06-13 | * lib/yaml.rb: load psych only when syck is not loaded. | naruse |
2011-05-23 | * lib/yaml.rb: switch default YAML engine to Psych, old syck engine | tenderlove |
2010-04-08 | * lib/yaml.rb: use Psych if only it is loaded already. | nobu |
2010-04-08 | * lib/yaml.rb (YAML::EngineManager#yamler): set the result after | nobu |
2010-04-03 | * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant. | tenderlove |
2010-03-26 | * lib/yaml.rb: adding deprecation notices to YAML methods | tenderlove |
2009-08-22 | * ext/syck/rubyext.c (id_hash_new): new function to create a hash | akr |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2008-09-23 | Fix ruby -w warnings for mismatched indentation discovered by rdoc | drbrain |
2007-11-15 | * lib/yaml.rb (quick_emit): use combination of object_id and hash to | why |
2005-12-29 | * eval.c (rb_mod_define_method): should save safe_level in the | matz |
2005-11-06 | * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324] | ocean |
2005-10-05 | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz |
2005-09-13 | * lib/yaml.rb: reworking YAML::Stream to use the new | why |
2005-01-07 | * lib/yaml.rb: Kernel#y requires an argument. | why |
2004-07-15 | * lib/yaml.rb (YAML::load_file, YAML::parse_file): added. | why |
2004-05-18 | * lib/yaml.rb: added rdoc to beginning of lib. | why |
2004-05-18 | * lib/yaml.rb: added rdoc to beginning of lib. | why |
2004-05-15 | * lib/yaml.rb: removed fallback to pure Ruby parser. | why |
2004-05-06 | * lib/yaml/rubytypes.rb (to_yaml): added instance variable handling | why |
2004-04-18 | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu |
2004-04-02 | * ext/syck/lib/gram.c: allow root-level inline collections. | why |
2004-03-24 | Move "y" documentation to correct place | dave |
2003-12-20 | * lib/yaml.rb (YAML::YAML): adjust Marshal version. | nobu |
2003-07-11 | * ext/syck/emitter.c: new emitter code. | why |
2003-06-18 | * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented. | why |
2003-06-05 | * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC. | why |
2003-05-22 | * lib/token.c: single- and double-quoted root-level fix. | why |
2003-05-14 | * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on | why |
2003-05-13 | * lib/yaml/rubytypes.rb: object and struct loading | why |
2003-05-10 | * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.c | why |
2003-05-09 | Initial checkin of YAML substances. | why |