aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%mame2008-09-171-0/+681
* * 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
* * lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar2008-09-171-0/+8
* * 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
* * lib/cgi/core.rb: performance improvement. xibbar2008-09-161-1/+1
* * 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
* * re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr2008-09-151-0/+6
* * encoding.c (rb_enc_compatible): accepst other than strings andnaruse2008-09-151-1/+6
* * complex.c (nucomp_eql_p): new.tadf2008-09-151-0/+4
* * test/matrix/test_matrix.rb (setup): typo.yugui2008-09-152-4/+16
* * transcode.c (str_encode): returns duplicated string if nothingnobu2008-09-141-0/+6
* * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".yugui2008-09-142-0/+86
* * complex.c (f_{add,mul,sub}): omitted some shortcuts for preservetadf2008-09-141-0/+20
* * complex.c: refined.tadf2008-09-131-1/+1
* * test/rexml/test_document.rb: removed garbage.shugo2008-09-131-41/+0
* * text/rexml/test_document.rb (test_entity_expansion_limit): added tests.shugo2008-09-131-0/+23
* * transcode.c (rb_econv_prepare_opts): raise ArgumentError ifakr2008-09-121-0/+7
* add tests.akr2008-09-121-0/+12
* * io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.akr2008-09-121-0/+18
* * enc/trans/escape.trans: transcoder name renamed to use underscore.akr2008-09-121-11/+11
* * transcode.c (rb_econv_init_by_convpath_i): new function.akr2008-09-121-2/+24
* * transcode.c (decorator_names): extracted from rb_econv_open.akr2008-09-121-0/+16
* add tests.akr2008-09-121-0/+4
* * test/win32ole/test_err_in_callback.rb (teardown): get ridsuke2008-09-111-1/+3
* * transcode.c (make_encoding): new function.akr2008-09-101-15/+22
* * transcode.c (econv_convpath): new method.akr2008-09-101-0/+19
* * test/win32ole/test_err_in_callback.rb: InternetExplorer shouldsuke2008-09-102-15/+19
* test modified.akr2008-09-101-1/+0
* * lib/uri/common.rb (URI::Parser): new class.akira2008-09-102-71/+71
* * include/ruby/encoding.h (econv_after_output): renamed fromakr2008-09-091-28/+28
* * io.c (io_fwrite): raise an error if ASCII incompatible stringakr2008-09-091-31/+184
* * include/ruby/encoding.h (ECONV_DECORATOR_MASK): mergeakr2008-09-091-16/+16
* * test/openssl/test_ssl.rb (OpenSSL#test_client_session):kazu2008-09-091-1/+4
* add a test.akr2008-09-081-0/+4
* * include/ruby/encoding.h (rb_econv_decorate_at_first): declared.akr2008-09-081-3/+3
* add tests.akr2008-09-081-0/+2
* * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamedakr2008-09-081-13/+17
* * test/cgi/test_cgi_tag_helper.rb : fix class namexibbar2008-09-081-1/+1
* * transcode.c (rb_econv_insert_output): "readagain" part should beakr2008-09-081-0/+5
* * test/ruby/test_io.rb (TestIO#test_dup): add open in block.kazu2008-09-081-0/+4