| Commit message (Expand) | Author | Age | Files | Lines |
* | {ext,test}/dbm: Specify frozen_string_literal: true. | kazu | 2017-01-28 | 1 | -2/+2 |
* | 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/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 |
* | dbm.c: yield dup of keystr | nobu | 2014-01-01 | 1 | -0/+8 |
* | test_dbm.rb: no fork | nobu | 2013-06-19 | 1 | -9/+0 |
* | add a test. | akr | 2012-02-19 | 1 | -0/+4 |
* | add assertions. | akr | 2012-02-19 | 1 | -0/+5 |
* | * test/dbm/test_dbm.rb (test_dbmfile_suffix): check pag and dir is | akr | 2012-02-19 | 1 | -0/+2 |
* | cosmetic change. | akr | 2012-02-18 | 1 | -1/+1 |
* | * test/dbm/test_dbm.rb (test_dbmfile_suffix): check magic numbers. | akr | 2012-02-18 | 1 | -1/+28 |
* | simplify a test. | akr | 2012-02-18 | 1 | -6/+6 |
* | * test/dbm/test_dbm.rb (test_dbmfile_suffix): DBM::VERSION should | akr | 2012-02-18 | 1 | -0/+3 |
* | * test/dbm/test_dbm.rb (test_dbmfile_suffix): test dbm file suffix. | akr | 2012-02-18 | 1 | -0/+15 |
* | * test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior. | akr | 2012-02-16 | 1 | -2/+2 |
* | See the string "GDBM version". | naruse | 2011-12-06 | 1 | -2/+2 |
* | Fix copy and paste miss of r33960. | naruse | 2011-12-06 | 1 | -2/+2 |
* | Skip tests when the lib is with gdbm 1.8.0. | naruse | 2011-12-06 | 1 | -4/+2 |
* | Comment out tests which fails with GDBM-DBM compat mode. | naruse | 2011-12-05 | 1 | -0/+6 |
* | * test/dbm/test_dbm.rb: split tests for read only database. | akr | 2011-11-08 | 1 | -12/+29 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -2/+2 |
* | * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash. | matz | 2008-11-08 | 1 | -3/+3 |
* | * ext/dbm/dbm.c (fdbm_index): make #index warn like Hash. | matz | 2008-11-07 | 1 | -6/+6 |
* | * string.c (rb_external_str_new_with_enc): no implicit strlen call. | matz | 2008-10-22 | 1 | -5/+2 |
* | * test: assert_raises has been deprecated since a long time ago. | nobu | 2008-09-24 | 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 | -11/+14 |
* | * 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 |
* | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz | 2005-10-05 | 1 | -8/+0 |
* | * test/dbm/test_dbm.rb: remove locking test, which may not be | matz | 2005-09-12 | 1 | -77/+0 |
* | 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/+558 |
* | * 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 | -2/+25 |
* | add freeze test for dbm and gdbm. | akr | 2004-05-07 | 1 | -0/+31 |