aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1):ko12007-02-081-0/+17
* * ext/win32ole/win32ole.c (ole_set_safe_array, ole_variant2val,suke2007-02-081-0/+9
* * yarvtest/yarvtest.rb: check target command names.ko12007-02-081-0/+4
* * test/ruby/test_clone.rb: fix to current specko12007-02-081-0/+5
* * test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)ko12007-02-081-1/+10
* * test/ruby/test_module.rb: fix to use Symbol instead of Stringko12007-02-081-0/+4
* * test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)ko12007-02-081-0/+4
* * test/win32ole/test_propertyputref.rb (setup): fix typo.suke2007-02-081-0/+7
* * thread.c (GVL_UNLOCK_RANGE): rename to BLOCKING_REGION().ko12007-02-081-0/+7
* * yarvcore.h, thread.c: fix to use pthread on cygwin.ko12007-02-081-0/+19
* * common.mk: fix to use RUNRUBY instead of BASERUBY if possible.ko12007-02-081-0/+6
* * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singlematz2007-02-081-0/+7
* * process.c: fix to use rb_status_line_set/get/clear().ko12007-02-081-0/+6
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-0/+13
* * eval.c (specific_eval): suppress warning.nobu2007-02-071-1/+3
* * thread_win32.h: undefine _WIN32 on cygwin. [ruby-dev:30303]nobu2007-02-071-0/+4
* * eval_intern.h: remove UNSUPPORTED() macro.ko12007-02-071-0/+7
* * eval_intern.h, yarvcore.h: remove unused macro definition.ko12007-02-071-0/+4
* * eval.c: fixed to use ANSI function style.ko12007-02-071-0/+4
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-0/+50
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-0/+23
* * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c}:naruse2007-02-061-0/+12
* * lib/rss/rss.rb, lib/rss/parser.rb: followed current Rubykou2007-02-061-0/+5
* * lib/rss/rss.rb, lib/rss/parser.rb: removed needless code forkou2007-02-061-0/+5
* * lib/net/ftp.rb: moved fixes for EPIPE to the correctshugo2007-02-061-0/+5
* * vm_opts.h: set properties:ko12007-02-061-0/+6
* * variable.c (ivar_i): need to support class local instancematz2007-02-061-0/+5
* * compile.c (iseq_compile_each): fix setting is_local flag.ko12007-02-061-0/+6
* * compile.c, insns.def: remove (get|set)instancevariable2 and add ako12007-02-061-0/+11
* * lib/net/ftp.rb: check the control connection on EPIPE.shugo2007-02-061-0/+5
* * complement last commit.ko12007-02-061-1/+5
* * common.mk (*.inc): use VPATH.nobu2007-02-061-0/+8
* * proc.c: support Binding#eval.ko12007-02-051-0/+6
* * proc.c: refactoring (remove K&R style, move Binding stuffs fromko12007-02-051-0/+5
* * intern.h: prepare rb_last_status_get() and rb_last_status_set().ko12007-02-051-0/+13
* * ruby.h: add a prototype of rb_id2str().ko12007-02-051-0/+4
* * eval_thread.c, common.mk: remove eval_thread.c.ko12007-02-051-0/+31
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-0/+19
* * insns.def (setclassvariable): remove unnecessary operand.matz2007-02-041-0/+8
* * eval.c (rb_frame_callee): check if prev_cfp can be accessible.matz2007-02-041-0/+6
* * test/rss/rss-assertions.rb: removed needless code for backward compatibility.kou2007-02-041-0/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debugknu2007-02-031-0/+5
* * ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):suke2007-02-031-0/+12
* * common.mk (runruby, benchmark, benchmark-each, tbench): usenobu2007-02-021-1/+4
* * Makefile.in, */Makefile.sub, common.mk (vmasm): generalized.nobu2007-02-021-1/+3
* * lib/mkmf.rb (create_makefile): make object files depend onnobu2007-02-021-1/+4
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-1/+10
* * proc.c (yarv_proc_alloc): needs return.nobu2007-02-021-0/+4
* * common.mk (bin): add more dependency. a patch from Tadashimatz2007-02-021-0/+5
* * ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz2007-02-021-0/+11