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
2013-10-17
* gc.c, internal.h: rename ruby_xsizefree/realloc to
ko1
2013-10-17
* array.c, string.c: use ruby_xsizedfree() and ruby_xsizedrealloc().
ko1
2013-10-15
array.c: reduce RARRAY_LEN and ARY_CAPA
nobu
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-08
array.c: use rb_hash_values
nobu
2013-10-08
array.c: set class
nobu
2013-10-08
array.c: remove unused variables
nobu
2013-10-08
* array.c (rb_ary_uniq): use rb_hash_keys().
glass
2013-09-29
array.c: minor performance improvement
nobu
2013-09-25
* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().
ko1
2013-08-27
array.c: optimized equality
nobu
2013-08-26
* remove trailing spaces.
nobu
2013-08-26
* array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB because
ko1
2013-08-26
* array.c (ary_ensure_room_for_push): fix typo in r42658.
kazu
2013-08-23
* array.c (ary_make_shared): shared ary as shady. Need more effort to
ko1
2013-08-23
* array.c: introduce ARY_SHARED_OCCUPIED(shared).
ko1
2013-08-04
* array.c (rb_ary_zip): performance implement by using
glass
2013-08-02
* array.c (rb_ary_zip): use rb_ary_new2() to create buffer
glass
2013-08-02
* array.c (rb_ary_zip): performance improvement by avoiding
glass
2013-07-26
* array.c (ary_memcpy): cast to int to suppress a warning.
ko1
2013-07-26
* array.c (ary_memcpy): try to enable optimization.
ko1
2013-07-24
* array.c, gc.c: move ary_unprotect_logging() into
ko1
2013-07-22
* array.c (ary_resize_capa): use RARRAY_RAWPTR() because
ko1
2013-07-22
* array.c (ary_memfill): added.
ko1
2013-07-20
* array.c (rb_ary_resize): use simple memcpy because there are no new
ko1
2013-07-20
* array.c (ary_make_shared): make shared array shady.
ko1
2013-07-19
* array.c: reduce shady operations.
ko1
2013-07-19
* array.c: reduce shade operations.
ko1
2013-07-19
* array.c (ary_mem_clear): added. This operation doesn't need WB
ko1
2013-07-19
* array.c: fix commit miss.
ko1
2013-07-19
* array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is no
ko1
2013-07-19
* array.c (ary_memcpy): add a function to copy VALUEs into ary
ko1
2013-07-19
* array.c (rb_ary_store): use RARRAY_PTR_USE() intead of RARRAY_PTR().
ko1
2013-07-19
* array.c (ary_ensure_room_for_push): use RARRAY_RAWPTR() instead of
ko1
2013-07-19
* array.c (ary_unprotect_logging): use (void *) for first parameter
ko1
2013-07-18
* array.c (rb_ary_eql): compare RARRAY_PTR() for performance
glass
2013-07-18
* array.c (rb_ary_equal): compare RARRAY_PTR() for performance
glass
2013-07-18
* array.c (rb_ary_fill): use memfill().
glass
2013-07-18
* array.c (rb_ary_count): check length to avoid SEGV
eregon
2013-07-18
* hash.c (rb_hash_flatten): performance improvement by not using
glass
2013-07-18
* array.c: add logging feature for RGenGC's write barrier unprotect
ko1
2013-07-18
* array.c (ary_alloc): slim setup process.
ko1
2013-07-16
array.c: fix typo
nobu
2013-07-11
* array.c: Replace confusing example for #reverse_each in overview
zzak
2013-06-26
intern.h: define rb_enumerator_size_func
nobu
2013-06-23
* array.c: Return value in Array overview example found by @PragTob
zzak
2013-06-23
* array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]
zzak
2013-06-21
* include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.
ko1
[next]