Age | Commit message (Expand) | Author |
2009-08-03 | * array.c (rb_ary_{permutation,combination,product}): must not use | nobu |
2009-08-02 | * array.c (rb_ary_combination, rb_ary_product): prevent from GC. | nobu |
2009-07-18 | * array.c: suppressed shorten-64-to-32 warnings. | nobu |
2009-07-17 | * array.c (recursive_hash): reject recursive key. | akr |
2009-07-17 | * array.c (recursive_join): raise ArgumentError for joining | matz |
2009-07-16 | * array.c (rb_ary_sample): RDoc update. a patch from Florian | matz |
2009-07-10 | * array.c (ary_join_1): should recurse for element array. | nobu |
2009-07-10 | * array.c (recursive_join): use obj to tell if recursion occurs. | nobu |
2009-07-03 | * enum.c (enum_join): add Enumerable#join. | matz |
2009-06-16 | * array.c (rb_ary_memsize): added. | ko1 |
2009-05-24 | * thread.c (rb_exec_recursive_paired): new function for proper | nobu |
2009-05-21 | * array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unless | matz |
2009-05-15 | * array.c (rb_ary_shift, rb_ary_shift_m): clears unused elements. | nobu |
2009-05-09 | rename argument name. | akr |
2009-05-08 | * array.c (rb_ary_flatten_bang): clears temporary array. | nobu |
2009-05-07 | * array.c (rb_ary_flatten_bang): returns nil if nothing changed. | nobu |
2009-05-07 | * array.c (rb_ary_sample): negative sample number is invalid. | nobu |
2009-05-02 | * array.c (Init_Array): made #to_s an alias to #inspect to reduce | nobu |
2009-05-02 | * array.c: fixed types. | nobu |
2009-04-20 | * array.c (rb_ary_push): bypass rb_ary_store(). | matz |
2009-04-15 | * array.c (rb_ary_flatten): flatten(0) works as Array#dup. | mame |
2009-03-12 | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu |
2009-03-10 | * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, | nobu |
2009-03-06 | * array.c (rb_ary_fill): doc for Array#fill misses indication | matz |
2009-02-24 | * array.c (rb_ary_index, rb_ary_rindex): Emit a warning that a | knu |
2009-02-23 | * array.c (rb_ary_index, rb_ary_rindex): We know that argc is not | knu |
2009-02-22 | stripped trailing spaces. | nobu |
2009-02-18 | * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): new | nobu |
2009-02-14 | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame |
2009-02-14 | * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result of | nobu |
2009-02-14 | * array.c (ary_resize_capa): should not overwrite outside embedded | nobu |
2009-02-11 | * array.c (ary_make_shared): returns shared root array itself, and | nobu |
2009-02-05 | * array.c (rb_ary_uniq): gets rid of copying. | nobu |
2009-02-05 | * array.c (ary_add_hash): split from ary_make_hash(). | nobu |
2009-02-05 | * array.c (ary_make_hash): hide a Hash used internally. | nobu |
2009-02-03 | * NEWS: add Array#sort_by!. | kazu |
2009-02-02 | * array.c (rb_ary_sort_by_bang): RDoc update. [ruby-core:21742] | matz |
2009-02-02 | * array.c (rb_ary_sort_by_bang): new method. requested in | matz |
2009-01-26 | * array.c (rb_ary_aset): fixed arguments evaluation order. | nobu |
2009-01-21 | * array.c (ary_double_capa): a new function to expand array more | matz |
2009-01-21 | * array.c (take_items): to_ary() raises ArgumentError if cannot to | usa |
2009-01-19 | * array.c (take_items), enum.c (enum_zip): tries to convert to | nobu |
2008-12-17 | * array.c (rb_ary_push_m): add modification check before actual | matz |
2008-12-17 | * array.c (rb_ary_pop_m): use enum ary_take_pos_flags. | matz |
2008-11-25 | * array.c (rb_ary_times): taint (and untrust) status should be | matz |
2008-11-08 | merges r20050 from ruby_1_9_1 into trunk. | yugui |
2008-11-03 | * array.c (rb_ary_join): do not repeat self in a recursive array. | nobu |
2008-11-03 | * array.c (rb_ary_take_first_or_last): renamed rb_ary_partial more | yugui |
2008-10-31 | * array.c (ary_partial0): recovers mistakenly feature change at r19723. | yugui |
2008-10-31 | * array.c (rb_ary_decrement_share): fix to work recycling | wanabe |