| Commit message (Expand) | Author | Age | Files | Lines |
| * | * string.c (rb_str_upto): use RSTRING_LEN(). | matz | 2007-01-08 | 2 | -1/+3 |
| * | * string.c (rb_str_upto): String#upto from empty string makes | matz | 2007-01-08 | 2 | -1/+6 |
| * | ext/win32ole/doc removed | suke | 2007-01-07 | 1 | -294/+0 |
| * | * thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(), | ko1 | 2007-01-07 | 5 | -22/+61 |
| * | * common.mk: add a "compare" rule and fix MATZRUBY variable | ko1 | 2007-01-07 | 3 | -4/+12 |
| * | add some test. update comment for rdoc. | suke | 2007-01-07 | 3 | -6/+45 |
| * | Merge RDoc updates from matzruby 11502, 11503, 11504 | drbrain | 2007-01-07 | 3 | -3/+165 |
| * | updated based on date2 4.0.1. | tadf | 2007-01-07 | 2 | -2/+8 |
| * | * io.c (rb_io_getline_fast, rb_io_getline): increase lineno | nobu | 2007-01-06 | 2 | -146/+182 |
| * | Ignore .a files | drbrain | 2007-01-06 | 0 | -0/+0 |
| * | * insns.def (send) : fix to optimize send() with Symbol. | ko1 | 2007-01-06 | 3 | -1/+16 |
| * | * common.mk : add PHONY dependency to some rules | ko1 | 2007-01-06 | 2 | -9/+13 |
| * | * io.c (argf_read): fix wrong replacement. [ruby-dev:30070] | matz | 2007-01-06 | 2 | -1/+5 |
| * | * insns.def : support direct method dispatch with "send" or "funcall". | ko1 | 2007-01-06 | 7 | -12/+138 |
| * | add WIN32OLE::VARIANT::VT_NULL, WIN32OLE::VARIANT::VT_EMPTY. | suke | 2007-01-05 | 3 | -1/+12 |
| * | * benchmark/run.rb : change option format | ko1 | 2007-01-05 | 4 | -34/+34 |
| * | * benchmark/bm_app_pentomino.rb : use Array#dup instead of | ko1 | 2007-01-05 | 7 | -254/+80 |
| * | * yarvtest/yarvtest.rb : fix to compare results | ko1 | 2007-01-05 | 2 | -1/+5 |
| * | * compile.c, compile.h : add ADD_CALL_RECEIVER() macro. | ko1 | 2007-01-05 | 6 | -17/+49 |
| * | * benchmark/run_rite.rb : fix to use readlines instead of | ko1 | 2007-01-05 | 2 | -1/+6 |
| * | * thread_win32.ci (rb_thread_reset_timer_thread) : | ko1 | 2007-01-05 | 2 | -0/+12 |
| * | * common.mk : add .SUFFIXES rule | ko1 | 2007-01-05 | 2 | -0/+6 |
| * | * eval_method.h (rb_alias) : fix to check search result | ko1 | 2007-01-05 | 2 | -1/+5 |
| * | * eval_method.h (rb_add_method) : fix to check old_node | ko1 | 2007-01-05 | 2 | -3/+7 |
| * | * compile.c (iseq_compile_each, set_block_local_tbl) : | ko1 | 2007-01-05 | 4 | -53/+98 |
| * | * 2007-01-05 | usa | 2007-01-05 | 1 | -3/+3 |
| * | * thread_pthread.ci (native_sleep): fix tv_nsec overflow. | gotoyuzo | 2007-01-05 | 2 | -0/+8 |
| * | * common.mk : rename yarv-test-[all/each] to compare-test[/-each]. | ko1 | 2007-01-04 | 4 | -150/+137 |
| * | * common.mk : fix to use test.rb script in build directory. | ko1 | 2007-01-04 | 2 | -5/+10 |
| * | * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize): | gotoyuzo | 2007-01-04 | 2 | -1/+6 |
| * | * yarv_version.h : removed. | ko1 | 2007-01-04 | 4 | -38/+10 |
| * | * ext/openssl/ossl_asn1.c (Init_ossl_asn1): | gotoyuzo | 2007-01-04 | 2 | -4/+10 |
| * | * 2007-01-04 | eban | 2007-01-04 | 1 | -3/+3 |
| * | * thread_pthread.ci : fix last changes around PTHREAD_STACK_MIN. | ko1 | 2007-01-04 | 2 | -7/+8 |
| * | * common.mk : restore changes | ko1 | 2007-01-04 | 2 | -50/+193 |
| * | * thread_pthread.ci : fix to skip using PTHREAD_STACK_MIN. | ko1 | 2007-01-04 | 2 | -4/+16 |
| * | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11465 b2dd03c8-39d4-4d8... | ko1 | 2007-01-04 | 2 | -1/+5 |
| * | * 2007-01-03 | eban | 2007-01-03 | 1 | -3/+3 |
| * | * io.c (rb_io_getline): lineno update condition was wrong. | matz | 2007-01-03 | 2 | -2/+9 |
| * | * io.c (ruby_dup): start GC on ENOMEM as well. | matz | 2007-01-03 | 2 | -1/+5 |
| * | * 2007-01-02 | usa | 2007-01-02 | 1 | -3/+3 |
| * | Fix to compile on yarv, ruby_errinfo -> rb_errinfo() | drbrain | 2007-01-02 | 2 | -1/+6 |
| * | * ext/tk/tcltklib.c : fix to compile on YARV | ko1 | 2006-12-31 | 2 | -41/+47 |
| * | * test/drb/test_drbssl.rb : fix to skip drb tests | ko1 | 2006-12-31 | 2 | -3/+13 |
| * | Make RDoc accessible. Update constant value information. | drbrain | 2006-12-31 | 2 | -92/+112 |
| * | Update constant comments to provide values for RDoc. | drbrain | 2006-12-31 | 2 | -25/+48 |
| * | Allow RDoc comment to give friendly value for rb_define_const. | drbrain | 2006-12-31 | 3 | -3/+184 |
| * | * Merge YARV | ko1 | 2006-12-31 | 233 | -13641/+45992 |
| * | Fix Array#reject, was working like Array#reject\! | drbrain | 2006-12-31 | 2 | -1/+7 |
| * | removed. | tadf | 2006-12-30 | 3 | -6/+4 |