| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/pstore.rb: Specify frozen_string_literal: true. | kazu | 2017-01-17 | 1 | -1/+1 |
* | fix YAML::Store | kazu | 2016-09-29 | 1 | -0/+180 |
* | * test/syck/*: Moved test/yaml to test/syck since it's actually | tenderlove | 2010-04-11 | 15 | -1823/+0 |
* | * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant. | tenderlove | 2010-04-03 | 3 | -2/+5 |
* | * lib/yaml/basenode.rb: deprecating YPath methods | tenderlove | 2010-03-26 | 1 | -0/+1 |
* | * test/yaml/test_hash.rb (test_ref_append): adding a test for idref | tenderlove | 2010-03-22 | 1 | -0/+11 |
* | * lib/yaml/rubytypes.rb: Struct members are emitted without a leading | tenderlove | 2010-02-04 | 2 | -15/+15 |
* | * test/yaml/test_struct.rb Test for dealing with structs that have | tenderlove | 2010-01-09 | 1 | -0/+33 |
* | * test/yaml/test_boolean.rb (test_n): fixing test name | tenderlove | 2009-12-17 | 1 | -1/+1 |
* | * test/yaml/test_set.rb (**) Adding test coverage for YAML::Set | tenderlove | 2009-12-16 | 1 | -0/+31 |
* | Adding tests for YAML types | tenderlove | 2009-11-30 | 3 | -0/+113 |
* | Adding yaml tests [ruby-core:26732] | tenderlove | 2009-11-16 | 7 | -0/+231 |
* | * time.c: remove time_t restriction from Time class. | akr | 2009-04-21 | 1 | -1/+1 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 2 | -36/+36 |
* | * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a value | matz | 2008-11-19 | 1 | -0/+4 |
* | * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8 | matz | 2008-11-06 | 1 | -0/+24 |
* | * lib/yaml/store.rb (YAML::load): modified to support empty | matz | 2008-04-11 | 1 | -0/+74 |
* | (test_time_now_cycle): cut off under micro second. | akr | 2007-12-01 | 1 | -8/+1 |
* | * bootstraptest/test_knownbug.rb: move fixed bugs. | ko1 | 2007-12-01 | 1 | -0/+13 |
* | * configure.in: check struct timespec, clock_gettime, utimensat, | akr | 2007-11-19 | 1 | -1/+1 |
* | * lib/yaml.rb (quick_emit): use combination of object_id and hash to | why | 2007-11-15 | 1 | -0/+8 |
* | * test/yaml/test_yaml.rb: fixed the failing YAML Struct test | why | 2007-11-13 | 1 | -13/+13 |
* | * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item): | ocean | 2006-01-16 | 1 | -0/+19 |
* | * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded in | ocean | 2006-01-10 | 1 | -0/+17 |
* | * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quoted | ocean | 2006-01-10 | 1 | -0/+11 |
* | * lib/yaml/rubytypes.rb: remove comments that are bungling up | why | 2005-09-17 | 1 | -22/+13 |
* | * ext/syck/MANIFEST, ext/syck/depend: new file. | nobu | 2004-05-15 | 1 | -17/+23 |
* | * lib/yaml.rb: removed fallback to pure Ruby parser. | why | 2004-05-15 | 1 | -2/+2 |
* | * lib/csv.rb: document reduction. [ruby-core:02429] | nahi | 2004-02-16 | 1 | -0/+2 |
* | * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle): | akira | 2004-02-08 | 1 | -0/+6 |
* | * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle): | akira | 2004-02-08 | 1 | -0/+17 |
* | * test/rss/test_*: do $: trick while searching a module in the current | nahi | 2004-01-29 | 1 | -1/+1 |
* | * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305] | why | 2004-01-28 | 1 | -0/+36 |
* | * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}): | nobu | 2004-01-13 | 1 | -5/+3 |
* | * ext/syck/bytecode.c: turn off default implicit typing. | why | 2004-01-12 | 1 | -0/+8 |
* | * lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012] | why | 2003-12-15 | 1 | -0/+7 |
* | * test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match. | nobu | 2003-12-13 | 1 | -1/+2 |
* | * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946] | why | 2003-12-12 | 1 | -0/+11 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -2/+1 |
* | * ext/syck/rubyext.c: default keys handled. | why | 2003-10-03 | 1 | -0/+1155 |