aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval_method.ci (remove_method): check for undefined method.nobu2007-09-221-0/+5
* * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei2007-09-221-0/+5
* * lib/optparse.rb (OptionParser::List::summarize): use each_line ifnobu2007-09-211-0/+5
* * ext/stringio/stringio.c (strio_init): separate from strio_initializenobu2007-09-211-0/+5
* * gc.c (gc_mark_rest): copy just used part.nobu2007-09-211-0/+10
* * misc/ruby-style.el (ruby-style-label-indent): fix for function topnobu2007-09-201-0/+5
* * re.c (rb_reg_match_m): evaluate a block if match. it would makematz2007-09-201-0/+7
* * hash.c (hash_equal): should call rb_eql when argument eql is set.matz2007-09-201-0/+4
* * io.c (popen_exec), process.c (rb_spawn): stop other threads beforenobu2007-09-201-0/+5
* * lib/matrix.rb: fix a coerce bug of Vector. [ruby-core: 12190]keiju2007-09-181-0/+4
* * lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [...aamine2007-09-171-0/+5
* * parse.y (ripper): rename event: arglist_* -> args_*.aamine2007-09-171-0/+19
* * parse.y (struct parser_params): common members in the parser andnobu2007-09-151-0/+5
* * string.c (rb_str_rstrip_bang): fixed too much rstrip. [ruby-dev:31786]kou2007-09-151-0/+4
* * parse.y (parser_initialize): set default encoding. [ruby-dev:31787]nobu2007-09-151-0/+7
* * encoding.c (rb_enc_associate_index, rb_enc_get_index): check ifnobu2007-09-151-0/+7
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-151-0/+6
* * ext/win32ole/win32ole.c (fev_unadvise): no needs to resetsuke2007-09-141-0/+5
* * test/ruby/test_io.rb: tests which cause SEGV should not beko12007-09-141-0/+7
* * insnhelper.ci (vm_expandarray): assignment should be placedko12007-09-141-0/+5
* * bootstraptest/runner.rb: add a stress test (-s).ko12007-09-141-0/+4
* * vm.h, eval_intern.h: move some macros to eval_intern.h.ko12007-09-141-0/+8
* * insnhelper.ci (vm_expandarray): should be volatile value for GC.ko12007-09-141-0/+4
* * compile.c (iseq_compile_each): inline cache entries are overwrittennobu2007-09-131-0/+5
* * parse.y (brace_block): should use compstmt. patch submitted bynobu2007-09-131-0/+5
* * ChangeLog: fixed typo.nobu2007-09-131-1/+1
* * parse.y (rb_id2str): fixed typo.nobu2007-09-131-0/+4
* * ruby.c (proc_options): -W should be allowed in RUBYOPTmatz2007-09-121-0/+5
* * io.c (rb_io_s_sysopen): should not use alloca for unknowen sizenobu2007-09-121-0/+9
* * lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify aknu2007-09-111-0/+9
* * lib/shellwords.rb: Add shellescape() and shelljoin().knu2007-09-111-0/+14
* * range.c (range_dumper): make uninitialized range dumpable.akr2007-09-101-1/+4
* * range.c: represent initialized state using EXCL instead of FL_USER3.akr2007-09-101-0/+4
* * array.c (rb_ary_cycle): avoid infinite loop for empty array.matz2007-09-101-0/+5
* * marshal.c (r_object0): struct allocation first to check if amatz2007-09-091-0/+5
* * range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz2007-09-091-0/+4
* * lib/date/format.rb (_strptime): now also attaches an elementtadf2007-09-091-0/+5
* * marshal.c (r_object0): check T_STRUCT type for structs.akr2007-09-081-0/+4
* * marshal.c (r_object0): don't call user-defined initialize forakr2007-09-081-0/+9
* * eval_method.ci (rb_get_alloc_func): new function to get allocationakr2007-09-081-1/+29
* ChangeLog: conflict resolutionmatz2007-09-081-8/+5
* * struct.c (rb_struct_s_members): check if __members__ is anmatz2007-09-081-0/+8
* * lib/date/format.rb (str[fp]time): now check specifications moretadf2007-09-081-0/+5
* * test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throwmatz2007-09-071-0/+5
* * struct.c (rb_struct_s_members): should raise TypeError insteadmatz2007-09-071-0/+7
* * regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should takeusa2007-09-071-0/+5
* * common.mk: fix typo.ko12007-09-061-0/+4
* * ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix.matz2007-09-061-0/+4
* * io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix.matz2007-09-061-0/+4
* * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy ofmatz2007-09-061-0/+9