| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * array.c (rb_ary_compact_bang): avoid forceful realloc. | matz | 2008-05-21 | 1 | -3/+5 |
* | * array.c (rb_ary_sort_bang): should not free shared pointer, and set | nobu | 2008-05-17 | 1 | -1/+2 |
* | * array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726] | matz | 2008-05-16 | 1 | -5/+6 |
* | * array.c (rb_ary_count): Override Enumerable#count for better | knu | 2008-05-14 | 1 | -0/+44 |
* | * array.c (rb_ary_sort_bang): freeze temporary array. | nobu | 2008-05-08 | 1 | -0/+3 |
* | array.c: typo fixed; sorry! | matz | 2008-05-08 | 1 | -4/+4 |
* | * array.c (sort_reentered): reentered check may be called from | matz | 2008-05-08 | 1 | -2/+2 |
* | * array.c (sort_1, sort_2): check for reentered and if elements are | nobu | 2008-05-08 | 1 | -3/+7 |
* | * array.c (sort_1, sort_2): check reentered. [ruby-core:16679] | nobu | 2008-05-07 | 1 | -2/+12 |
* | * array.c (rb_ary_slice_bang): should adjust length before making | matz | 2008-05-05 | 1 | -0/+3 |
* | * array.c (rb_ary_dup): should dupe corresponding information. | matz | 2008-05-05 | 1 | -1/+1 |
* | * array.c (flatten): returns an instance of same class. | nobu | 2008-04-25 | 1 | -1/+1 |
* | * array.c (rb_ary_take_while, rb_ary_drop_while): removed unused | nobu | 2008-04-15 | 1 | -2/+0 |
* | * array.c (ary_new): new integer overflow check condition. | matz | 2008-04-14 | 1 | -2/+2 |
* | * enum.c (enum_cycle): Make Enumerable#cycle do a finite loop when | knu | 2008-04-13 | 1 | -9/+25 |
* | * enum.c (enum_find_index): Add support for find_index(obj); | knu | 2008-04-11 | 1 | -0/+3 |
* | Fix mistake in the previous commit. | knu | 2008-04-10 | 1 | -2/+2 |
* | * array.c (rb_ary_pop_m, rb_ary_shift_m): Update documents for | knu | 2008-04-10 | 1 | -9/+11 |
* | * array.c (ary_new): fix size check. [ruby-dev:34123] | mame | 2008-03-25 | 1 | -3/+11 |
* | * array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop, | mame | 2008-03-17 | 1 | -0/+95 |
* | * array.c (rb_ary_slice_bang): should not use rb_ary_subseq() | matz | 2008-03-13 | 1 | -1/+2 |
* | * array.c (rb_ary_combination): argument check before creating | matz | 2008-03-11 | 1 | -2/+2 |
* | fix doc. | akr | 2008-03-09 | 1 | -5/+7 |
* | fix rdoc. | akr | 2008-03-07 | 1 | -2/+1 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -16/+16 |
* | * array.c (combi_len, rb_ary_product): check for overflow. | nobu | 2008-02-26 | 1 | -2/+10 |
* | * array.c (recursive_cmp): compare minimal length parts. | nobu | 2008-02-26 | 1 | -1/+1 |
* | * array.c (rb_ary_eql, rb_ary_cmp): get rid of stack overflow with | nobu | 2008-02-26 | 1 | -19/+39 |
* | * array.c (rb_ary_unshift_m): expands enough for argc. [ruby-dev:33880] | nobu | 2008-02-21 | 1 | -4/+4 |
* | * string.c (rb_str_usascii_new{,2}: defined. | naruse | 2008-01-25 | 1 | -2/+2 |
* | * array.c (sort_1): remove ary_sort_check(). in-place sort keep | matz | 2008-01-24 | 1 | -43/+12 |
* | * array.c (collect_bang_i): use rb_ary_store() to avoid potential | matz | 2008-01-24 | 1 | -129/+50 |
* | * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace): | nobu | 2008-01-16 | 1 | -1/+0 |
* | * enum.c (enum_zip): honor length of the receiver, not the | matz | 2008-01-08 | 1 | -0/+79 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | fix typos. | akr | 2007-12-31 | 1 | -2/+2 |
* | * array.c (tmpbuf): use rb_str_tmp_new(). | nobu | 2007-12-26 | 1 | -8/+2 |
* | * include/ruby/intern.h, random.c, array.c: | akr | 2007-12-24 | 1 | -2/+2 |
* | * array.c (rb_ary_at): updated documentation. a patch from Tadashi | matz | 2007-12-23 | 1 | -2/+0 |
* | * array.c (rb_ary_permutation): add volatile to avoid GC problem. | ko1 | 2007-12-22 | 1 | -2/+2 |
* | * array.c (rb_ary_slice_bang): If an invalid range is given, do | knu | 2007-12-10 | 1 | -2/+12 |
* | * array.c (rb_ary_slice_bang): should return nil if position out | matz | 2007-12-10 | 1 | -0/+1 |
* | * array.c (flatten): some performance improvements, based on a patch | nobu | 2007-12-07 | 1 | -48/+59 |
* | * insns.def (concatarray, splatarray): use to_a instead of | matz | 2007-12-01 | 1 | -1/+0 |
* | * array.c (rb_ary_permutation): add gc guard codes. | ko1 | 2007-11-21 | 1 | -2/+4 |
* | * array.c (rb_ary_permutation): gives all permutations of elements | matz | 2007-11-19 | 1 | -5/+11 |
* | * array.c (rb_ary_product): core dumped with non array arguments. | matz | 2007-11-06 | 1 | -1/+1 |
* | * array.c (rb_ary_each_index): should return meaningful value. | matz | 2007-11-06 | 1 | -0/+1 |
* | array.c: raise IndexError for negative length in rb_ary_fill | davidflanagan | 2007-10-26 | 1 | -0/+1 |
* | * array.c (rb_ary_assoc): check and convert inner arrays (assocs) | matz | 2007-10-25 | 1 | -3/+2 |