summaryrefslogtreecommitdiff
path: root/test/dbm
AgeCommit message (Expand)Author
2021-05-25Removed dbm from ruby repoHiroshi SHIBATA
2019-10-26[ruby/dbm] Remove taint supportJeremy Evans
2018-08-07Support old versions of Ruby with FrozenError.hsbt
2018-01-10skip some tests so that no failure occurs in root privilegemame
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-01-28{ext,test}/dbm: Specify frozen_string_literal: true.kazu
2016-05-01update comments.akr
2015-12-16Add frozen_string_literal: false for all filesnaruse
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
2014-01-01dbm.c: yield dup of keystrnobu
2013-06-19test_dbm.rb: no forknobu
2012-02-19add a test.akr
2012-02-19add assertions.akr
2012-02-19* test/dbm/test_dbm.rb (test_dbmfile_suffix): check pag and dir isakr
2012-02-18cosmetic change.akr
2012-02-18* test/dbm/test_dbm.rb (test_dbmfile_suffix): check magic numbers.akr
2012-02-18simplify a test.akr
2012-02-18* test/dbm/test_dbm.rb (test_dbmfile_suffix): DBM::VERSION shouldakr
2012-02-18* test/dbm/test_dbm.rb (test_dbmfile_suffix): test dbm file suffix.akr
2012-02-16* test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.akr
2011-12-06See the string "GDBM version".naruse
2011-12-06Fix copy and paste miss of r33960.naruse
2011-12-06Skip tests when the lib is with gdbm 1.8.0.naruse
2011-12-05Comment out tests which fails with GDBM-DBM compat mode.naruse
2011-11-08* test/dbm/test_dbm.rb: split tests for read only database.akr
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-11-07* ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.matz
2008-10-22* string.c (rb_external_str_new_with_enc): no implicit strlen call.matz
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2007-10-24forgot to modify TestDBM2 and TestGDBM2.akr
2007-10-24use Dir.mktmpdir.akr
2007-09-28don't generate temporary files under current directory.akr
2007-02-27* test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. useusa
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-09-12* test/dbm/test_dbm.rb: remove locking test, which may not bematz
2005-08-12dbm/test_dbm.rb: specify pid for Process.wait.akr
2005-07-04* test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some testsusa
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 toakr
2004-05-07add freeze test for dbm and gdbm.akr