| Commit message (Expand) | Author | Age | Files | Lines |
* | * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor... | marcandre | 2009-09-15 | 1 | -6/+8 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -1/+2 |
* | * array.c (permute0): use chars for boolean array. | nobu | 2009-08-03 | 1 | -4/+4 |
* | * array.c (rb_ary_{permutation,combination}): disallow reentrance | nobu | 2009-08-03 | 1 | -8/+16 |
* | * array.c (rb_ary_{permutation,combination,product}): must not use | nobu | 2009-08-03 | 1 | -5/+5 |
* | * array.c (rb_ary_combination, rb_ary_product): prevent from GC. | nobu | 2009-08-02 | 1 | -2/+6 |
* | * array.c: suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -8/+8 |
* | * array.c (recursive_hash): reject recursive key. | akr | 2009-07-17 | 1 | -1/+1 |
* | * array.c (recursive_join): raise ArgumentError for joining | matz | 2009-07-17 | 1 | -3/+2 |
* | * array.c (rb_ary_sample): RDoc update. a patch from Florian | matz | 2009-07-16 | 1 | -3/+5 |
* | * array.c (ary_join_1): should recurse for element array. | nobu | 2009-07-10 | 1 | -0/+1 |
* | * array.c (recursive_join): use obj to tell if recursion occurs. | nobu | 2009-07-10 | 1 | -5/+6 |
* | * enum.c (enum_join): add Enumerable#join. | matz | 2009-07-03 | 1 | -32/+91 |
* | * array.c (rb_ary_memsize): added. | ko1 | 2009-06-16 | 1 | -0/+11 |
* | * thread.c (rb_exec_recursive_paired): new function for proper | nobu | 2009-05-24 | 1 | -6/+6 |
* | * array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unless | matz | 2009-05-21 | 1 | -3/+9 |
* | * array.c (rb_ary_shift, rb_ary_shift_m): clears unused elements. | nobu | 2009-05-15 | 1 | -0/+6 |
* | rename argument name. | akr | 2009-05-09 | 1 | -10/+10 |
* | * array.c (rb_ary_flatten_bang): clears temporary array. | nobu | 2009-05-08 | 1 | -2/+15 |
* | * array.c (rb_ary_flatten_bang): returns nil if nothing changed. | nobu | 2009-05-07 | 1 | -1/+1 |
* | * array.c (rb_ary_sample): negative sample number is invalid. | nobu | 2009-05-07 | 1 | -0/+1 |
* | * array.c (Init_Array): made #to_s an alias to #inspect to reduce | nobu | 2009-05-02 | 1 | -1/+1 |
* | * array.c: fixed types. | nobu | 2009-05-02 | 1 | -4/+4 |
* | * array.c (rb_ary_push): bypass rb_ary_store(). | matz | 2009-04-20 | 1 | -1/+8 |
* | * array.c (rb_ary_flatten): flatten(0) works as Array#dup. | mame | 2009-04-15 | 1 | -1/+7 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -3/+3 |
* | * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, | nobu | 2009-03-10 | 1 | -9/+9 |
* | * array.c (rb_ary_fill): doc for Array#fill misses indication | matz | 2009-03-06 | 1 | -0/+1 |
* | * array.c (rb_ary_index, rb_ary_rindex): Emit a warning that a | knu | 2009-02-24 | 1 | -0/+4 |
* | * array.c (rb_ary_index, rb_ary_rindex): We know that argc is not | knu | 2009-02-23 | 1 | -4/+4 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -190/+190 |
* | * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): new | nobu | 2009-02-18 | 1 | -0/+6 |
* | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 1 | -3/+3 |
* | * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result of | nobu | 2009-02-14 | 1 | -17/+74 |
* | * array.c (ary_resize_capa): should not overwrite outside embedded | nobu | 2009-02-14 | 1 | -1/+2 |
* | * array.c (ary_make_shared): returns shared root array itself, and | nobu | 2009-02-11 | 1 | -3/+15 |
* | * array.c (rb_ary_uniq): gets rid of copying. | nobu | 2009-02-05 | 1 | -6/+16 |
* | * array.c (ary_add_hash): split from ary_make_hash(). | nobu | 2009-02-05 | 1 | -14/+30 |
* | * array.c (ary_make_hash): hide a Hash used internally. | nobu | 2009-02-05 | 1 | -0/+1 |
* | * NEWS: add Array#sort_by!. | kazu | 2009-02-03 | 1 | -2/+2 |
* | * array.c (rb_ary_sort_by_bang): RDoc update. [ruby-core:21742] | matz | 2009-02-02 | 1 | -1/+1 |
* | * array.c (rb_ary_sort_by_bang): new method. requested in | matz | 2009-02-02 | 1 | -0/+28 |
* | * array.c (rb_ary_aset): fixed arguments evaluation order. | nobu | 2009-01-26 | 1 | -1/+3 |
* | * array.c (ary_double_capa): a new function to expand array more | matz | 2009-01-21 | 1 | -13/+19 |
* | * array.c (take_items): to_ary() raises ArgumentError if cannot to | usa | 2009-01-21 | 1 | -1/+1 |
* | * array.c (take_items), enum.c (enum_zip): tries to convert to | nobu | 2009-01-19 | 1 | -1/+3 |
* | * array.c (rb_ary_push_m): add modification check before actual | matz | 2008-12-17 | 1 | -0/+1 |
* | * array.c (rb_ary_pop_m): use enum ary_take_pos_flags. | matz | 2008-12-17 | 1 | -1/+1 |
* | * array.c (rb_ary_times): taint (and untrust) status should be | matz | 2008-11-25 | 1 | -1/+5 |
* | merges r20050 from ruby_1_9_1 into trunk. | yugui | 2008-11-08 | 1 | -6/+8 |