index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ruby
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* io.c (copy_stream_fallback): write directly (bypassing write method)
akr
2008-04-20
1
-6
/
+15
*
* io.c (copy_stream_fallback): read directly (bypassing readpartial)
akr
2008-04-20
1
-3
/
+44
*
* io.c (copy_stream_body): use readpartial and write method for
akr
2008-04-19
1
-0
/
+26
*
fix setup method.
akr
2008-04-19
1
-4
/
+1
*
* test/ruby/test_array.rb: add tests to achieve over 95% test coverage
mame
2008-04-18
1
-0
/
+267
*
* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add
mame
2008-04-17
1
-0
/
+2
*
* test/ruby/test_rubyoptions.rb (test_search): enable some assertions.
mame
2008-04-17
1
-8
/
+12
*
* test/ruby/test_rubyoptions.rb (ruby): run in C locale.
nobu
2008-04-17
1
-27
/
+46
*
* test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILE
mame
2008-04-16
2
-6
/
+483
*
* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.
kazu
2008-04-15
1
-0
/
+3
*
* complex.c (nucomp_div): [ruby-dev:34357]
tadf
2008-04-14
1
-0
/
+2
*
* re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]
matz
2008-04-14
1
-0
/
+3
*
* test/ruby/test_objectspace.rb: add a test for
mame
2008-04-14
1
-0
/
+15
*
* test/ruby/test_parse.rb: add tests to achieve over 95% test coverage
mame
2008-04-13
1
-0
/
+864
*
* prelude.rb (require_relative): move require_relative from
matz
2008-04-12
9
-9
/
+0
*
* enum.c (enum_find_index): Add support for find_index(obj);
knu
2008-04-11
1
-0
/
+2
*
* marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.
akr
2008-04-10
1
-0
/
+5
*
* test/ruby/test_thread.rb: new tests from Sylvain Joyeux in
nobu
2008-04-09
2
-0
/
+125
*
* numeric.c: cancelled recent changes (except to remove rdiv).
tadf
2008-04-07
1
-1
/
+10
*
* bignum.c (rb_cmpint): moved from compar.c, to check bignum
matz
2008-04-06
1
-6
/
+0
*
* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]
matz
2008-04-03
2
-43
/
+4
*
* numeric.c (num_rdiv): should always return rational number.
matz
2008-04-02
3
-12
/
+3
*
* numeric.c (num_quo): should convert its operand to Rational.
matz
2008-03-31
1
-5
/
+2
*
* io.c: IO.copy_stream implemented. [ruby-dev:33843]
akr
2008-03-30
1
-0
/
+336
*
anyway renamed.
tadf
2008-03-26
2
-3
/
+3
*
* test/ruby/test_rand.rb: add tests to achieve over 95% test coverage
mame
2008-03-25
1
-0
/
+36
*
* test/ruby/test_rational.rb: add tests to achieve over 90% test
mame
2008-03-25
2
-1
/
+230
*
* array.c (ary_new): fix size check. [ruby-dev:34123]
mame
2008-03-25
1
-0
/
+4
*
fixed. [ruby-dev:34109]
tadf
2008-03-22
2
-5
/
+4
*
improvements.
tadf
2008-03-20
1
-0
/
+1360
*
added an assertion.
tadf
2008-03-19
1
-0
/
+4
*
* bignum.c (rb_cstr_to_inum): treat successive underscores as
nobu
2008-03-19
1
-1
/
+1
*
* array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,
mame
2008-03-17
1
-0
/
+16
*
Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2008-03-16
1
-1
/
+5
*
both complex and rational are now builtin classes.
tadf
2008-03-16
2
-0
/
+1988
*
* bootstraptest/test_struct.rb: some test moved from test to shut
matz
2008-03-13
1
-1
/
+0
*
* test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-and
matz
2008-03-13
1
-4
/
+2
*
add a test for [ruby-dev:34008].
akr
2008-03-09
1
-0
/
+5
*
* string.c (search_nonascii): Use VALUE instead of unsigned long
naruse
2008-03-08
1
-0
/
+2
*
add a test for [ruby-dev:34006].
akr
2008-03-08
1
-0
/
+2
*
code duplication removed.
akr
2008-03-08
1
-223
/
+0
*
update sprintf rdoc.
akr
2008-03-07
1
-0
/
+1
*
add a test.
akr
2008-03-06
1
-0
/
+5
*
* test_sprintf.rb (test_integer): add some cases.
usa
2008-03-06
1
-0
/
+3
*
add a test for [ruby-dev:34002].
akr
2008-03-06
1
-0
/
+1
*
* sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.
nobu
2008-03-06
1
-12
/
+12
*
* missing/lgamma_r.c (loggamma): return 0 for 1 and 2.
akr
2008-03-06
1
-1
/
+2
*
* string.c (count_utf8_lead_bytes_with_ulong): fix shift size.
naruse
2008-03-05
2
-5
/
+13
*
add tests for float format.
akr
2008-03-05
1
-8
/
+263
*
Web Mar 5 17:43:43 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2008-03-05
1
-1
/
+6
[prev]
[next]