aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * process.c (proc_seteuid_m): fix argument.nobu2011-12-051-0/+12
* * lib/delegate.rb (Delegator#methods): Kernel#methods receivesnaruse2011-12-041-0/+7
* Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena2011-12-041-0/+48
* * variable.c (set_const_visibility): Module#private_constant hasmame2011-12-031-0/+13
* Fix 33906: remove JSON::Ext::Generator::GeneratorMethods::String.naruse2011-11-301-0/+2
* * variable.c (rb_path2class): don't raise NameError when the middlenaruse2011-11-301-0/+12
* * test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.nobu2011-11-301-31/+8
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-302-6/+10
* * lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline charsusa2011-11-301-10/+0
* * ext/psych/parser.c (parse): parse method can take an option filetenderlove2011-11-301-0/+7
* Don't break tests.naruse2011-11-291-2/+2
* * lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain2011-11-281-2/+2
* * test/rake/test_rake_directory_task.rbusa2011-11-281-11/+17
* * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa2011-11-281-0/+9
* An address can be negative.naruse2011-11-271-1/+1
* Run the test only if /dev/tty exists.naruse2011-11-271-0/+1
* * test/openssl/test_engine.rb: remove side effect of generic engineemboss2011-11-261-16/+14
* * io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linuxkosaki2011-11-251-0/+13
* * test/openssl/test_engine.rb: use IO#reopen to restore stderr.akr2011-11-242-1/+13
* add a test.akr2011-11-241-0/+35
* * test/openssl/test_engine.rb: Suppress output from 'openssl'emboss2011-11-241-14/+16
* increase difference of priority to avoid false nagative test result.naruse2011-11-241-2/+2
* * io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse2011-11-231-0/+9
* Fix for r33811.naruse2011-11-221-0/+2
* * bignum.c (): refix of r33536. Don't change behavior of Bignum#/.naruse2011-11-221-0/+6
* * numeric.c (ruby_float_step): improve floating point calculations.naruse2011-11-221-0/+29
* * test/ruby/test_io.rb (test_fcntl_dupfd): there is no known platformakr2011-11-211-1/+1
* * test/ruby/test_io.rb (test_fcntl_dupfd): the argument of F_DUPFD isakr2011-11-211-1/+1
* * cont.c (fiber_switch): ignore fiber context switchnaruse2011-11-201-0/+5
* * lib/pathname.rb (Pathname#find): return an enumerator ifakr2011-11-191-0/+4
* * time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.akr2011-11-191-0/+7
* * test/net/http/test_http.rb: remove temporally files in ensure clause.akr2011-11-191-2/+4
* * test/net/http/test_http.rb: remove temporally files.akr2011-11-181-0/+2
* * ext/io/console/console.c (console_cooked, console_set_cooked):nobu2011-11-181-0/+15
* Imported minitest 2.8.1ryan2011-11-172-4/+61
* infinite loop seems to be fixed, so I can uncomment this assertion.tenderlove2011-11-171-3/+1
* * test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there areusa2011-11-162-2/+2
* * test/ruby/test_thread.rb (test_condvar_timed_wait): useakr2011-11-151-1/+2
* * test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is tooakr2011-11-151-1/+2
* * test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD testkosaki2011-11-151-2/+2
* revert r33752 and fix test case based [ruby-dev:44866].ayumin2011-11-141-4/+3
* * test/ruby/test_io.rb (test_fcntl_dupfd): fix test error onayumin2011-11-141-1/+2
* * bignum.c (rb_big2ull): fix 32bit platform breakage. we mustkosaki2011-11-141-6/+4
* * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki2011-11-141-0/+40
* * bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki2011-11-141-12/+3
* * test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki2011-11-141-0/+53
* * numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki2011-11-141-0/+145
* * test/webrick/test_cgi.rb (class TestWEBrickCGI): respectkosaki2011-11-122-0/+2
* * test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFDkosaki2011-11-121-1/+1
* * test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.kosaki2011-11-121-0/+11