| Commit message (Expand) | Author | Age | Files | Lines |
* | * hash.c (rb_hash_assoc): new method. | matz | 2007-06-22 | 1 | -2/+2 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -3/+3 |
* | * array.c (rb_ary_zip): a.zip(b,c) should return an array, not | matz | 2007-05-13 | 1 | -9/+9 |
* | * array.c (rb_ary_choice): should return nil when the array is | matz | 2007-05-13 | 1 | -2/+4 |
* | * array.c (rb_ary_choice): fixed mistake from RDoc. | matz | 2007-05-01 | 1 | -1/+1 |
* | * array.c (rb_ary_choice): a new method to choose an element | matz | 2007-05-01 | 1 | -1/+20 |
* | * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system | nobu | 2007-02-28 | 1 | -1/+0 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -8/+1 |
* | * array.c (rb_ary_replace): use ptr and len of orig instead of | nobu | 2007-01-09 | 1 | -5/+7 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -30/+39 |
* | Fix Array#reject, was working like Array#reject\! | drbrain | 2006-12-31 | 1 | -1/+3 |
* | * array.c (ary_iter_check): should check modification (size | matz | 2006-12-29 | 1 | -60/+142 |
* | * array.c: revert lfree shift/unshift boost patch to avoid unknown | matz | 2006-11-02 | 1 | -91/+19 |
* | * ruby.h (struct RArray): revert embedding ptr in RVALUE. | matz | 2006-11-01 | 1 | -183/+100 |
* | * array.c (ary_shared_first): should address offset after | matz | 2006-10-31 | 1 | -0/+1 |
* | * array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907] | nobu | 2006-10-18 | 1 | -1/+1 |
* | * array.c (ary_shared_array): should set NOEMBED flag for a copied | matz | 2006-10-18 | 1 | -0/+1 |
* | * array.c (rb_ary_unshift_m): a bug in lfree shift length | matz | 2006-10-16 | 1 | -37/+44 |
* | * array.c: revert modify check during iteration. | matz | 2006-10-11 | 1 | -21/+13 |
* | * array.c (rb_ary_replace): should shift lfree pointer before | matz | 2006-10-11 | 1 | -1/+5 |
* | * array.c (each_internal): patch miss. | matz | 2006-10-11 | 1 | -36/+0 |
* | * array.c (rb_ary_each): prohibit array modification during each | matz | 2006-10-11 | 1 | -0/+36 |
* | * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines no | matz | 2006-10-11 | 1 | -13/+21 |
* | * eval.c (splat_value): use "to_splat" instead of "to_ary" to | matz | 2006-10-02 | 1 | -0/+1 |
* | * array.c (rb_ary_shift): shift/unshift performance boost patch, | matz | 2006-09-26 | 1 | -36/+95 |
* | * array.c (rb_ary_shift): should not move memory region if array | matz | 2006-09-25 | 1 | -1/+1 |
* | array.c (rb_ary_shift): small bug fix | matz | 2006-09-25 | 1 | -1/+1 |
* | * array.c (rb_ary_shift): should clear shifting top element. | matz | 2006-09-24 | 1 | -2/+5 |
* | * array.c (ary_shared_first): should create embedded copies | matz | 2006-09-16 | 1 | -1/+1 |
* | * array.c (Init_Array): #to_s to be an alias to #inspect. | matz | 2006-09-07 | 1 | -19/+8 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -321/+425 |
* | * string.c (rb_str_resize): should copy embedded string to | matz | 2006-09-01 | 1 | -1/+1 |
* | * array.c (rb_ary_shuffle): RDoc fixed. | eban | 2006-09-01 | 1 | -2/+2 |
* | * array.c (rb_ary_shuffle_bang): new method. | matz | 2006-08-31 | 1 | -2/+45 |
* | * array.c (rb_ary_pop): may cause realloc oscillation. a patch | matz | 2006-07-13 | 1 | -1/+1 |
* | * eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoid | akr | 2006-06-24 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -70/+40 |
* | * array.c (rb_ary_diff): fix a GC problem on IA64 with | akr | 2005-12-12 | 1 | -1/+2 |
* | * array.c (rb_ary_fill): previous commit disabled this usage: | ocean | 2005-11-15 | 1 | -6/+1 |
* | * array.c (rb_ary_fill): tail elements were vanished when the middle | ocean | 2005-11-15 | 1 | -5/+7 |
* | * array.c (rb_ary_fill): should adjust array length correctly when | matz | 2005-11-15 | 1 | -4/+4 |
* | * array.c (rb_ary_first): RDoc update from Daniel Berger | matz | 2005-11-14 | 1 | -4/+5 |
* | * array.c, enum.c, eval.c, util.c: safer function pointer usage. | nobu | 2005-10-11 | 1 | -10/+12 |
* | banish some warnings. | akr | 2005-09-24 | 1 | -1/+1 |
* | * test/dbm/test_dbm.rb: remove locking test, which may not be | matz | 2005-09-12 | 1 | -1/+0 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -8/+2 |
* | * array.c: protoize. | matz | 2005-09-10 | 1 | -308/+113 |
* | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu | 2005-08-30 | 1 | -4/+10 |
* | * bignum.c (rb_big_mul0): multiply two numbers (x, y) without | matz | 2005-08-10 | 1 | -24/+7 |
* | * array.c (rb_ary_or): wraps the operand in an array if it is not | matz | 2005-08-02 | 1 | -7/+24 |