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
*
* lib/cgi/session.rb: fix bug for ignore session_id option.
xibbar
2008-12-18
1
-0
/
+76
*
* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_hash):
kazu
2008-12-17
1
-2
/
+2
*
* test/ruby/test_metaclass.rb: removed codes for my debugging.
yugui
2008-12-17
1
-2
/
+0
*
* ext/pty/pty.c (getDevice): add nomesg argument.
akr
2008-12-16
1
-13
/
+1
*
* ext/pty/extconf.rb: check posix_openpt.
akr
2008-12-16
1
-0
/
+19
*
Removed json/runner.rb with permission from florian frank. it was serving no ...
ryan
2008-12-15
1
-25
/
+0
*
add tests.
akr
2008-12-15
1
-0
/
+60
*
* ext/pty/pty.c (get_device_once): use DEVICELEN instead of
akr
2008-12-15
1
-4
/
+0
*
* test/ruby/test_metaclass.rb: new test case for metaclass hierarchy.
yugui
2008-12-15
1
-0
/
+169
*
* bignum.c (rb_big_mul): faster multiplication by Karatsuba method and
mame
2008-12-14
1
-0
/
+20
*
new file.
akr
2008-12-14
1
-0
/
+46
*
* test/ruby/enc/test_utf16.rb: feature changed in r20626.
yugui
2008-12-13
1
-1
/
+1
*
* test/ruby/test_m17n_comb.rb: feature changed in r20626.
yugui
2008-12-13
1
-3
/
+7
*
* test/ruby/test_m17n.rb: feature changed in r20626.
yugui
2008-12-13
1
-11
/
+11
*
Imported minitest 1.3.2 r4503.
ryan
2008-12-13
1
-2
/
+2
*
* ext/readline/readline.c
kouji
2008-12-12
1
-6
/
+12
*
* lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:
kou
2008-12-11
5
-0
/
+27
*
* test/ruby/test_io.rb (test_dup_many): extracted from test_dup.
akr
2008-12-11
1
-11
/
+21
*
* test/ruby/test_bignum.rb (TestBignum#test_convert): remove
matz
2008-12-11
1
-12
/
+0
*
* lib/open3.rb (Open3.pipeline_start): return an array of threads if a
akr
2008-12-10
1
-0
/
+9
*
* enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,
duerst
2008-12-09
1
-32
/
+160
*
* pack.c (pack_pack): fixed length for odd length string.
nobu
2008-12-08
1
-0
/
+12
*
* lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.
akr
2008-12-07
1
-8
/
+8
*
* pack.c (pack_pack): 'u0' is not special differently from 'm0'.
yugui
2008-12-06
1
-0
/
+4
*
fix for 1.8's
xibbar
2008-12-05
1
-1
/
+1
*
* lib/open3.rb (Open3.pipeline_start): new method.
akr
2008-12-05
1
-0
/
+35
*
* iseq.c (rb_iseq_parameters): proc arguments are always optional.
nobu
2008-12-05
1
-9
/
+9
*
* test/ruby/test_process.rb: skip some tests on win32.
usa
2008-12-04
1
-7
/
+13
*
* lib/open3.rb (Open3.poutput3): new method.
akr
2008-12-04
1
-0
/
+26
*
* test/ruby/test_complex.rb: added some tests.
tadf
2008-12-04
2
-1
/
+42
*
* lib/open3.rb (Open3.popen3): simplified.
akr
2008-12-04
1
-85
/
+53
*
* process.c (check_exec_fds): resolve cascaded child fd reference.
akr
2008-12-04
1
-8
/
+17
*
* ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):
matz
2008-12-04
1
-0
/
+15
*
* complex.c (nurat_{to_s,inspect}): provides better representation
tadf
2008-12-03
1
-0
/
+10
*
* process.c (EXEC_OPTION_DUP2_CHILD): defined.
akr
2008-12-03
1
-0
/
+20
*
* process.c (check_exec_redirect): accept :in, :out, :err as redirect
akr
2008-12-03
1
-0
/
+5
*
revert.
tadf
2008-12-03
1
-3
/
+0
*
* test/ruby/test_rational.rb: add a test.
mame
2008-12-02
1
-0
/
+3
*
* test/ruby/test_range.rb: add a test.
mame
2008-12-02
1
-0
/
+9
*
* test/ruby/test_string.rb: add some tests.
mame
2008-12-02
1
-0
/
+43
*
* lib/open3.rb (Open3.popen3): merge hash options if given.
akr
2008-12-02
1
-0
/
+205
*
* test/socket/test_tcp.rb (test_recvfrom): already can run on mswin32.
usa
2008-12-02
1
-3
/
+2
*
* test/socket/test_tcp.rb (test_recvfrom, test_encoding): shouldn't assume
usa
2008-12-02
1
-4
/
+4
*
* cont.c (rb_fiber_start): calls with exact argument number.
nobu
2008-12-01
1
-0
/
+4
*
* test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):
yugui
2008-11-30
1
-1
/
+3
*
* iseq.c (simple_default_value): extracts simplest default
nobu
2008-11-28
2
-0
/
+113
*
* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimal
matz
2008-11-27
1
-3
/
+1
*
* numeric.c (flodivmod): floating point division should raise
matz
2008-11-27
1
-3
/
+1
*
* ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zero
matz
2008-11-26
1
-1
/
+5
*
* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid
matz
2008-11-25
1
-3
/
+3
[next]