summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2014-04-11* array.c (ARY_SET): added.ko1
2014-04-11* array.c: make shared arrays WB-protected objects.ko1
2014-04-11array.c: maybe shared arraynobu
2014-04-10* array.c (rb_ary_modify): remember shared array owner if a sharedko1
2014-03-14[DOC] add links to `Object#hash`nobu
2014-02-06array.c: comment why rb_ary_modify is needed twicenobu
2014-01-09* array.c: rdoc clarification for <=>marcandre
2014-01-06array.c: return first unique element in Array#uniqtmm1
2014-01-01* array.c (rb_ary_zip): use ALLOCV_N() instead of ALLOCA_N().glass
2013-12-23* array.c: Have to_h raise on elements that are not key-value pairs [#9239]marcandre
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-13* array.c: fix comment to remove the word "shady".ko1
2013-12-11* array.c: More doc examples for Array#{map|collect}{!} using both formsmarcandre
2013-12-10array.c, hash.c: add saltnobu
2013-12-08array.c: id_randomnobu
2013-12-08* array.c (rb_ary_shuffle_bang, rb_ary_sample): rename local variables.ktsj
2013-12-08* array.c (rb_ary_shuffle_bang, rb_ary_sample): checkktsj
2013-12-08* array.c (rb_ary_or): use RHASH_TBL_RAW instead of RHASH_TBLcharliesome
2013-12-05array.c: prefer lhs elementsnobu
2013-12-03hash.c: detect recursion for allnobu
2013-12-03* array.c (rb_ary_uniq_bang): remove duplicate code.glass
2013-12-03* array.c (ary_add_hash): set and return values because string keysglass
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-11-29array.c, enum.c, range.c: rb_block_call_func compatiblenobu
2013-11-29ruby/ruby.h: add blockarg to rb_block_call_funcnobu
2013-11-26should not ignore the rest of recursive constructsnobu
2013-11-25* internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()ko1
2013-11-07* array.c: [DOC] Add note about negative indices in Array overviewzzak
2013-11-07* array.c (rb_ary_shuffle_bang): use RARRAY_PTR_USE() without WBglass
2013-11-07* array.c (rb_ary_sample): use rb_ary_dup().glass
2013-11-06* array.c (rb_ary_shift_m): use RARRAY_PTR_USE() without WB becauseglass
2013-11-06* array.c (rb_ary_reverse): use RARRAY_PTR_USE().glass
2013-11-06* array.c (rb_ary_sample): use RARRAY_AREF() and RARRAY_PTR_USE()glass
2013-11-06* array.c (rb_ary_and): defer hash creation and some refactoring.glass
2013-10-30* array.c (rb_ary_uniq_bang): use rb_ary_modify_check() instead ofglass
2013-10-29* array.c (rb_ary_zip): some refactoring.glass
2013-10-29* array.c (rb_ary_uniq_bang): use st_foreach() instead of for loop.glass
2013-10-23* array.c: Add Array#to_h [Feature #7292]marcandre
2013-10-17* gc.c, internal.h: rename ruby_xsizefree/realloc toko1
2013-10-17* array.c, string.c: use ruby_xsizedfree() and ruby_xsizedrealloc().ko1
2013-10-15array.c: reduce RARRAY_LEN and ARY_CAPAnobu
2013-10-10* array.c (rb_ary_or): remove unused variables.glass
2013-10-10* array.c (rb_ary_or): use rb_hash_keys().glass
2013-10-10* array.c (rb_ary_compact_bang): use ary_resize_smaller().glass
2013-10-08array.c: use rb_hash_valuesnobu
2013-10-08array.c: set classnobu
2013-10-08array.c: remove unused variablesnobu
2013-10-08* array.c (rb_ary_uniq): use rb_hash_keys().glass
2013-09-29array.c: minor performance improvementnobu
2013-09-25* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko1