aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.nobu2010-01-122-4/+20
* * test/ruby/test_process.rb (test_execopts_env): MANDATORY_ENVS mightwanabe2010-01-122-1/+6
* * lib/net/http.rb (Net::HTTP#start): add hash argument tonaruse2010-01-122-3/+39
* * win32/win32.c (init_env): use _wputenv() instead ofusa2010-01-122-3/+17
* * file.c (realpath_rec): trace symbolic link only when supportingusa2010-01-122-1/+9
* * misc/ruby-mode.el (ruby-here-doc-beg-match): fix for here-docnobu2010-01-122-3/+10
* * hash.c: need to include errno.h for EINVAL.usa2010-01-122-1/+8
* add ML ref.akr2010-01-121-1/+1
* delete RUBYLIB for ruby spawned in test_no_curdir.akr2010-01-121-1/+1
* * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr2010-01-128-69/+198
* add ML ref.akr2010-01-111-1/+1
* * 2010-01-12svn2010-01-111-2/+2
* add a test.akr2010-01-111-0/+16
* * hash.c (ruby_setenv): Improve the emulatation of setenv(3) onknu2010-01-112-2/+22
* Make sure that ENV.[]= fails when an invalid variable name is given.knu2010-01-111-0/+1
* forgot to add ticket ref.wanabe2010-01-111-0/+1
* * vm_insnhelper.h (GET_BLOCK_PTR): return 0 when in class frame.wanabe2010-01-112-1/+6
* * string.c (rb_str_strlen): added. [ruby-dev:40028]naruse2010-01-113-0/+13
* * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.nobu2010-01-113-4/+12
* * 2010-01-11svn2010-01-111-2/+2
* * hash.c (ruby_setenv): ENV.[]= should raise an error if setenv(3)knu2010-01-113-5/+15
* * lib/webrick/accesslog.rb : Escape needed.shyouhei2010-01-106-22/+75
* * test: eol-style.nobu2010-01-100-0/+0
* * test/yaml/test_struct.rb Test for dealing with structs that havetenderlove2010-01-091-0/+33
* * lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490.nobu2010-01-092-1/+10
* * class.c (rb_define_class): raise TypeError same as classnobu2010-01-092-1/+6
* * lib/mkmf.rb (configuration): needs ARCH_FLAG.nobu2010-01-093-4/+8
* * common.mk (install-all): maybe typo.usa2010-01-092-1/+5
* * missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64.usa2010-01-092-1/+5
* Add news: net/http merges net/https.naruse2010-01-091-0/+3
* * win32/configure.bat (WIN32DIR): regularise file separators.nobu2010-01-083-3/+7
* * proc.c (mnew): don't check visibility of method body if publicmame2010-01-083-2/+30
* * vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame2010-01-083-1/+35
* * lib/net/http, lib/net/https: move content from net/https tonaruse2010-01-083-46/+34
* * io.c (rb_io_s_read): close the IO if an exception is raised onusa2010-01-082-2/+28
* * marshal.c (w_symbol): dump no encoding for 7bit only coderangenobu2010-01-084-4/+13
* * 2010-01-07svn2010-01-061-2/+2
* Imported minitest 1.5.0 r5596ryan2010-01-064-42/+106
* * 2010-01-06svn2010-01-051-2/+2
* describe RbConfig.ruby.akr2010-01-051-0/+4
* * test/ruby/test_exception.rb: add a test. cf [ruby-dev:39116]kazu2010-01-052-0/+17
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-0523-521/+31
* Add Float::INFINITY and Float::NAN.naruse2010-01-051-1/+6
* * 2010-01-05svn2010-01-041-2/+2
* * configure.in (DTRACE): clear this when `dtrace -l` fails.naruse2010-01-042-0/+7
* * gc.c: added UNLIKELY to probes for optimization.yugui2010-01-044-11/+19
* * win32/Makefile.sub (TRACING_MODEL): follow yugui's previous changes.usa2010-01-042-0/+5
* * thread_win32.c (InterlockedExchangePointer): old SDK support.usa2010-01-042-0/+8
* * 2010-01-04svn2010-01-031-2/+2
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-0323-31/+612