summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2008-10-26* test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu
2008-10-25* test/ruby/test_proc.rb (test_proc_args_unleashed): test fornobu
2008-10-24* test/ruby/test_array.rb (test_sample): add tests for size ofmame
2008-10-24* test/ruby/test_array.rb (TestArray#test_join): should restorematz
2008-10-24* test/ruby/test_signal.rb (TestSignal#test_exit_action): Threadkazu
2008-10-20* io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz
2008-10-19* enc/trans/single_byte.trans: adding WINDOWS-wwww encodingsduerst
2008-10-18* re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz
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-15* test/ruby/test_transcode.rb (TestTranscode#test_errors):matz
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-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-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-04* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-10-02* string.c (rb_str_sub_bang): fix coderange.akr
2008-10-01* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame
2008-09-30* test/ruby/test_settracefunc.rb (test_call, test_class): line numbermame
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-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-09-24add a test. cf. [ruby-dev:36484].akr
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-22* test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz
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-20 * complex.c: an instance method image has been removed andtadf
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* 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* 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-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