summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-14* ext/digest/lib/digest.rb (Digest::self.const_missing): Dropknu
2007-02-14* thread_pthread.ci (native_thread_create): adjust 4KB (page size)ko1
2007-02-14* thread_pthread.ci (native_thread_create): adjust 4KB (page size)ko1
2007-02-14* lib/date/format.rb (Date::Format::Bag::method_missing): need notmatz
2007-02-14* re.c (reg_operand): allow symbols to be operands for regularmatz
2007-02-14* thread.c (do_select): fix to iterate select().ko1
2007-02-14* thread.c (set_unblock_function): fix function interface.ko1
2007-02-14* eval_load.c, yarvcore.h: use rb_vm_t#loaded_features instead ofko1
2007-02-14* compile.c (defined_expr): no longer distinguish ordinary localmatz
2007-02-13* parse.y (struct local_vars): no need to warn out-of-scopematz
2007-02-13* parse.y: RVarmap no longer used as yytype; removed.matz
2007-02-13* lib/uri/generic.rb (URI::Generic::userinfo): should supportmatz
2007-02-13* lib/date/format.rb (Date::Format::Bag::method_missing): addmatz
2007-02-13* ext/socket/socket.c (init_unixsock): path may contain NUL formatz
2007-02-13* 2007-02-13eban
2007-02-13* io.c (rb_f_syscall): Fix buffer overflow with syscallknu
2007-02-12set svn:eol-styleshyouhei
2007-02-12* ext/win32ole/win32ole.c (ole_variant2val): support VT_I8, VT_UI8.suke
2007-02-12* lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightseskou
2007-02-11* ext/win32ole/win32ole.c (ole_ptrtype2val): ole_type, ole_type_detailsuke
2007-02-11* lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#initialize):kou
2007-02-11* lib/rss/parser.rb (RSS::ListenerMixin::start_else_element): usedkou
2007-02-11* ext/win32ole/win32ole.c (ole_val2olevariantdata): suke
2007-02-1020070211knu
2007-02-10* lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu
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