| Commit message (Expand) | Author | Age | Files | Lines |
* | * array.c (tmpbuf): use rb_str_tmp_new(). | nobu | 2007-12-26 | 1 | -8/+2 |
* | * include/ruby/intern.h, random.c, array.c: | akr | 2007-12-24 | 1 | -2/+2 |
* | * array.c (rb_ary_at): updated documentation. a patch from Tadashi | matz | 2007-12-23 | 1 | -2/+0 |
* | * array.c (rb_ary_permutation): add volatile to avoid GC problem. | ko1 | 2007-12-22 | 1 | -2/+2 |
* | * array.c (rb_ary_slice_bang): If an invalid range is given, do | knu | 2007-12-10 | 1 | -2/+12 |
* | * array.c (rb_ary_slice_bang): should return nil if position out | matz | 2007-12-10 | 1 | -0/+1 |
* | * array.c (flatten): some performance improvements, based on a patch | nobu | 2007-12-07 | 1 | -48/+59 |
* | * insns.def (concatarray, splatarray): use to_a instead of | matz | 2007-12-01 | 1 | -1/+0 |
* | * array.c (rb_ary_permutation): add gc guard codes. | ko1 | 2007-11-21 | 1 | -2/+4 |
* | * array.c (rb_ary_permutation): gives all permutations of elements | matz | 2007-11-19 | 1 | -5/+11 |
* | * array.c (rb_ary_product): core dumped with non array arguments. | matz | 2007-11-06 | 1 | -1/+1 |
* | * array.c (rb_ary_each_index): should return meaningful value. | matz | 2007-11-06 | 1 | -0/+1 |
* | array.c: raise IndexError for negative length in rb_ary_fill | davidflanagan | 2007-10-26 | 1 | -0/+1 |
* | * array.c (rb_ary_assoc): check and convert inner arrays (assocs) | matz | 2007-10-25 | 1 | -3/+2 |
* | * range.c (range_first): takes first n element if argument is | matz | 2007-10-18 | 1 | -2/+2 |
* | * array.c (rb_ary_combination): fixed memory corruption due to too | matz | 2007-10-12 | 1 | -2/+2 |
* | * array.c (rb_ary_permutation): use frozen shared hidden array. | nobu | 2007-10-09 | 1 | -4/+3 |
* | * array.c (rb_ary_permutation, rb_ary_combination): missing type | nobu | 2007-10-09 | 1 | -19/+19 |
* | * array.c: remove to_a completely. | matz | 2007-10-09 | 1 | -19/+17 |
* | * array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product): | nobu | 2007-10-09 | 1 | -1/+11 |
* | * array.c (rb_ary_permutation, rb_ary_product): support non C99 | usa | 2007-10-04 | 1 | -3/+4 |
* | * array.c (rb_ary_permutation): remove C99 dependency. | matz | 2007-10-04 | 1 | -5/+8 |
* | * array.c (rb_ary_product): generalized product, now takes | matz | 2007-10-02 | 1 | -14/+58 |
* | * array.c (rb_ary_permutation): small dirty hack by Matz to avoid | matz | 2007-10-01 | 1 | -2/+5 |
* | * array.c (rb_ary_permutation): implementation contributed from | matz | 2007-10-01 | 1 | -24/+88 |
* | * array.c (rb_ary_combination): revisit #combination behavior. | matz | 2007-10-01 | 1 | -5/+3 |
* | * array.c (rb_ary_combination): new method to give all combination | matz | 2007-09-29 | 1 | -0/+140 |
* | * array.c (rb_ary_equal): should handle recursive array. | matz | 2007-09-24 | 1 | -7/+14 |
* | * array.c (rb_ary_cycle): avoid infinite loop for empty array. | matz | 2007-09-10 | 1 | -1/+1 |
* | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | 2007-09-06 | 1 | -1/+1 |
* | * array.c (rb_ary_subseq): need integer overflow check. | matz | 2007-09-05 | 1 | -5/+6 |
* | * include/ruby/intern.h: declare rb_hash_tbl. | akr | 2007-08-29 | 1 | -6/+9 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * array.c (rb_ary_s_try_convert): more document description. | matz | 2007-08-25 | 1 | -1/+10 |
* | * array.c (rb_ary_s_try_convert): a new class method to convert | matz | 2007-08-24 | 1 | -0/+18 |
* | * io.c (rb_io_s_foreach): argument count check before making | matz | 2007-08-20 | 1 | -1/+1 |
* | * enum.c (enum_zip): zip no longer converts arguments into | matz | 2007-08-06 | 1 | -60/+0 |
* | * enum.c (enum_cycle): new method to cycle enumerable forever. | matz | 2007-08-06 | 1 | -0/+26 |
* | * array.c (rb_ary_flatten_bang): check argument if valid | nobu | 2007-07-13 | 1 | -2/+1 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -9/+0 |
* | * 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 |