aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui2008-10-271-0/+160
* * test/ruby/test_argf.rb (test_{argf,lineno,lineno2}): don't repeatnobu2008-10-271-16/+17
* * io.c (argf_init): initial value of $. should be 0.nobu2008-10-271-1/+1
* * test/ruby/envutil.rb: reverted the changeset 19948 because ityugui2008-10-272-2/+2
* * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu2008-10-262-2/+2
* * test/ruby/test_proc.rb (test_proc_args_unleashed): test fornobu2008-10-252-0/+18
* * test/ruby/test_array.rb (test_sample): add tests for size ofmame2008-10-241-0/+17
* * test/ruby/test_array.rb (TestArray#test_join): should restorematz2008-10-242-2/+5
* * test/ruby/test_signal.rb (TestSignal#test_exit_action): Threadkazu2008-10-241-1/+1
* * io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz2008-10-201-3/+3
* * enc/trans/single_byte.trans: adding WINDOWS-wwww encodingsduerst2008-10-191-0/+259
* * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz2008-10-181-1/+2
* * 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
* * test/ruby/test_transcode.rb (TestTranscode#test_errors):matz2008-10-151-2/+0
* 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
* * 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
* * 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
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-042-5/+5
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-042-5/+5
* * string.c (rb_str_sub_bang): fix coderange.akr2008-10-022-12/+36
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-012-2/+2
* * test/ruby/test_settracefunc.rb (test_call, test_class): line numbermame2008-09-301-4/+4
* * transcode.c (rb_eUndefinedConversionError): renamed fromakr2008-09-253-90/+90
* * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame2008-09-251-0/+30
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-2413-55/+55
* add a test. cf. [ruby-dev:36484].akr2008-09-241-3/+2
* * 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
* * test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz2008-09-221-1/+2
* * 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
* * complex.c: an instance method image has been removed andtadf2008-09-201-97/+84
* * 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-196-57/+0
* * regexec.c (string_cmp_ic): add text_end argument.akr2008-09-181-0/+4
* * 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
* * 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