| Commit message (Expand) | Author | Age | Files | Lines |
* | * encoding.c (rb_enc_compatible): accepst other than strings and | naruse | 2008-09-15 | 1 | -1/+6 |
* | * complex.c (nucomp_eql_p): new. | tadf | 2008-09-15 | 1 | -0/+4 |
* | * test/matrix/test_matrix.rb (setup): typo. | yugui | 2008-09-15 | 2 | -4/+16 |
* | * transcode.c (str_encode): returns duplicated string if nothing | nobu | 2008-09-14 | 1 | -0/+6 |
* | * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?". | yugui | 2008-09-14 | 2 | -0/+86 |
* | * complex.c (f_{add,mul,sub}): omitted some shortcuts for preserve | tadf | 2008-09-14 | 1 | -0/+20 |
* | * complex.c: refined. | tadf | 2008-09-13 | 1 | -1/+1 |
* | * test/rexml/test_document.rb: removed garbage. | shugo | 2008-09-13 | 1 | -41/+0 |
* | * text/rexml/test_document.rb (test_entity_expansion_limit): added tests. | shugo | 2008-09-13 | 1 | -0/+23 |
* | * transcode.c (rb_econv_prepare_opts): raise ArgumentError if | akr | 2008-09-12 | 1 | -0/+7 |
* | add tests. | akr | 2008-09-12 | 1 | -0/+12 |
* | * io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc. | akr | 2008-09-12 | 1 | -0/+18 |
* | * enc/trans/escape.trans: transcoder name renamed to use underscore. | akr | 2008-09-12 | 1 | -11/+11 |
* | * transcode.c (rb_econv_init_by_convpath_i): new function. | akr | 2008-09-12 | 1 | -2/+24 |
* | * transcode.c (decorator_names): extracted from rb_econv_open. | akr | 2008-09-12 | 1 | -0/+16 |
* | add tests. | akr | 2008-09-12 | 1 | -0/+4 |
* | * test/win32ole/test_err_in_callback.rb (teardown): get rid | suke | 2008-09-11 | 1 | -1/+3 |
* | * transcode.c (make_encoding): new function. | akr | 2008-09-10 | 1 | -15/+22 |
* | * transcode.c (econv_convpath): new method. | akr | 2008-09-10 | 1 | -0/+19 |
* | * test/win32ole/test_err_in_callback.rb: InternetExplorer should | suke | 2008-09-10 | 2 | -15/+19 |
* | test modified. | akr | 2008-09-10 | 1 | -1/+0 |
* | * lib/uri/common.rb (URI::Parser): new class. | akira | 2008-09-10 | 2 | -71/+71 |
* | * include/ruby/encoding.h (econv_after_output): renamed from | akr | 2008-09-09 | 1 | -28/+28 |
* | * io.c (io_fwrite): raise an error if ASCII incompatible string | akr | 2008-09-09 | 1 | -31/+184 |
* | * include/ruby/encoding.h (ECONV_DECORATOR_MASK): merge | akr | 2008-09-09 | 1 | -16/+16 |
* | * test/openssl/test_ssl.rb (OpenSSL#test_client_session): | kazu | 2008-09-09 | 1 | -1/+4 |
* | add a test. | akr | 2008-09-08 | 1 | -0/+4 |
* | * include/ruby/encoding.h (rb_econv_decorate_at_first): declared. | akr | 2008-09-08 | 1 | -3/+3 |
* | add tests. | akr | 2008-09-08 | 1 | -0/+2 |
* | * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamed | akr | 2008-09-08 | 1 | -13/+17 |
* | * test/cgi/test_cgi_tag_helper.rb : fix class name | xibbar | 2008-09-08 | 1 | -1/+1 |
* | * transcode.c (rb_econv_insert_output): "readagain" part should be | akr | 2008-09-08 | 1 | -0/+5 |
* | * test/ruby/test_io.rb (TestIO#test_dup): add open in block. | kazu | 2008-09-08 | 1 | -0/+4 |
* | * rational.c: removed unused code. | tadf | 2008-09-07 | 2 | -15/+41 |
* | * enc/trans/iso2022.trans: stateless-iso-2022-jp is defined to avoid | akr | 2008-09-07 | 1 | -2/+2 |
* | * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined. | akr | 2008-09-07 | 2 | -9/+40 |
* | * test/ruby/test_parse.rb (TestParse): update a test not to use | matz | 2008-09-06 | 1 | -3/+3 |
* | * include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined. | akr | 2008-09-06 | 1 | -0/+22 |
* | * include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER): renamed from | akr | 2008-09-06 | 1 | -16/+16 |
* | * transcode.c (str_transcode0): check ECONV_HTML_TEXT_ENCODER and | akr | 2008-09-06 | 1 | -0/+3 |
* | * transcode.c (sym_html): new variable. | akr | 2008-09-06 | 1 | -0/+7 |
* | * include/ruby/encoding.h (ECONV_HTML_TEXT_ENCODER): new constant. | akr | 2008-09-06 | 1 | -0/+14 |
* | * transcode.c (stateless_encoding_i): ignore supplemental conversions. | akr | 2008-09-06 | 1 | -0/+1 |
* | * enc/trans/escape.trans (escape_html_attr_init): new function. | akr | 2008-09-06 | 1 | -2/+18 |
* | add a test. | akr | 2008-09-05 | 1 | -0/+8 |
* | * complex.c: uses f_real_p macro. | tadf | 2008-09-05 | 2 | -0/+17 |
* | fix a test for previous commit. | akr | 2008-09-05 | 1 | -0/+1 |
* | * transcode.c (rb_econv_open): fail for ASCII incompatible with | akr | 2008-09-05 | 1 | -0/+22 |
* | * io.c (rb_io_extract_modeenc): raise an error for ASCII incompatible | akr | 2008-09-05 | 1 | -4/+54 |
* | * enc/trans/escape.trans: new file. | akr | 2008-09-05 | 1 | -0/+14 |