aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8.knu2008-05-311-0/+1
* Merge from ruby_1_8.knu2008-05-291-4/+11
* Fix a typo.knu2008-05-291-1/+1
* * array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at theknu2008-05-281-0/+1
* Merge from ruby_1_8.knu2008-05-271-3/+4
* Merge from ruby_1_8.knu2008-05-241-3/+10
* Merge from ruby_1_8.knu2008-05-221-2/+6
* Merge from ruby_1_8.knu2008-05-221-0/+3
* Merge -r16241:16456 from ruby_1_8.knu2008-05-181-17/+44
* Merge from ruby_1_8.knu2008-04-251-1/+1
* Merge everything from ruby_1_8.knu2008-04-191-30/+81
* * array.c (rb_ary_take_while, rb_ary_drop_while): removed unusednobu2008-04-151-2/+0
* * array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optionalknu2008-04-141-66/+608
* * array.c (rb_ary_collect_bang, rb_ary_select): Return anknu2008-04-141-0/+2
* * enum.c (enum_count, enum_find_index): New methods:knu2008-04-141-0/+3
* * array.c (rb_ary_first, rb_ary_last): Return a shared array whenknu2008-04-101-65/+150
* Fix a typo.knu2008-04-091-1/+1
* * array.c (rb_ary_pop): Do not reallocate too often; backportedknu2008-04-091-1/+1
* Array#reject too.knu2008-04-091-0/+1
* * array.c (rb_ary_each, rb_ary_each_index, rb_ary_reverse_each,knu2008-04-091-1/+6
* * array.c (rb_ary_index, rb_ary_index): Array#index and #rindexknu2008-04-091-25/+55
* * array.c (rb_ary_nitems): Backport Array#nitems with a block;knu2008-04-071-6/+20
* * array.c (rb_ary_slice_bang): If an invalid negative index (<=knu2007-12-101-2/+13
* * array.c (rb_ary_assoc): check and convert inner arrays (assocs)matz2007-11-021-4/+3
* * array.c (rb_ary_subseq): need integer overflow check.matz2007-09-051-2/+2
* * array.c (rb_ary_fill): need integer overflow check.matz2007-09-051-0/+3
* * array.c (rb_ary_initialize): should call rb_ary_modify() first.matz2007-06-301-1/+1
* * array.c (rb_ary_first): add negative length check.matz2007-05-181-3/+8
* * array.c (rb_ary_first): call rb_ary_subseq() instead of pushingmatz2007-05-181-10/+3
* * array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907]nobu2006-10-181-1/+1
* * array.c (rb_ary_shift): should not move memory region if arraymatz2006-10-011-1/+1
* * array.c (rb_ary_shift): should clear shifting top element.matz2006-09-241-2/+10
* comment rb_ary_new4 behavior in Ruby 1.9.akr2006-06-241-0/+2
* * ext/syck/emitter.c (syck_scan_scalar): avoid accessingmatz2006-05-031-1/+1
* * array.c (rb_ary_fill): internalize local variable "beg" tomatz2006-04-261-1/+1
* * array.c: document fix - remove reference of obsoletedmatz2005-12-221-1/+1
* * array.c (rb_ary_diff): fix a GC problem on IA64 withakr2005-12-121-1/+2
* * array.c (rb_ary_fill): previous commit disabled this usage:ocean2005-11-151-6/+1
* * array.c (rb_ary_fill): tail elements were vanished when the middleocean2005-11-151-5/+7
* * array.c (rb_ary_fill): should adjust array length correctly whenmatz2005-11-151-4/+4
* * array.c (rb_ary_first): RDoc update from Daniel Bergermatz2005-11-141-5/+9
* * array.c (sort_2): get rid of yet another bcc's bug.nobu2005-07-051-2/+2
* * array.c (rb_ary_select): can remove argc check. [ruby-core:4911]ocean2005-05-131-7/+2
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-1/+1
* * array.c (rb_ary_s_create): no need for negative argc check.matz2005-02-231-6/+0
* * process.c (proc_getpgrp): prohibit for $SAFE=2.matz2004-11-181-15/+11
* * numeric.c (flo_divmod): protect float values from GC bymatz2004-11-161-1/+1
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-041-11/+11
* * string.c (rb_str_locktmp): lock string temporarily.matz2004-10-301-1/+1
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-11/+11