aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (parser_initialize): set default encoding. [ruby-dev:31787]nobu2007-09-153-8/+18
* * encoding.c (rb_enc_associate_index, rb_enc_get_index): check ifnobu2007-09-153-1/+51
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-1519-18/+296
* * ext/win32ole/win32ole.c (fev_unadvise): no needs to resetsuke2007-09-142-5/+8
* * test/ruby/test_io.rb: tests which cause SEGV should not beko12007-09-143-1/+22
* * insnhelper.ci (vm_expandarray): assignment should be placedko12007-09-142-1/+8
* * bootstraptest/runner.rb: add a stress test (-s).ko12007-09-142-0/+8
* * vm.h, eval_intern.h: move some macros to eval_intern.h.ko12007-09-145-19/+20
* * insnhelper.ci (vm_expandarray): should be volatile value for GC.ko12007-09-143-3/+8
* * compile.c (iseq_compile_each): inline cache entries are overwrittennobu2007-09-132-8/+9
* * parse.y (brace_block): should use compstmt. patch submitted bynobu2007-09-132-1/+6
* * ChangeLog: fixed typo.nobu2007-09-131-1/+1
* * parse.y (rb_id2str): fixed typo.nobu2007-09-133-5/+8
* * ruby.c (proc_options): -W should be allowed in RUBYOPTmatz2007-09-122-1/+6
* * io.c (rb_io_s_sysopen): should not use alloca for unknowen sizenobu2007-09-125-19/+24
* forgot to follow RHash change.akr2007-09-111-2/+2
* * lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify aknu2007-09-112-4/+27
* * lib/shellwords.rb: Add shellescape() and shelljoin().knu2007-09-112-18/+141
* * range.c (range_dumper): make uninitialized range dumpable.akr2007-09-103-3/+13
* * range.c: represent initialized state using EXCL instead of FL_USER3.akr2007-09-103-6/+10
* * array.c (rb_ary_cycle): avoid infinite loop for empty array.matz2007-09-102-1/+6
* * marshal.c (r_object0): struct allocation first to check if amatz2007-09-092-5/+10
* * range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz2007-09-093-4/+11
* * lib/date/format.rb (_strptime): now also attaches an elementtadf2007-09-092-2/+12
* * marshal.c (r_object0): check T_STRUCT type for structs.akr2007-09-082-0/+7
* values doesn't needs to be volatile since it is passed to rb_struct_initialize.akr2007-09-081-1/+1
* * marshal.c (r_object0): don't call user-defined initialize forakr2007-09-084-2/+12
* abolish warnings.akr2007-09-081-3/+3
* add test for [ruby-dev:31650] and [ruby-dev:31659].akr2007-09-081-0/+18
* * eval_method.ci (rb_get_alloc_func): new function to get allocationakr2007-09-086-52/+279
* ChangeLog: conflict resolutionmatz2007-09-081-8/+5
* * struct.c (rb_struct_s_members): check if __members__ is anmatz2007-09-082-0/+11
* * lib/date/format.rb (str[fp]time): now check specifications moretadf2007-09-083-44/+56
* add test for [ruby-dev:31759].akr2007-09-071-4/+12
* * test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throwmatz2007-09-072-1/+6
* * struct.c (rb_struct_s_members): should raise TypeError insteadmatz2007-09-073-4/+8
* * 2007-09-08usa2007-09-071-3/+3
* * regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should takeusa2007-09-073-2/+7
* * common.mk: fix typo.ko12007-09-062-1/+5
* * ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix.matz2007-09-063-3/+8
* * io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix.matz2007-09-063-4/+8
* * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy ofmatz2007-09-062-4/+16
* add ChangeLog entriesmatz2007-09-061-0/+10
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-0619-133/+146
* * string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu2007-09-064-30/+109
* * array.c (rb_ary_subseq): need integer overflow check.matz2007-09-052-5/+13
* * string.c (rb_str_splice): integer overflow for length.matz2007-09-053-4/+9
* * ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke2007-09-044-9/+90
* * common.mk (vm.o): depends on st.h too.nobu2007-09-033-4/+8
* * include/ruby/st.h (struct st_table): make num_entries bitfieldakr2007-09-022-2/+7