aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test cleanupkosaki2011-05-221-4/+26
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):kosaki2011-05-221-2/+3
* * test/openssl/test_pkey_dsa.rb: Add tests for sign/verify.emboss2011-05-211-0/+35
* * test/openssl/test_x509cert.rb: Merge DSA-related tests from ruby_1_8emboss2011-05-211-0/+34
* * ext/date/date_strftime(date_strftime_with_tmx): "%v" means "%e-%b-%Y".tadf2011-05-211-1/+1
* * io.c (rb_io_extract_modeenc): accept combination hash andkosaki2011-05-211-0/+12
* added tests.tadf2011-05-211-0/+5
* * test/date/test_switch_hitter.rb: new.tadf2011-05-211-0/+275
* * ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib.tadf2011-05-211-0/+3
* revert O_CLOEXEC patch series completely.kosaki2011-05-191-51/+0
* * test/ruby/test_signal.rb (test_signal_requiring): skip on Windows.usa2011-05-191-0/+1
* * test/openssl/test_pkey_rsa.rb: Add tests for sign/verify.emboss2011-05-181-0/+31
* * eval.c (setup_exception): internal exception should be hiddennobu2011-05-181-0/+25
* * test/test_singleton.rb: Add tests from lib/singleton.rb. Patch bydrbrain2011-05-171-2/+90
* * test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): add null check.kosaki2011-05-171-4/+4
* Fix FreeBSD test failure.kosaki2011-05-171-1/+1
* * lib/rdoc.rb: Update to RDoc 3.6.1, allows OpenSSL::Digest to bedrbrain2011-05-151-10/+26
* * test/ruby/test_signal.rb (TestSignal#test_signal_process_group):kosaki2011-05-151-0/+2
* * signal.c (rb_f_kill): accept '-SIGXXX' style signal with Symbol ornagachika2011-05-151-0/+12
* * cont.c (cont_init): clear macihne_stack_start/end of saved thread tonagachika2011-05-151-0/+11
* * remove trailing spaces.nobu2011-05-1564-258/+258
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):kosaki2011-05-141-0/+8
* Sat May 14 12:00:54 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-142-4/+129
* * lib/rdoc/context.rb (class RDoc): Fix infinite loop caused bydrbrain2011-05-142-2/+40
* Sat May 14 10:32:36 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-141-0/+112
* * lib/rdoc.rb: Updated to RDoc 3.6drbrain2011-05-1410-9/+391
* Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-131-42/+0
* Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-131-0/+42
* * test/dl/test_base.rb (Fiddle::LIBC_SO): its always msvc*.dll onusa2011-05-121-1/+1
* * lib/test/unit.rb: Add option for hiding skip messages when testsorah2011-05-102-0/+27
* * test/ruby/test_{complex,rational}.rb: added tests.tadf2011-05-092-0/+50
* * complex.c (string_to_c_internal): a refactoring.tadf2011-05-091-4/+1
* * complex.c (string_to_c_internal): support scientific notation.mrkn2011-05-091-0/+4
* * test/ruby/test_{complex2,complexrational}.rb: use skip.tadf2011-05-086-56/+29
* never skiptadf2011-05-082-2/+4
* fixedtadf2011-05-081-1/+1
* * test/date/*.rb: NEVER SKIP.tadf2011-05-085-47/+51
* * test/date/*.rb: reverted 31432.tadf2011-05-084-26/+26
* * test/date/*.rb: reverted 31483.tadf2011-05-084-26/+26
* Revert r31478.naruse2011-05-084-26/+26
* * test/date/*.rb: use skip /w messages.tadf2011-05-084-26/+26
* * test/io/wait/test_io_wait.rb: Linux socketpair(2) only supportkosaki2011-05-071-1/+5
* * test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.kosaki2011-05-071-8/+2
* * test/io/wait/test_io_wait.rb: skip tests if the platform iskosaki2011-05-071-0/+7
* * test/ruby/test_io.rb (TestIO#test_readpartial_lock),nobu2011-05-071-2/+2
* * ext/syck/rubyext.c (mktime_do): extra digits are not used.nobu2011-05-061-0/+24
* * test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): fix false positivekosaki2011-05-051-19/+39
* * eval.c (frame_func_id): __method__ return different name fromnagachika2011-05-051-0/+26
* * test/date/test_date_base.rb: don't use no message skip().kosaki2011-05-041-22/+22
* * io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki2011-05-041-0/+31