index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
array.c
Age
Commit message (
Expand
)
Author
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
2008-10-30
* array.c (rb_ary_permutation): hide temporal array.
mame
2008-10-29
* array.c (rb_ary_sort_bang): remove SEGV when replacing array with
mame
2008-10-29
* array.c (rb_ary_splice): remove redundant check.
mame
2008-10-29
* array.c (rb_ary_sort_bang): replacing array during sort broke
mame
2008-10-29
* revert the previous wrong commit; sorry.
mame
2008-10-29
* array.c (rb_ary_sort_bang): replacing array during sort broke
mame
2008-10-24
* array.c (rb_ary_sample): fixed sizes and randomness.
nobu
2008-10-17
* array.c: don't recycle shared-array while sort!.
wanabe
2008-10-17
* array.c: recycle shared-array when it isn't referenced.
wanabe
2008-10-17
* array.c (ary_resize_capa): renamed RESIZE_CAPA.
yugui
2008-10-15
* array.c (RESIZE_CAPA): check whether len is longer than capacity.
usa
2008-10-09
* include/ruby/ruby.h: embeds the elements of an array into its
yugui
2008-09-07
fix a typo.
akr
2008-08-20
* array.c (rb_ary_sample): performance improvement for huge array.
nobu
2008-08-20
* array.c (rb_ary_sample): get rid of infinite loop. #455
nobu
2008-08-16
* include/ruby/ruby.h (rb_intern_const): tiny optimization.
nobu
2008-08-13
* object.c (rb_obj_untrusted): new method Object#untrusted?.
shugo
2008-08-12
* array.c (rb_ary_delete): Array#delete to return deleted element.
matz
2008-08-11
* array.c (rb_ary_sample): rename #choice to #sample. in
matz
2008-08-05
* array.c (rb_ary_sort_bang): reset to real class.
nobu
2008-08-04
* array.c (rb_ary_sort_bang): respect overridden <=> for String and
nobu
2008-08-04
* array.c (rb_ary_tmp_new): added.
nobu
2008-07-09
* array.c (rb_ary_fill): don't raise even if length is negative.
akr
2008-07-01
* array.c (rb_ary_fill): check if beg is too big.
nobu
2008-06-25
* array.c (rb_ary_fill): not depend on unspecified behavior at integer
nobu
[next]