aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * io.c (select_internal): remove unused variable (interrupt_flag).kosaki2011-05-121-0/+4
* * configure.in: limit to "T" type for prefix of external symbolskou2011-05-121-0/+9
* * test/dl/test_base.rb (Fiddle::LIBC_SO): its always msvc*.dll onusa2011-05-121-0/+5
* * lib/mkmf.rb (Logging.postpone): copy only when tmporary logfileusa2011-05-121-0/+5
* * ext/openssl/ossl_ssl.c: By trunk@31346, function check of SSLv2 is ...iwamatsu2011-05-121-0/+6
* * lib/set.rb (class Set): Add nodoc to internal-use methods. Patch by Pete...drbrain2011-05-111-1/+6
* Thu May 12 08:01:14 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-111-2/+8
* * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.drbrain2011-05-111-0/+8
* * Various .document files: Update .document files to match files whichdrbrain2011-05-111-2/+7
* Thu May 12 08:18:45 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-111-0/+6
* Thu May 12 07:27:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-111-0/+6
* * lib/forwardable.rb: support 'delegate :foo => :bar' for to meetkeiju2011-05-111-0/+5
* * lib/webrick: Add documentation for WEBrick::HTTPAuthdrbrain2011-05-101-0/+4
* * lib/rss.rb: Add documentation. Patch by Steve Klabnik.drbrain2011-05-101-0/+5
* * lib/test/unit.rb: Add option for hiding skip messages when testsorah2011-05-101-0/+8
* * common.mk (rdoc): Add rdoc-coverage ruledrbrain2011-05-101-0/+4
* * lib/webrick: Add Documentationdrbrain2011-05-101-0/+4
* * lib/webrick/log.rb: Hide copyright info from ridrbrain2011-05-091-0/+11
* * test/ruby/test_{complex,rational}.rb: added tests.tadf2011-05-091-0/+4
* * complex.c (string_to_c_internal): a refactoring.tadf2011-05-091-0/+4
* * string.c: Improve documentation for String#start_with? andnaruse2011-05-091-0/+6
* * complex.c (string_to_c_internal): support scientific notation.mrkn2011-05-091-0/+6
* * numeric.c (int_ord): remove K&R style.naruse2011-05-091-0/+5
* * test/ruby/test_{complex2,complexrational}.rb: use skip.tadf2011-05-081-0/+5
* never skiptadf2011-05-081-0/+8
* * test/date/*.rb: NEVER SKIP.tadf2011-05-081-0/+4
* * test/date/*.rb: reverted 31432.tadf2011-05-081-0/+4
* * test/date/*.rb: reverted 31483.tadf2011-05-081-0/+8
* Revert r31478.naruse2011-05-081-4/+0
* * thread_pthread.c (native_cond_timedwait): add to care EINTR.kosaki2011-05-081-0/+5
* * lib/time.rb (xmlschema): avoid passing any negative numbers.tadf2011-05-081-0/+4
* * ext/date/date_{parse,strptime}.c: introduced some macros.tadf2011-05-081-0/+4
* revert r31474. we cann't call xmalloc under FGLOCK.kosaki2011-05-081-7/+0
* * test/date/*.rb: use skip /w messages.tadf2011-05-081-0/+4
* * ext/date/lib/date/format.rb (_httpdate): omitted to call zone_to_diff.tadf2011-05-081-0/+4
* * ext/date/date_core.c (date_s_test_*): use macros.tadf2011-05-081-0/+4
* fix a typokazu2011-05-081-1/+1
* * thread_pthread.c (add_signal_thread_list): use xmalloc insteadkosaki2011-05-081-0/+7
* * thread_pthread.c: cleanup signal_thread_list related ifdef.kosaki2011-05-081-0/+6
* * test/io/wait/test_io_wait.rb: Linux socketpair(2) only supportkosaki2011-05-071-0/+6
* * test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.kosaki2011-05-071-3/+3
* * test/io/wait/test_io_wait.rb: skip tests if the platform iskosaki2011-05-071-0/+5
* * thread.c (rb_fd_zero): remove redundant zero fill.kosaki2011-05-071-0/+4
* * thread.c (rb_fd_init): remove volatile qualifier.kosaki2011-05-071-0/+4
* * thread.c (rb_fd_init_copy): new internal api. It provide efficientkosaki2011-05-071-0/+6
* r31460 is wrong fix. fix it again.kosaki2011-05-071-6/+5
* fix typoskazu2011-05-071-2/+2
* * thread_pthread.c (USE_MONOTONIC_COND): check the availabilitynobu2011-05-071-0/+7
* fix incorrect native_cond_signal call when deadlock was detected.kosaki2011-05-071-0/+6
* fix win32 native_cond_timedwait() makes SIGSEGV.kosaki2011-05-071-0/+15