aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* set svn:eol-styleshyouhei2007-02-1281-13317/+13317
* * ext/win32ole/win32ole.c (ole_variant2val): support VT_I8, VT_UI8.suke2007-02-122-2/+33
* * lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightseskou2007-02-125-6/+26
* * ext/win32ole/win32ole.c (ole_ptrtype2val): ole_type, ole_type_detailsuke2007-02-112-8/+9
* * lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#initialize):kou2007-02-112-1/+10
* * lib/rss/parser.rb (RSS::ListenerMixin::start_else_element): usedkou2007-02-112-1/+6
* * ext/win32ole/win32ole.c (ole_val2olevariantdata): suke2007-02-113-97/+106
* 20070211knu2007-02-101-3/+3
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu2007-02-102-2/+7
* * ext/win32ole/win32ole.c: add WIN32OLE#ole_query_interface.suke2007-02-103-1/+63
* * common.mk: targets which depend on yarvcore.h now depend onnobu2007-02-103-7/+15
* * 2007-02-10eban2007-02-091-3/+3
* * ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, nagai2007-02-092-2/+7
* * thread_win32.ci (w32_show_error_message): renamed to w32_error.ko12007-02-092-34/+75
* * test/ruby/test_readpartial.rb: tests are working on mswin32/cygwin.ko12007-02-092-5/+5
* * thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1):ko12007-02-086-36/+124
* * ext/win32ole/win32ole.c (ole_set_safe_array, ole_variant2val,suke2007-02-083-23/+100
* * yarvtest/yarvtest.rb: check target command names.ko12007-02-082-2/+8
* * test/ruby/test_clone.rb: fix to current specko12007-02-082-1/+6
* * test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)ko12007-02-082-10/+19
* * test/ruby/test_module.rb: fix to use Symbol instead of Stringko12007-02-082-24/+28
* * test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)ko12007-02-082-2/+6
* * test/win32ole/test_propertyputref.rb (setup): fix typo.suke2007-02-083-12/+31
* * thread.c (GVL_UNLOCK_RANGE): rename to BLOCKING_REGION().ko12007-02-082-10/+16
* * yarvcore.h, thread.c: fix to use pthread on cygwin.ko12007-02-085-81/+181
* * common.mk: fix to use RUNRUBY instead of BASERUBY if possible.ko12007-02-082-8/+15
* * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singlematz2007-02-082-5/+12
* * process.c: fix to use rb_status_line_set/get/clear().ko12007-02-083-12/+26
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-0823-247/+243
* * eval.c (specific_eval): suppress warning.nobu2007-02-072-2/+4
* * thread_win32.h: undefine _WIN32 on cygwin. [ruby-dev:30303]nobu2007-02-072-3/+11
* * eval_intern.h: remove UNSUPPORTED() macro.ko12007-02-073-11/+16
* * eval_intern.h, yarvcore.h: remove unused macro definition.ko12007-02-073-73/+4
* * eval.c: fixed to use ANSI function style.ko12007-02-072-26/+18
* * this commit is a result of refactoring. only renaming functions,ko12007-02-0725-370/+294
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-0634-814/+822
* * 2007-02-07usa2007-02-061-3/+3
* * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c}:naruse2007-02-063-91/+236
* * added ignore list.nobu2007-02-060-0/+0
* * lib/rss/rss.rb, lib/rss/parser.rb: followed current Rubykou2007-02-063-3/+8
* * lib/rss/rss.rb, lib/rss/parser.rb: removed needless code forkou2007-02-063-42/+6
* * lib/net/ftp.rb: moved fixes for EPIPE to the correctshugo2007-02-062-14/+19
* * vm_opts.h: set properties:ko12007-02-062-47/+53
* * variable.c (ivar_i): need to support class local instancematz2007-02-062-1/+6
* * compile.c (iseq_compile_each): fix setting is_local flag.ko12007-02-063-1/+28
* * compile.c, insns.def: remove (get|set)instancevariable2 and add ako12007-02-066-58/+51
* * lib/net/ftp.rb: check the control connection on EPIPE.shugo2007-02-062-0/+19
* * complement last commit.ko12007-02-063-29/+76
* * common.mk (*.inc): use VPATH.nobu2007-02-063-140/+205
* * proc.c: support Binding#eval.ko12007-02-053-216/+234