summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-15* lib/rss.rb, lib/rss/, test/rss/:kou
2007-09-14* ext/win32ole/win32ole.c (fev_unadvise): no needs to resetsuke
2007-09-14* test/ruby/test_io.rb: tests which cause SEGV should not beko1
2007-09-14* insnhelper.ci (vm_expandarray): assignment should be placedko1
2007-09-14* bootstraptest/runner.rb: add a stress test (-s).ko1
2007-09-14* vm.h, eval_intern.h: move some macros to eval_intern.h.ko1
2007-09-14* insnhelper.ci (vm_expandarray): should be volatile value for GC.ko1
2007-09-13* compile.c (iseq_compile_each): inline cache entries are overwrittennobu
2007-09-13* parse.y (brace_block): should use compstmt. patch submitted bynobu
2007-09-13* ChangeLog: fixed typo.nobu
2007-09-13* parse.y (rb_id2str): fixed typo.nobu
2007-09-12* ruby.c (proc_options): -W should be allowed in RUBYOPTmatz
2007-09-12* io.c (rb_io_s_sysopen): should not use alloca for unknowen sizenobu
2007-09-11forgot to follow RHash change.akr
2007-09-11* lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify aknu
2007-09-11* lib/shellwords.rb: Add shellescape() and shelljoin().knu
2007-09-10* range.c (range_dumper): make uninitialized range dumpable.akr
2007-09-10* range.c: represent initialized state using EXCL instead of FL_USER3.akr
2007-09-10* array.c (rb_ary_cycle): avoid infinite loop for empty array.matz
2007-09-09* marshal.c (r_object0): struct allocation first to check if amatz
2007-09-09* range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz
2007-09-09 * lib/date/format.rb (_strptime): now also attaches an elementtadf
2007-09-08* marshal.c (r_object0): check T_STRUCT type for structs.akr
2007-09-08values doesn't needs to be volatile since it is passed to rb_struct_initialize.akr
2007-09-08* marshal.c (r_object0): don't call user-defined initialize forakr
2007-09-08abolish warnings.akr
2007-09-08add test for [ruby-dev:31650] and [ruby-dev:31659].akr
2007-09-08* eval_method.ci (rb_get_alloc_func): new function to get allocationakr
2007-09-08ChangeLog: conflict resolutionmatz
2007-09-08* struct.c (rb_struct_s_members): check if __members__ is anmatz
2007-09-08 * lib/date/format.rb (str[fp]time): now check specifications moretadf
2007-09-07add test for [ruby-dev:31759].akr
2007-09-07* test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throwmatz
2007-09-07* struct.c (rb_struct_s_members): should raise TypeError insteadmatz
2007-09-07* 2007-09-08usa
2007-09-07* regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should takeusa
2007-09-06* common.mk: fix typo.ko1
2007-09-06* ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix.matz
2007-09-06* io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix.matz
2007-09-06* lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy ofmatz
2007-09-06add ChangeLog entriesmatz
2007-09-06* array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz
2007-09-06* string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu
2007-09-05* array.c (rb_ary_subseq): need integer overflow check.matz
2007-09-05* string.c (rb_str_splice): integer overflow for length.matz
2007-09-04* ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke
2007-09-03* common.mk (vm.o): depends on st.h too.nobu
2007-09-02* include/ruby/st.h (struct st_table): make num_entries bitfieldakr
2007-09-02add a test for [ruby-dev:31709].akr
2007-09-01ChangeLog: typo fixedmatz