index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstraptest
Age
Commit message (
Expand
)
Author
2007-08-06
add a test: def m() yield end; p m {|((*))|}.
akr
2007-08-06
* parse.y (value_expr_gen): fix to cause "void value expression"
ko1
2007-08-06
* bootstraptest/runner.rb (assert_equal): add additional
ko1
2007-07-20
* parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummy
nobu
2007-07-20
* bootstraptest/test_syntax.rb: SEGV tests for syntax.
nobu
2007-07-20
* bootstraptest/runner.rb (get_result_string): check $?.coredump?
nobu
2007-07-13
add test for [ruby-dev:31153].
akr
2007-07-13
add test for [ruby-dev:31160].
akr
2007-07-10
* bootstraptest/test_flip.rb: new test for flip-flop operator.
nobu
2007-07-07
fix typo.
akr
2007-07-07
* parse.y: fix node construction (around f_margs).
ko1
2007-07-07
* insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:
ko1
2007-07-06
* bootstraptest/runner.rb: fix load path.
ko1
2007-07-06
* bootstraptest/runner.rb: added --quiet option.
nobu
2007-07-05
* insns.def: remove unused code.
ko1
2007-07-05
* insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.
ko1
2007-07-03
* compile.c (compile_array, iseq_compile_each): fix about array
ko1
2007-07-03
* compile.c (compile_array): ignore NODE_ZARRAY.
ko1
2007-07-03
* compile.c (iseq_compile_each): support v[&b]= type method call.
ko1
2007-07-03
* compile.c (compile_massign): fix massign compilation
ko1
2007-06-27
* bootstraptest/runner.rb: fix to untouch $:.
ko1
2007-06-27
* bootstraptest/runner.rb: fix to show file name.
ko1
2007-06-26
* compile.c (compile_massign), insns.def (expandarray): support
ko1
2007-06-24
* insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception.
ko1
2007-06-24
* vm.c (callee_setup_arg): added. support correct post arg.
ko1
2007-06-24
* bootstraptest/runner.rb: set default directory to
ko1
2007-02-25
* bootstraptest/runner.rb: show source code in error message.
aamine
2007-02-25
* bootstraptest/runner.rb: add lib/ to load path.
aamine
2007-02-24
* bootstraptest/runner.rb: new option -v,--verbose.
aamine
2007-02-24
* bootstraptest/test_class.rb: new file.
aamine
2007-02-24
* bootstraptest/runner.rb: fix syntax error.
aamine
2007-02-24
* bootstraptest/runner.rb: new option --help.
aamine
2007-02-24
* bootstraptest: new test suite.
aamine