Age | Commit message (Expand) | Author |
2010-10-24 | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu |
2010-10-19 | Commit miss. | nobu |
2010-10-19 | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu |
2010-10-13 | * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy), | nobu |
2010-09-01 | * array.c (rb_ary_rotate_m): fix typo of rdoc. | naruse |
2010-08-27 | * array.c (rb_ary_sample): removed unused variable. | nobu |
2010-08-26 | * array.c (rb_ary_shuffle_bang): bail out from modification during | nobu |
2010-08-26 | * array.c (rb_ary_shuffle): rdoc fix. argument name was missing. | nobu |
2010-08-26 | * array.c (rb_ary_shuffle_bang): check number of argument. | nobu |
2010-08-25 | * array.c (rb_ary_{shuffle_bang,sample}): use Random class object. | nobu |
2010-08-25 | reverted to r29091; r29092 breaks test-all | shyouhei |
2010-08-25 | * array.c (rb_ary_{shuffle_bang,sample}): use Random class object. | nobu |
2010-08-25 | * array.c (rb_ary_sample): use frozen shared array to get rid of | nobu |
2010-08-23 | * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optional | nobu |
2010-08-21 | * array.c (RAND_UPTO): macro for random number. | nobu |
2010-08-19 | * array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c... | mrkn |
2010-08-18 | forget to commit. | mrkn |
2010-08-18 | * array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa... | mrkn |
2010-08-14 | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu |
2010-07-19 | * array.c (rb_ary_clear): should not unshare embedded array, and | nobu |
2010-07-18 | * array.c (rb_ary_clear): no need to duplicate buffer just before | nobu |
2010-06-06 | * array.c (rb_ary_product): clear uninitialized elements in temporary | akr |
2010-06-06 | * array.c (rb_ary_product): need to set the length in order to get | nobu |
2010-05-29 | * removed trailing spaces. | nobu |
2010-05-28 | * array.c (rb_ary_product): Use tmpary instead, to ensure marking | shyouhei |
2010-05-28 | * array.c (rb_ary_product): Do not rely on GC, t0 should be | shyouhei |
2010-05-17 | * array.c: Documentation: change => in call-seq to ->. | marcandre |
2010-05-13 | * array.c: Harmonize documentation, in particular regarding: | marcandre |
2010-05-08 | * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexError | marcandre |
2010-04-16 | * array.c (rb_ary_repeated_permutation): new method added. a patch | matz |
2010-04-07 | * array.c (rb_ary_permutation): Remove limitation for lengthy permutations | marcandre |
2010-04-03 | * array.c (rb_ary_product): Don't limit based on size when a block is given | marcandre |
2010-04-02 | * array.c (rb_ary_product): Make defensive copy in case of block... | marcandre |
2010-04-02 | * array.c (rb_ary_product): Test for reentry | marcandre |
2010-04-02 | * array.c (rb_ary_product): Accept a block [ruby-core:29045] | marcandre |
2010-03-20 | * array.c (rb_ary_uniq_bang): the array is already unique if the | akr |
2010-03-13 | * enum.c (enum_join): remove Enumerable#join. [ruby-core:24786] | matz |
2010-03-03 | * array.c (rb_ary_select_bang): select! removes all elements for | matz |
2010-02-15 | * array.c (rb_ary_push_m): use rb_ary_modify instead of | naruse |
2010-02-13 | * array.c (rb_ary_delete): RDoc update. a patch from Hugh Sasse. | matz |
2010-02-10 | * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset), | nobu |
2010-01-21 | * array.c (rb_ary_rotate): new methods, Array#rotate! and | nobu |
2010-01-21 | * array.c (rb_ary_reverse_m): copy directly. | nobu |
2009-10-29 | * array.c (rb_ary_to_ary): do not use #respond_to? to detect | matz |
2009-10-28 | * string.c: rdoc for <=>, casecmp | marcandre |
2009-10-26 | * array.c (rb_ary_cmp): Array#<=> returns nil when comparison fails | marcandre |
2009-10-05 | * array.c (rb_ary_{times, shuffle_bang, sample}): reducing macro | matz |
2009-10-02 | * array.c (ary_make_shared): should count frozen array itself. | nobu |
2009-09-15 | * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor... | marcandre |
2009-09-08 | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu |