summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-09-23* lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo
2007-09-23* gc.c (os_obj_of, os_each_obj): hide objects to be finalized.nobu
2007-09-22* eval_method.ci (rb_attr): should not use alloca for unknowen sizenobu
2007-09-22* eval_method.ci (remove_method): check for undefined method.nobu
2007-09-22 * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei
2007-09-21* lib/optparse.rb (OptionParser::List::summarize): use each_line ifnobu
2007-09-21* ext/stringio/stringio.c (strio_init): separate from strio_initializenobu
2007-09-21* gc.c (gc_mark_rest): copy just used part.nobu
2007-09-20* misc/ruby-style.el (ruby-style-label-indent): fix for function topnobu
2007-09-20* re.c (rb_reg_match_m): evaluate a block if match. it would makematz
2007-09-20* hash.c (hash_equal): should call rb_eql when argument eql is set.matz
2007-09-20* io.c (popen_exec), process.c (rb_spawn): stop other threads beforenobu
2007-09-18 * lib/matrix.rb: fix a coerce bug of Vector. [ruby-core: 12190]keiju
2007-09-17* lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [...aamine
2007-09-17* parse.y (ripper): rename event: arglist_* -> args_*.aamine
2007-09-15* parse.y (struct parser_params): common members in the parser andnobu
2007-09-15* string.c (rb_str_rstrip_bang): fixed too much rstrip. [ruby-dev:31786]kou
2007-09-15* parse.y (parser_initialize): set default encoding. [ruby-dev:31787]nobu
2007-09-15* encoding.c (rb_enc_associate_index, rb_enc_get_index): check ifnobu
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-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-08* marshal.c (r_object0): don't call user-defined initialize forakr
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-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* regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should takeusa
2007-09-06* common.mk: fix typo.ko1