summaryrefslogtreecommitdiff
path: root/sample/rss
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-09-25 18:05:55 +0900
committerKoichi Sasada <ko1@atdot.net>2020-09-25 22:16:55 +0900
commit0096d2b895395df5ab8696d3b6d444dc1b7730b6 (patch)
tree21aa9c7e0eab7304433d05b6bce6f5b26f5e1d95 /sample/rss
parentf4328d7f5d035b5a292d00ad21e79818b9220d8b (diff)
freeze all Range objects.v3_0_0_preview1
Matz want to try to freeze all Range objects. [Feature #15504]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3583
Diffstat (limited to 'sample/rss')
0 files changed, 0 insertions, 0 deletions
title='2005-09-09 07:35:31 +0000'>2005-09-09* string.c (rb_str_times): make empty strings to keep taintness,nobu 2005-04-20fixed error on rdoc generationocean 2005-03-07* string.c (rb_str_cmp_m): should not return false but nil.matz 2005-02-12* ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check.matz 2005-01-20* string.c (rb_str_new4): should propagate taintedness.matz 2004-12-29* string.c (rb_str_justify): [ruby-dev:25367]matz 2004-12-28* string.c (rb_str_justify): create buffer string after argument typenobu 2004-12-09* string.c (rb_str_inspect): escape # which starts an expressionnobu 2004-11-29* object.c (convert_type): [ruby-core:03845]matz 2004-11-25* io.c (read_all): [ruby-dev:24955]matz 2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz 2004-11-20* string.c (rb_str_splice, rb_str_upcase_bang): cleanups.eban 2004-11-20* test/ruby/test_stringchar.rb (test_bang): added.eban 2004-11-18* process.c (proc_getpgrp): prohibit for $SAFE=2.matz 2004-11-16* numeric.c (flo_divmod): protect float values from GC bymatz 2004-11-05* string.c (rb_str_locktmp): check STR_TMPLOCK flag beforematz 2004-11-04* gc.c (gc_mark): enable GC stack checking.matz 2004-10-30* string.c (rb_str_locktmp): lock string temporarily.matz 2004-10-27* string.c (str_gsub): use STR_NOCAPA.nobu 2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz 2004-10-27* string.c (str_gsub): use a string object for exception safeness.nobu 2004-10-21* string.c (rb_str_include): should not treat char as negative value.nobu 2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz 2004-10-19* io.c (read_all): block string buffer modification duringmatz 2004-10-18* indent and tabifynobu 2004-10-18* string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu 2004-10-06* io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz 2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz 2004-09-18* array.c (rb_ary_equal): element size might change duringmatz 2004-08-17* io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz 2004-07-24* range.c (rb_range_beg_len): returns Qnil only when "beg" pointsmatz 2004-07-07* string.c (rb_str_match): raise TypeError when both arguments areusa 2004-06-05* string.c (str_new4): should share shared instance if it alreadymatz