summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2008-09-24add a test. cf. [ruby-dev:36484].akr
2008-09-23 * test/ruby/test_rational2.rb: updated.tadf
2008-09-23* string.c (rb_str_casecmp): make the ordering consistent withakr
2008-09-23 * complex.c (nucomp_s_canonicalize_internal): does no applytadf
2008-09-22* test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz
2008-09-21 * math.c (math_log): should check argc.tadf
2008-09-21 * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf
2008-09-20 * complex.c: an instance method image has been removed andtadf
2008-09-19* parse.y: strings which contain only US-ASCII don't force to havenaruse
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-09-18* regexec.c (string_cmp_ic): add text_end argument.akr
2008-09-18* string.c (rb_str_comparable): make ascii8bit string to bematz
2008-09-18* grapheme cluster implementation reverted. [ruby-dev:36375]akr
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-09-17* string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr
2008-09-17 * complex.c (nucomp_s_convert): accepts complextadf
2008-09-17* test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu
2008-09-16 * numeric.c: provides predicate real? instead of scalar?.tadf
2008-09-16* test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.akr
2008-09-16* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr
2008-09-16 * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf
2008-09-16* string.c ():matz
2008-09-16* test/ruby/test_io.rb (TestIO#test_dup): exception should bematz
2008-09-15* test/ruby/test_io.rb (TestIO#test_dup): this test might fail ifmatz
2008-09-15add assertion message for previous commit.akr
2008-09-15* re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr
2008-09-15* encoding.c (rb_enc_compatible): accepst other than strings andnaruse
2008-09-15 * complex.c (nucomp_eql_p): new.tadf
2008-09-14* transcode.c (str_encode): returns duplicated string if nothingnobu
2008-09-14 * complex.c (f_{add,mul,sub}): omitted some shortcuts for preservetadf
2008-09-13 * complex.c: refined.tadf
2008-09-12* transcode.c (rb_econv_prepare_opts): raise ArgumentError ifakr
2008-09-12add tests.akr
2008-09-12* io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.akr
2008-09-12* enc/trans/escape.trans: transcoder name renamed to use underscore.akr
2008-09-12* transcode.c (rb_econv_init_by_convpath_i): new function.akr
2008-09-12* transcode.c (decorator_names): extracted from rb_econv_open.akr
2008-09-12add tests.akr
2008-09-10* transcode.c (make_encoding): new function.akr
2008-09-10* transcode.c (econv_convpath): new method.akr
2008-09-10test modified.akr
2008-09-09* include/ruby/encoding.h (econv_after_output): renamed fromakr
2008-09-09* io.c (io_fwrite): raise an error if ASCII incompatible stringakr
2008-09-09* include/ruby/encoding.h (ECONV_DECORATOR_MASK): mergeakr
2008-09-08add a test.akr
2008-09-08* include/ruby/encoding.h (rb_econv_decorate_at_first): declared.akr
2008-09-08add tests.akr
2008-09-08* include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamedakr
2008-09-08* transcode.c (rb_econv_insert_output): "readagain" part should beakr
2008-09-08* test/ruby/test_io.rb (TestIO#test_dup): add open in block.kazu