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
*
0**-1 test updated. [ruby-dev:34547]
akr
2008-04-30
1
-1
/
+5
*
add tests.
akr
2008-04-30
1
-0
/
+68
*
don't use fork method.
akr
2008-04-30
1
-123
/
+82
*
* process.c (check_exec_redirect_fd): prohibit duplex IO.
akr
2008-04-30
1
-0
/
+18
*
add tests.
akr
2008-04-29
1
-0
/
+41
*
more tests.
akr
2008-04-28
1
-0
/
+9
*
more tests.
akr
2008-04-28
1
-32
/
+117
*
* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of
akr
2008-04-28
1
-0
/
+34
*
* proc.c (method_name): should return symbols instead of strings.
matz
2008-04-28
2
-3
/
+3
*
add tests.
akr
2008-04-27
1
-2
/
+197
*
don't use Unix commands such as true, env, etc.
akr
2008-04-26
1
-108
/
+131
*
* include/ruby/intern.h (rb_hash_dup): declared.
akr
2008-04-26
1
-0
/
+15
*
* process.c (rb_spawn_internal): new function to specify
akr
2008-04-25
1
-2
/
+7
*
FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.
akr
2008-04-24
1
-6
/
+3
*
* process.c: include sys/stat.h for umask.
akr
2008-04-24
1
-1
/
+0
*
* include/ruby/intern.h (rb_env_clear): declared.
akr
2008-04-24
1
-0
/
+430
*
* test/ruby/test_thread.rb: fix typos.
mame
2008-04-24
2
-13
/
+14
*
* test/ruby/test_comparable.rb: new tests for Comparable, to achieve
mame
2008-04-24
1
-0
/
+66
*
* test/ruby/test_settracefunc.rb: add a test for set_trace_func.
mame
2008-04-23
4
-47
/
+403
*
* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...
kazu
2008-04-22
1
-4
/
+11
*
test/ruby/test_enumerator.rb: updated
matz
2008-04-22
1
-1
/
+0
*
add a test of Symbol#to_proc.
kazu
2008-04-22
1
-0
/
+1
*
* io.c (copy_stream_body): call rb_io_check_readable and
akr
2008-04-21
1
-1
/
+35
*
fix deadlock.
akr
2008-04-20
1
-1
/
+4
*
* io.c (copy_stream_rbuf_to_dst): removed.
akr
2008-04-20
1
-0
/
+35
*
* 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
[next]