aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/forwardable.rb: support 'delegate :foo => :bar' for to meetkeiju2011-05-112-2/+7
* * lib/csv.rb: fix a typo.nagachika2011-05-114-4/+4
* * lib/webrick: Add documentation for WEBrick::HTTPAuthdrbrain2011-05-1010-17/+285
* * 2011-05-11svn2011-05-101-2/+2
* * lib/rss.rb: Add documentation. Patch by Steve Klabnik.drbrain2011-05-102-4/+81
* * lib/test/unit.rb: Add option for hiding skip messages when testsorah2011-05-104-0/+40
* Use UTF-8 for rdoc-coverage and silence progress reporterdrbrain2011-05-101-1/+1
* * common.mk (rdoc): Add rdoc-coverage ruledrbrain2011-05-102-0/+8
* * lib/webrick: Add Documentationdrbrain2011-05-1012-18/+591
* * 2011-05-10svn2011-05-091-2/+2
* * lib/webrick/log.rb: Hide copyright info from ridrbrain2011-05-099-8/+19
* fixed indent.tadf2011-05-091-2/+2
* * test/ruby/test_{complex,rational}.rb: added tests.tadf2011-05-093-0/+54
* * complex.c (string_to_c_internal): a refactoring.tadf2011-05-093-7/+7
* * string.c: Improve documentation for String#start_with? andnaruse2011-05-092-4/+10
* * complex.c (string_to_c_internal): support scientific notation.mrkn2011-05-093-2/+13
* * 2011-05-09svn2011-05-091-2/+2
* * numeric.c (int_ord): remove K&R style.naruse2011-05-092-2/+6
* * test/ruby/test_{complex2,complexrational}.rb: use skip.tadf2011-05-087-56/+34
* never skiptadf2011-05-083-2/+12
* fixedtadf2011-05-081-1/+1
* * test/date/*.rb: NEVER SKIP.tadf2011-05-086-47/+55
* * test/date/*.rb: reverted 31432.tadf2011-05-085-26/+30
* * test/date/*.rb: reverted 31483.tadf2011-05-085-26/+34
* Revert r31478.naruse2011-05-085-30/+26
* * thread_pthread.c (native_cond_timedwait): add to care EINTR.kosaki2011-05-082-3/+20
* * lib/time.rb (xmlschema): avoid passing any negative numbers.tadf2011-05-082-1/+5
* * ext/date/date_{parse,strptime}.c: introduced some macros.tadf2011-05-083-10/+17
* revert r31474. we cann't call xmalloc under FGLOCK.kosaki2011-05-082-9/+2
* * test/date/*.rb: use skip /w messages.tadf2011-05-085-26/+30
* * ext/date/lib/date/format.rb (_httpdate): omitted to call zone_to_diff.tadf2011-05-082-2/+6
* * ext/date/date_core.c (date_s_test_*): use macros.tadf2011-05-082-24/+22
* fix a typokazu2011-05-081-1/+1
* * thread_pthread.c (add_signal_thread_list): use xmalloc insteadkosaki2011-05-082-2/+9
* * thread_pthread.c: cleanup signal_thread_list related ifdef.kosaki2011-05-082-42/+52
* * test/io/wait/test_io_wait.rb: Linux socketpair(2) only supportkosaki2011-05-072-1/+11
* * 2011-05-08svn2011-05-071-2/+2
* * test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.kosaki2011-05-072-11/+5
* * test/io/wait/test_io_wait.rb: skip tests if the platform iskosaki2011-05-072-0/+12
* * test/ruby/test_io.rb (TestIO#test_readpartial_lock),nobu2011-05-071-2/+2
* * thread.c (rb_fd_zero): remove redundant zero fill.kosaki2011-05-072-3/+5
* * thread.c (rb_fd_init): remove volatile qualifier.kosaki2011-05-073-4/+8
* * thread.c (rb_fd_init_copy): new internal api. It provide efficientkosaki2011-05-073-12/+32
* r31460 is wrong fix. fix it again.kosaki2011-05-072-8/+8
* fix typoskazu2011-05-071-2/+2
* * thread_pthread.c (USE_MONOTONIC_COND): check the availabilitynobu2011-05-073-3/+15
* remove debugging codekosaki2011-05-071-1/+0
* fix incorrect native_cond_signal call when deadlock was detected.kosaki2011-05-072-2/+8
* fix win32 native_cond_timedwait() makes SIGSEGV.kosaki2011-05-073-17/+48
* fix mutex deadlock test hang-up.kosaki2011-05-072-1/+7