aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * win32/win32.c (NtInitialize): need to set a handler for VC++8.usa2006-02-242-0/+15
* * 2006-02-24eban2006-02-241-3/+3
* no messageocean2006-02-231-1/+1
* * bcc32/Makefile.sub: use borlndmm.dll if possible. bcc32's RTL internalocean2006-02-234-1/+31
* * 2006-02-23eban2006-02-231-3/+3
* * eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean2006-02-232-1/+5
* * lib/pathname.rb (Pathname#each_filename): use split_names properly.akr2006-02-223-1/+12
* * test/webrick/test_cgi.rb: should support platforms which searchusa2006-02-222-0/+13
* * bignum.c (bignorm): x may not be a bignum. [ruby-dev:28367]matz2006-02-222-1/+8
* * 2006-02-22eban2006-02-221-3/+3
* * eval.c (proc_alloc): add proper check for creation of a lambdamatz2006-02-222-5/+10
* comment ruby version more specific.akr2006-02-211-1/+1
* * 2006-02-21usa2006-02-201-3/+3
* * parse.y (f_arglist): should set command_start = Qtrue formatz2006-02-202-0/+7
* * mkconfig.rb: alias Config to RbConfig for compatibility.akr2006-02-202-0/+5
* * io.c (rb_io_reopen): flush before reopening a file.akr2006-02-202-0/+9
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-2020-56/+70
* * lib/find.rb: should raise ENOENT if root entry does not exist,usa2006-02-202-1/+6
* * lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz2006-02-202-1/+6
* * 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