Age | Commit message (Expand) | Author |
2007-10-09 | * array.c (rb_ary_permutation): use frozen shared hidden array. | nobu |
2007-10-09 | * array.c (rb_ary_permutation, rb_ary_combination): missing type | nobu |
2007-10-09 | * array.c: remove to_a completely. | matz |
2007-10-09 | * array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product): | nobu |
2007-10-04 | * array.c (rb_ary_permutation, rb_ary_product): support non C99 | usa |
2007-10-04 | * array.c (rb_ary_permutation): remove C99 dependency. | matz |
2007-10-02 | * array.c (rb_ary_product): generalized product, now takes | matz |
2007-10-01 | * array.c (rb_ary_permutation): small dirty hack by Matz to avoid | matz |
2007-10-01 | * array.c (rb_ary_permutation): implementation contributed from | matz |
2007-10-01 | * array.c (rb_ary_combination): revisit #combination behavior. | matz |
2007-09-29 | * array.c (rb_ary_combination): new method to give all combination | matz |
2007-09-24 | * array.c (rb_ary_equal): should handle recursive array. | matz |
2007-09-10 | * array.c (rb_ary_cycle): avoid infinite loop for empty array. | matz |
2007-09-06 | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz |
2007-09-05 | * array.c (rb_ary_subseq): need integer overflow check. | matz |
2007-08-29 | * include/ruby/intern.h: declare rb_hash_tbl. | akr |
2007-08-25 | * encoding.c: provide basic features for M17N. | matz |
2007-08-25 | * array.c (rb_ary_s_try_convert): more document description. | matz |
2007-08-24 | * array.c (rb_ary_s_try_convert): a new class method to convert | matz |
2007-08-20 | * io.c (rb_io_s_foreach): argument count check before making | matz |
2007-08-06 | * enum.c (enum_zip): zip no longer converts arguments into | matz |
2007-08-06 | * enum.c (enum_cycle): new method to cycle enumerable forever. | matz |
2007-07-13 | * array.c (rb_ary_flatten_bang): check argument if valid | nobu |
2007-07-12 | * blockinlining.c: remove "yarv" prefix. | ko1 |
2007-06-22 | * hash.c (rb_hash_assoc): new method. | matz |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2007-05-13 | * array.c (rb_ary_zip): a.zip(b,c) should return an array, not | matz |
2007-05-13 | * array.c (rb_ary_choice): should return nil when the array is | matz |
2007-05-01 | * array.c (rb_ary_choice): fixed mistake from RDoc. | matz |
2007-05-01 | * array.c (rb_ary_choice): a new method to choose an element | matz |
2007-02-28 | * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system | nobu |
2007-02-07 | * this commit is a result of refactoring. only renaming functions, | ko1 |
2007-01-09 | * array.c (rb_ary_replace): use ptr and len of orig instead of | nobu |
2006-12-31 | * Merge YARV | ko1 |
2006-12-31 | Fix Array#reject, was working like Array#reject\! | drbrain |
2006-12-29 | * array.c (ary_iter_check): should check modification (size | matz |
2006-11-02 | * array.c: revert lfree shift/unshift boost patch to avoid unknown | matz |
2006-11-01 | * ruby.h (struct RArray): revert embedding ptr in RVALUE. | matz |
2006-10-31 | * array.c (ary_shared_first): should address offset after | matz |
2006-10-18 | * array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907] | nobu |
2006-10-18 | * array.c (ary_shared_array): should set NOEMBED flag for a copied | matz |
2006-10-16 | * array.c (rb_ary_unshift_m): a bug in lfree shift length | matz |
2006-10-11 | * array.c: revert modify check during iteration. | matz |
2006-10-11 | * array.c (rb_ary_replace): should shift lfree pointer before | matz |
2006-10-11 | * array.c (each_internal): patch miss. | matz |
2006-10-11 | * array.c (rb_ary_each): prohibit array modification during each | matz |
2006-10-11 | * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines no | matz |
2006-10-02 | * eval.c (splat_value): use "to_splat" instead of "to_ary" to | matz |
2006-09-26 | * array.c (rb_ary_shift): shift/unshift performance boost patch, | matz |
2006-09-25 | * array.c (rb_ary_shift): should not move memory region if array | matz |