summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-07* bootstraptest/runner.rb: sort test files.akr
2010-02-07* test/dl/test_handle.rb (test_NEXT): fix for BSD.naruse
2010-02-07* lib/rake.rb (Rake::FileList::ARRAY_METHODS): fix test failure by <=>akr
2010-02-06* math.c (math_lgamma): initialize sign becauseakr
2010-02-06* class.c (rb_class_init_copy): raise a TypeError if the argument isshugo
2010-02-06* 2010-02-07svn
2010-02-06* lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo
2010-02-06added a ChangeLog entry.shugo
2010-02-06ext/curses/view2.rb: replaced with Hugh Sasse's version.shugo
2010-02-06test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code.shugo
2010-02-06* test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a testshugo
2010-02-06added a ChangeLog entry.shugo
2010-02-06* lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo
2010-02-06added a ChangeLog entry.shugo
2010-02-06* test/net/imap/test_imap.rb (test_exception_during_idle): use timeout.shugo
2010-02-06* lib/monitor.rb (wait): supported timeout.shugo
2010-02-06fix a test.akr
2010-02-06* tool/compile_prelude.rb: fix require path.mame
2010-02-06* lib/delegate.rb (Delegator#method_missing),nobu
2010-02-06* test/test_delegate.rb (TestDelegateClass::IV#initialize): shouldnobu
2010-02-06* ext/socket/ipsocket.c (ip_addr, ip_peeraddr),nobu
2010-02-05* ext/stringio/stringio.c (strio_ungetc): pads with \000 when themame
2010-02-05* ext/purelib.rb, common.mk: to simulate ruby command more precisely,mame
2010-02-05fix typos.akr
2010-02-05* 2010-02-06svn
2010-02-05* random.c (fill_random_seed): don't use O_NOFOLLOW becauseakr
2010-02-05* lib/delegate.rb (Delegator): include copy of Kernel.nobu
2010-02-05* bignum.c (big_op): remove unused variables.naruse
2010-02-04* lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove
2010-02-04* 2010-02-05svn
2010-02-04* bignum.c (big_gt, big_ge, big_lt, big_ge): added Bignum#>, >=, < andmame
2010-02-04* ext/io/nonblock (Makefile,extconf.h.mkmf.log): svn:ignore.naruse
2010-02-04* thread_pthread.c (native_thread_init_stack): use get_stack.naruse
2010-02-04* configure.in: FreeBSD, DragonFly BSD and Mac OS X needsnaruse
2010-02-03* lib/delegate.rb (Delegator): now inherits BasicObject.nobu
2010-02-03* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): get red ofmame
2010-02-03* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix infinitymame
2010-02-03* time.c (time_mdump, time_mload): dump/load utc_offset.nobu
2010-02-03* time.c (quo, time_mdump): use RRATIONAL().nobu
2010-02-03* NEWS (socket): Socket.do_not_reverse_lookup.nobu
2010-02-03add comment.akr
2010-02-03* configure.in: check for non-portable stack attribute functions.nobu
2010-02-03* configure.in: some tidy.nobu
2010-02-03* ext/iconv/charset_alias.rb: pass block argument to outer localakr
2010-02-03* file.c (realpath_rec): rb_path_last_separator may return NULL.akr
2010-02-03* thread_pthread.c: DragonFlyBSD is also the same as FreeBSDnaruse
2010-02-03* thread_pthread.c (ruby_init_stack): use pthread_get_attr_npnaruse
2010-02-03* ext/dl/{closure,function}.c: removed C99 features and warnings.nobu
2010-02-03* ext/dl: eol-style.nobu
2010-02-03* enumerator.c: move implementation of each_slice, each_cons,matz