summaryrefslogtreecommitdiff
path: root/sample/test.rb
AgeCommit message (Expand)Author
2007-05-01* sample/test.rb: import matzruby's sample/test.rb.ko1
2007-01-05* compile.c (iseq_compile_each, set_block_local_tbl) :ko1
2006-12-31 * Merge YARVko1
2006-11-07* class.c (rb_include_module): revert duplicate inclusion ofmatz
2006-10-05* sample/test.rb: revert debug print.matz
2006-10-05* eval.c (rb_yield_0): small refactoring.matz
2006-10-03* parse.y (block_param): restrict block parameters to be localmatz
2006-09-25* sample/test.rb: "print nil" now prints empty string.matz
2006-07-10* sample/test.rb: update test suites.matz
2006-07-04* eval.c (rb_call): should not set prot_tag->blkid since it wouldmatz
2006-06-27* io.c (pipe_open): backout unnecessary fix on 2006-06-26.matz
2006-06-21* parse.y (block_param): do not use multiple assignment for a solematz
2006-06-20* eval.c (proc_invoke): intercept break and return from lambdamatz
2006-06-19* sample/test.rb (proc_return3): return within non lambda blockmatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-11-14* eval.c (rb_yield_0): lambda{}.call(1) should raise exception.matz
2004-05-25* eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu
2004-03-19* variable.c (rb_cvar_set): class variables become private to thematz
2004-03-16* error.c (exc_initialize): calling 'to_str' each time just formatz
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2004-03-03* eval.c (method_hash): new method. [ruby-talk:93968]matz
2004-02-27* eval.c (proc_invoke): no orphan block check is needed when pcallmatz
2003-12-01* numeric.c (num_sadded): prohibit singleton method definition formatz
2003-10-29* eval.c (proc_invoke): single array value to normal Proc#callmatz
2003-10-28* parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz
2003-10-16consistent parentheses in assignment RHS.matz
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-08-30* eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.matz
2003-08-27* eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz
2003-08-13* eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block.matz
2003-08-11* eval.c (struct thread): add member to save backing store onmatz
2003-08-01* eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz
2003-06-20* parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz
2003-06-16* eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz
2003-06-10* sample/test.rb: add block to proc to avoid warning.eban
2003-06-07* parse.y (value_expr0): class and module statements should not bematz
2003-05-29* win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban
2003-05-26* eval.c (Init_Proc): Block/Proc separation. [huge change]matz
2003-05-21* error.c (rb_sys_fail): should not specify errno explicitly.matz
2003-05-20* eval.c (rb_yield_0): give warning for multiple values for amatz
2003-05-19* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz
2003-05-16* object.c (rb_class_allocate_instance): singleton class checkmatz
2003-05-05* sample/test.rb: substitute 'select' with 'values_at'.eban
2003-04-20* sample/test.rb: avoid the MSVCRT *printf problem(float).eban
2003-04-18* struct.c (rb_struct_eql): should compare values with "eql?".matz
2003-04-14* bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu