⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Backport22
All Projects
Ruby
»
Backport22
Overview
Activity
Repository
«
Previous
|
Next
»
Revision 37583
Added by
nobu (Nobuyoshi Nakada)
over 6 years
ago
array.c: use shared array in rb_ary_slice
array.c (rb_ary_splice): use shared array in rb_ary_slice. [Feature
#6638
]
use ary_ensure_room_for_push when rb_ary_slice used to add at the end of array, cause rb_ary_concat use rb_ary_slice.
Related issues
Feature #6638
: Array as queue
Loading...
array.c: use shared array in rb_ary_slice