summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2007-06-22* hash.c (rb_hash_assoc): new method.matz
2007-06-10* include/ruby: moved public headers.nobu
2007-05-13* array.c (rb_ary_zip): a.zip(b,c) should return an array, notmatz
2007-05-13* array.c (rb_ary_choice): should return nil when the array ismatz
2007-05-01* array.c (rb_ary_choice): fixed mistake from RDoc.matz
2007-05-01* array.c (rb_ary_choice): a new method to choose an elementmatz
2007-02-28* Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu
2007-02-07* this commit is a result of refactoring. only renaming functions,ko1
2007-01-09* array.c (rb_ary_replace): use ptr and len of orig instead ofnobu
2006-12-31 * Merge YARVko1
2006-12-31Fix Array#reject, was working like Array#reject\!drbrain
2006-12-29* array.c (ary_iter_check): should check modification (sizematz
2006-11-02* array.c: revert lfree shift/unshift boost patch to avoid unknownmatz
2006-11-01* ruby.h (struct RArray): revert embedding ptr in RVALUE.matz
2006-10-31* array.c (ary_shared_first): should address offset aftermatz
2006-10-18* array.c (rb_ary_shift): shorten copy size. fixed: [ruby-list:42907]nobu
2006-10-18* array.c (ary_shared_array): should set NOEMBED flag for a copiedmatz
2006-10-16* array.c (rb_ary_unshift_m): a bug in lfree shift lengthmatz
2006-10-11* array.c: revert modify check during iteration.matz
2006-10-11* array.c (rb_ary_replace): should shift lfree pointer beforematz
2006-10-11* array.c (each_internal): patch miss.matz
2006-10-11* array.c (rb_ary_each): prohibit array modification during eachmatz
2006-10-11* ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines nomatz
2006-10-02* eval.c (splat_value): use "to_splat" instead of "to_ary" tomatz
2006-09-26* array.c (rb_ary_shift): shift/unshift performance boost patch,matz
2006-09-25* array.c (rb_ary_shift): should not move memory region if arraymatz
2006-09-25array.c (rb_ary_shift): small bug fixmatz
2006-09-24* array.c (rb_ary_shift): should clear shifting top element.matz
2006-09-16* array.c (ary_shared_first): should create embedded copiesmatz
2006-09-07* array.c (Init_Array): #to_s to be an alias to #inspect.matz
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-09-01* string.c (rb_str_resize): should copy embedded string tomatz
2006-09-01* array.c (rb_ary_shuffle): RDoc fixed.eban
2006-08-31* array.c (rb_ary_shuffle_bang): new method.matz
2006-07-13* array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz
2006-06-24* eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoidakr
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-12-12* array.c (rb_ary_diff): fix a GC problem on IA64 withakr
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 middleocean
2005-11-15* array.c (rb_ary_fill): should adjust array length correctly whenmatz
2005-11-14* array.c (rb_ary_first): RDoc update from Daniel Bergermatz
2005-10-11* array.c, enum.c, eval.c, util.c: safer function pointer usage.nobu
2005-09-24banish some warnings.akr
2005-09-12* test/dbm/test_dbm.rb: remove locking test, which may not bematz
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-09-10* array.c: protoize.matz
2005-08-30* array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu
2005-08-10* bignum.c (rb_big_mul0): multiply two numbers (x, y) withoutmatz
2005-08-02* array.c (rb_ary_or): wraps the operand in an array if it is notmatz