Age | Commit message (Expand) | Author |
2011-10-10 | * array.c (rb_ary_initialize): Improve explanation of Array.new | drbrain |
2011-10-10 | * array.c: Add a description to Array, minor cleanups. Patch by | drbrain |
2011-10-06 | * array.c: Use + for arguments described in documentation to allow | drbrain |
2011-10-03 | * array.c (rb_ary_initalize): Make Array.new description match | drbrain |
2011-10-03 | * array.c (rb_ary_initialize): Add output for examples. Patch by | drbrain |
2011-10-03 | * array.c (rb_ary_s_create): Add example results for Array::[]. Patch | drbrain |
2011-09-29 | * array.c (ary_join_1): should not copy the encoding of non-string | nobu |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-07-29 | * array.c (rb_ary_set_len): new function to set array length. | nobu |
2011-07-26 | * array.c: Fix typo. https://github.com/ruby/ruby/pull/36 | shyouhei |
2011-07-21 | * array.c (rb_ary_delete_at_m): use simple array literal in rdoc. | naruse |
2011-07-03 | * array.c (ary_reject_bang): should not remove elements which are | nobu |
2011-07-01 | * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejected | nobu |
2011-06-22 | * cont.c (cont_capture): add volatile. | naruse |
2011-06-18 | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr |
2011-06-16 | * array.c (rb_ary_drop): Improve documentation. Patch by Caley Woods. | drbrain |
2011-04-22 | * array.c (rb_ary_sort_bang): fix rdoc. | naruse |
2011-02-15 | * array.c (ary_join_1): fix array size. | akr |
2011-02-15 | * array.c (array_join): copy the encoding of the first element as | naruse |
2011-02-15 | * array.c (inspect_ary): don't taint the inspected result of a | naruse |
2011-02-09 | * array.c: documentation clarification in rotate, rotate!, | kosaki |
2011-01-30 | Additional fix for r30736 | naruse |
2011-01-30 | * array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) before | naruse |
2011-01-29 | * array.c (rb_ary_join): [].join.encoding must be US-ASCII. | naruse |
2011-01-17 | * array.c (rb_ary_times): less MEMCPY calls. | akr |
2011-01-11 | fix typos | kazu |
2011-01-11 | * array.c (rb_ary_resize): should care of embeded array when extending | usa |
2011-01-05 | * array.c (rb_ary_modify): export. | nobu |
2011-01-05 | * array.c (rb_ary_resize): new utility function. [ruby-dev:42912] | nobu |
2010-12-09 | * array.c (rb_ary_dup): should copy contents only. no instance | matz |
2010-12-01 | * array.c: parenthesize macro arguments. | akr |
2010-10-24 | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu |
2010-10-19 | Commit miss. | nobu |
2010-10-19 | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu |
2010-10-13 | * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy), | nobu |
2010-09-01 | * array.c (rb_ary_rotate_m): fix typo of rdoc. | naruse |
2010-08-27 | * array.c (rb_ary_sample): removed unused variable. | nobu |
2010-08-26 | * array.c (rb_ary_shuffle_bang): bail out from modification during | nobu |
2010-08-26 | * array.c (rb_ary_shuffle): rdoc fix. argument name was missing. | nobu |
2010-08-26 | * array.c (rb_ary_shuffle_bang): check number of argument. | nobu |
2010-08-25 | * array.c (rb_ary_{shuffle_bang,sample}): use Random class object. | nobu |
2010-08-25 | reverted to r29091; r29092 breaks test-all | shyouhei |
2010-08-25 | * array.c (rb_ary_{shuffle_bang,sample}): use Random class object. | nobu |
2010-08-25 | * array.c (rb_ary_sample): use frozen shared array to get rid of | nobu |
2010-08-23 | * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optional | nobu |
2010-08-21 | * array.c (RAND_UPTO): macro for random number. | nobu |
2010-08-19 | * array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c... | mrkn |
2010-08-18 | forget to commit. | mrkn |
2010-08-18 | * array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa... | mrkn |
2010-08-14 | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu |