summaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* * transcode.c (str_encode): returns duplicated string if nothingnobu2008-09-141-0/+6
* * complex.c (f_{add,mul,sub}): omitted some shortcuts for preservetadf2008-09-141-0/+20
* * complex.c: refined.tadf2008-09-131-1/+1
* * 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
* * transcode.c (make_encoding): new function.akr2008-09-101-15/+22
* * transcode.c (econv_convpath): new method.akr2008-09-101-0/+19
* test modified.akr2008-09-101-1/+0
* * 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
* 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
* * 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
* * rational.c: removed unused code.tadf2008-09-072-15/+41
* * enc/trans/iso2022.trans: stateless-iso-2022-jp is defined to avoidakr2008-09-071-2/+2
* * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.akr2008-09-072-9/+40
* * test/ruby/test_parse.rb (TestParse): update a test not to usematz2008-09-061-3/+3
* * include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.akr2008-09-061-0/+22
* * include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER): renamed fromakr2008-09-061-16/+16
* * transcode.c (str_transcode0): check ECONV_HTML_TEXT_ENCODER andakr2008-09-061-0/+3
* * transcode.c (sym_html): new variable.akr2008-09-061-0/+7
* * include/ruby/encoding.h (ECONV_HTML_TEXT_ENCODER): new constant.akr2008-09-061-0/+14
* * transcode.c (stateless_encoding_i): ignore supplemental conversions.akr2008-09-061-0/+1