summaryrefslogtreecommitdiff
path: root/lib/yaml
AgeCommit message (Expand)Author
2004-08-18* ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy
2004-07-17* eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.matz
2004-07-01* lib/pstore.rb (transaction): safer backup scheme. [ruby-list:39102]nobu
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-03* ext/syck/syck.h: version 0.43.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