summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-08-26Creating dummy library for dl/fiddle tests on AIX.kanemoto
2010-08-26* array.c (rb_ary_shuffle_bang): check number of argument.nobu
2010-08-26* ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_excepti...mrkn
2010-08-25* array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu
2010-08-25reverted to r29091; r29092 breaks test-allshyouhei
2010-08-25* random.c (rb_random_real): check the range of result.nobu
2010-08-23* array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu
2010-08-23* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): to_f must underflow when the...mrkn
2010-08-23* ext/pathname/pathname.c (path_each_line): Pathname#each_lineakr
2010-08-23 * backport r29071 from ruby_1_8;nahi
2010-08-23* util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse
2010-08-22 * lib/date.rb, lib/date/format.rb: [ruby-core:31695]tadf
2010-08-21* test/ruby/test_super.rb: add test.wanabe
2010-08-20* ext/pathname/pathname.c (path_expand_path): Pathname#expand_pathakr
2010-08-19 * backport r28621 and r28632 from ruby_1_8;nahi
2010-08-19* array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c...mrkn
2010-08-18* array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa...mrkn
2010-08-17* regcomp.c: revert r26701; it introduces Bug #3681.naruse
2010-08-17* test/ruby/test_io.rb (test_threaded_flush): test "hi" is not outputakr
2010-08-16Tue Aug 17 07:38:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu
2010-08-16* ext/pathname/pathname.c (path_basename): Pathname#basename translatedakr
2010-08-14* ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs): suppo...mrkn
2010-08-14* test/coverage/test_coverage.rb: added.nobu
2010-08-14* test/objspace/test_objspace.rb: added test for objspace.nari
2010-08-11wait a process.akr
2010-08-11* test/ruby/test_rubyoptions.rb (test_script_from_stdin): disableakr
2010-08-11* lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bu...mrkn
2010-08-10* lib/optparse.rb: suppress a warning.akr
2010-08-09* ext/pathname/pathname.c (path_open): Pathname#openakr
2010-08-09* test/ruby/test_signal.rb (TestSignal#test_exit_action): use spawnakr
2010-08-08* test/ruby/test_require.rb (test_require_too_long_filename):nobu
2010-08-08fix a test name.akr
2010-08-08* parse.y (parser_tokadd_escape): no similar messages twice.nobu
2010-08-07* ext/pathname/pathname.c (path_fnmatch): Pathname#fnmatch andakr
2010-08-07* test/ruby/envutil.rb (EnvUtil.invoke_ruby): merge stdout and stderrakr
2010-08-07* ext/pathname/pathname.c (path_lchown): Pathname#lchown translatedakr
2010-08-07* ext/pathname/pathname.c (path_sub_ext): don't clobber shared string.nobu
2010-08-07* vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu
2010-08-07* test/ruby/envutil.rb (assert_normal_exit): use assert. fixakr
2010-08-06* rational.c (nurat_div): divided by infinity should be zero.nobu
2010-08-06* rational.c (nurat_div): divided by float zero should benobu
2010-08-05* compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): drop unused ARGSCATmame
2010-08-05* compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): revert r28870 and r28873mame
2010-08-05* compile.c (iseq_compile_each): to_a method should be called.nobu
2010-08-05* compile.c (iseq_compile_each): drop unused ARGSCAT results.nobu
2010-08-05* complex.c (nucomp_marshal_load): should check the argument.nobu
2010-08-05* marshal.c (w_float): should not append a dot if no fractal partnobu
2010-08-05* string.c (rb_str_set_len): should fail to modify shared string.nobu
2010-08-04 * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu
2010-08-04* string.c (rb_str_resize): should copy the content properly. anobu