aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu2008-09-171-5/+1
* * 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
* * 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