summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/bigdecimal/test_bigdecimal.rb (test_inspect): fixed CPU bitnobu2008-09-261-1/+2
* * test/pathname/test_pathname.rb: Fix use of deprecated methods.knu2008-09-261-12/+12
* Forgot to remove test/unit testsryan2008-09-2511-1798/+0
* * transcode.c (rb_eUndefinedConversionError): renamed fromakr2008-09-254-92/+92
* * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame2008-09-252-0/+129
* Fix broken merge of gemutilities, add build_rake_in as necessarydrbrain2008-09-253-6/+10
* Update to RubyGems 1.3.0 r1891drbrain2008-09-2528-105/+630
* I finally clued into the fact that test/unit's -x was for file level filterin...ryan2008-09-251-2/+21
* Import RDoc 2.2.1 r185drbrain2008-09-2515-63/+777
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-2459-284/+284
* * test/cgi/test_cgi_multipart.rb : revert last change.xibbar2008-09-243-9/+9
* * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar2008-09-241-0/+38
* add a test. cf. [ruby-dev:36484].akr2008-09-241-3/+2
* Allow for -v and other flags to be passed through properlyryan2008-09-241-1/+4
* Added ARGV filtering for tests. Allows for multiple valuesryan2008-09-241-4/+11
* * test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar2008-09-243-8/+8
* Added changes needed for miniunit. usually from using internal calls that are...ryan2008-09-234-2/+20
* * test/ruby/test_rational2.rb: updated.tadf2008-09-233-0/+1168
* * string.c (rb_str_casecmp): make the ordering consistent withakr2008-09-231-0/+13
* * complex.c (nucomp_s_canonicalize_internal): does no applytadf2008-09-232-219/+42
* * lib/pathname.rb (each_filename): return Enumerator if no blockmame2008-09-231-0/+1
* * test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz2008-09-221-1/+2
* * test/readline/test_readline_history.rbkouji2008-09-221-2/+4
* * math.c (math_log): should check argc.tadf2008-09-211-0/+1
* * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf2008-09-212-62/+93
* * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg22008-09-2111-20/+527
* * complex.c: an instance method image has been removed andtadf2008-09-201-97/+84
* * ext/json: import JSON v 1.1.3.naruse2008-09-207-36/+104
* * parse.y: strings which contain only US-ASCII don't force to havenaruse2008-09-191-6/+6
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-197-64/+0
* * regexec.c (string_cmp_ic): add text_end argument.akr2008-09-181-0/+4
* * ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted asmame2008-09-181-2/+17
* * string.c (rb_str_comparable): make ascii8bit string to bematz2008-09-181-4/+5
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-182-27/+0
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-187-179/+179
* * test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%mame2008-09-171-0/+681
* * string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr2008-09-171-0/+12
* * complex.c (nucomp_s_convert): accepts complextadf2008-09-171-1/+4
* * test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu2008-09-171-5/+1
* * lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar2008-09-171-0/+8
* * numeric.c: provides predicate real? instead of scalar?.tadf2008-09-163-10/+14
* * test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.akr2008-09-161-5/+5
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-161-0/+19
* * lib/cgi/core.rb: performance improvement. xibbar2008-09-161-1/+1
* * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf2008-09-162-0/+4
* * string.c ():matz2008-09-161-2/+2
* * test/ruby/test_io.rb (TestIO#test_dup): exception should bematz2008-09-161-0/+3
* * test/ruby/test_io.rb (TestIO#test_dup): this test might fail ifmatz2008-09-151-16/+7
* add assertion message for previous commit.akr2008-09-151-6/+13
* * re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr2008-09-151-0/+6