summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-10* ext/win32ole/win32ole.c: add WIN32OLE#ole_query_interface.suke
2007-02-10* common.mk: targets which depend on yarvcore.h now depend onnobu
2007-02-09* 2007-02-10eban
2007-02-09* ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, nagai
2007-02-09* thread_win32.ci (w32_show_error_message): renamed to w32_error.ko1
2007-02-09* test/ruby/test_readpartial.rb: tests are working on mswin32/cygwin.ko1
2007-02-08* thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1):ko1
2007-02-08* ext/win32ole/win32ole.c (ole_set_safe_array, ole_variant2val,suke
2007-02-08* yarvtest/yarvtest.rb: check target command names.ko1
2007-02-08* test/ruby/test_clone.rb: fix to current specko1
2007-02-08* test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)ko1
2007-02-08* test/ruby/test_module.rb: fix to use Symbol instead of Stringko1
2007-02-08* test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)ko1
2007-02-08* test/win32ole/test_propertyputref.rb (setup): fix typo.suke
2007-02-08* thread.c (GVL_UNLOCK_RANGE): rename to BLOCKING_REGION().ko1
2007-02-08* yarvcore.h, thread.c: fix to use pthread on cygwin.ko1
2007-02-08* common.mk: fix to use RUNRUBY instead of BASERUBY if possible.ko1
2007-02-08* lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singlematz
2007-02-08* process.c: fix to use rb_status_line_set/get/clear().ko1
2007-02-08* blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko1
2007-02-07* eval.c (specific_eval): suppress warning.nobu
2007-02-07* thread_win32.h: undefine _WIN32 on cygwin. [ruby-dev:30303]nobu
2007-02-07* eval_intern.h: remove UNSUPPORTED() macro.ko1
2007-02-07* eval_intern.h, yarvcore.h: remove unused macro definition.ko1
2007-02-07* eval.c: fixed to use ANSI function style.ko1
2007-02-07* this commit is a result of refactoring. only renaming functions,ko1
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.c,ko1
2007-02-06* 2007-02-07usa
2007-02-06* ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c}:naruse
2007-02-06* added ignore list.nobu
2007-02-06* lib/rss/rss.rb, lib/rss/parser.rb: followed current Rubykou
2007-02-06* lib/rss/rss.rb, lib/rss/parser.rb: removed needless code forkou
2007-02-06* lib/net/ftp.rb: moved fixes for EPIPE to the correctshugo
2007-02-06* vm_opts.h: set properties:ko1
2007-02-06* variable.c (ivar_i): need to support class local instancematz
2007-02-06* compile.c (iseq_compile_each): fix setting is_local flag.ko1
2007-02-06* compile.c, insns.def: remove (get|set)instancevariable2 and add ako1
2007-02-06* lib/net/ftp.rb: check the control connection on EPIPE.shugo
2007-02-06* complement last commit.ko1
2007-02-06* common.mk (*.inc): use VPATH.nobu
2007-02-05* proc.c: support Binding#eval.ko1
2007-02-05* proc.c: refactoring (remove K&R style, move Binding stuffs fromko1
2007-02-05* intern.h: prepare rb_last_status_get() and rb_last_status_set().ko1
2007-02-05* ruby.h: add a prototype of rb_id2str().ko1
2007-02-05* eval_thread.c, common.mk: remove eval_thread.c.ko1
2007-02-04* parse.y (rb_compose_ivar2): function to create a new ivar2matz
2007-02-04* insns.def (setclassvariable): remove unnecessary operand.matz
2007-02-04* eval.c (rb_frame_callee): check if prev_cfp can be accessible.matz
2007-02-04* test/rss/rss-assertions.rb: removed needless code for backward compatibility.kou
2007-02-03* 2007-02-04eban