summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-09-25Forgot to remove test/unit testsryan
2008-09-25* transcode.c (rb_eUndefinedConversionError): renamed fromakr
2008-09-25* pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame
2008-09-25Fix broken merge of gemutilities, add build_rake_in as necessarydrbrain
2008-09-25Update to RubyGems 1.3.0 r1891drbrain
2008-09-25I finally clued into the fact that test/unit's -x was for file level filterin...ryan
2008-09-25Import RDoc 2.2.1 r185drbrain
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-09-24* test/cgi/test_cgi_multipart.rb : revert last change.xibbar
2008-09-24* lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar
2008-09-24add a test. cf. [ruby-dev:36484].akr
2008-09-24Allow for -v and other flags to be passed through properlyryan
2008-09-24Added ARGV filtering for tests. Allows for multiple valuesryan
2008-09-24* test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar
2008-09-23Added changes needed for miniunit. usually from using internal calls that are...ryan
2008-09-23 * test/ruby/test_rational2.rb: updated.tadf
2008-09-23* string.c (rb_str_casecmp): make the ordering consistent withakr
2008-09-23 * complex.c (nucomp_s_canonicalize_internal): does no applytadf
2008-09-23* lib/pathname.rb (each_filename): return Enumerator if no blockmame
2008-09-22* test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz
2008-09-22* test/readline/test_readline_history.rbkouji
2008-09-21 * math.c (math_log): should check argc.tadf
2008-09-21 * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf
2008-09-21* lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg2
2008-09-20 * complex.c: an instance method image has been removed andtadf
2008-09-20* ext/json: import JSON v 1.1.3.naruse
2008-09-19* parse.y: strings which contain only US-ASCII don't force to havenaruse
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-09-18* regexec.c (string_cmp_ic): add text_end argument.akr
2008-09-18* ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted asmame
2008-09-18* string.c (rb_str_comparable): make ascii8bit string to bematz
2008-09-18* grapheme cluster implementation reverted. [ruby-dev:36375]akr
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-09-17* test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%mame
2008-09-17* string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr
2008-09-17 * complex.c (nucomp_s_convert): accepts complextadf
2008-09-17* test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu
2008-09-17* lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar
2008-09-16 * numeric.c: provides predicate real? instead of scalar?.tadf
2008-09-16* test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.akr
2008-09-16* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr
2008-09-16* lib/cgi/core.rb: performance improvement. xibbar
2008-09-16 * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf
2008-09-16* string.c ():matz
2008-09-16* test/ruby/test_io.rb (TestIO#test_dup): exception should bematz
2008-09-15* test/ruby/test_io.rb (TestIO#test_dup): this test might fail ifmatz
2008-09-15add assertion message for previous commit.akr
2008-09-15* re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr
2008-09-15* encoding.c (rb_enc_compatible): accepst other than strings andnaruse
2008-09-15 * complex.c (nucomp_eql_p): new.tadf