aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean2006-01-101-10/+12
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-101-0/+1
* * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu2005-09-273-41/+51
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-202-9/+10
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-171-39/+4
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-09-131-0/+86
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-137-671/+358
* * bignum.c (get2comp): calculate proper 2's complement formatz2005-06-081-2/+2
* * ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy2004-08-183-46/+47
* * eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.matz2004-07-171-9/+11
* * lib/pstore.rb (transaction): safer backup scheme. [ruby-list:39102]nobu2004-07-011-65/+19
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-062-68/+190
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-4/+8
* * ext/syck/syck.h: version 0.43.why2004-04-031-2/+2
* * lib/yaml.rb (YAML::YAML): adjust Marshal version.nobu2003-12-201-3/+4
* * 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