aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c: [DOC] Add note about negative indices in Array overviewzzak2013-11-071-1/+3
* * array.c (rb_ary_shuffle_bang): use RARRAY_PTR_USE() without WBglass2013-11-071-15/+14
* * array.c (rb_ary_sample): use rb_ary_dup().glass2013-11-071-2/+1
* * array.c (rb_ary_shift_m): use RARRAY_PTR_USE() without WB becauseglass2013-11-061-1/+3
* * array.c (rb_ary_reverse): use RARRAY_PTR_USE().glass2013-11-061-5/+7
* * array.c (rb_ary_sample): use RARRAY_AREF() and RARRAY_PTR_USE()glass2013-11-061-37/+28
* * array.c (rb_ary_and): defer hash creation and some refactoring.glass2013-11-061-7/+7
* * array.c (rb_ary_uniq_bang): use rb_ary_modify_check() instead ofglass2013-10-301-2/+2
* * array.c (rb_ary_zip): some refactoring.glass2013-10-291-21/+28
* * array.c (rb_ary_uniq_bang): use st_foreach() instead of for loop.glass2013-10-291-11/+21
* * array.c: Add Array#to_h [Feature #7292]marcandre2013-10-231-0/+27
* * gc.c, internal.h: rename ruby_xsizefree/realloc toko12013-10-171-6/+6
* * array.c, string.c: use ruby_xsizedfree() and ruby_xsizedrealloc().ko12013-10-171-9/+12
* array.c: reduce RARRAY_LEN and ARY_CAPAnobu2013-10-151-37/+50
* * array.c (rb_ary_or): remove unused variables.glass2013-10-101-3/+1
* * array.c (rb_ary_or): use rb_hash_keys().glass2013-10-101-14/+1
* * array.c (rb_ary_compact_bang): use ary_resize_smaller().glass2013-10-101-4/+1
* array.c: use rb_hash_valuesnobu2013-10-081-2/+1
* array.c: set classnobu2013-10-081-0/+1
* array.c: remove unused variablesnobu2013-10-081-2/+1
* * array.c (rb_ary_uniq): use rb_hash_keys().glass2013-10-081-7/+1
* array.c: minor performance improvementnobu2013-09-291-7/+16
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-251-42/+42
* array.c: optimized equalitynobu2013-08-271-9/+33
* * remove trailing spaces.nobu2013-08-261-1/+1
* * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko12013-08-261-2/+3
* * array.c (ary_ensure_room_for_push): fix typo in r42658.kazu2013-08-261-1/+1
* * array.c (ary_make_shared): shared ary as shady. Need more effort toko12013-08-231-9/+11
* * array.c: introduce ARY_SHARED_OCCUPIED(shared).ko12013-08-231-5/+6
* * array.c (rb_ary_zip): performance implement by usingglass2013-08-041-5/+5
* * array.c (rb_ary_zip): use rb_ary_new2() to create bufferglass2013-08-021-5/+4
* * array.c (rb_ary_zip): performance improvement by avoidingglass2013-08-021-13/+29
* * array.c (ary_memcpy): cast to int to suppress a warning.ko12013-07-261-1/+1
* * array.c (ary_memcpy): try to enable optimization.ko12013-07-261-2/+1
* * array.c, gc.c: move ary_unprotect_logging() intoko12013-07-241-51/+0
* * array.c (ary_resize_capa): use RARRAY_RAWPTR() becauseko12013-07-221-2/+2
* * array.c (ary_memfill): added.ko12013-07-221-8/+12
* * array.c (rb_ary_resize): use simple memcpy because there are no newko12013-07-201-2/+1
* * array.c (ary_make_shared): make shared array shady.ko12013-07-201-2/+2
* * array.c: reduce shady operations.ko12013-07-191-22/+28
* * array.c: reduce shade operations.ko12013-07-191-21/+23
* * array.c (ary_mem_clear): added. This operation doesn't need WBko12013-07-191-15/+22
* * array.c: fix commit miss.ko12013-07-191-1/+1
* * array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is noko12013-07-191-6/+3
* * array.c (ary_memcpy): add a function to copy VALUEs into aryko12013-07-191-13/+47
* * array.c (rb_ary_store): use RARRAY_PTR_USE() intead of RARRAY_PTR().ko12013-07-191-1/+3
* * array.c (ary_ensure_room_for_push): use RARRAY_RAWPTR() instead ofko12013-07-191-7/+7
* * array.c (ary_unprotect_logging): use (void *) for first parameterko12013-07-191-5/+6
* * array.c (rb_ary_eql): compare RARRAY_PTR() for performanceglass2013-07-181-0/+1
* * array.c (rb_ary_equal): compare RARRAY_PTR() for performanceglass2013-07-181-0/+1