index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2008-04-20
* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.
technorama
2008-04-20
fix deadlock.
akr
2008-04-20
* io.c (copy_stream_rbuf_to_dst): removed.
akr
2008-04-20
* io.c (copy_stream_fallback): write directly (bypassing write method)
akr
2008-04-20
* io.c (copy_stream_fallback): read directly (bypassing readpartial)
akr
2008-04-19
* io.c (copy_stream_body): use readpartial and write method for
akr
2008-04-19
fix setup method.
akr
2008-04-18
* test/ruby/test_array.rb: add tests to achieve over 95% test coverage
mame
2008-04-17
* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add
mame
2008-04-17
* test/ruby/test_rubyoptions.rb (test_search): enable some assertions.
mame
2008-04-17
* test/ruby/test_rubyoptions.rb (ruby): run in C locale.
nobu
2008-04-16
* test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILE
mame
2008-04-15
* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]
kou
2008-04-15
* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.
kazu
2008-04-14
* complex.c (nucomp_div): [ruby-dev:34357]
tadf
2008-04-14
* re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]
matz
2008-04-14
* test/ruby/test_objectspace.rb: add a test for
mame
2008-04-13
* test/ruby/test_parse.rb: add tests to achieve over 95% test coverage
mame
2008-04-12
* prelude.rb (require_relative): move require_relative from
matz
2008-04-11
Update to RubyGems 1.1.1 r1701.
drbrain
2008-04-11
* enum.c (enum_find_index): Add support for find_index(obj);
knu
2008-04-11
* lib/yaml/store.rb (YAML::load): modified to support empty
matz
2008-04-10
* test/test_generator.rb: removed as well. [ruby-dev:34306]
matz
2008-04-10
* marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.
akr
2008-04-10
* lib/pstore.rb: replaced by Hongli Lai's faster version.
matz
2008-04-09
* test/ruby/test_thread.rb: new tests from Sylvain Joyeux in
nobu
2008-04-07
* numeric.c: cancelled recent changes (except to remove rdiv).
tadf
2008-04-06
* bignum.c (rb_cmpint): moved from compar.c, to check bignum
matz
2008-04-03
* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]
matz
2008-04-02
* numeric.c (num_rdiv): should always return rational number.
matz
2008-03-31
Remove test file that was removed in RubyGems 1.1.0
drbrain
2008-03-31
Import RubyGems 1.1.0
drbrain
2008-03-31
* numeric.c (num_quo): should convert its operand to Rational.
matz
2008-03-30
* io.c: IO.copy_stream implemented. [ruby-dev:33843]
akr
2008-03-26
anyway renamed.
tadf
2008-03-25
* test/ruby/test_rand.rb: add tests to achieve over 95% test coverage
mame
2008-03-25
* test/ruby/test_rational.rb: add tests to achieve over 90% test
mame
2008-03-25
* array.c (ary_new): fix size check. [ruby-dev:34123]
mame
2008-03-22
fixed. [ruby-dev:34109]
tadf
2008-03-20
improvements.
tadf
2008-03-19
added an assertion.
tadf
2008-03-19
* bignum.c (rb_cstr_to_inum): treat successive underscores as
nobu
2008-03-17
* array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,
mame
2008-03-16
Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2008-03-16
both complex and rational are now builtin classes.
tadf
2008-03-13
* bootstraptest/test_struct.rb: some test moved from test to shut
matz
2008-03-13
* test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-and
matz
2008-03-09
add a test for [ruby-dev:34008].
akr
2008-03-08
* string.c (search_nonascii): Use VALUE instead of unsigned long
naruse
2008-03-08
add a test for [ruby-dev:34006].
akr
[next]