summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-12-01adjust style.nobu
2012-11-26* array.c: Fix rdoc for Array#delete [#7437]marcandre
2012-11-25array.c: refactoring of rb_ary_delete_same()shirosaki
2012-11-25* array.c: fixes for the updated documentation in r35858:eregon
2012-11-24Fix WeakRef finalizeshirosaki
2012-11-24Fix Segmentation fault at TestArray#test_arefshirosaki
2012-11-22Fix cache validity check of requireshirosaki
2012-11-20* array.c (rb_get_values_at): Improve rdocmarcandre
2012-11-20* array.c (rb_ary_bsearch): fix rdoc bug (O(n log n) -> O(log n)).mame
2012-11-15* range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame
2012-11-14* array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-09* array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse
2012-11-09array.c: speedup Array#unshift by using space in shared arraynobu
2012-11-09array.c: use shared array in rb_ary_slicenobu
2012-11-09array.c: make array really suitable for queuenobu
2012-11-09array.c: steal shared array's container when ARY_SHARED_NUM == 1nobu
2012-11-07* array.c: Fix mistake in rdoc of Array#uniq.marcandre
2012-11-06* array.c (rb_ary_cycle): Support for Array#cycle.sizemarcandre
2012-11-06* array.c (rb_ary_repeated_combination): Support for repeated_combination.sizemarcandre
2012-11-06* array.c (rb_ary_repeated_permutation): Support for repeated_permutation.sizemarcandre
2012-11-06* array.c (rb_ary_combination): Support for Array#combination.sizemarcandre
2012-11-06* array.c (rb_ary_permutation): Support for Array#permutation.sizemarcandre
2012-11-06* array.c: Support for Enumerator#size in trivial cases:marcandre
2012-11-05Expose whether two arrays are sharedshirosaki
2012-11-04* array.c (recursive_equal): fix to return true when self and otherglass
2012-11-03* array.c (recursive_equal): fix not to make invalid pointers whenglass
2012-11-02* array.c (recursive_equal): performance improvement.glass
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-10-09array.c: use rb_random_ulong_limitednobu
2012-09-20remove garbages.nobu
2012-09-19array.c, enum.c: TypeError in zipnobu
2012-09-13* array.c (rb_ary_diff, rb_ary_uniq):zzak
2012-09-13* array.c (rb_ary_select):zzak
2012-07-17Add documentation about Array#join(nil). [Bug#5915]naruse
2012-07-14array.c: fill with nilnobu
2012-07-14array.c: no infection by unused separatornobu
2012-07-05* array.c (rb_ary_aref): Added a description of the behavior ofdrbrain
2012-07-03* array.c (rb_ary_aref): Updated documentation to indicate thedrbrain
2012-06-19* array.c (ary_reverse): use ansi style declaration.kosaki
2012-05-31* array.c: Updated Array documentation formatting. Patch by Zacharydrbrain
2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre
2012-03-08* array.c (rb_ary_cat): new function to concat objects into array.nobu
2012-02-10* array.c: Fix rdoc for Array#select!marcandre
2012-01-05Fix typoayumin
2012-01-04* array.c (rb_ary_sample): add examples for Array#sample.ayumin
2011-12-15* array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.nobu
2011-10-10* array.c (rb_ary_initialize): Improve explanation of Array.newdrbrain
2011-10-10* array.c: Add a description to Array, minor cleanups. Patch bydrbrain