aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/webrick/utils.rb (start_server): provide a reference to log ofmame2008-10-297-140/+147
* * 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
* merged r19975 and r19978 from ruby_1_9_1 into trunk.yugui2008-10-281-1/+1
* * 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
* * test_cgi_multipart.rb (_prepare): tempfile should be binmode.usa2008-10-281-1/+1
* * 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/minitest/test_mini_test.rbyugui2008-10-271-2/+2
* * test/minitest/test_mini_test.rb: fixed that r19958 madeyugui2008-10-271-2/+4
* * test/ruby/envutil.rb: reverted the changeset 19948 because ityugui2008-10-272-2/+2
* * test/minitest/test_mini_test.rb (test_filter_backtrace):yugui2008-10-271-11/+14
* * test/nkf/test_nkf.rb: add a test for [ruby-dev:36909].mame2008-10-261-0/+6
* * test/json/test_json.rb: remove dependency on permutation gem.mame2008-10-261-21/+13
* * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu2008-10-262-2/+2
* Update to RubyGems 1.3.1 r1909.drbrain2008-10-2562-240/+185
* Imported minitest 1.3.0 r4429. Fixes issues reported by akira and noburyan2008-10-252-22/+49
* * test/ruby/test_proc.rb (test_proc_args_unleashed): test fornobu2008-10-252-0/+18
* * lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg22008-10-253-6/+12
* Import RDoc 2.2.2 r192drbrain2008-10-2416-43/+90
* * test/ruby/test_array.rb (test_sample): add tests for size ofmame2008-10-241-0/+17
* * lib/cgi/html.rb: allow symbolized key. xibbar2008-10-241-0/+1
* fix test for 1.8xibbar2008-10-241-3/+6
* * test/ruby/test_array.rb (TestArray#test_join): should restorematz2008-10-242-2/+5
* * lib/cgi/core.rb (read_multipart): change field value as Stringxibbar2008-10-241-6/+22
* * test/ruby/test_signal.rb (TestSignal#test_exit_action): Threadkazu2008-10-241-1/+1
* * string.c (rb_external_str_new_with_enc): no implicit strlen call.matz2008-10-222-10/+4
* Fixed test failures [ruby-dev:36837].seki2008-10-211-1/+0
* * ext/stringio/stringio.c (strio_write): should convert writingmatz2008-10-211-1/+1
* * ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz2008-10-211-1/+1
* * ext/zlib/zlib.c: remove obsolete prototype macros.matz2008-10-211-1/+11
* * ext/iconv/iconv.c (strip_glibc_option, map_charset): check ifnobu2008-10-211-0/+7
* * io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz2008-10-201-3/+3
* fix test of multipartxibbar2008-10-201-13/+17
* * test/runner.rb: search srcdir/test/arg at first to find test/rubyakr2008-10-201-3/+3
* * lib/test/unit.rb (Test::Unit.setup_argv): call given block forakr2008-10-191-1/+21
* * enc/trans/single_byte.trans: adding WINDOWS-wwww encodingsduerst2008-10-191-0/+259
* * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg22008-10-1811-10/+10
* add test for {SimpleDelegator, DelegateClass}#class .xibbar2008-10-181-0/+12
* add test for encoding option.xibbar2008-10-181-0/+21
* * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz2008-10-181-1/+2
* * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal): matz2008-10-171-1/+5