Age | Commit 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 copied | matz |
2006-10-16 | * array.c (rb_ary_unshift_m): a bug in lfree shift length | matz |
2006-10-11 | * array.c: revert modify check during iteration. | matz |
2006-10-11 | * array.c (rb_ary_replace): should shift lfree pointer before | matz |
2006-10-11 | * array.c (each_internal): patch miss. | matz |
2006-10-11 | * array.c (rb_ary_each): prohibit array modification during each | matz |
2006-10-11 | * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines no | matz |
2006-10-02 | * eval.c (splat_value): use "to_splat" instead of "to_ary" to | matz |
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 array | matz |
2006-09-25 | array.c (rb_ary_shift): small bug fix | matz |
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 copies | matz |
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 to | matz |
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 patch | matz |
2006-06-24 | * eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoid | akr |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2005-12-12 | * array.c (rb_ary_diff): fix a GC problem on IA64 with | akr |
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 middle | ocean |
2005-11-15 | * array.c (rb_ary_fill): should adjust array length correctly when | matz |
2005-11-14 | * array.c (rb_ary_first): RDoc update from Daniel Berger | matz |
2005-10-11 | * array.c, enum.c, eval.c, util.c: safer function pointer usage. | nobu |
2005-09-24 | banish some warnings. | akr |
2005-09-12 | * test/dbm/test_dbm.rb: remove locking test, which may not be | matz |
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) without | matz |
2005-08-02 | * array.c (rb_ary_or): wraps the operand in an array if it is not | matz |
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() by | matz |
2004-11-18 | * process.c (proc_getpgrp): prohibit for $SAFE=2. | matz |
2004-11-15 | * array.c (rb_ary_update): pedantic check to detect | matz |
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 hash | matz |
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 of | matz |
2004-10-07 | fix 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 |