summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-12* lib/shell/command-processor.rb: fix typo by Sho Hashimoto.naruse
2010-01-12* lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou
2010-01-12* string.c (rb_str_set_len): call rb_str_modify.akr
2010-01-12* file.c (realpath_internal): call rb_secure.akr
2010-01-12* lib/net/http.rb (Net::HTTP.start): options may not be given.nobu
2010-01-12* ext/readline/readline.c (readline_readline): check if instreamnobu
2010-01-12* test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.nobu
2010-01-12* test/ruby/test_process.rb (test_execopts_env): MANDATORY_ENVS mightwanabe
2010-01-12* lib/net/http.rb (Net::HTTP#start): add hash argument tonaruse
2010-01-12* win32/win32.c (init_env): use _wputenv() instead ofusa
2010-01-12* file.c (realpath_rec): trace symbolic link only when supportingusa
2010-01-12* misc/ruby-mode.el (ruby-here-doc-beg-match): fix for here-docnobu
2010-01-12* hash.c: need to include errno.h for EINVAL.usa
2010-01-12add ML ref.akr
2010-01-12delete RUBYLIB for ruby spawned in test_no_curdir.akr
2010-01-12* prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr
2010-01-11add ML ref.akr
2010-01-11* 2010-01-12svn
2010-01-11add a test.akr
2010-01-11* hash.c (ruby_setenv): Improve the emulatation of setenv(3) onknu
2010-01-11Make sure that ENV.[]= fails when an invalid variable name is given.knu
2010-01-11forgot to add ticket ref.wanabe
2010-01-11* vm_insnhelper.h (GET_BLOCK_PTR): return 0 when in class frame.wanabe
2010-01-11* string.c (rb_str_strlen): added. [ruby-dev:40028]naruse
2010-01-11* lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.nobu
2010-01-11* 2010-01-11svn
2010-01-11* hash.c (ruby_setenv): ENV.[]= should raise an error if setenv(3)knu
2010-01-10 * lib/webrick/accesslog.rb : Escape needed.shyouhei
2010-01-10* test: eol-style.nobu
2010-01-09* test/yaml/test_struct.rb Test for dealing with structs that havetenderlove
2010-01-09* lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490.nobu
2010-01-09* class.c (rb_define_class): raise TypeError same as classnobu
2010-01-09* lib/mkmf.rb (configuration): needs ARCH_FLAG.nobu
2010-01-09* common.mk (install-all): maybe typo.usa
2010-01-09* missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64.usa
2010-01-09Add news: net/http merges net/https.naruse
2010-01-08* win32/configure.bat (WIN32DIR): regularise file separators.nobu
2010-01-08* proc.c (mnew): don't check visibility of method body if publicmame
2010-01-08* vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame
2010-01-08* lib/net/http, lib/net/https: move content from net/https tonaruse
2010-01-08* io.c (rb_io_s_read): close the IO if an exception is raised onusa
2010-01-08* marshal.c (w_symbol): dump no encoding for 7bit only coderangenobu
2010-01-06* 2010-01-07svn
2010-01-06Imported minitest 1.5.0 r5596ryan
2010-01-05* 2010-01-06svn
2010-01-05describe RbConfig.ruby.akr
2010-01-05* test/ruby/test_exception.rb: add a test. cf [ruby-dev:39116]kazu
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-05Add Float::INFINITY and Float::NAN.naruse
2010-01-04* 2010-01-05svn