aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* trivial changestadf2012-05-142-21/+25
* Check IFDISABLED on Mac OS X.naruse2012-05-141-3/+17
* Bug #6403: reset states after empty argsnobu2012-05-143-0/+14
* trivial changestadf2012-05-131-36/+17
* * ChangeLog: fix a typo.nagachika2012-05-131-1/+1
* * 2012-05-14svn2012-05-131-2/+2
* * enumerator.c (lazy_take_func, lazy_take): multiple calls ofnagachika2012-05-133-1/+19
* * test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fdnagachika2012-05-132-2/+9
* * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent ofnagachika2012-05-132-8/+5
* * ext/etc/etc.c (passwd_ensure): move endpwent() call fromakr2012-05-132-2/+9
* * ext/date/date_strftime.c: removed unused code and changed the style.tadf2012-05-132-1085/+584
* * ext/date/date_strftime.c: refactored.tadf2012-05-132-225/+206
* * 2012-05-13svn2012-05-121-2/+2
* * test/ruby/test_io.rb (class TestIO): Disable GC during IO tests toluislavena2012-05-122-0/+14
* Fixed issue number in fileutils changelog entrydrbrain2012-05-111-1/+1
* * ext/sdbm/init.c: Added documentation. Patch by Justin Collins,drbrain2012-05-112-3/+342
* * lib/fileutils.rb (cp_r): Fixed cp_r example. Patch by TJ Koblentzdrbrain2012-05-112-1/+6
* * thread.c (rb_threadptr_execute_interrupts_common):naruse2012-05-112-1/+20
* * 2012-05-12svn2012-05-111-2/+2
* Revert r35622.naruse2012-05-113-10/+2
* * thread.c (rb_threadptr_execute_interrupts_common): th->errinfo isnaruse2012-05-113-2/+10
* Add a test: BigDecimal("0").div(BigDecimal("Infinity")).naruse2012-05-111-0/+4
* Bug #6419: fix cmdarg beginnobu2012-05-113-0/+13
* * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,nobu2012-05-112-1/+7
* Revert r35616 "* ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]"nobu2012-05-112-297/+213
* lib/test/unit.rb: no unnecessary newlinesnobu2012-05-112-2/+10
* * ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]mrkn2012-05-102-213/+297
* * 2012-05-11svn2012-05-101-2/+2
* adding a few tests surrounding file open argumentstenderlove2012-05-101-0/+30
* fix the path of ifconfig.naruse2012-05-101-1/+1
* skip addresses whose interface is set as POINTOPOINT.naruse2012-05-101-3/+11
* Skip IPv6 addresses whose interface is set as IFDISABLED.naruse2012-05-101-8/+26
* test/minitest: Correct requiring path to metametameta.rb.nobu2012-05-103-2/+10
* * 2012-05-10svn2012-05-101-2/+2
* parse.y: debugging stuffnobu2012-05-102-0/+37
* Ignore mkmf-generated Makefiledrbrain2012-05-090-0/+0
* lib/mkmf.rb: check pkg-config resultnobu2012-05-092-2/+6
* * lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo2012-05-093-14/+24
* * test/rubygems/test_gem_remote_fetcher.rb: skip OpenSSL dependentnobu2012-05-092-7/+15
* Imported minitest 3.0.0 (r7435) w/ fixes for rubygems. 10955 tests, 2253343 a...ryan2012-05-099-67/+184
* * re.c (rb_reg_equal): Removed incorrect example for Regexp#== withdrbrain2012-05-082-1/+6
* * ext/date/date_core.c: reverted.tadf2012-05-082-32/+16
* * 2012-05-09svn2012-05-081-2/+2
* * lib/rinda/ring.rb (lookup_ring_any): fix Rinda::RingFinger.primary seki2012-05-082-2/+11
* fix typoskazu2012-05-081-2/+2
* * include/ruby/win32.h (FD_SET): change function to macro.shirosaki2012-05-087-23/+134
* * io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.shirosaki2012-05-083-0/+32
* test/mkmf/base.rb: hide compiler outputnobu2012-05-081-2/+6
* test: fix test conditionsnobu2012-05-083-7/+16
* test: why believe source directories are writable always?nobu2012-05-085-26/+29