aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (assignable_gen): no need to generate NODE_CVDECL.matz2007-02-021-0/+6
* * vm.c (eval_get_cvar_base): destination for class variable accessmatz2007-02-021-0/+16
* * insns.def (setclassvariable): remove warn argument.matz2007-02-021-0/+4
* * variable.c (rb_cvar_set): remove warn argument.matz2007-02-021-0/+4
* * common.mk (compile.$(OBJEXT)): add config.h to vm.c andmatz2007-02-021-0/+5
* * eval.c: remove duplicated global variables rb_cProc andmatz2007-02-021-0/+5
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): revert last change to conform ...matz2007-01-311-6/+0
* * test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz2007-01-311-0/+5
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user andmatz2007-01-311-0/+6
* * string.c (rb_str_sub_bang): calling rb_str_modify() should be justusa2007-01-301-0/+6
* * numeric.c (int_pred): add Integer#pred correspondingmatz2007-01-301-0/+5
* * mkconfig.rb: autoconf 2.61 support. [ruby-core:10016]nobu2007-01-301-0/+4
* * tool/compile.rb: replace YARVCore by VM class.matz2007-01-291-0/+4
* * ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,suke2007-01-291-0/+11
* * tool/parse.rb: replace YARVCore by VM class.matz2007-01-291-0/+5