aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * util.c (ruby_strtod): check integr overflow.naruse2010-09-061-0/+1
* * file.c (rb_file_s_readlink): symlink target should be innobu2010-09-041-1/+4
* * ext/pty/pty.c (chfunc): restore errno from SystemCallError andnobu2010-09-021-0/+8
* Imported minitest 1.7.1 r5835ryan2010-09-012-195/+330
* * string.c (tr_setup_table): optimized. don't create hash objectsnaruse2010-09-011-0/+1
* * thread.c (ruby_suppress_tracing): restore the state and invokenobu2010-09-011-0/+12
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-301-0/+1
* * string.c (tr_setup_table): initialize negating table whennaruse2010-08-301-0/+5
* * lib/rdoc/parser/ruby.rb (RDoc#parse_class): ignore non-constantnobu2010-08-291-0/+2
* * file.c (rb_get_path_check): clarify error message fornobu2010-08-291-0/+8
* * vm.c (rb_thread_method_id_and_class): curried proc has nonobu2010-08-291-0/+8
* * load.c (rb_provide_feature): clarify error message for frozennobu2010-08-291-0/+7
* * load.c (load_failed): should honor encoding. [ruby-core:31915]nobu2010-08-291-0/+6
* * test/pathname/test_pathname.rb (test_expand_path): should treat drive letter.usa2010-08-291-5/+10
* * ext/bigdecimal/bigdecimal.c (BigDecimal_save_exception_mode,mrkn2010-08-281-0/+36
* * string.c (rb_str_prepend): new method by Sora Harakamishyouhei2010-08-271-0/+16
* * math.c (math_atan2): change the behavior when x and y are zero.mrkn2010-08-271-1/+4
* * array.c (rb_ary_shuffle_bang): bail out from modification duringnobu2010-08-261-1/+55
* Creating dummy library for dl/fiddle tests on AIX.kanemoto2010-08-262-0/+56
* * array.c (rb_ary_shuffle_bang): check number of argument.nobu2010-08-261-0/+1
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_excepti...mrkn2010-08-261-0/+35
* * array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu2010-08-251-0/+13
* reverted to r29091; r29092 breaks test-allshyouhei2010-08-251-13/+0
* * random.c (rb_random_real): check the range of result.nobu2010-08-251-0/+13
* * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu2010-08-232-1/+17
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): to_f must underflow when the...mrkn2010-08-231-0/+10
* * ext/pathname/pathname.c (path_each_line): Pathname#each_lineakr2010-08-231-0/+17
* * backport r29071 from ruby_1_8;nahi2010-08-231-0/+14
* * util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse2010-08-231-0/+2
* * lib/date.rb, lib/date/format.rb: [ruby-core:31695]tadf2010-08-221-1/+0
* * test/ruby/test_super.rb: add test.wanabe2010-08-211-0/+45
* * ext/pathname/pathname.c (path_expand_path): Pathname#expand_pathakr2010-08-201-0/+8
* * backport r28621 and r28632 from ruby_1_8;nahi2010-08-192-1/+285
* * array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c...mrkn2010-08-191-0/+10
* * array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa...mrkn2010-08-181-0/+3
* * regcomp.c: revert r26701; it introduces Bug #3681.naruse2010-08-171-0/+1
* * test/ruby/test_io.rb (test_threaded_flush): test "hi" is not outputakr2010-08-171-1/+3
* Tue Aug 17 07:38:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu2010-08-161-0/+2
* * ext/pathname/pathname.c (path_basename): Pathname#basename translatedakr2010-08-161-0/+1
* * ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs): suppo...mrkn2010-08-141-1/+1
* * test/coverage/test_coverage.rb: added.nobu2010-08-141-0/+17
* * test/objspace/test_objspace.rb: added test for objspace.nari2010-08-141-0/+44
* wait a process.akr2010-08-111-0/+1
* * test/ruby/test_rubyoptions.rb (test_script_from_stdin): disableakr2010-08-111-18/+23
* * lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bu...mrkn2010-08-111-0/+8
* * lib/optparse.rb: suppress a warning.akr2010-08-101-0/+1
* * ext/pathname/pathname.c (path_open): Pathname#openakr2010-08-091-1/+19
* * test/ruby/test_signal.rb (TestSignal#test_exit_action): use spawnakr2010-08-091-3/+5
* * test/ruby/test_require.rb (test_require_too_long_filename):nobu2010-08-081-1/+1
* fix a test name.akr2010-08-081-1/+1