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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Import RubyGems 1.1.0
drbrain
2008-03-31
33
-530
/
+2555
*
* 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
*
* lib/webrick/httpservlet/filehandler.rb: should normalize path
gotoyuzo
2008-03-03
1
-0
/
+59
*
test updated.
akr
2008-03-03
1
-0
/
+4
*
* re.c (rb_reg_regsub): remove too strict encoding check.
matz
2008-03-03
1
-2
/
+0
*
add tests.
akr
2008-03-01
1
-0
/
+54
*
add a test.
akr
2008-03-01
1
-0
/
+1
*
add a test.
akr
2008-03-01
1
-0
/
+3
*
* object.c (rb_cstr_to_dbl): check for successive underscores.
nobu
2008-03-01
1
-0
/
+1
*
* test/ruby/allpairs.rb: new file for all pairs method.
akr
2008-03-01
3
-28
/
+111
*
test/test_{string,sprintf}.rb: updated.
matz
2008-03-01
2
-5
/
+5
*
* sprintf.c (rb_str_format): "%#.0o" should keep prefix where
matz
2008-03-01
1
-3
/
+3
*
* test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using too
nobu
2008-02-29
1
-3
/
+2
*
* bignum.c (big2str_find_n1): check integer overflow.
nobu
2008-02-29
1
-0
/
+9
*
* test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): test
matz
2008-02-29
1
-2
/
+6
*
add a test.
akr
2008-02-29
1
-0
/
+9
*
* test/ruby/test_iterator.rb (TestIterator::test_enumerator):
matz
2008-02-29
1
-2
/
+2
*
* string.c (rb_str_chomp_bang): now works on UTF-16.
matz
2008-02-29
2
-7
/
+13
*
* time.c (time_strftime): format should be ascii compatible.
matz
2008-02-29
1
-5
/
+15
*
* string.c (rb_str_rpartition): calculation was done in byte indexing.
matz
2008-02-29
1
-0
/
+2
*
* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):
nobu
2008-02-29
1
-1
/
+1
*
* test/ruby/test_time.rb (test_readers): fix typo.
naruse
2008-02-28
1
-1
/
+2
*
* encoding.c (enc_find): check type of argument and convert to String
naruse
2008-02-28
1
-0
/
+7
[prev]
[next]