aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combinetenderlove2010-01-191-0/+7
* * test/ruby/test_array.rb: add some tests (for coverage).mame2010-01-181-0/+6
* * test/ruby/test_bignum.rb: some coerce definitions (for test) wasmame2010-01-181-0/+5
* * bignum.c (bigsub_int): remove nonsense loop.mame2010-01-181-0/+4
* * parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} inmame2010-01-181-0/+8
* * lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu2010-01-181-0/+5
* * lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu2010-01-181-0/+5
* * ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fixknu2010-01-171-0/+8
* * ext/digest/digest.c (rb_digest_instance_digest)knu2010-01-171-0/+6
* * math.c (domain_check): check errno first.nobu2010-01-171-0/+4
* * ext/iconv/iconv.c (rb_str_derive): use long.nobu2010-01-171-1/+3
* * ext/iconv/iconv.c (iconv_convert): suppress a warning.nobu2010-01-171-1/+5
* * lib/mkmf.rb (have_header, create_header): use String#tr_cpp.nobu2010-01-171-0/+4
* * numeric.c (flo_hash, int_chr): fixed type.nobu2010-01-141-0/+4
* * string.c (rb_str_concat): fixed range check for Fixnum, andnobu2010-01-141-0/+5
* * string.c (rb_str_concat): raise RangeError when the argument isnaruse2010-01-141-0/+5
* * time.c (time_to_r): convert to rational if internal representationakr2010-01-131-0/+5
* * time.c (time_mdump): use nano_num and nano_den instead of subnano toakr2010-01-131-0/+7
* fix typos.akr2010-01-131-5/+5
* * object.c (rb_class_initialize): Make sure BasicObject doesn't get initializ...marcandre2010-01-131-0/+7
* * 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-121-0/+9
* * lib/shell/command-processor.rb: fix typo by Sho Hashimoto.naruse2010-01-121-0/+5
* * lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou2010-01-121-0/+5
* * string.c (rb_str_set_len): call rb_str_modify.akr2010-01-121-0/+7
* * file.c (realpath_internal): call rb_secure.akr2010-01-121-0/+4
* * lib/net/http.rb (Net::HTTP.start): options may not be given.nobu2010-01-121-0/+4
* * ext/readline/readline.c (readline_readline): check if instreamnobu2010-01-121-1/+9
* * test/ruby/test_process.rb (test_execopts_env): MANDATORY_ENVS mightwanabe2010-01-121-0/+5
* * lib/net/http.rb (Net::HTTP#start): add hash argument tonaruse2010-01-121-0/+6
* * win32/win32.c (init_env): use _wputenv() instead ofusa2010-01-121-0/+7
* * file.c (realpath_rec): trace symbolic link only when supportingusa2010-01-121-0/+5
* * misc/ruby-mode.el (ruby-here-doc-beg-match): fix for here-docnobu2010-01-121-0/+5
* * hash.c: need to include errno.h for EINVAL.usa2010-01-121-0/+6
* * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr2010-01-121-0/+15
* * hash.c (ruby_setenv): Improve the emulatation of setenv(3) onknu2010-01-111-0/+6
* forgot to add ticket ref.wanabe2010-01-111-0/+1
* * vm_insnhelper.h (GET_BLOCK_PTR): return 0 when in class frame.wanabe2010-01-111-0/+4
* * string.c (rb_str_strlen): added. [ruby-dev:40028]naruse2010-01-111-0/+6
* * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.nobu2010-01-111-0/+7
* * hash.c (ruby_setenv): ENV.[]= should raise an error if setenv(3)knu2010-01-111-0/+5
* * lib/webrick/accesslog.rb : Escape needed.shyouhei2010-01-101-0/+12
* * class.c (rb_define_class): raise TypeError same as classnobu2010-01-091-0/+5
* * lib/mkmf.rb (configuration): needs ARCH_FLAG.nobu2010-01-091-0/+4
* * common.mk (install-all): maybe typo.usa2010-01-091-0/+4
* * missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64.usa2010-01-091-0/+4
* * win32/configure.bat (WIN32DIR): regularise file separators.nobu2010-01-081-0/+4
* * proc.c (mnew): don't check visibility of method body if publicmame2010-01-081-0/+9
* * vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame2010-01-081-0/+5