aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* fix typos.akr2007-12-311-2/+2
* * array.c (tmpbuf): use rb_str_tmp_new().nobu2007-12-261-8/+2
* * include/ruby/intern.h, random.c, array.c:akr2007-12-241-2/+2
* * array.c (rb_ary_at): updated documentation. a patch from Tadashimatz2007-12-231-2/+0
* * array.c (rb_ary_permutation): add volatile to avoid GC problem.ko12007-12-221-2/+2
* * array.c (rb_ary_slice_bang): If an invalid range is given, doknu2007-12-101-2/+12
* * array.c (rb_ary_slice_bang): should return nil if position outmatz2007-12-101-0/+1
* * array.c (flatten): some performance improvements, based on a patchnobu2007-12-071-48/+59
* * insns.def (concatarray, splatarray): use to_a instead ofmatz2007-12-011-1/+0
* * array.c (rb_ary_permutation): add gc guard codes.ko12007-11-211-2/+4
* * array.c (rb_ary_permutation): gives all permutations of elementsmatz2007-11-191-5/+11
* * array.c (rb_ary_product): core dumped with non array arguments.matz2007-11-061-1/+1
* * array.c (rb_ary_each_index): should return meaningful value.matz2007-11-061-0/+1
* array.c: raise IndexError for negative length in rb_ary_filldavidflanagan2007-10-261-0/+1
* * array.c (rb_ary_assoc): check and convert inner arrays (assocs)matz2007-10-251-3/+2
* * range.c (range_first): takes first n element if argument ismatz2007-10-181-2/+2
* * array.c (rb_ary_combination): fixed memory corruption due to toomatz2007-10-121-2/+2
* * array.c (rb_ary_permutation): use frozen shared hidden array.nobu2007-10-091-4/+3
* * array.c (rb_ary_permutation, rb_ary_combination): missing typenobu2007-10-091-19/+19
* * array.c: remove to_a completely.matz2007-10-091-19/+17
* * array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product):nobu2007-10-091-1/+11
* * array.c (rb_ary_permutation, rb_ary_product): support non C99usa2007-10-041-3/+4
* * array.c (rb_ary_permutation): remove C99 dependency.matz2007-10-041-5/+8
* * array.c (rb_ary_product): generalized product, now takesmatz2007-10-021-14/+58
* * array.c (rb_ary_permutation): small dirty hack by Matz to avoidmatz2007-10-011-2/+5
* * array.c (rb_ary_permutation): implementation contributed frommatz2007-10-011-24/+88
* * array.c (rb_ary_combination): revisit #combination behavior.matz2007-10-011-5/+3
* * array.c (rb_ary_combination): new method to give all combinationmatz2007-09-291-0/+140
* * array.c (rb_ary_equal): should handle recursive array.matz2007-09-241-7/+14
* * array.c (rb_ary_cycle): avoid infinite loop for empty array.matz2007-09-101-1/+1
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-061-1/+1
* * array.c (rb_ary_subseq): need integer overflow check.matz2007-09-051-5/+6
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-291-6/+9
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * array.c (rb_ary_s_try_convert): more document description.matz2007-08-251-1/+10
* * array.c (rb_ary_s_try_convert): a new class method to convertmatz2007-08-241-0/+18
* * io.c (rb_io_s_foreach): argument count check before makingmatz2007-08-201-1/+1
* * enum.c (enum_zip): zip no longer converts arguments intomatz2007-08-061-60/+0
* * enum.c (enum_cycle): new method to cycle enumerable forever.matz2007-08-061-0/+26
* * array.c (rb_ary_flatten_bang): check argument if validnobu2007-07-131-2/+1
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-9/+0
* * hash.c (rb_hash_assoc): new method.matz2007-06-221-2/+2
* * include/ruby: moved public headers.nobu2007-06-101-3/+3
* * array.c (rb_ary_zip): a.zip(b,c) should return an array, notmatz2007-05-131-9/+9
* * array.c (rb_ary_choice): should return nil when the array ismatz2007-05-131-2/+4
* * array.c (rb_ary_choice): fixed mistake from RDoc.matz2007-05-011-1/+1
* * array.c (rb_ary_choice): a new method to choose an elementmatz2007-05-011-1/+20
* * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu2007-02-281-1/+0
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-8/+1