| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/ruby.h (rb_long2int): evalates the argument only | nobu | 2009-10-07 | 1 | -1/+1 |
* | * struct.c (rb_struct_select): Struct#select should return | matz | 2009-10-06 | 1 | -0/+1 |
* | * array.c (rb_ary_{times, shuffle_bang, sample}): reducing macro | matz | 2009-10-05 | 1 | -37/+63 |
* | * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive s... | marcandre | 2009-09-20 | 1 | -12/+26 |
* | * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor... | marcandre | 2009-09-15 | 1 | -7/+6 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -1/+1 |
* | * class.c (rb_define_class_id_under, rb_define_module_id_under): | nobu | 2009-08-12 | 1 | -10/+11 |
* | * struct.c (recursive_hash): extracted from rb_struct_hash. reject | akr | 2009-07-17 | 1 | -8/+17 |
* | * hash.c (rb_hash_hash): documentation fix. a patch from | matz | 2009-07-01 | 1 | -2/+2 |
* | * struct.c (Init_Struct): made #to_s an alias to #inspect to | nobu | 2009-05-29 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long to | nobu | 2009-05-20 | 1 | -3/+3 |
* | * struct.c (rb_struct_new): get rid of too large alloca. | nobu | 2009-05-20 | 1 | -5/+9 |
* | * struct.c (struct_ivar_get): new function to avoid repeated | matz | 2009-05-19 | 1 | -9/+14 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -35/+35 |
* | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 1 | -5/+6 |
* | * struct.c (rb_struct_initialize_m): avoid unnecessary array | matz | 2008-11-10 | 1 | -8/+13 |
* | * range.c (range_initialize_copy): Range is now a Struct. | nobu | 2008-08-20 | 1 | -1/+1 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -1/+1 |
* | * gc.c: __size__ removed. use the length of __members__ instead. | akr | 2008-06-27 | 1 | -11/+15 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -2/+2 |
* | * struct.c (rb_struct_s_def): Struct.new(0) should not SEGV. | matz | 2008-05-05 | 1 | -5/+7 |
* | * error.c (builtin_types), signal.c (siglist), st.c (primes), | nobu | 2008-04-26 | 1 | -1/+1 |
* | fix doc. | akr | 2008-03-09 | 1 | -3/+3 |
* | * struct.c (make_struct): preserve encoding of struct name. | nobu | 2008-03-05 | 1 | -5/+3 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * proc.c (method_name): preserve Symbol's encoding. | matz | 2007-12-24 | 1 | -3/+1 |
* | fix va_start arg. | akr | 2007-11-23 | 1 | -1/+1 |
* | * struct.c (rb_struct_alloc_noinit): new function. | akr | 2007-11-23 | 1 | -2/+11 |
* | * struct.c (rb_struct_define_without_accessor): new function. | akr | 2007-11-23 | 1 | -0/+35 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -1/+1 |
* | * marshal.c (r_object0): don't call user-defined initialize for | akr | 2007-09-08 | 1 | -1/+1 |
* | * struct.c (rb_struct_s_members): check if __members__ is an | matz | 2007-09-08 | 1 | -0/+3 |
* | * struct.c (rb_struct_s_members): should raise TypeError instead | matz | 2007-09-07 | 1 | -1/+1 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * struct.c (rb_struct_init_copy): disallow changing the size. | nobu | 2007-07-12 | 1 | -8/+3 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * struct.c (inspect_struct): do not display a class name for | matz | 2006-09-16 | 1 | -1/+6 |
* | * eval.c (rb_f_local_variables): list symbols. | matz | 2006-09-04 | 1 | -1/+1 |
* | * string.c (Init_String): undef Symbol#new. | matz | 2006-09-02 | 1 | -8/+3 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -27/+27 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -1/+1 |
* | * ruby.h (struct RStruct): embed 3 or less elements structs. | akr | 2006-02-05 | 1 | -56/+69 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -7/+1 |
* | * intern.h, struct.c (rb_struct_iv_get): constified. | ocean | 2005-10-21 | 1 | -5/+3 |
* | banish some warnings. | akr | 2005-09-24 | 1 | -2/+2 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -1/+1 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -106/+44 |
* | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu | 2005-08-30 | 1 | -0/+2 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -10/+2 |
* | * variable.c (rb_class_path): need to adjust snprintf() len for | matz | 2005-07-20 | 1 | -2/+2 |