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
*
* 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
*
Import RDoc 2.0.0 r56.
drbrain
2008-04-26
4
-39
/
+342
*
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/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failed
kazu
2008-04-23
1
-2
/
+2
*
* test/openssl/test_ssl.rb (start_server): add timeout to server.join.
mame
2008-04-22
1
-1
/
+8
*
* 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
*
* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.
technorama
2008-04-20
2
-23
/
+192
*
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
*
* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]
kou
2008-04-15
1
-0
/
+96
*
* 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
*
Update to RubyGems 1.1.1 r1701.
drbrain
2008-04-11
12
-44
/
+131
*
* enum.c (enum_find_index): Add support for find_index(obj);
knu
2008-04-11
1
-0
/
+2
*
* lib/yaml/store.rb (YAML::load): modified to support empty
matz
2008-04-11
1
-0
/
+74
*
* test/test_generator.rb: removed as well. [ruby-dev:34306]
matz
2008-04-10
1
-4
/
+0
*
* marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.
akr
2008-04-10
1
-0
/
+5
*
* lib/pstore.rb: replaced by Hongli Lai's faster version.
matz
2008-04-10
1
-0
/
+74
*
* 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
*
Remove test file that was removed in RubyGems 1.1.0
drbrain
2008-03-31
1
-610
/
+0
[next]