aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * cont.c (rb_fiber_start): calls with exact argument number.nobu2008-12-011-0/+4
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui2008-11-301-1/+3
* * iseq.c (simple_default_value): extracts simplest defaultnobu2008-11-282-0/+113
* * numeric.c (flodivmod): floating point division should raisematz2008-11-271-3/+1
* * strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo2008-11-241-0/+7
* * strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo2008-11-241-0/+12
* * strftime.c (rb_strftime): The precision of %0N should be 9.shugo2008-11-241-1/+1
* * strftime.c (rb_strftime): The default precision should be 1, notshugo2008-11-241-0/+5
* * test/ruby/test_method.rb (TestMethod#test_default_accessibility):yugui2008-11-221-4/+4
* * test/ruby/test_method.rb (test_default_accessiblity): test case foryugui2008-11-221-0/+16
* * test/ruby/test_transcode.rb: unnecessary setup methodduerst2008-11-111-15/+0
* * enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst2008-11-111-0/+347
* trivial changes.tadf2008-11-102-2/+2
* * test/ruby/test_array.rb (test_array_subclass) test for r20076.yugui2008-10-311-0/+2
* * enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst2008-10-311-0/+73
* * ruby.c (process_options): delays setting safe level.nobu2008-10-301-0/+4
* * array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame2008-10-291-0/+8
* * test/ruby/test_array.rb: add some tests.mame2008-10-291-0/+29
* * io.c (rb_io_rewind): should reset fptr->readconv if it'smatz2008-10-291-8/+16
* * test/ruby/test_array (test_permutation): add a test that replacesmame2008-10-291-0/+5
* * test/ruby/test_array.rb (test_pack): use utf-8.nobu2008-10-292-4/+4
* * test/ruby/test_proc.rb: filled all patterns for testingyugui2008-10-281-0/+197
* * test/ruby/test_require.rb (test_require_too_long_filename): too longusa2008-10-281-5/+9
* * test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc isusa2008-10-281-1/+1
* * test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fdusa2008-10-281-1/+7
* * test/ruby/test_io.rb (test_copy_stream, test_copy_stream_socket): skip someusa2008-10-281-50/+80
* * test/ruby/test_file.rb (test_*_extended_file): forgot to set mode.usa2008-10-281-13/+13
* * test/ruby/test_file.rb (test_*_extended_file): test in default/text/binaryusa2008-10-281-32/+46
* * test/ruby/test_file.rb (test_each_char_extended_file,usa2008-10-281-0/+16
* * test/ruby/test_argf.rb (test_readpartial2): readpartial works just likeusa2008-10-281-0/+2
* * vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui2008-10-271-0/+160
* * test/ruby/test_argf.rb (test_{argf,lineno,lineno2}): don't repeatnobu2008-10-271-16/+17
* * io.c (argf_init): initial value of $. should be 0.nobu2008-10-271-1/+1
* * test/ruby/envutil.rb: reverted the changeset 19948 because ityugui2008-10-272-2/+2
* * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu2008-10-262-2/+2
* * test/ruby/test_proc.rb (test_proc_args_unleashed): test fornobu2008-10-252-0/+18
* * test/ruby/test_array.rb (test_sample): add tests for size ofmame2008-10-241-0/+17
* * test/ruby/test_array.rb (TestArray#test_join): should restorematz2008-10-242-2/+5
* * test/ruby/test_signal.rb (TestSignal#test_exit_action): Threadkazu2008-10-241-1/+1
* * io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz2008-10-201-3/+3
* * enc/trans/single_byte.trans: adding WINDOWS-wwww encodingsduerst2008-10-191-0/+259
* * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz2008-10-181-1/+2
* * ruby.c (proc_options): no warning when default_external alreadymatz2008-10-161-2/+2
* add an assertion.akr2008-10-161-1/+3
* * io.c (rb_io_binmode): reset encoding conversion.akr2008-10-161-1/+12
* * test/ruby/test_transcode.rb (TestTranscode#test_errors):matz2008-10-151-2/+0
* add test for %B.akr2008-10-141-1/+6
* * enc/trans/single_byte.trans: added windows-1252duerst2008-10-141-0/+27
* * test/ruby/test_variable.rb (TestVariable#test_variable): addkazu2008-10-141-0/+1
* * test/ruby/test_module.rb (test_remove_class_variable): add a testmame2008-10-092-10/+16