aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (flo_hash, int_chr): fixed type.nobu2010-01-142-5/+9
* * string.c (rb_str_concat): fixed range check for Fixnum, andnobu2010-01-143-3/+26
* * string.c (rb_str_concat): raise RangeError when the argument isnaruse2010-01-142-2/+17
* * time.c (time_to_r): convert to rational if internal representationakr2010-01-133-1/+16
* update rdoc.akr2010-01-131-0/+14
* * time.c (time_mdump): use nano_num and nano_den instead of subnano toakr2010-01-133-18/+44
* * 2010-01-14svn2010-01-131-2/+2
* add tests.akr2010-01-131-0/+18
* fix typos.akr2010-01-131-5/+5
* Add news.naruse2010-01-131-0/+8
* * object.c (rb_class_initialize): Make sure BasicObject doesn't get initializ...marcandre2010-01-133-2/+9
* * ChangeLog: small typo.usa2010-01-131-1/+1
* * ChangeLog: added reporter's name.nobu2010-01-131-0/+1
* * configure.in: check for if struct timezone is defined.nobu2010-01-124-4/+25
* * 2010-01-13svn2010-01-121-2/+2
* * lib/shell/command-processor.rb: fix typo by Sho Hashimoto.naruse2010-01-122-2/+7
* * lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou2010-01-123-5/+64
* * string.c (rb_str_set_len): call rb_str_modify.akr2010-01-123-1/+8
* * file.c (realpath_internal): call rb_secure.akr2010-01-122-0/+7
* * lib/net/http.rb (Net::HTTP.start): options may not be given.nobu2010-01-122-6/+12
* * ext/readline/readline.c (readline_readline): check if instreamnobu2010-01-122-2/+12
* * 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