summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c}:naruse
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* lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debugknu
2007-02-03* ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):suke
2007-02-02* common.mk (runruby, benchmark, benchmark-each, tbench): usenobu
2007-02-02* Makefile.in, */Makefile.sub, common.mk (vmasm): generalized.nobu
2007-02-02* lib/mkmf.rb (create_makefile): make object files depend onnobu
2007-02-02* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu
2007-02-02* proc.c (yarv_proc_alloc): needs return.nobu
2007-02-02* common.mk (bin): add more dependency. a patch from Tadashimatz
2007-02-02* ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz
2007-02-02* parse.y (assignable_gen): no need to generate NODE_CVDECL.matz
2007-02-02* vm.c (eval_get_cvar_base): destination for class variable accessmatz
2007-02-02* insns.def (setclassvariable): remove warn argument.matz
2007-02-02* variable.c (rb_cvar_set): remove warn argument.matz
2007-02-02* common.mk (compile.$(OBJEXT)): add config.h to vm.c andmatz
2007-02-02* eval.c: remove duplicated global variables rb_cProc andmatz
2007-01-31* lib/open-uri.rb (OpenURI::OpenURI.open_uri): revert last change to conform ...matz