aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * iseq.c (iseq_s_disasm): check for proc first. based on thenobu2010-01-203-6/+11
* * 2010-01-20svn2010-01-201-2/+2
* * common.mk (compile.$(OBJEXT)): dependencies lacking.shyouhei2010-01-204-6/+16
* * lib/resolv.rb (Resolv::Config.default_config_hash): return annobu2010-01-192-2/+5
* * lib/resolv.rb (Resolv::DNS::Config#lazy_initialize): fixed thenobu2010-01-192-1/+6
* * Makefile.in (clean-ext): allow glob patterns.nobu2010-01-193-29/+32
* * ChangeLog: commit miss.usa2010-01-191-0/+5
* * ext/zlib/{extconf.rb, zlib.c): crc32_combine and adler32_combine isusa2010-01-192-0/+11
* * ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combinetenderlove2010-01-193-0/+51
* * test/ruby/test_array.rb: add some tests (for coverage).mame2010-01-183-0/+59
* * test/ruby/test_bignum.rb: some coerce definitions (for test) wasmame2010-01-182-4/+10
* * bignum.c (bigsub_int): remove nonsense loop.mame2010-01-182-2/+4
* * 2010-01-19svn2010-01-181-2/+2
* * parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} inmame2010-01-183-20/+83
* * lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu2010-01-183-2/+73
* * test/webrick/test_cgi.rb: require util.rb first to override thenobu2010-01-181-1/+1
* * lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu2010-01-182-2/+7
* Add call-seq for Net::HTTP.start.naruse2010-01-181-0/+4
* * 2010-01-18svn2010-01-171-2/+2
* * ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fixknu2010-01-175-6/+54
* * ext/digest/digest.c (rb_digest_instance_digest)knu2010-01-172-8/+8
* * math.c (domain_check): check errno first.nobu2010-01-172-4/+8
* * lib/webrick/https.rb (parse_uri, meta_vars): suppress warnings.nobu2010-01-172-2/+3
* * ext/iconv/iconv.c (rb_str_derive): use long.nobu2010-01-172-4/+6
* * ext/iconv/iconv.c (iconv_convert): suppress a warning.nobu2010-01-174-6/+48
* * lib/mkmf.rb (have_header, create_header): use String#tr_cpp.nobu2010-01-172-2/+6
* Add *.onaruse2010-01-161-0/+1
* * 2010-01-17svn2010-01-161-2/+2
* Fix test when default_external is US-ASCII.naruse2010-01-161-1/+2
* * 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