summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2008-10-31* test/ruby/test_array.rb (test_array_subclass) test for r20076.yugui
2008-10-31* enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst
2008-10-30* ruby.c (process_options): delays setting safe level.nobu
2008-10-29* array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame
2008-10-29* test/ruby/test_array.rb: add some tests.mame
2008-10-29* io.c (rb_io_rewind): should reset fptr->readconv if it'smatz
2008-10-29* test/ruby/test_array (test_permutation): add a test that replacesmame
2008-10-29* test/ruby/test_array.rb (test_pack): use utf-8.nobu
2008-10-28* test/ruby/test_proc.rb: filled all patterns for testingyugui
2008-10-28* test/ruby/test_require.rb (test_require_too_long_filename): too longusa
2008-10-28* test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc isusa
2008-10-28* test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fdusa
2008-10-28* test/ruby/test_io.rb (test_copy_stream, test_copy_stream_socket): skip someusa
2008-10-28* test/ruby/test_file.rb (test_*_extended_file): forgot to set mode.usa
2008-10-28* test/ruby/test_file.rb (test_*_extended_file): test in default/text/binaryusa
2008-10-28* test/ruby/test_file.rb (test_each_char_extended_file,usa
2008-10-28* test/ruby/test_argf.rb (test_readpartial2): readpartial works just likeusa
2008-10-27* vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui
2008-10-27* test/ruby/test_argf.rb (test_{argf,lineno,lineno2}): don't repeatnobu
2008-10-27* io.c (argf_init): initial value of $. should be 0.nobu
2008-10-27* test/ruby/envutil.rb: reverted the changeset 19948 because ityugui
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