index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
array.c
Age
Commit message (
Expand
)
Author
2014-07-18
array.c: array may be modified in the block
nobu
2014-07-18
optimized any? methods
nobu
2014-07-11
* array.c: Clarify documentation for Array#insert.
hsbt
2014-06-18
constify parameters
nobu
2014-06-14
array.c: non-recursive rcombinate0
nobu
2014-06-14
array.c: non-recursive rpermute0
nobu
2014-06-14
array.c: non-recursive permute0
nobu
2014-06-14
array.c: combinate0
nobu
2014-06-13
array.c: combination on a shared copy
nobu
2014-06-13
array.c: yield_indexed_values
nobu
2014-06-13
array.c: fix array size
nobu
2014-05-24
* array.c: [DOC] Clarify default argument for Array.new.
zzak
2014-05-24
* array.c: [DOC] Add more documents to shuffle! and shuffle.
hsbt
2014-05-20
use predefined IDs
nobu
2014-04-11
* array.c (ARY_SET): added.
ko1
2014-04-11
* array.c: make shared arrays WB-protected objects.
ko1
2014-04-11
array.c: maybe shared array
nobu
2014-04-10
* array.c (rb_ary_modify): remember shared array owner if a shared
ko1
2014-03-14
[DOC] add links to `Object#hash`
nobu
2014-02-06
array.c: comment why rb_ary_modify is needed twice
nobu
2014-01-09
* array.c: rdoc clarification for <=>
marcandre
2014-01-06
array.c: return first unique element in Array#uniq
tmm1
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 into
ko1
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 forms
marcandre
2013-12-10
array.c, hash.c: add salt
nobu
2013-12-08
array.c: id_random
nobu
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): check
ktsj
2013-12-08
* array.c (rb_ary_or): use RHASH_TBL_RAW instead of RHASH_TBL
charliesome
2013-12-05
array.c: prefer lhs elements
nobu
2013-12-03
hash.c: detect recursion for all
nobu
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 keys
glass
2013-11-29
ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
nobu
2013-11-29
array.c, enum.c, range.c: rb_block_call_func compatible
nobu
2013-11-29
ruby/ruby.h: add blockarg to rb_block_call_func
nobu
2013-11-26
should not ignore the rest of recursive constructs
nobu
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 overview
zzak
2013-11-07
* array.c (rb_ary_shuffle_bang): use RARRAY_PTR_USE() without WB
glass
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 because
glass
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 of
glass
2013-10-29
* array.c (rb_ary_zip): some refactoring.
glass
[next]