| Commit message (Expand) | Author | Age | Files | Lines |
* | * sample/test.rb: rescue exception. | takano32 | 2008-12-21 | 1 | -2/+2 |
* | * parse.y (f_block_optarg): allow default for block parameters as | matz | 2008-09-06 | 1 | -0/+58 |
* | wait signal arrival 10sec. | akr | 2008-02-13 | 1 | -1/+4 |
* | * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend, | naruse | 2008-02-12 | 1 | -1/+1 |
* | * sample/test.rb (valid_syntax): force_encoding input script. | matz | 2007-12-21 | 1 | -0/+1 |
* | * proc.c: support Proc#binding. | ko1 | 2007-12-20 | 1 | -0/+10 |
* | * compile.c (iseq_compile_each): remove "retry" in block. | ko1 | 2007-12-19 | 1 | -13/+1 |
* | sample/test.rb: remove $KCODE | matz | 2007-11-30 | 1 | -1/+0 |
* | * sample/test.rb: should update class variable tests | matz | 2007-10-03 | 1 | -6/+6 |
* | * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keep | nobu | 2007-08-18 | 1 | -1/+4 |
* | * compile.c (iseq_compile_each): fix next/redo stack consistency. | ko1 | 2007-08-16 | 1 | -1/+2 |
* | * gc.c (os_live_obj): fix to skip T_VALUES. | ko1 | 2007-08-15 | 1 | -0/+5 |
* | * sample/test.rb: fix to output file name if it contains | ko1 | 2007-08-06 | 1 | -1/+2 |
* | * bootstraptest/runner.rb: fix load path. | ko1 | 2007-07-06 | 1 | -1/+5 |
* | * parse.y (assoc_list): remove expanded hash literal (no splat). | matz | 2007-06-29 | 1 | -9/+8 |
* | * sample/test.rb: fix to show line information whether test succeeds. | ko1 | 2007-06-15 | 1 | -2/+2 |
* | * compile.c, vm_macro.def: support tail call optimization | ko1 | 2007-05-21 | 1 | -1/+1 |
* | * sample/test.rb: import matzruby's sample/test.rb. | ko1 | 2007-05-01 | 1 | -26/+26 |
* | * compile.c (iseq_compile_each, set_block_local_tbl) : | ko1 | 2007-01-05 | 1 | -2/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -12/+16 |
* | * class.c (rb_include_module): revert duplicate inclusion of | matz | 2006-11-07 | 1 | -1/+1 |
* | * sample/test.rb: revert debug print. | matz | 2006-10-05 | 1 | -3/+3 |
* | * eval.c (rb_yield_0): small refactoring. | matz | 2006-10-05 | 1 | -3/+3 |
* | * parse.y (block_param): restrict block parameters to be local | matz | 2006-10-03 | 1 | -1/+2 |
* | * sample/test.rb: "print nil" now prints empty string. | matz | 2006-09-25 | 1 | -1/+1 |
* | * sample/test.rb: update test suites. | matz | 2006-07-10 | 1 | -0/+7 |
* | * eval.c (rb_call): should not set prot_tag->blkid since it would | matz | 2006-07-04 | 1 | -1/+1 |
* | * io.c (pipe_open): backout unnecessary fix on 2006-06-26. | matz | 2006-06-27 | 1 | -21/+11 |
* | * parse.y (block_param): do not use multiple assignment for a sole | matz | 2006-06-21 | 1 | -16/+16 |
* | * eval.c (proc_invoke): intercept break and return from lambda | matz | 2006-06-20 | 1 | -27/+23 |
* | * sample/test.rb (proc_return3): return within non lambda block | matz | 2006-06-19 | 1 | -2/+10 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -132/+142 |
* | * eval.c (rb_mod_define_method): should save safe_level in the | matz | 2005-12-29 | 1 | -8/+8 |
* | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz | 2005-10-05 | 1 | -67/+2 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -13/+13 |
* | * process.c (proc_setgroups): [ruby-dev:25081] | matz | 2004-12-06 | 1 | -0/+31 |
* | * eval.c (rb_yield_0): lambda{}.call(1) should raise exception. | matz | 2004-11-14 | 1 | -23/+23 |
* | * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block | nobu | 2004-05-25 | 1 | -5/+59 |
* | * variable.c (rb_cvar_set): class variables become private to the | matz | 2004-03-19 | 1 | -12/+16 |
* | * error.c (exc_initialize): calling 'to_str' each time just for | matz | 2004-03-16 | 1 | -1/+7 |
* | * struct.c (rb_struct_s_def): Struct::new executes block with | matz | 2004-03-10 | 1 | -12/+124 |
* | * eval.c (method_hash): new method. [ruby-talk:93968] | matz | 2004-03-03 | 1 | -1/+15 |
* | * eval.c (proc_invoke): no orphan block check is needed when pcall | matz | 2004-02-27 | 1 | -0/+11 |
* | * numeric.c (num_sadded): prohibit singleton method definition for | matz | 2003-12-01 | 1 | -21/+21 |
* | * eval.c (proc_invoke): single array value to normal Proc#call | matz | 2003-10-29 | 1 | -7/+7 |
* | * parse.y (new_yield): remove magic argument rule; "yield [1,2]" | matz | 2003-10-28 | 1 | -7/+7 |
* | consistent parentheses in assignment RHS. | matz | 2003-10-16 | 1 | -4/+4 |
* | * marshal.c (w_object): instance variable dump do not cause error | matz | 2003-10-04 | 1 | -0/+12 |
* | * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead. | matz | 2003-08-30 | 1 | -5/+5 |
* | * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a. | matz | 2003-08-27 | 1 | -20/+54 |