aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * proc.c: refactoring (remove K&R style, move Binding stuffs fromko12007-02-052-45/+29
* * intern.h: prepare rb_last_status_get() and rb_last_status_set().ko12007-02-057-22/+34
* * ruby.h: add a prototype of rb_id2str().ko12007-02-052-0/+5
* * eval_thread.c, common.mk: remove eval_thread.c.ko12007-02-0513-877/+576
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-0413-27/+281
* * insns.def (setclassvariable): remove unnecessary operand.matz2007-02-044-11/+16
* * eval.c (rb_frame_callee): check if prev_cfp can be accessible.matz2007-02-043-4/+16
* * test/rss/rss-assertions.rb: removed needless code for backward compatibility.kou2007-02-042-13/+5
* * 2007-02-04eban2007-02-031-3/+3
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debugknu2007-02-032-1/+5
* * ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):suke2007-02-035-192/+234
* * common.mk (runruby, benchmark, benchmark-each, tbench): usenobu2007-02-022-9/+12
* * Makefile.in, */Makefile.sub, common.mk (vmasm): generalized.nobu2007-02-026-4/+32
* * lib/mkmf.rb (create_makefile): make object files depend onnobu2007-02-022-3/+6
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-0229-204/+186
* * proc.c (yarv_proc_alloc): needs return.nobu2007-02-022-1/+5
* * 2007-02-03eban2007-02-021-3/+3
* * *.def, proc.c, vm_opts.h.base, template/*: set properties.nobu2007-02-0217-2850/+2850
* * common.mk (bin): add more dependency. a patch from Tadashimatz2007-02-023-5/+29
* * ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz2007-02-025-176/+155
* * parse.y (assignable_gen): no need to generate NODE_CVDECL.matz2007-02-025-9/+9
* * vm.c (eval_get_cvar_base): destination for class variable accessmatz2007-02-023-23/+52
* * insns.def (setclassvariable): remove warn argument.matz2007-02-022-1/+5
* * variable.c (rb_cvar_set): remove warn argument.matz2007-02-024-6/+9
* * common.mk (compile.$(OBJEXT)): add config.h to vm.c andmatz2007-02-022-2/+7
* * eval.c: remove duplicated global variables rb_cProc andmatz2007-02-023-7/+9
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): revert last change to conform ...matz2007-01-312-9/+0
* * test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz2007-01-312-0/+17
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user andmatz2007-01-312-0/+9
* * 2007-01-31eban2007-01-311-3/+3
* * ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]nagai2007-01-311-37/+12
* * string.c (rb_str_sub_bang): calling rb_str_modify() should be justusa2007-01-302-1/+7
* * numeric.c (int_pred): add Integer#pred correspondingmatz2007-01-302-0/+26
* * mkconfig.rb: autoconf 2.61 support. [ruby-core:10016]nobu2007-01-302-3/+32
* * ext/tk/sample/tktextio.rb: 'hist_size' option causes error.nagai2007-01-291-1/+1