aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * array.c: Add a description to Array, minor cleanups. Patch bydrbrain2011-10-101-16/+243
* * array.c: Use + for arguments described in documentation to allowdrbrain2011-10-061-96/+91
* * array.c (rb_ary_initalize): Make Array.new description matchdrbrain2011-10-031-3/+3
* * array.c (rb_ary_initialize): Add output for examples. Patch bydrbrain2011-10-031-10/+11
* * array.c (rb_ary_s_create): Add example results for Array::[]. Patchdrbrain2011-10-031-7/+6
* * array.c (ary_join_1): should not copy the encoding of non-stringnobu2011-09-291-0/+1
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-4/+4
* * array.c (rb_ary_set_len): new function to set array length.nobu2011-07-291-0/+15
* * array.c: Fix typo. https://github.com/ruby/ruby/pull/36shyouhei2011-07-261-1/+1
* * array.c (rb_ary_delete_at_m): use simple array literal in rdoc.naruse2011-07-211-1/+1
* * array.c (ary_reject_bang): should not remove elements which arenobu2011-07-031-21/+13
* * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu2011-07-011-20/+49
* * cont.c (cont_capture): add volatile.naruse2011-06-221-1/+2
* * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr2011-06-181-0/+1
* * array.c (rb_ary_drop): Improve documentation. Patch by Caley Woods.drbrain2011-06-161-2/+2
* * array.c (rb_ary_sort_bang): fix rdoc.naruse2011-04-221-2/+2
* * array.c (ary_join_1): fix array size.akr2011-02-151-1/+1
* * array.c (array_join): copy the encoding of the first element asnaruse2011-02-151-4/+16
* * array.c (inspect_ary): don't taint the inspected result of anaruse2011-02-151-1/+1
* * array.c: documentation clarification in rotate, rotate!,kosaki2011-02-091-8/+8
* Additional fix for r30736naruse2011-01-301-0/+1
* * array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) beforenaruse2011-01-301-1/+4
* * array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse2011-01-291-1/+1
* * array.c (rb_ary_times): less MEMCPY calls.akr2011-01-171-3/+10
* fix typoskazu2011-01-111-2/+2
* * array.c (rb_ary_resize): should care of embeded array when extendingusa2011-01-111-1/+2
* * array.c (rb_ary_modify): export.nobu2011-01-051-1/+1
* * array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu2011-01-051-0/+45