summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* * test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in):nobu2008-10-171-0/+3
* * ext/socket/socket.c (init_sock): sockets should be binmode.shugo2008-10-171-0/+19
* * 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
* * lib/test/unit: removed test/unit.akr2008-10-161-16/+2
* * test/ruby/test_transcode.rb (TestTranscode#test_errors):matz2008-10-151-2/+0
* Disable minitest autorunner and run manually in order to get test/unit fork/s...ryan2008-10-151-1/+11
* 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
* * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu2008-10-141-0/+132
* * ext/win32ole/win32ole.c (load_conv_function51932): supportsuke2008-10-131-14/+6
* * ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,suke2008-10-121-0/+24
* * lib/csv/csv.rb: Added support for Encoding::default_internal.jeg22008-10-1010-137/+137
* Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rbryan2008-10-101-43/+1
* removed miniunit's testsryan2008-10-103-1094/+0
* Added minitest 1.3.0ryan2008-10-103-0/+1073
* * test/ruby/test_module.rb (test_remove_class_variable): add a testmame2008-10-092-10/+16
* * add test for Encoding#names.naruse2008-10-091-0/+9
* revert previous commit.akr2008-10-081-1/+0
* add an assertion.akr2008-10-081-0/+1
* * lib/date.rb (today,now): should produce own instances.tadf2008-10-071-0/+5
* * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar2008-10-062-4/+4
* * test/ruby/test_module.rb (TestModule#test_mod_constants): shouldmatz2008-10-061-4/+5
* * test/ruby/test_module.rb (TestModule#_wrap_assertion): addmatz2008-10-061-0/+4
* * string.c (rb_str_comparable): string comparison should bematz2008-10-061-3/+1
* * test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): testmatz2008-10-061-3/+1
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-1/+1
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-043-7/+7
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-042-5/+5
* * test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui2008-10-043-0/+1094
* * lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBodyxibbar2008-10-021-4/+4
* * string.c (rb_str_sub_bang): fix coderange.akr2008-10-022-12/+36
* Back out the previous change after miniunit import.knu2008-10-021-12/+12