summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-17* ext/digest/digest.c (rb_digest_instance_digest)knu
2010-01-17* math.c (domain_check): check errno first.nobu
2010-01-17* lib/webrick/https.rb (parse_uri, meta_vars): suppress warnings.nobu
2010-01-17* ext/iconv/iconv.c (rb_str_derive): use long.nobu
2010-01-17* ext/iconv/iconv.c (iconv_convert): suppress a warning.nobu
2010-01-17* lib/mkmf.rb (have_header, create_header): use String#tr_cpp.nobu
2010-01-16Add *.onaruse
2010-01-16* 2010-01-17svn
2010-01-16Fix test when default_external is US-ASCII.naruse
2010-01-14* numeric.c (flo_hash, int_chr): fixed type.nobu
2010-01-14* string.c (rb_str_concat): fixed range check for Fixnum, andnobu
2010-01-14* string.c (rb_str_concat): raise RangeError when the argument isnaruse
2010-01-13* time.c (time_to_r): convert to rational if internal representationakr
2010-01-13update rdoc.akr
2010-01-13* time.c (time_mdump): use nano_num and nano_den instead of subnano toakr
2010-01-13* 2010-01-14svn
2010-01-13add tests.akr
2010-01-13fix typos.akr
2010-01-13Add news.naruse
2010-01-13* object.c (rb_class_initialize): Make sure BasicObject doesn't get initializ...marcandre
2010-01-13* ChangeLog: small typo.usa
2010-01-13* ChangeLog: added reporter's name.nobu
2010-01-12* configure.in: check for if struct timezone is defined.nobu
2010-01-12* 2010-01-13svn
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