aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why2003-12-151-1/+1
* * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why2003-12-121-2/+2
* * ext/syck/rubyext.c: refactoring of the transfer methodwhy2003-08-211-78/+0
* * lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy2003-08-011-1/+1
* * lib/yaml/dbm.rb: replace indexes with values_at.why2003-07-241-2/+2
* BaseEmitter left out as well.why2003-07-111-0/+241
* * ext/syck/emitter.c: new emitter code.why2003-07-114-241/+22
* * lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hashwhy2003-06-241-1/+1
* * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why2003-06-182-6/+6
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-171-10/+2
* * ext/syck/token.c: preserve newlines prepended to a block.why2003-06-104-110/+15
* * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why2003-05-301-2/+2
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-221-2/+33
* * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy2003-05-221-1/+2
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-221-1/+7
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-142-6/+0
* * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy2003-05-132-11/+19
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-131-10/+3
* * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why2003-05-111-11/+11
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-101-0/+14
* lib/yaml/ypath.rb: escape '['.eban2003-05-101-1/+1
* Initial checkin of YAML substances.why2003-05-0914-0/+1944