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
2007-08-25
* encoding.c: provide basic features for M17N.
matz
2007-08-25
* array.c (rb_ary_s_try_convert): more document description.
matz
2007-08-24
* array.c (rb_ary_s_try_convert): a new class method to convert
matz
2007-08-20
* io.c (rb_io_s_foreach): argument count check before making
matz
2007-08-06
* enum.c (enum_zip): zip no longer converts arguments into
matz
2007-08-06
* enum.c (enum_cycle): new method to cycle enumerable forever.
matz
2007-07-13
* array.c (rb_ary_flatten_bang): check argument if valid
nobu
2007-07-12
* blockinlining.c: remove "yarv" prefix.
ko1
2007-06-22
* hash.c (rb_hash_assoc): new method.
matz
2007-06-10
* include/ruby: moved public headers.
nobu
2007-05-13
* array.c (rb_ary_zip): a.zip(b,c) should return an array, not
matz
2007-05-13
* array.c (rb_ary_choice): should return nil when the array is
matz
2007-05-01
* array.c (rb_ary_choice): fixed mistake from RDoc.
matz
2007-05-01
* array.c (rb_ary_choice): a new method to choose an element
matz
2007-02-28
* Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system
nobu
2007-02-07
* this commit is a result of refactoring. only renaming functions,
ko1
2007-01-09
* array.c (rb_ary_replace): use ptr and len of orig instead of
nobu
2006-12-31
* Merge YARV
ko1
2006-12-31
Fix Array#reject, was working like Array#reject\!
drbrain
2006-12-29
* array.c (ary_iter_check): should check modification (size
matz
2006-11-02
* array.c: revert lfree shift/unshift boost patch to avoid unknown
matz
2006-11-01
* ruby.h (struct RArray): revert embedding ptr in RVALUE.
matz
2006-10-31
* array.c (ary_shared_first): should address offset after
matz
2006-10-18
* array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907]
nobu
2006-10-18
* array.c (ary_shared_array): should set NOEMBED flag for a copied
matz
2006-10-16
* array.c (rb_ary_unshift_m): a bug in lfree shift length
matz
2006-10-11
* array.c: revert modify check during iteration.
matz
2006-10-11
* array.c (rb_ary_replace): should shift lfree pointer before
matz
2006-10-11
* array.c (each_internal): patch miss.
matz
2006-10-11
* array.c (rb_ary_each): prohibit array modification during each
matz
2006-10-11
* ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines no
matz
2006-10-02
* eval.c (splat_value): use "to_splat" instead of "to_ary" to
matz
2006-09-26
* array.c (rb_ary_shift): shift/unshift performance boost patch,
matz
2006-09-25
* array.c (rb_ary_shift): should not move memory region if array
matz
2006-09-25
array.c (rb_ary_shift): small bug fix
matz
2006-09-24
* array.c (rb_ary_shift): should clear shifting top element.
matz
2006-09-16
* array.c (ary_shared_first): should create embedded copies
matz
2006-09-07
* array.c (Init_Array): #to_s to be an alias to #inspect.
matz
2006-09-02
* ruby.h (struct RArray): embed small arrays.
matz
2006-09-01
* string.c (rb_str_resize): should copy embedded string to
matz
2006-09-01
* array.c (rb_ary_shuffle): RDoc fixed.
eban
2006-08-31
* array.c (rb_ary_shuffle_bang): new method.
matz
2006-07-13
* array.c (rb_ary_pop): may cause realloc oscillation. a patch
matz
2006-06-24
* eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoid
akr
2006-06-09
* sprintf.c (rb_str_format): allow %c to print one character
matz
2005-12-12
* array.c (rb_ary_diff): fix a GC problem on IA64 with
akr
2005-11-15
* array.c (rb_ary_fill): previous commit disabled this usage:
ocean
2005-11-15
* array.c (rb_ary_fill): tail elements were vanished when the middle
ocean
2005-11-15
* array.c (rb_ary_fill): should adjust array length correctly when
matz
2005-11-14
* array.c (rb_ary_first): RDoc update from Daniel Berger
matz
[next]