aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destinationakr2006-03-033-6/+18
* * ext/dl/.cvsignore: ignore callback.h.aamine2006-03-034-0/+11
* * 2006-03-03eban2006-03-031-3/+3
* ML ref [ruby-core:7305]akr2006-03-021-1/+1
* * gc.c: commited magic for reducing RVALUE size on windows. (24->20byte)ocean2006-03-022-0/+13
* * gc.c: align VALUE with sizeof(RVALUE) globally.akr2006-03-024-53/+101
* * 2006-03-02eban2006-03-021-3/+3
* * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1.ocean2006-03-022-0/+7
* * dir.c: supress warning "/* within comment"ocean2006-03-017-56/+42
* * 2006-03-01eban2006-02-281-4/+4
* * lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean2006-02-282-4/+10
* * 2006-02-28eban2006-02-281-3/+3
* * lib/irb/ruby-lex.rb: fixed that irb can't parse /\^/. [ruby-dev:28404] and...keiju2006-02-281-5/+5
* quote pathnames in the server's command line for space containedseki2006-02-242-1/+7
* * instruby.rb: install *.exe.manifest and *.dll.manifest if exist.usa2006-02-242-18/+34
* * 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