aboutsummaryrefslogtreecommitdiffstats
path: root/sample/test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * sample/test.rb: import matzruby's sample/test.rb.ko12007-05-011-26/+26
* * compile.c (iseq_compile_each, set_block_local_tbl) :ko12007-01-051-2/+1
* * Merge YARVko12006-12-311-12/+16
* * class.c (rb_include_module): revert duplicate inclusion ofmatz2006-11-071-1/+1
* * sample/test.rb: revert debug print.matz2006-10-051-3/+3
* * eval.c (rb_yield_0): small refactoring.matz2006-10-051-3/+3
* * parse.y (block_param): restrict block parameters to be localmatz2006-10-031-1/+2
* * sample/test.rb: "print nil" now prints empty string.matz2006-09-251-1/+1
* * sample/test.rb: update test suites.matz2006-07-101-0/+7
* * eval.c (rb_call): should not set prot_tag->blkid since it wouldmatz2006-07-041-1/+1
* * io.c (pipe_open): backout unnecessary fix on 2006-06-26.matz2006-06-271-21/+11
* * parse.y (block_param): do not use multiple assignment for a solematz2006-06-211-16/+16
* * eval.c (proc_invoke): intercept break and return from lambdamatz2006-06-201-27/+23
* * sample/test.rb (proc_return3): return within non lambda blockmatz2006-06-191-2/+10
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-132/+142
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-8/+8
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-67/+2
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-13/+13
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-0/+31
* * eval.c (rb_yield_0): lambda{}.call(1) should raise exception.matz2004-11-141-23/+23
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu2004-05-251-5/+59
* * variable.c (rb_cvar_set): class variables become private to thematz2004-03-191-12/+16
* * error.c (exc_initialize): calling 'to_str' each time just formatz2004-03-161-1/+7
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-12/+124
* * eval.c (method_hash): new method. [ruby-talk:93968]matz2004-03-031-1/+15
* * eval.c (proc_invoke): no orphan block check is needed when pcallmatz2004-02-271-0/+11
* * numeric.c (num_sadded): prohibit singleton method definition formatz2003-12-011-21/+21
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-291-7/+7
* * parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz2003-10-281-7/+7
* consistent parentheses in assignment RHS.matz2003-10-161-4/+4
* * marshal.c (w_object): instance variable dump do not cause errormatz2003-10-041-0/+12
* * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.matz2003-08-301-5/+5
* * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz2003-08-271-20/+54
* * eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block.matz2003-08-131-0/+28
* * eval.c (struct thread): add member to save backing store onmatz2003-08-111-0/+16
* * eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz2003-08-011-0/+14
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-1/+0
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-18/+16
* * sample/test.rb: add block to proc to avoid warning.eban2003-06-101-1/+1
* * parse.y (value_expr0): class and module statements should not bematz2003-06-071-1/+1
* * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban2003-05-291-2/+2
* * eval.c (Init_Proc): Block/Proc separation. [huge change]matz2003-05-261-6/+96
* * error.c (rb_sys_fail): should not specify errno explicitly.matz2003-05-211-3/+0
* * eval.c (rb_yield_0): give warning for multiple values for amatz2003-05-201-1/+0
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-0/+27
* * object.c (rb_class_allocate_instance): singleton class checkmatz2003-05-161-0/+7
* * sample/test.rb: substitute 'select' with 'values_at'.eban2003-05-051-1/+1
* * sample/test.rb: avoid the MSVCRT *printf problem(float).eban2003-04-201-2/+5
* * struct.c (rb_struct_eql): should compare values with "eql?".matz2003-04-181-0/+10
* * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu2003-04-141-0/+6