aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_getline_fast, rb_io_getline): increase linenonobu2007-01-062-146/+182
* Ignore .a filesdrbrain2007-01-060-0/+0
* * insns.def (send) : fix to optimize send() with Symbol.ko12007-01-063-1/+16
* * common.mk : add PHONY dependency to some rulesko12007-01-062-9/+13
* * io.c (argf_read): fix wrong replacement. [ruby-dev:30070]matz2007-01-062-1/+5
* * insns.def : support direct method dispatch with "send" or "funcall".ko12007-01-067-12/+138
* add WIN32OLE::VARIANT::VT_NULL, WIN32OLE::VARIANT::VT_EMPTY.suke2007-01-053-1/+12
* * benchmark/run.rb : change option formatko12007-01-054-34/+34
* * benchmark/bm_app_pentomino.rb : use Array#dup instead ofko12007-01-057-254/+80
* * yarvtest/yarvtest.rb : fix to compare resultsko12007-01-052-1/+5
* * compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko12007-01-056-17/+49
* * benchmark/run_rite.rb : fix to use readlines instead ofko12007-01-052-1/+6
* * thread_win32.ci (rb_thread_reset_timer_thread) :ko12007-01-052-0/+12
* * common.mk : add .SUFFIXES ruleko12007-01-052-0/+6
* * eval_method.h (rb_alias) : fix to check search resultko12007-01-052-1/+5
* * eval_method.h (rb_add_method) : fix to check old_nodeko12007-01-052-3/+7
* * compile.c (iseq_compile_each, set_block_local_tbl) :ko12007-01-054-53/+98
* * 2007-01-05usa2007-01-051-3/+3
* * thread_pthread.ci (native_sleep): fix tv_nsec overflow.gotoyuzo2007-01-052-0/+8
* * common.mk : rename yarv-test-[all/each] to compare-test[/-each].ko12007-01-044-150/+137
* * common.mk : fix to use test.rb script in build directory.ko12007-01-042-5/+10
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):gotoyuzo2007-01-042-1/+6
* * yarv_version.h : removed.ko12007-01-044-38/+10
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1):gotoyuzo2007-01-042-4/+10
* * 2007-01-04eban2007-01-041-3/+3
* * thread_pthread.ci : fix last changes around PTHREAD_STACK_MIN.ko12007-01-042-7/+8
* * common.mk : restore changesko12007-01-042-50/+193
* * thread_pthread.ci : fix to skip using PTHREAD_STACK_MIN.ko12007-01-042-4/+16
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11465 b2dd03c8-39d4-4d8f-98...ko12007-01-042-1/+5
* * 2007-01-03eban2007-01-031-3/+3
* * io.c (rb_io_getline): lineno update condition was wrong.matz2007-01-032-2/+9
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-032-1/+5
* * 2007-01-02usa2007-01-021-3/+3
* Fix to compile on yarv, ruby_errinfo -> rb_errinfo()drbrain2007-01-022-1/+6
* * ext/tk/tcltklib.c : fix to compile on YARVko12006-12-312-41/+47
* * test/drb/test_drbssl.rb : fix to skip drb testsko12006-12-312-3/+13
* Make RDoc accessible. Update constant value information.drbrain2006-12-312-92/+112
* Update constant comments to provide values for RDoc.drbrain2006-12-312-25/+48
* Allow RDoc comment to give friendly value for rb_define_const.drbrain2006-12-313-3/+184
* * Merge YARVko12006-12-31233-13641/+45992
* Fix Array#reject, was working like Array#reject\!drbrain2006-12-312-1/+7
* removed.tadf2006-12-303-6/+4
* * 2006-12-31eban2006-12-301-3/+3
* updated based on date2 4.0.tadf2006-12-303-549/+585
* * enum.c (enum_each_with_index): reuse array for yield parameters.matz2006-12-292-15/+48
* * enum.c (enum_inject): reuse array for yield parameters.matz2006-12-292-10/+20
* * array.c (ary_iter_check): should check modification (sizematz2006-12-292-60/+153
* * ext/stringio/stringio.c (strio_gets): accepts limit argument.matz2006-12-294-110/+198
* * 2006-12-28eban2006-12-281-3/+3
* * lib/cgi.rb (CGI::Cookie::initialize): use Array() again.matz2006-12-283-8/+16