summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-21* test/ruby/test_bignum.rb, test/ruby/test_class.rb,mame
2010-01-21* 2010-01-22svn
2010-01-21* test/ruby/test_require.rb (test_define_class): expect TypeErrormame
2010-01-21* configure.in: some tidy.shyouhei
2010-01-21* array.c (rb_ary_rotate): new methods, Array#rotate! andnobu
2010-01-21* array.c (rb_ary_reverse_m): copy directly.nobu
2010-01-21* configure.in: use AS_CASE instead of when, to get rid ofnobu
2010-01-20* iseq.c (iseq_s_disasm): check for proc first. based on thenobu
2010-01-20* 2010-01-20svn
2010-01-20 * common.mk (compile.$(OBJEXT)): dependencies lacking.shyouhei
2010-01-19* lib/resolv.rb (Resolv::Config.default_config_hash): return annobu
2010-01-19* lib/resolv.rb (Resolv::DNS::Config#lazy_initialize): fixed thenobu
2010-01-19* Makefile.in (clean-ext): allow glob patterns.nobu
2010-01-19* ChangeLog: commit miss.usa
2010-01-19* ext/zlib/{extconf.rb, zlib.c): crc32_combine and adler32_combine isusa
2010-01-19* ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combinetenderlove
2010-01-18* test/ruby/test_array.rb: add some tests (for coverage).mame
2010-01-18* test/ruby/test_bignum.rb: some coerce definitions (for test) wasmame
2010-01-18* bignum.c (bigsub_int): remove nonsense loop.mame
2010-01-18* 2010-01-19svn
2010-01-18* parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} inmame
2010-01-18* lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu
2010-01-18* test/webrick/test_cgi.rb: require util.rb first to override thenobu
2010-01-18* lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu
2010-01-18Add call-seq for Net::HTTP.start.naruse
2010-01-17* 2010-01-18svn
2010-01-17* ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fixknu
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