Directory test/dbm/

Directory Created:
2004-05-07 10:39
Total Files:
1
Deleted Files:
0
Lines of Code:
562

Browse with ViewVC

[root]/test/dbm

Lines of Code

test/dbm/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 664 (100.0%) 55.3
akr 5 (41.7%) 647 (97.4%) 129.4
usa 3 (25.0%) 16 (2.4%) 5.3
matz 3 (25.0%) 1 (0.2%) 0.3
shyouhei 1 (8.3%) 0 (0.0%) 0.0

Most Recent Commits

usa 2007-02-27 17:22

* test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. use

target_os instead. [ruby-list:43225]

2 lines of code changed in:

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

akr 2006-02-20 09:34

* mkconfig.rb: generate RbConfig instead of Config.



* instruby.rb, rubytest.rb, runruby.rb, bcc32/Makefile.sub,

ext/extmk.rb, ext/dl/extconf.rb, ext/iconv/charset_alias.rb,

lib/mkmf.rb, lib/rdoc/ri/ri_paths.rb,

lib/webrick/httpservlet/cgihandler.rb,

test/dbm/test_dbm.rb, test/gdbm/test_gdbm.rb,

test/ruby/envutil.rb, test/soap/calc/test_calc_cgi.rb,

test/soap/header/test_authheader_cgi.rb, test/soap/ssl/test_ssl.rb,

win32/mkexports.rb, win32/resource.rb: Use RbConfig instead of

Config.

2 lines of code changed in:

matz 2005-10-05 17:15

* range.c (rb_range_beg_len): should return Qfalse for non-range

object.



* pack.c (EXTEND16): [ruby-dev:27383]



* eval.c (set_trace_func): add rb_secure(4) to prevent adding

tracing function.



* lib/delegate.rb: document update from James Edward Gray II

<james@grayproductions.net>. [ruby-core:05942]



* process.c (proc_daemon): should restrict execution on levels

higher than $SAFE=2. suggested by URABE Shyouhei

<shyouhei@ice.uec.ac.jp>.



* lib/forwardable.rb: replaced by new implementation from

<Daniel.Berger@qwest.com>. [ruby-core:05899]



* file.c (path_check_0): disallow sticky world writable directory

in PATH (and $LOAD_PATH). [ruby-dev:27226]



* numeric.c (fix_idiv): 1.div(1.0) should return integer value.

[ruby-dev:27235]



* lib/yaml.rb: require 'yaml/constants'. [ruby-core:5776]



* lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): add charset

information to content-type header.[ruby-core:5127]



* lib/xmlrpc/server.rb (CGIServer::serve): ditto.



* lib/xmlrpc/server.rb (ModRubyServer::serve): ditto.



* lib/xmlrpc/server.rb (WEBrickServlet::service): ditto.



* test/dbm/test_dbm.rb (TestDBM::test_s_open_error): remove

test_s_open_error test to detect duplicate open.

[ruby-dev:27202]



* eval.c (splat_value): use to_a to splat non Array object.



* object.c (nil_to_a): remove nil.to_a. [experimental]

0 lines of code changed in:

matz 2005-09-12 16:12

* test/dbm/test_dbm.rb: remove locking test, which may not be

supported on some platforms. [ruby-dev:27030]

0 lines of code changed in:

akr 2005-08-12 16:53

dbm/test_dbm.rb: specify pid for Process.wait.

gdbm/test_gdbm.rb: ditto.

sdbm/test_sdbm.rb: ditto.



dbm/test_dbm.rb: add tests for open when db is not exist.

gdbm/test_gdbm.rb: ditto.

31 lines of code changed in:

usa 2005-07-04 03:24

* test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some tests

which using fork on fork-less platforms.

11 lines of code changed in:

usa 2005-06-20 09:17

* ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?



* ext/gdbm/gdbm.c (fgdbm_closed): new method GDBM#closed?



* ext/sdbm/init.c (fsdbm_closed): new method SDBM#closed?



* test/dbm/test_dbm.rb, test/gdbm/test_gdbm.rb, test/sdbm/test_sdbm.rb

(teardown): close all db objects before deleting data files.



* win32/win32.{ch} (unlink): hook runtime function to change

file attribute before unlinking.

merge from 1.8, see [ruby-dev:26360]

3 lines of code changed in:

akr 2005-06-04 06:59

* test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.



* test/gdbm/test_gdbm.rb: merged from ext/gdbm/testgdbm.rb.

558 lines of code changed in:

matz 2004-11-18 09:11

* hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908]

1 lines of code changed in:

akr 2004-05-16 13:03

* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument to

specify an open flag.

(Init_dbm): define open flags: DBM::READER, DBM::WRITER, DBM::WRCREAT

and DBM::NEWDB.

25 lines of code changed in:

akr 2004-05-07 10:39

add freeze test for dbm and gdbm.

31 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT