aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_product): clear uninitialized elements in temporaryakr2010-06-061-0/+1
* * array.c (rb_ary_product): need to set the length in order to getnobu2010-06-061-0/+1
* * removed trailing spaces.nobu2010-05-291-2/+2
* * array.c (rb_ary_product): Use tmpary instead, to ensure markingshyouhei2010-05-281-3/+3
* * array.c (rb_ary_product): Do not rely on GC, t0 should beshyouhei2010-05-281-1/+5
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-14/+14
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-201/+265
* * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexErrormarcandre2010-05-081-5/+6
* * array.c (rb_ary_repeated_permutation): new method added. a patchmatz2010-04-161-0/+182
* * array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre2010-04-071-23/+4
* * array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre2010-04-031-15/+22
* * array.c (rb_ary_product): Make defensive copy in case of block...marcandre2010-04-021-1/+5
* * array.c (rb_ary_product): Test for reentrymarcandre2010-04-021-0/+3
* * array.c (rb_ary_product): Accept a block [ruby-core:29045]marcandre2010-04-021-8/+19
* * array.c (rb_ary_uniq_bang): the array is already unique if theakr2010-03-201-0/+4
* * enum.c (enum_join): remove Enumerable#join. [ruby-core:24786]matz2010-03-131-1/+1
* * array.c (rb_ary_select_bang): select! removes all elements formatz2010-03-031-0/+53
* * array.c (rb_ary_push_m): use rb_ary_modify instead ofnaruse2010-02-151-1/+1
* * array.c (rb_ary_delete): RDoc update. a patch from Hugh Sasse.matz2010-02-131-3/+6
* * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu2010-02-101-5/+19
* * array.c (rb_ary_rotate): new methods, Array#rotate! andnobu2010-01-211-7/+110
* * array.c (rb_ary_reverse_m): copy directly.nobu2010-01-211-4/+18
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-6/+3
* * string.c: rdoc for <=>, casecmpmarcandre2009-10-281-1/+1
* * array.c (rb_ary_cmp): Array#<=> returns nil when comparison failsmarcandre2009-10-261-2/+3
* * array.c (rb_ary_{times, shuffle_bang, sample}): reducing macromatz2009-10-051-11/+20
* * array.c (ary_make_shared): should count frozen array itself.nobu2009-10-021-1/+1
* * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre2009-09-151-6/+8
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-1/+2
* * array.c (permute0): use chars for boolean array.nobu2009-08-031-4/+4
* * array.c (rb_ary_{permutation,combination}): disallow reentrancenobu2009-08-031-8/+16
* * array.c (rb_ary_{permutation,combination,product}): must not usenobu2009-08-031-5/+5
* * array.c (rb_ary_combination, rb_ary_product): prevent from GC.nobu2009-08-021-2/+6
* * array.c: suppressed shorten-64-to-32 warnings.nobu2009-07-181-8/+8
* * array.c (recursive_hash): reject recursive key.akr2009-07-171-1/+1
* * array.c (recursive_join): raise ArgumentError for joiningmatz2009-07-171-3/+2
* * array.c (rb_ary_sample): RDoc update. a patch from Florianmatz2009-07-161-3/+5
* * array.c (ary_join_1): should recurse for element array.nobu2009-07-101-0/+1
* * array.c (recursive_join): use obj to tell if recursion occurs.nobu2009-07-101-5/+6
* * enum.c (enum_join): add Enumerable#join.matz2009-07-031-32/+91
* * array.c (rb_ary_memsize): added.ko12009-06-161-0/+11
* * thread.c (rb_exec_recursive_paired): new function for propernobu2009-05-241-6/+6
* * array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unlessmatz2009-05-211-3/+9
* * array.c (rb_ary_shift, rb_ary_shift_m): clears unused elements.nobu2009-05-151-0/+6
* rename argument name.akr2009-05-091-10/+10
* * array.c (rb_ary_flatten_bang): clears temporary array.nobu2009-05-081-2/+15
* * array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu2009-05-071-1/+1
* * array.c (rb_ary_sample): negative sample number is invalid.nobu2009-05-071-0/+1
* * array.c (Init_Array): made #to_s an alias to #inspect to reducenobu2009-05-021-1/+1
* * array.c: fixed types.nobu2009-05-021-4/+4