Age | Commit message (Expand) | Author |
2009-02-04 | merge revision(s) 20103: | shyouhei |
2008-07-01 | merge revision(s) 17756: | shyouhei |
2008-06-29 | * array.c (rb_ary_fill): (compatibility) do not raise | shyouhei |
2008-06-29 | merge revision(s) 17570: | shyouhei |
2008-06-20 | merge revision(s) 17470:17472: | shyouhei |
2008-06-19 | * array.c (ary_new, rb_ary_initialize, rb_ary_store, | shyouhei |
2008-05-31 | Merge from ruby_1_8. | knu |
2008-05-29 | Merge from ruby_1_8. | knu |
2008-05-29 | Fix a typo. | knu |
2008-05-28 | * array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at the | knu |
2008-05-27 | Merge from ruby_1_8. | knu |
2008-05-24 | Merge from ruby_1_8. | knu |
2008-05-22 | Merge from ruby_1_8. | knu |
2008-05-22 | Merge from ruby_1_8. | knu |
2008-05-18 | Merge -r16241:16456 from ruby_1_8. | knu |
2008-04-25 | Merge from ruby_1_8. | knu |
2008-04-19 | Merge everything from ruby_1_8. | knu |
2008-04-15 | * array.c (rb_ary_take_while, rb_ary_drop_while): removed unused | nobu |
2008-04-14 | * array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optional | knu |
2008-04-14 | * array.c (rb_ary_collect_bang, rb_ary_select): Return an | knu |
2008-04-14 | * enum.c (enum_count, enum_find_index): New methods: | knu |
2008-04-10 | * array.c (rb_ary_first, rb_ary_last): Return a shared array when | knu |
2008-04-09 | Fix a typo. | knu |
2008-04-09 | * array.c (rb_ary_pop): Do not reallocate too often; backported | knu |
2008-04-09 | Array#reject too. | knu |
2008-04-09 | * array.c (rb_ary_each, rb_ary_each_index, rb_ary_reverse_each, | knu |
2008-04-09 | * array.c (rb_ary_index, rb_ary_index): Array#index and #rindex | knu |
2008-04-07 | * array.c (rb_ary_nitems): Backport Array#nitems with a block; | knu |
2007-12-10 | * array.c (rb_ary_slice_bang): If an invalid negative index (<= | knu |
2007-11-02 | * array.c (rb_ary_assoc): check and convert inner arrays (assocs) | matz |
2007-09-05 | * array.c (rb_ary_subseq): need integer overflow check. | matz |
2007-09-05 | * array.c (rb_ary_fill): need integer overflow check. | matz |
2007-06-30 | * array.c (rb_ary_initialize): should call rb_ary_modify() first. | matz |
2007-05-18 | * array.c (rb_ary_first): add negative length check. | matz |
2007-05-18 | * array.c (rb_ary_first): call rb_ary_subseq() instead of pushing | matz |
2006-10-18 | * array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907] | nobu |
2006-10-01 | * array.c (rb_ary_shift): should not move memory region if array | matz |
2006-09-24 | * array.c (rb_ary_shift): should clear shifting top element. | matz |
2006-06-24 | comment rb_ary_new4 behavior in Ruby 1.9. | akr |
2006-05-03 | * ext/syck/emitter.c (syck_scan_scalar): avoid accessing | matz |
2006-04-26 | * array.c (rb_ary_fill): internalize local variable "beg" to | matz |
2005-12-22 | * array.c: document fix - remove reference of obsoleted | 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 |
2005-07-05 | * array.c (sort_2): get rid of yet another bcc's bug. | nobu |
2005-05-13 | * array.c (rb_ary_select): can remove argc check. [ruby-core:4911] | ocean |
2005-02-28 | * exception error messages updated. [ruby-core:04497] | matz |