aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* adjust stylenobu2012-12-291-1/+1
* * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko12012-12-021-1/+2
* adjust style.nobu2012-12-011-3/+3
* * array.c: Fix rdoc for Array#delete [#7437]marcandre2012-11-261-3/+3
* array.c: refactoring of rb_ary_delete_same()shirosaki2012-11-251-23/+18
* * array.c: fixes for the updated documentation in r35858:eregon2012-11-251-14/+15
* Fix WeakRef finalizeshirosaki2012-11-241-0/+34
* Fix Segmentation fault at TestArray#test_arefshirosaki2012-11-241-1/+1
* Fix cache validity check of requireshirosaki2012-11-221-4/+7
* * array.c (rb_get_values_at): Improve rdocmarcandre2012-11-201-4/+4
* * array.c (rb_ary_bsearch): fix rdoc bug (O(n log n) -> O(log n)).mame2012-11-201-1/+1
* * range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame2012-11-151-1/+1
* * array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame2012-11-141-0/+98
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-1/+17
* * array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse2012-11-091-1/+1
* array.c: speedup Array#unshift by using space in shared arraynobu2012-11-091-9/+55
* array.c: use shared array in rb_ary_slicenobu2012-11-091-4/+2
* array.c: make array really suitable for queuenobu2012-11-091-8/+40
* array.c: steal shared array's container when ARY_SHARED_NUM == 1nobu2012-11-091-6/+17
* * array.c: Fix mistake in rdoc of Array#uniq.marcandre2012-11-071-2/+2
* * array.c (rb_ary_cycle): Support for Array#cycle.sizemarcandre2012-11-061-1/+15
* * array.c (rb_ary_repeated_combination): Support for repeated_combination.sizemarcandre2012-11-061-1/+12
* * array.c (rb_ary_repeated_permutation): Support for repeated_permutation.sizemarcandre2012-11-061-2/+16
* * array.c (rb_ary_combination): Support for Array#combination.sizemarcandre2012-11-061-2/+27
* * array.c (rb_ary_permutation): Support for Array#permutation.sizemarcandre2012-11-061-1/+24
* * array.c: Support for Enumerator#size in trivial cases:marcandre2012-11-061-12/+12
* Expose whether two arrays are sharedshirosaki2012-11-051-0/+16
* * array.c (recursive_equal): fix to return true when self and otherglass2012-11-041-1/+3
* * array.c (recursive_equal): fix not to make invalid pointers whenglass2012-11-031-3/+5
* * array.c (recursive_equal): performance improvement.glass2012-11-021-3/+19
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-4/+2
* array.c: use rb_random_ulong_limitednobu2012-10-091-15/+25
* remove garbages.nobu2012-09-201-1/+1
* array.c, enum.c: TypeError in zipnobu2012-09-191-1/+2
* * array.c (rb_ary_diff, rb_ary_uniq):zzak2012-09-131-5/+22
* * array.c (rb_ary_select):zzak2012-09-131-5/+6
* Add documentation about Array#join(nil). [Bug#5915]naruse2012-07-171-0/+2
* array.c: fill with nilnobu2012-07-141-8/+6
* array.c: no infection by unused separatornobu2012-07-141-2/+2
* * array.c (rb_ary_aref): Added a description of the behavior ofdrbrain2012-07-051-4/+9
* * array.c (rb_ary_aref): Updated documentation to indicate thedrbrain2012-07-031-9/+13
* * array.c (ary_reverse): use ansi style declaration.kosaki2012-06-191-2/+1
* * array.c: Updated Array documentation formatting. Patch by Zacharydrbrain2012-05-311-518/+637
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-9/+3
* * array.c (rb_ary_cat): new function to concat objects into array.nobu2012-03-081-5/+14
* * array.c: Fix rdoc for Array#select!marcandre2012-02-101-2/+2
* Fix typoayumin2012-01-051-1/+1
* * array.c (rb_ary_sample): add examples for Array#sample.ayumin2012-01-041-0/+4
* * array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.nobu2011-12-151-0/+4
* * array.c (rb_ary_initialize): Improve explanation of Array.newdrbrain2011-10-101-42/+69