зеркало из https://github.com/github/ruby.git
* 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:
Родитель
757f06fdc7
Коммит
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)
|
||||
{
|
||||
|
|
1
compar.c
1
compar.c
|
@ -135,7 +135,6 @@ cmp_lt(VALUE x, VALUE y)
|
|||
return Qfalse;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* call-seq:
|
||||
* obj <= other => true or false
|
||||
|
|
2
io.c
2
io.c
|
@ -130,7 +130,7 @@ static VALUE lineno = INT2FIX(0);
|
|||
#elif defined(__BEOS__)
|
||||
# define STDIO_READ_DATA_PENDING(fp) (fp->_state._eof == 0)
|
||||
#elif defined(__VMS)
|
||||
# define STDIO_READ_DATA_PENDING(fp) (((unsigned int)(*(fp))->_cnt) > 0)
|
||||
# define STDIO_READ_DATA_PENDING(fp) (((unsigned int)(*(fp))->_cnt) > 0)
|
||||
#else
|
||||
# define STDIO_READ_DATA_PENDING(fp) (!feof(fp))
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче