summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-08-28* test/cgi/test_cgi_multipart.rb: add test for multipart.naruse
2008-08-28* test/cgi/test_cgi_modruby.rb: add test for mod_ruby adaptor.naruse
2008-08-28* test/cgi/test_cgi_header.rb: add test for CGI::Header.naruse
2008-08-27properties.nobu
2008-08-27* io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]akr
2008-08-27* ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=suke
2008-08-27add a test.akr
2008-08-27* test/cgi/test_cgi_core.rb: add core test.naruse
2008-08-27* lib/cgi.rb (CGI::Cookie): remove delagate.naruse
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* test/cgi/test_cgi_tag_helper.rb: add more tests for html3.naruse
2008-08-26* enumerator.c (enumerator_initialize),knu
2008-08-26* test/ruby/test_transcode.rb: added test_euc_jpduerst
2008-08-26* test/cgi/test_cgi_tag_helper.rb: added by Takeyuki Fujioka.naruse
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
2008-08-22 * complex.c (nucomp_div): now behaves as quo.tadf
2008-08-22* lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu
2008-08-22* strftime.c (rb_strftime): supported flags and precision for mostnobu
2008-08-22* test/ruby/test_transcode.rb: test_shift_jis:duerst
2008-08-21* io.c (rb_io_initialize): accept hash argument.akr
2008-08-21* strftime.c (rb_strftime): supported %F and %<precision>N.shugo
2008-08-21* test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...kazu
2008-08-21* file.c (rb_stat_inspect): don't raise if self is not initialized.akr
2008-08-21* process.c (pst_pid): use rb_attr_get to avoid warning onakr
2008-08-21* io.c (io_extract_encoding_option): if internal encoding is notakr
2008-08-21test O_NOFOLLOW only on FreeBSD and Linux.akr
2008-08-21* strftime.c (rb_strftime): return "UTC" instead of "GMT".shugo
2008-08-20* test/iconv/test_option.rb (test_ignore_option): skip if iconvnaruse
2008-08-20* lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should acceptnobu
2008-08-20* io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.akr
2008-08-20* strftime.c: new file.shugo
2008-08-20* io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.akr
2008-08-19mkcdtmpdir doesn't yield a value.akr
2008-08-18* io.c (rb_open_file): encoding in mode string was ignored if perm isakr
2008-08-18* re.c (rb_reg_inspect): don't raise for uninitialized Regexp.akr