summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
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
2011-10-06* array.c: Use + for arguments described in documentation to allowdrbrain
2011-10-03* array.c (rb_ary_initalize): Make Array.new description matchdrbrain
2011-10-03 * array.c (rb_ary_initialize): Add output for examples. Patch bydrbrain
2011-10-03* array.c (rb_ary_s_create): Add example results for Array::[]. Patchdrbrain
2011-09-29* array.c (ary_join_1): should not copy the encoding of non-stringnobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-07-29* array.c (rb_ary_set_len): new function to set array length.nobu
2011-07-26* array.c: Fix typo. https://github.com/ruby/ruby/pull/36shyouhei
2011-07-21* array.c (rb_ary_delete_at_m): use simple array literal in rdoc.naruse
2011-07-03* array.c (ary_reject_bang): should not remove elements which arenobu
2011-07-01* array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu
2011-06-22* cont.c (cont_capture): add volatile.naruse
2011-06-18* eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr
2011-06-16 * array.c (rb_ary_drop): Improve documentation. Patch by Caley Woods.drbrain
2011-04-22* array.c (rb_ary_sort_bang): fix rdoc.naruse
2011-02-15* array.c (ary_join_1): fix array size.akr
2011-02-15* array.c (array_join): copy the encoding of the first element asnaruse
2011-02-15* array.c (inspect_ary): don't taint the inspected result of anaruse
2011-02-09* array.c: documentation clarification in rotate, rotate!,kosaki
2011-01-30Additional fix for r30736naruse
2011-01-30* array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) beforenaruse
2011-01-29* array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse
2011-01-17* array.c (rb_ary_times): less MEMCPY calls.akr
2011-01-11fix typoskazu
2011-01-11* array.c (rb_ary_resize): should care of embeded array when extendingusa
2011-01-05* array.c (rb_ary_modify): export.nobu
2011-01-05* array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu
2010-12-09* array.c (rb_ary_dup): should copy contents only. no instancematz
2010-12-01* array.c: parenthesize macro arguments.akr
2010-10-24* array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu