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
*
* test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1
ocean
2004-05-15
1
-0
/
+4
*
* test/ruby/test_float.rb: Add test for util.c revision 1.42.
ocean
2004-05-14
1
-0
/
+2
*
* test/ruby/test_float.rb: added test_strtod to test Float("0").
nahi
2004-05-09
1
-0
/
+12
*
* ext/extmk.rb (extmake): skip uncompiled extensions.
nobu
2004-04-08
1
-0
/
+1
*
add an assertion for [0x100000000].pack("U").
akr
2004-04-07
1
-0
/
+1
*
add test_symmetry_bignum.
akr
2004-04-01
1
-0
/
+6
*
add test_pack_U.
akr
2004-04-01
1
-0
/
+11
*
add 2 assertions.
akr
2004-03-31
1
-0
/
+2
*
add a test. [ruby-dev:22619]
akr
2004-03-31
1
-4
/
+14
*
more tests for Time.utc.
akr
2004-03-31
1
-5
/
+29
*
add test for minimum 32bit signed time_t for Time.utc.
akr
2004-03-30
1
-1
/
+2
*
* time.c (search_time_t): limit guess range by mktime if it is
akr
2004-03-30
1
-0
/
+10
*
* variable.c (rb_cvar_set): class variables become private to the
matz
2004-03-19
1
-8
/
+12
*
* eval.c (proc_eq): avoid false positive by using scope and
matz
2004-03-18
2
-4
/
+4
*
* ext/syck/rubyext.c: get rid of warnings.
nobu
2004-03-03
1
-146
/
+151
*
* test/ruby/test_iterator.rb (test_ljump): cannot use
nobu
2004-03-02
1
-4
/
+11
*
* test/ruby/test_file.rb (test_fnmatch): test for dir.c:1.108.
nobu
2004-02-24
1
-10
/
+8
*
* test/*: should not depend on $KCODE.
nahi
2004-02-18
34
-68
/
+0
*
* test/ruby/test_sprintf.rb: added tests.
usa
2004-02-18
1
-0
/
+77
*
* test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $:
nahi
2004-02-17
1
-1
/
+8
*
* test/ruby/marshaltestlib.rb: common marshal testcase added.
nahi
2004-02-17
2
-289
/
+498
*
* test/ruby/test_file.rb (TestFile::test_fnmatch): added tests for
akira
2004-02-08
1
-0
/
+6
*
* test/ruby/test_proc.rb (TestProc::test_eq): added a
akira
2004-02-06
1
-3
/
+6
*
* test/ruby/test_proc.rb (TestProc::test_eq): added tests for
akira
2004-02-06
1
-0
/
+17
*
* test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb to
nahi
2004-01-29
4
-4
/
+0
*
* pack.c (num2i32): pack should not raise RangeError.
matz
2004-01-22
1
-0
/
+4
*
* test/ruby/test_marshal.rb (MarshalTestLib::test_exception): test
nobu
2004-01-19
1
-5
/
+8
*
* test/ruby/test_time.rb: added tests for [ruby-dev:22614] and
akira
2004-01-19
1
-0
/
+2
*
* test/ruby/test_time.rb: new test case to test Time#[+-].
siena
2004-01-18
1
-0
/
+24
*
* test/ruby/test_pack.rb: new test test_unpack_N.
aamine
2004-01-04
1
-0
/
+10
*
* test/ruby/test_pack.rb: new test test_pack_N.
aamine
2003-12-26
1
-0
/
+12
*
* ext/stringio/stringio.c (strio_read): clear the buffer argument
nobu
2003-12-24
1
-0
/
+20
*
* io.c (read_all): do not return nil at the end of file.
matz
2003-12-23
1
-10
/
+10
*
* io.c (rb_io_ungetc): raise an exception at unread stream to
nobu
2003-12-23
1
-7
/
+3
*
* lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]
nahi
2003-12-23
1
-2
/
+2
*
* ext/stringio/stringio.c (strio_read): set EOF flag at short read.
nobu
2003-12-10
1
-20
/
+29
*
* ext/stringio/stringio.c (strio_read): do not set EOF flag when
nobu
2003-12-10
1
-0
/
+3
*
* ext/stringio/stringio.c (strio_read): adjust behavior at reading
nobu
2003-12-10
2
-0
/
+29
*
add test for previous change to io.c.
akr
2003-12-09
2
-0
/
+11
*
* test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen.
akr
2003-12-05
1
-2
/
+8
*
* ext/stringio/stringio.c (strio_read): follow IO#read.
nobu
2003-12-05
5
-2
/
+73
*
* io.c (argf_read): should not terminate on empty string; wait
matz
2003-12-03
1
-1
/
+1
*
* numeric.c (num_sadded): prohibit singleton method definition for
matz
2003-12-01
1
-22
/
+22
*
* test/ruby/test_env.rb (test_has_value, test_index): condition for
nobu
2003-11-28
1
-0
/
+2
*
* test/ruby/test_env.rb: add tests for ENV.
usa
2003-11-28
1
-0
/
+84
*
* test/ruby/test_proc.rb (test_arity): added.
nobu
2003-11-27
1
-13
/
+39
*
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-11-22
1
-1
/
+1
*
* io.c (READ_DATA_BUFFERED): new macro to detect whether stdio
matz
2003-10-30
1
-0
/
+9
*
* eval.c (proc_invoke): single array value to normal Proc#call
matz
2003-10-29
2
-7
/
+33
*
* parse.y (new_yield): remove magic argument rule; "yield [1,2]"
matz
2003-10-28
2
-49
/
+49
[next]