summaryrefslogtreecommitdiff
path: root/test/yaml
AgeCommit message (Expand)Author
2017-01-17lib/pstore.rb: Specify frozen_string_literal: true.kazu
2016-09-29fix YAML::Storekazu
2010-04-11* test/syck/*: Moved test/yaml to test/syck since it's actuallytenderlove
2010-04-03* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove
2010-03-26* lib/yaml/basenode.rb: deprecating YPath methodstenderlove
2010-03-22* test/yaml/test_hash.rb (test_ref_append): adding a test for idreftenderlove
2010-02-04* lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove
2010-01-09* test/yaml/test_struct.rb Test for dealing with structs that havetenderlove
2009-12-17* test/yaml/test_boolean.rb (test_n): fixing test nametenderlove
2009-12-16* test/yaml/test_set.rb (**) Adding test coverage for YAML::Settenderlove
2009-11-30Adding tests for YAML typestenderlove
2009-11-16Adding yaml tests [ruby-core:26732]tenderlove
2009-04-21* time.c: remove time_t restriction from Time class.akr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-11-19* ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a valuematz
2008-11-06* lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz
2008-04-11* lib/yaml/store.rb (YAML::load): modified to support emptymatz
2007-12-01(test_time_now_cycle): cut off under micro second.akr
2007-12-01* bootstraptest/test_knownbug.rb: move fixed bugs.ko1
2007-11-19* configure.in: check struct timespec, clock_gettime, utimensat,akr
2007-11-15* lib/yaml.rb (quick_emit): use combination of object_id and hash towhy
2007-11-13* test/yaml/test_yaml.rb: fixed the failing YAML Struct testwhy
2006-01-16* ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean
2006-01-10* lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean
2006-01-10* lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean
2005-09-17* lib/yaml/rubytypes.rb: remove comments that are bungling upwhy
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-02-16 * lib/csv.rb: document reduction. [ruby-core:02429]nahi
2004-02-08* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira
2004-02-08* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira
2004-01-29 * test/rss/test_*: do $: trick while searching a module in the currentnahi
2004-01-28* ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why
2004-01-13* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):nobu
2004-01-12* ext/syck/bytecode.c: turn off default implicit typing.why
2003-12-15* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why
2003-12-13* test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.nobu
2003-12-12* lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-10-03* ext/syck/rubyext.c: default keys handled.why