aboutsummaryrefslogtreecommitdiffstats
path: root/test/yaml
Commit message (Expand)AuthorAgeFilesLines
* lib/pstore.rb: Specify frozen_string_literal: true.kazu2017-01-171-1/+1
* fix YAML::Storekazu2016-09-291-0/+180
* * test/syck/*: Moved test/yaml to test/syck since it's actuallytenderlove2010-04-1115-1823/+0
* * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove2010-04-033-2/+5
* * lib/yaml/basenode.rb: deprecating YPath methodstenderlove2010-03-261-0/+1
* * test/yaml/test_hash.rb (test_ref_append): adding a test for idreftenderlove2010-03-221-0/+11
* * lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove2010-02-042-15/+15
* * test/yaml/test_struct.rb Test for dealing with structs that havetenderlove2010-01-091-0/+33
* * test/yaml/test_boolean.rb (test_n): fixing test nametenderlove2009-12-171-1/+1
* * test/yaml/test_set.rb (**) Adding test coverage for YAML::Settenderlove2009-12-161-0/+31
* Adding tests for YAML typestenderlove2009-11-303-0/+113
* Adding yaml tests [ruby-core:26732]tenderlove2009-11-167-0/+231
* * time.c: remove time_t restriction from Time class.akr2009-04-211-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-36/+36
* * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a valuematz2008-11-191-0/+4
* * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz2008-11-061-0/+24
* * lib/yaml/store.rb (YAML::load): modified to support emptymatz2008-04-111-0/+74
* (test_time_now_cycle): cut off under micro second.akr2007-12-011-8/+1
* * bootstraptest/test_knownbug.rb: move fixed bugs.ko12007-12-011-0/+13
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-191-1/+1
* * lib/yaml.rb (quick_emit): use combination of object_id and hash towhy2007-11-151-0/+8
* * test/yaml/test_yaml.rb: fixed the failing YAML Struct testwhy2007-11-131-13/+13
* * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean2006-01-161-0/+19
* * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean2006-01-101-0/+17
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-101-0/+11
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-171-22/+13
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-151-17/+23
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-151-2/+2
* * lib/csv.rb: document reduction. [ruby-core:02429]nahi2004-02-161-0/+2
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira2004-02-081-0/+6
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira2004-02-081-0/+17
* * test/rss/test_*: do $: trick while searching a module in the currentnahi2004-01-291-1/+1
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-281-0/+36
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):nobu2004-01-131-5/+3
* * ext/syck/bytecode.c: turn off default implicit typing.why2004-01-121-0/+8
* * lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why2003-12-151-0/+7
* * test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.nobu2003-12-131-1/+2
* * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why2003-12-121-0/+11
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-2/+1
* * ext/syck/rubyext.c: default keys handled.why2003-10-031-0/+1155