summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2013-03-23* array.c (take_items): honor encoding of class name.nobu
2013-03-23vm_eval.c: preserve passed_blocknobu
2013-03-22* array.c: Avoid zip bug by not using obsolete rb_check_block_call [Bug #8153]marcandre
2013-03-17* array.c: Typo in Array#delete by Timo Sand [GH fixes #258]zzak
2013-03-17* array.c: fix rdoc. [ruby-core:53485] [ruby-trunk - Bug #8108]ktsj
2013-03-01* array.c: typo in comment patch by Nami-Doc [Github fixes #253]zzak
2013-02-23* array.c: Fix rdoc for flatten!marcandre
2013-02-23* array.c: Document #<=> return values and formattingzzak
2013-02-23* array.c (rb_ary_diff, rb_ary_and, rb_ary_or): Document return orderzzak
2013-02-19* array.c: Fix typo in class documentationeregon
2013-02-19* object.c: rdoc formatting for Kernel#Array()zzak
2013-02-08* array.c (rb_ary_dup): reverted r39004. see [Bug #7768], and theusa
2013-02-01* array.c (rb_ary_dup): make returned array the same class as the originalcharliesome
2013-01-30* array.c (rb_ary_bsearch): Fix r38986 (typo) [Bug #7726]marcandre
2013-01-30* array.c (rb_ary_bsearch): Fix r38986 (missing whitespace)marcandre
2013-01-30* array.c (rb_ary_bsearch): Raise TypeError on bad return from blockmarcandre
2013-01-30* array.c (rb_ary_bsearch): Return enumerator if no block [#7725]marcandre
2013-01-29* array.c: Improve documentation abouteregon
2013-01-24* enum.c (enum_zip): Fix error messagemarcandre
2012-12-29adjust stylenobu
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