* test/dbm/test_dbm.rb: remove locking test, which may not be
supported on some platforms. [ruby-dev:27030] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
757f06fdc7
commit
35a84adff0
@ -38,6 +38,11 @@ Mon Sep 12 19:26:29 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||
sprintf.c, st.c, string.c, struct.c, time.c, util.h, variable.c,
|
||||
version.c: ditto.
|
||||
|
||||
Mon Sep 12 14:03:33 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* test/dbm/test_dbm.rb: remove locking test, which may not be
|
||||
supported on some platforms. [ruby-dev:27030]
|
||||
|
||||
Sun Sep 11 23:23:02 2005 Shugo Maeda <shugo@ruby-lang.org>
|
||||
|
||||
* lib/net/imap.rb (starttls): supported the STARTTLS command.
|
||||
@ -49,7 +54,7 @@ Sun Sep 11 22:18:07 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||
|
||||
Sat Sep 10 22:34:19 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* array.c: protoize.
|
||||
* array.c, bignum.c: protoize.
|
||||
|
||||
Sat Sep 10 00:23:01 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
|
1
array.c
1
array.c
@ -23,7 +23,6 @@ static ID id_cmp;
|
||||
|
||||
#define ARY_DEFAULT_SIZE 16
|
||||
|
||||
|
||||
void
|
||||
rb_mem_clear(register VALUE *mem, register long size)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user