summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2008-09-01* enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not EUC-JP not an alias ofnaruse
2008-09-01* test/ruby/test_transcode.rb (test_windows_31j): added.naruse
2008-08-31* tool/transcode-tblgen.rb: add table generator from Citrus maps.naruse
2008-08-31 * complex.c (numeric_abs2): new.tadf
2008-08-31* transcode.c (transcode.c): set source_encoding andakr
2008-08-31* transcode.c (make_econv_exception): rename instance variable namesakr
2008-08-31* transcode.c (econv_putback): associate encoding to the result.akr
2008-08-31* transcode.c (econv_insert_output): raise ArgumentError on failure.akr
2008-08-31* enc/trans/single_byte.trans (us_ascii_map): don't define 8bit bytes.akr
2008-08-31* transcode.c (econv_last_error): new method.akr
2008-08-31* transcode.c (econv_primitive_convert): make two arguments,akr
2008-08-30* transcode.c (econv_putback): make max argument optional.akr
2008-08-30* transcode.c (rb_econv_putback): putback from last byte.akr
2008-08-30* transcode.c (econv_putback): renamed from econv_primitive_putback.akr
2008-08-30* transcode.c (econv_insert_output): renamed fromakr
2008-08-30* test/ruby/test_econv.rb: follow econv_primitive_errinfo change.akr
2008-08-30 * rational.c: added a static variable for nurat_to_f.tadf
2008-08-29* encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.naruse
2008-08-29removed some lines which gain the score of coverage.tadf
2008-08-29 * complex.c ({nucomp,numeric}_rect): new.tadf
2008-08-28* transcode.c (econv_finish): new method.akr
2008-08-28* transcode.c (econv_convert): new method.akr
2008-08-28* transcode.c (econv_primitive_convert): accept nil asakr
2008-08-28* transcode.c (econv_primitive_convert): accept nil as input for emptyakr
2008-08-28* strftime.c (rb_strftime): supported %s and %P.shugo
2008-08-28* strftime.c (rb_strftime): fixed a bug of padding.shugo
2008-08-28* strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") shouldshugo
2008-08-28* test/ruby/test_time.rb: suppress warning during test.mame
2008-08-28* test/ruby/test_time.rb (test_strftime): make test for %a independentmame
2008-08-27* io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]akr
2008-08-27add a test.akr
2008-08-26* include/ruby/encoding.h (rb_econv_result_t): enumeration constant:akr
2008-08-26* transcode.c (rb_econv_open): disable newline conversion for ASCIIakr
2008-08-26* test/ruby/test_enum.rb (TestEnumerable#test_each_with_object):knu
2008-08-26* test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):knu
2008-08-26* enumerator.c (enumerator_initialize),knu
2008-08-26* test/ruby/test_transcode.rb: added test_euc_jpduerst
2008-08-25* transcode.c (make_econv_exception): show readagain part for invalidakr
2008-08-25* test/ruby/test_thread.rb (test_status_and_stop_p): reduce the riskmame
2008-08-25* test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958]mame
2008-08-25* transcode.c (rb_econv_open_by_transcoder_entries): initializeakr
2008-08-24* io.c (rb_io_init_copy): copy encs.akr
2008-08-24* io.c (rb_io_s_pipe): accept optional hash.akr
2008-08-24* include/ruby/encoding.h (rb_str_transcode): add ecflags argument.akr
2008-08-24* include/ruby/encoding.h (rb_econv_open_exc): declared.akr
2008-08-23* test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA...kazu
2008-08-23* include/ruby/io.h (FMODE_INVALID_MASK): defined.akr
2008-08-23* include/ruby/encoding.h (ECONV_INVALID_MASK): defined.akr
2008-08-23* io.c (rb_io_extract_modeenc): check :textmode and :binmode in optionakr
2008-08-22* include/ruby/io.h (FMODE_TEXTMODE): defined.akr