summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-10-24* lib/cgi/html.rb: allow symbolized key. xibbar
2008-10-24fix test for 1.8xibbar
2008-10-24* test/ruby/test_array.rb (TestArray#test_join): should restorematz
2008-10-24* lib/cgi/core.rb (read_multipart): change field value as Stringxibbar
2008-10-24* test/ruby/test_signal.rb (TestSignal#test_exit_action): Threadkazu
2008-10-22* string.c (rb_external_str_new_with_enc): no implicit strlen call.matz
2008-10-21 Fixed test failures [ruby-dev:36837].seki
2008-10-21* ext/stringio/stringio.c (strio_write): should convert writingmatz
2008-10-21* ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz
2008-10-21* ext/zlib/zlib.c: remove obsolete prototype macros.matz
2008-10-21* ext/iconv/iconv.c (strip_glibc_option, map_charset): check ifnobu
2008-10-20* io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz
2008-10-20fix test of multipartxibbar
2008-10-20* test/runner.rb: search srcdir/test/arg at first to find test/rubyakr
2008-10-19* lib/test/unit.rb (Test::Unit.setup_argv): call given block forakr
2008-10-19* enc/trans/single_byte.trans: adding WINDOWS-wwww encodingsduerst
2008-10-18* test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg2
2008-10-18add test for {SimpleDelegator, DelegateClass}#class .xibbar
2008-10-18add test for encoding option.xibbar
2008-10-18* re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz
2008-10-17* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal): matz
2008-10-17* test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in):nobu
2008-10-17* ext/socket/socket.c (init_sock): sockets should be binmode.shugo
2008-10-16* ruby.c (proc_options): no warning when default_external alreadymatz
2008-10-16add an assertion.akr
2008-10-16* io.c (rb_io_binmode): reset encoding conversion.akr
2008-10-16* lib/test/unit: removed test/unit.akr
2008-10-15* test/ruby/test_transcode.rb (TestTranscode#test_errors):matz
2008-10-15Disable minitest autorunner and run manually in order to get test/unit fork/s...ryan
2008-10-14add test for %B.akr
2008-10-14* enc/trans/single_byte.trans: added windows-1252duerst
2008-10-14* test/ruby/test_variable.rb (TestVariable#test_variable): addkazu
2008-10-14* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu
2008-10-13* ext/win32ole/win32ole.c (load_conv_function51932): supportsuke
2008-10-12* ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,suke
2008-10-10* lib/csv/csv.rb: Added support for Encoding::default_internal.jeg2
2008-10-10Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rbryan
2008-10-10removed miniunit's testsryan
2008-10-10Added minitest 1.3.0ryan
2008-10-09* test/ruby/test_module.rb (test_remove_class_variable): add a testmame
2008-10-09* add test for Encoding#names.naruse
2008-10-08revert previous commit.akr
2008-10-08add an assertion.akr
2008-10-07 * lib/date.rb (today,now): should produce own instances.tadf
2008-10-06* lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar
2008-10-06* test/ruby/test_module.rb (TestModule#test_mod_constants): shouldmatz
2008-10-06* test/ruby/test_module.rb (TestModule#_wrap_assertion): addmatz
2008-10-06* string.c (rb_str_comparable): string comparison should bematz
2008-10-06* test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): testmatz
2008-10-04* dln.c: Ruby no longer supports Windows CE.yugui