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
*
* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.
ko1
2007-05-27
1
-0
/
+66
*
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12385 b2dd03c8-39d4-4d8...
nobu
2007-05-25
1
-3
/
+33
*
* test/ruby/test_beginendblock.rb (test_endblockwarn): now parser
nobu
2007-05-15
1
-6
/
+2
*
* test/ruby/test_super.rb: add tests.
usa
2007-05-10
1
-0
/
+17
*
* yarvcore.h, compile.c (set_arguments): support post arguments.
ko1
2007-05-01
2
-3
/
+9
*
* eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:
ko1
2007-04-19
1
-0
/
+2
*
* test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.
usa
2007-03-22
1
-0
/
+11
*
* test/ruby/test_optimization.rb: restore method before calling assert_equal.
aamine
2007-02-26
1
-84
/
+29
*
* parse.y, node.h, compile.c: change node tree structure. a purpose
ko1
2007-02-24
1
-0
/
+2
*
* test/ruby/test_yield.rb: new test.
aamine
2007-02-23
1
-0
/
+67
*
* test/ruby/test_optimization.rb: new test (merges test_opts.rb).
aamine
2007-02-23
1
-0
/
+195
*
* test/ruby/test_assignment.rb: merge yarvtest/test_massign.
aamine
2007-02-23
1
-7
/
+87
*
* test/ruby/test_primitive.rb: new test.
aamine
2007-02-23
1
-0
/
+397
*
* test/ruby/test_literal.rb: new test.
aamine
2007-02-23
1
-0
/
+184
*
* test/ruby/test_readpartial.rb: tests are working on mswin32/cygwin.
ko1
2007-02-09
1
-5
/
+1
*
* test/ruby/test_clone.rb: fix to current spec
ko1
2007-02-08
1
-1
/
+1
*
* test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)
ko1
2007-02-08
1
-9
/
+9
*
* test/ruby/test_module.rb: fix to use Symbol instead of String
ko1
2007-02-08
1
-24
/
+24
*
* test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)
ko1
2007-02-08
1
-2
/
+2
*
* test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):
matz
2007-01-31
1
-0
/
+12
*
* test/ruby/test_iterator.rb: removed a needless workaround.
kou
2007-01-24
1
-8
/
+0
*
* compile.c (iseq_compile_each, set_block_local_tbl) :
ko1
2007-01-05
1
-14
/
+14
*
* Merge YARV
ko1
2006-12-31
21
-118
/
+4307
*
* class.c (rb_include_module): revert duplicate inclusion of
matz
2006-11-07
1
-1
/
+1
*
* parse.y (block_param): restrict block parameters to be local
matz
2006-10-03
1
-1
/
+1
*
* sample/test.rb: "print nil" now prints empty string.
matz
2006-09-25
1
-1
/
+1
*
use assert_same instead of assert_equal.
akr
2006-09-16
1
-1
/
+1
*
* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):
akr
2006-07-31
1
-1
/
+5
*
* test/ruby/test_float.rb (TestFloat::test_strtod): update test to
matz
2006-07-20
1
-6
/
+0
*
* sample/test.rb: update test suites.
matz
2006-07-10
2
-22
/
+22
*
* test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):
matz
2006-07-04
1
-1
/
+1
*
use fork to isolate rlimit effect.
akr
2006-06-21
1
-7
/
+12
*
add RLIMIT_NOFILE test
akr
2006-06-15
1
-1
/
+20
*
give dummy argument for Process.getrlimit and rescue TypeError.
akr
2006-06-15
1
-2
/
+2
*
new file.
akr
2006-06-15
1
-0
/
+13
*
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-06-09
7
-112
/
+140
*
fix string interpolation
akr
2006-03-04
1
-2
/
+3
*
* gc.c (id2ref): fix symbol test.
akr
2006-03-04
1
-0
/
+35
*
* mkconfig.rb: generate RbConfig instead of Config.
akr
2006-02-20
1
-2
/
+2
*
* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]
ocean
2006-02-17
2
-0
/
+4
*
test small structs.
akr
2006-02-05
1
-0
/
+16
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
1
-1
/
+8
*
* win32/win32.c (rb_w32_seekdir): should not segfault even if passed
ocean
2006-01-01
1
-0
/
+42
*
fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"
akr
2005-12-29
1
-1
/
+1
*
* eval.c (rb_mod_define_method): should save safe_level in the
matz
2005-12-29
1
-7
/
+7
*
* test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead of
akr
2005-12-29
1
-4
/
+4
*
* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]
nobu
2005-12-19
1
-0
/
+27
*
* range.c (range_max): treat end exclusion without iteration if
matz
2005-11-25
1
-0
/
+20
*
* file.c (rb_file_s_basename): skip slashes just after UNC top slashes.
usa
2005-11-22
1
-15
/
+114
*
* test/ruby/test_array.rb (test_misc): added some tests
ocean
2005-11-20
1
-0
/
+11
[next]