summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
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
2005-07-05* array.c (sort_2): get rid of yet another bcc's bug.nobu
2005-06-08* array.c (rb_ary_nitems): add the block feature to Array#nitems.matz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-11-18* process.c (proc_getpgrp): prohibit for $SAFE=2.matz
2004-11-15* array.c (rb_ary_update): pedantic check to detectmatz
2004-11-11* dir.c (rb_glob): should have called rb_glob_caller().matz
2004-11-03* array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz
2004-10-31* io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]matz
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-10-19* array.c (rb_ary_times): Array#* should return an instance ofmatz
2004-10-07fix typo in document.akr
2004-10-05* io.c (rb_fopen): mode string copy at the lowest level.matz
2004-09-29* array.c (rb_ary_delete): comparison may change the capacity.matz
2004-09-24* parse.y (rb_parser_append_print): should handle prelude.matz