index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_iterator.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer block_given? to iterator?
nobu
2019-01-18
1
-11
/
+6
*
compile.c: try to convert in massign `for`
nobu
2018-01-27
1
-0
/
+10
*
check break target correctly.
ko1
2017-06-08
1
-0
/
+4
*
test_iterator.rb: suppress warnings
nobu
2016-04-11
1
-3
/
+3
*
test/ruby: suppress parser warnings
nobu
2016-02-19
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
use local variables
nobu
2012-08-08
1
-17
/
+17
*
* test/ruby: fixed nonsense assertions.
nobu
2010-04-29
1
-1
/
+1
*
supress warnings.
akr
2010-01-25
1
-3
/
+3
*
* test: assert_raises has been deprecated since a long time ago.
nobu
2008-09-24
1
-9
/
+9
*
* test/ruby/test_iterator.rb (TestIterator::test_enumerator):
matz
2008-02-29
1
-2
/
+2
*
* compile.c (iseq_compile_each): remove "retry" in block.
ko1
2007-12-19
1
-13
/
+1
*
* test/ruby/test_iterator.rb (TestIterator::IterTest::each):
matz
2007-11-09
1
-6
/
+3
*
* enumerator.c (enumerator_next): stop pre-fetching.
matz
2007-08-24
1
-2
/
+4
*
* enumerator.c (enumerator_next_p): should check correctly even when
matz
2007-08-08
1
-0
/
+19
*
* test/ruby/test_iterator.rb: fix test to 1.9 spec.
ko1
2007-07-06
1
-7
/
+7
*
* hash.c: exchange semantics of Hash#each and Hash#each_pair.
ko1
2007-06-15
1
-4
/
+13
*
* test/ruby/test_iterator.rb: remove debug code (GC.stress=true).
ko1
2007-06-15
1
-1
/
+0
*
* vm.c (th_yield_setup_args): |v| should work as |v,|.
ko1
2007-06-15
1
-1
/
+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
*
* Merge YARV
ko1
2006-12-31
1
-0
/
+8
*
* parse.y (block_param): restrict block parameters to be local
matz
2006-10-03
1
-1
/
+1
*
* sample/test.rb: update test suites.
matz
2006-07-10
1
-10
/
+10
*
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-06-09
1
-15
/
+15
*
* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matched
nobu
2005-10-08
1
-2
/
+0
*
* test/ruby/test_iterator.rb (test_block_passing): more tests.
nobu
2005-08-17
1
-0
/
+6
*
* test/ruby/test_iterator.rb (test_block_passing): yield in method
nobu
2005-08-10
1
-0
/
+8
*
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-04
1
-9
/
+9
*
* eval.c (proc_eq): avoid false positive by using scope and
matz
2004-03-18
1
-2
/
+2
*
* test/ruby/test_iterator.rb (test_ljump): cannot use
nobu
2004-03-02
1
-4
/
+11
*
* test/*: should not depend on $KCODE.
nahi
2004-02-18
1
-2
/
+0
*
* eval.c (proc_invoke): single array value to normal Proc#call
matz
2003-10-29
1
-0
/
+26
*
* eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()
matz
2003-10-20
1
-1
/
+1
*
* test/digest/test_digest.rb (test_eq): show failed class.
nobu
2003-10-15
1
-0
/
+21
*
* test/ruby/test_iterator.rb (test_block_argument_without_paren): added.
nahi
2003-10-06
1
-6
/
+11
*
* test/ruby/test_iterator.rb: new test test_break__nested_loop[123].
aamine
2003-09-29
1
-0
/
+39
*
* eval.c (struct tag): dst should be VALUE.
nobu
2003-09-09
1
-2
/
+3
*
* test/ruby/test_*.rb: assert_same, assert_match, and so on.
nahi
2003-09-06
1
-2
/
+2
*
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
1
-3
/
+3
*
* same as the previous commit.
nahi
2003-09-05
1
-1
/
+1
*
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
nahi
2003-09-05
1
-2
/
+2
*
* test/ruby/test_iterator.rb (test_block_in_arg): add no block
nobu
2003-09-04
1
-104
/
+82
*
* test/ruby: tests for ruby itself.
nahi
2003-09-04
1
-0
/
+383