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