Age | Commit message (Expand) | Author |
2020-06-09 | [ruby/gdbm] Workaround for GitHub Actions | Hiroshi SHIBATA |
2018-08-07 | Support old versions of Ruby with FrozenError. | hsbt |
2018-04-17 | Use assert(false) for the path that is expected unreachable | mame |
2018-01-11 | Fix indent and use as skipped message instead of comment | kazu |
2018-01-10 | skip some tests so that no failure occurs in root privilege | mame |
2017-12-12 | Add FrozenError as a subclass of RuntimeError | shyouhei |
2017-04-25 | Import gemspec and test file changes from ruby/gdbm. | hsbt |
2016-05-01 | update comments. | akr |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-11-08 | test_gdbm.rb: typo | nobu |
2015-11-04 | test_gdbm.rb: sync after reorganize | nobu |
2015-11-03 | test_gdbm.rb: teardown | nobu |
2015-11-03 | test_gdbm.rb: teardown | nobu |
2015-09-24 | * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_lock): skip | odaira |
2014-12-17 | * test/gdbm/test_gdbm.rb: Added test for each_key called without a block. | hsbt |
2014-11-13 | * test/lib/envutil.rb: Moved from test/ruby/. | akr |
2014-11-11 | * test/ruby/test_object.rb: Specify an exception class for rescue clause. | akr |
2014-05-19 | * test/dbm/test_dbm.rb: Use Etc.uname. | akr |
2013-08-20 | * test/gdbm/test_gdbm.rb: skip TestGDBM#test_s_open_lock on Solaris. | ngoto |
2013-06-24 | test_gdbm.rb: skip a test on Windows | shirosaki |
2013-06-19 | test_gdbm.rb: open_db_child | nobu |
2013-06-19 | test_gdbm.rb: reap zombie | nobu |
2012-07-25 | Suppress warnings. | naruse |
2011-12-28 | * doc/ChangeLog-1.9.3, test/gdbm/test_gdbm.rb: fixed mingw typo. | nobu |
2011-11-08 | * test/dbm/test_dbm.rb: split tests for read only database. | akr |
2011-01-28 | * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create, | kosaki |
2011-01-28 | * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist): | kosaki |
2011-01-28 | * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skip | kosaki |
2010-06-03 | * test/gdbm/test_gdbm.rb (test_s_open_create_new): Windows doesn't supports | usa |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2008-11-08 | * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash. | matz |
2008-09-24 | * test: assert_raises has been deprecated since a long time ago. | nobu |
2008-04-23 | * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failed | kazu |
2007-10-24 | forgot to modify TestDBM2 and TestGDBM2. | akr |
2007-10-24 | use Dir.mktmpdir. | akr |
2007-09-28 | don't generate temporary files under current directory. | akr |
2007-02-27 | * test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. use | usa |
2006-02-20 | * mkconfig.rb: generate RbConfig instead of Config. | akr |
2005-08-12 | dbm/test_dbm.rb: specify pid for Process.wait. | akr |
2005-07-04 | * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some tests | usa |
2005-06-20 | * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed? | usa |
2005-06-04 | * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb. | akr |
2004-11-18 | * hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908] | matz |
2004-05-16 | * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument to | akr |
2004-05-07 | add freeze test for dbm and gdbm. | akr |
2004-04-15 | add a gdbm test for [ruby-dev:23381] | akr |