summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-014-5/+5
* * test/ruby/test_settracefunc.rb (test_call, test_class): line numbermame2008-09-301-4/+4
* Temporarily removed test/mini/* because they depend on the minitest versionyugui2008-09-303-1094/+0
* * test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): wrongmatz2008-09-301-3/+3
* Updated miniunit to 4257. This cleans all my tests when run in isolation. I s...ryan2008-09-301-5/+15
* Remove extra call to setup to fix ENV['HOME'] pollutiondrbrain2008-09-301-1/+0
* Updated to 1.3.0 r4255.ryan2008-09-303-0/+1084
* Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rbdrbrain2008-09-293-0/+16
* delete a meaningless line.tadf2008-09-291-1/+0
* fixed previous commit.tadf2008-09-291-2/+4
* * test/date/*.rb: imported additional tests and some adjustments.tadf2008-09-294-4/+153
* * ext/win32ole/win32ole.c (fev_initialize): initializationsuke2008-09-291-1/+1
* * test/rdoc/test_rdoc_info_formatting.rb (teardown): delete tmpdir formame2008-09-281-1/+1
* * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):xibbar2008-09-281-0/+11
* add a testxibbar2008-09-281-0/+13
* * test/date/*.rb: imported a date test suite ruby 1.9 limited ed.tadf2008-09-289-0/+3088
* * lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg22008-09-282-5/+6