aboutsummaryrefslogtreecommitdiffstats
path: root/sample/test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8, including r16205.knu2008-05-261-5/+59
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu2007-08-181-1/+4
* * array.c (rb_ary_s_create): no need for negative argc check.matz2005-02-231-2/+2
* * 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
* * sample/test.rb: NaN comparison test.nobu2003-04-111-0/+22
* * eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz2003-04-041-0/+7
* * eval.c (avalue_splat): new function to do unary * (splat)matz2003-03-261-6/+28
* * signal.c (trap): return "DEFAULT" and "IGNORE" respectively formatz2003-03-251-0/+5
* * eval.c (massign): remove unnecessary array unpacking; it shouldmatz2003-03-101-0/+11
* * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz2003-03-031-0/+1
* * file.c (file_expand_path): buffer might be reallocated whilenobu2003-02-161-0/+8
* * file.c (file_expand_path): fix surplus path separators whilenobu2003-02-141-0/+13
* *** empty log message ***nobu2003-02-131-0/+7
* * range.c (range_step): step might be float 0 < x < 1.matz2003-02-131-0/+14
* * re.c (rb_memsearch): algolithm body of String#index.matz2003-02-031-1/+1
* * regex.c (is_in_list): should work weill with UTF-8.matz2003-01-201-0/+1
* * hash.c (env_clear): new Hash compatible method.matz2003-01-071-48/+252
* * eval.c (massign): removed awkward conversion between yvalue,matz2003-01-011-88/+77
* ditto.nobu2002-10-021-1/+1
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-281-2/+1
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-241-1/+1
* ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.matz2002-06-131-3/+4
* * sampl/test.rb: use eval instead of './miniruby -c',eban2002-05-171-2/+9
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-191-0/+12
* * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz2002-03-121-11/+0
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-0/+11