aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * class.c (rb_class_init_copy): raise a TypeError if the argument isshugo2010-02-063-0/+10
* * 2010-02-07svn2010-02-061-2/+2
* * lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo2010-02-062-2/+15
* added a ChangeLog entry.shugo2010-02-061-0/+5
* ext/curses/view2.rb: replaced with Hugh Sasse's version.shugo2010-02-061-97/+131
* test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code.shugo2010-02-061-1/+1
* * test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a testshugo2010-02-061-3/+15
* added a ChangeLog entry.shugo2010-02-061-0/+6
* * lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo2010-02-062-2/+31
* added a ChangeLog entry.shugo2010-02-061-0/+6
* * test/net/imap/test_imap.rb (test_exception_during_idle): use timeout.shugo2010-02-061-1/+10
* * lib/monitor.rb (wait): supported timeout.shugo2010-02-062-11/+23
* fix a test.akr2010-02-061-1/+3
* * tool/compile_prelude.rb: fix require path.mame2010-02-062-1/+5
* * lib/delegate.rb (Delegator#method_missing),nobu2010-02-062-16/+14
* * test/test_delegate.rb (TestDelegateClass::IV#initialize): shouldnobu2010-02-061-0/+2
* * ext/socket/ipsocket.c (ip_addr, ip_peeraddr),nobu2010-02-063-16/+82
* * ext/stringio/stringio.c (strio_ungetc): pads with \000 when themame2010-02-052-10/+24
* * ext/purelib.rb, common.mk: to simulate ruby command more precisely,mame2010-02-053-2/+7
* fix typos.akr2010-02-051-4/+4
* * 2010-02-06svn2010-02-051-2/+2
* * random.c (fill_random_seed): don't use O_NOFOLLOW becauseakr2010-02-053-4/+7
* * lib/delegate.rb (Delegator): include copy of Kernel.nobu2010-02-053-17/+65
* * bignum.c (big_op): remove unused variables.naruse2010-02-052-2/+4
* * lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove2010-02-044-17/+26
* * 2010-02-05svn2010-02-041-2/+2
* * bignum.c (big_gt, big_ge, big_lt, big_ge): added Bignum#>, >=, < andmame2010-02-042-0/+116
* * ext/io/nonblock (Makefile,extconf.h.mkmf.log): svn:ignore.naruse2010-02-040-0/+0
* * thread_pthread.c (native_thread_init_stack): use get_stack.naruse2010-02-043-24/+32
* * configure.in: FreeBSD, DragonFly BSD and Mac OS X needsnaruse2010-02-042-0/+8
* * lib/delegate.rb (Delegator): now inherits BasicObject.nobu2010-02-033-16/+38
* * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): get red ofmame2010-02-032-1/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix infinitymame2010-02-032-1/+21
* * time.c (time_mdump, time_mload): dump/load utc_offset.nobu2010-02-033-3/+42
* * time.c (quo, time_mdump): use RRATIONAL().nobu2010-02-032-6/+6
* * NEWS (socket): Socket.do_not_reverse_lookup.nobu2010-02-031-0/+2
* add comment.akr2010-02-031-1/+1
* * configure.in: check for non-portable stack attribute functions.nobu2010-02-032-1/+8
* * configure.in: some tidy.nobu2010-02-031-33/+28
* * ext/iconv/charset_alias.rb: pass block argument to outer localakr2010-02-033-3/+9
* * file.c (realpath_rec): rb_path_last_separator may return NULL.akr2010-02-032-1/+6
* * thread_pthread.c: DragonFlyBSD is also the same as FreeBSDnaruse2010-02-032-3/+8
* * thread_pthread.c (ruby_init_stack): use pthread_get_attr_npnaruse2010-02-032-7/+23
* * ext/dl/{closure,function}.c: removed C99 features and warnings.nobu2010-02-033-161/+172
* * ext/dl: eol-style.nobu2010-02-030-0/+0
* * enumerator.c: move implementation of each_slice, each_cons,matz2010-02-034-150/+167
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-0321-378/+802
* * 2010-02-03svn2010-02-021-2/+2
* unused variable removed.akr2010-02-021-2/+0
* use require_relative.akr2010-02-0227-29/+27