summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-25* Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as othernobu
2007-09-25* parse.y (parser_yyerror): limit error message length.nobu
2007-09-25* io.c (io_ungetc): reallocate internal buffer if pushing datamatz
2007-09-25* eval_method.ci (remove_method): should not remove undef placematz
2007-09-25* eval.c (rb_longjmp): source file information may be NULL.matz
2007-09-24* array.c (rb_ary_equal): should handle recursive array.matz
2007-09-24* hash.c (hash_i): avoid too frequent hash conflict where key andmatz
2007-09-24* lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799]matz
2007-09-24* ext/strscan/strscan.c (strscan_initialize, strscan_getch): use thenobu
2007-09-24 lib/net/http.rb: fix typo.shyouhei
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-22merge tests for [ruby-dev:31816] and [ruby-dev:31817].akr
2007-09-22add test for [ruby-dev:31817].akr
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-22add test for [ruby-dev:31818].akr
2007-09-22add test for [ruby-dev:31816].akr
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* st.c (hash_32a.c): reverted the original keywords.nobu
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-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