aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (rb_const_get_0): Object should have been the lowestmatz2006-02-202-10/+15
* * eval.c: initial value for block_unique must be 1.matz2006-02-202-1/+6
* * lib/delegate.rb (Delegator): should not delegate "funcall".matz2006-02-202-3/+7
* * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):matz2006-02-204-42/+33
* * ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo2006-02-192-1/+6
* * 2006-02-20eban2006-02-191-3/+3
* * lib/open-uri.rb: add :ssl_verify_mode option.akr2006-02-192-1/+32
* * 2006-02-19eban2006-02-181-3/+3
* * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz2006-02-183-2/+11
* * eval.c (rb_obj_instance_eval): RDoc description updated. amatz2006-02-183-3/+12
* * variable.c (rb_const_get_0): skip ruby_wrapper in const searchmatz2006-02-174-8/+19
* * 2006-02-18eban2006-02-171-3/+3
* * lib/tracer.rb: merged a minor clarification patch from Danielmatz2006-02-172-13/+14
* * eval.c (ev_const_get): simplified using rb_const_get_fallback().matz2006-02-176-69/+84
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-175-6/+26
* * 2006-02-17usa2006-02-171-3/+3
* * eval.c (rb_thread_wait_for): sleep should always sleep formatz2006-02-172-1/+6
* * eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz2006-02-153-28/+37
* * eval.c (error_line): remove void control path. [ruby-dev:28335]matz2006-02-152-5/+8
* * eval.c (yield_under_i): should not pass self as an argument tomatz2006-02-152-3/+7
* * 2006-02-15usa2006-02-151-3/+3
* * eval.c (rb_obj_instance_eval): should no singleton classes formatz2006-02-152-1/+6
* * enumerator.c (enumerator_each): return self if no block ismatz2006-02-142-1/+8
* * string.c: fixed typo.ocean2006-02-141-1/+1
* * eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]matz2006-02-142-1/+8
* * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean2006-02-142-8/+33
* * win32/win32.c (rb_w32_utime): drop read-only attribute beforeusa2006-02-142-0/+10
* * win32/Makefile.sub (config.h): should define HAVE_LONG_LONG withusa2006-02-142-0/+8
* * ChangeLog: typo.usa2006-02-141-1/+1
* * 2006-02-14usa2006-02-141-3/+3
* * time.c (search_time_t): support non 32bit time_t environments.usa2006-02-143-12/+28
* * eval.c (copy_node_scope): remove duplicated semicolons at end.matz2006-02-132-4/+12
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-1313-579/+473
* merge Oniguruma 4.0.1kosako2006-02-128-16/+34
* * 2006-02-11eban2006-02-111-3/+3
* add WIN32OLE.create_guid.suke2006-02-113-1/+40
* * 2006-02-09usa2006-02-091-3/+3
* * eval.c (rb_obj_instance_exec): fixed typo of rdoc.usa2006-02-091-1/+1
* * 2006-02-07eban2006-02-071-3/+3
* * ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean2006-02-072-56/+51
* * file.c: commit miss?ocean2006-02-061-3/+0
* * file.c (cygwin_flock): save old errno.eban2006-02-061-1/+4
* * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.eban2006-02-062-3/+25
* * gc.c (gc_sweep): typo fix.eban2006-02-061-1/+1
* * 2006-02-06eban2006-02-051-3/+3
* * enum.c (enum_find_index): a new method Enumerable#find_index.matz2006-02-052-0/+45
* test small structs.akr2006-02-051-0/+16
* fix previous commit.akr2006-02-051-3/+4
* * ruby.h (struct RStruct): embed 3 or less elements structs.akr2006-02-055-64/+109
* * ChangeLog: update ML number.matz2006-02-051-1/+1