summaryrefslogtreecommitdiff
path: root/lib/yaml
AgeCommit message (Expand)Author
2004-08-18* lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.why
2004-08-18* lib/yaml/baseemitter.rb: folding now handles double-quoted strings,why
2004-07-30* lib/yaml/rubytypes.rb: exceptions were using an olderwhy
2004-05-27* lib/pstore.rb (transaction): allow overriding dump and load.matz
2004-05-25* ext/syck/syck.c (syck_new_parser): clear parser on init.why
2004-05-16* lib/yaml/baseemitter.rb (indent_text): was forcing a mod valuewhy
2004-05-15* ext/syck/MANIFEST, ext/syck/depend: new file.nobu
2004-05-15* lib/yaml.rb: removed fallback to pure Ruby parser.why
2004-05-09* lib/yaml/store.rb: use FileUtils::copy.eban
2004-05-06* lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy
2004-04-26* lib/yaml/rubytypes.rb: passing Range tests.why
2004-04-02* ext/syck/lib/gram.c: allow root-level inline collections.why
2004-03-18* eval.c (proc_eq): avoid false positive by using scope andmatz
2004-01-28* ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why
2003-12-20* lib/yaml.rb (YAML::YAML): adjust Marshal version.nobu
2003-12-15* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why
2003-12-12* lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why
2003-08-21* ext/syck/rubyext.c: refactoring of the transfer methodwhy
2003-08-01* lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy
2003-07-24* lib/yaml/dbm.rb: replace indexes with values_at.why
2003-07-11BaseEmitter left out as well.why
2003-07-11* ext/syck/emitter.c: new emitter code.why
2003-06-24* lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hashwhy
2003-06-18* ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why
2003-06-17* ext/syck/gram.c: added grammar for certain empty sequence entries.why
2003-06-10* ext/syck/token.c: preserve newlines prepended to a block.why
2003-05-30* ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why
2003-05-22* lib/token.c: single- and double-quoted root-level fix.why
2003-05-22* ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy
2003-05-22* ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy
2003-05-14* ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy
2003-05-13* lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy
2003-05-13* lib/yaml/rubytypes.rb: object and struct loadingwhy
2003-05-11* ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why
2003-05-10* ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy
2003-05-10lib/yaml/ypath.rb: escape '['.eban
2003-05-09Initial checkin of YAML substances.why