Age | Commit message (Expand) | Author |
2005-02-23 | * array.c (rb_ary_s_create): no need for negative argc check. | matz |
2003-12-01 | * numeric.c (num_sadded): prohibit singleton method definition for | matz |
2003-10-29 | * eval.c (proc_invoke): single array value to normal Proc#call | matz |
2003-10-28 | * parse.y (new_yield): remove magic argument rule; "yield [1,2]" | matz |
2003-10-16 | consistent parentheses in assignment RHS. | matz |
2003-10-04 | * marshal.c (w_object): instance variable dump do not cause error | matz |
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 on | matz |
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. Block | matz |
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 be | matz |
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 a | matz |
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 check | matz |
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 |
2003-04-11 | * sample/test.rb: NaN comparison test. | nobu |
2003-04-04 | * eval.c (assign): should prepare mrhs by svalue_to_mrhs(). | matz |
2003-03-26 | * eval.c (avalue_splat): new function to do unary * (splat) | matz |
2003-03-25 | * signal.c (trap): return "DEFAULT" and "IGNORE" respectively for | matz |
2003-03-10 | * eval.c (massign): remove unnecessary array unpacking; it should | matz |
2003-03-03 | * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'. | matz |
2003-02-16 | * file.c (file_expand_path): buffer might be reallocated while | nobu |
2003-02-14 | * file.c (file_expand_path): fix surplus path separators while | nobu |
2003-02-13 | *** empty log message *** | nobu |
2003-02-13 | * range.c (range_step): step might be float 0 < x < 1. | matz |
2003-02-03 | * re.c (rb_memsearch): algolithm body of String#index. | matz |
2003-01-20 | * regex.c (is_in_list): should work weill with UTF-8. | matz |
2003-01-07 | * hash.c (env_clear): new Hash compatible method. | matz |
2003-01-01 | * eval.c (massign): removed awkward conversion between yvalue, | matz |
2002-10-02 | ditto. | nobu |
2002-06-28 | * re.c (rb_reg_expr_str): need to process backslashes properly. | matz |
2002-06-24 | * eval.c (rb_eval): NODE_EVSTR is no longer used. | nobu |
2002-06-13 | ext/exmk.rb.in, lib/singleton.rb: remove nested ""s. | matz |
2002-05-17 | * sampl/test.rb: use eval instead of './miniruby -c', | eban |
2002-05-14 | * eval.c (rb_clear_cache_by_class): new function. | matz |
2002-03-19 | * re.c (rb_reg_search): should clear last_match if pos is out of | matz |
2002-03-12 | * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1', | matz |
2002-03-08 | * eval.c (cvar_cbase): utility function to find innermost non | matz |
2002-02-25 | commit miss. | nobu |
2002-02-25 | * sample/test.rb (system): test with scripts under the source | nobu |