aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * transcode.c (econv_finish): new method.akr2008-08-281-0/+13
* * transcode.c (econv_convert): new method.akr2008-08-281-0/+9
* * transcode.c (econv_primitive_convert): accept nil asakr2008-08-281-1/+20
* * transcode.c (econv_primitive_convert): accept nil as input for emptyakr2008-08-281-0/+6
* * strftime.c (rb_strftime): supported %s and %P.shugo2008-08-281-0/+10
* * strftime.c (rb_strftime): fixed a bug of padding.shugo2008-08-281-0/+33
* * strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") shouldshugo2008-08-281-0/+1
* * test/ruby/test_time.rb: suppress warning during test.mame2008-08-281-0/+9
* * test/ruby/test_time.rb (test_strftime): make test for %a independentmame2008-08-281-1/+2
* * test/cgi/test_cgi_multipart.rb: add test for multipart.naruse2008-08-284-0/+305
* * test/cgi/test_cgi_modruby.rb: add test for mod_ruby adaptor.naruse2008-08-281-0/+145
* * test/cgi/test_cgi_header.rb: add test for CGI::Header.naruse2008-08-281-0/+177
* properties.nobu2008-08-271-0/+0
* * io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]akr2008-08-271-25/+0
* * ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=suke2008-08-271-0/+8
* add a test.akr2008-08-271-0/+8
* * test/cgi/test_cgi_core.rb: add core test.naruse2008-08-271-0/+312
* * lib/cgi.rb (CGI::Cookie): remove delagate.naruse2008-08-271-0/+107
* * include/ruby/encoding.h (rb_econv_result_t): enumeration constant:akr2008-08-261-1/+13
* * transcode.c (rb_econv_open): disable newline conversion for ASCIIakr2008-08-261-2/+47
* * test/ruby/test_enum.rb (TestEnumerable#test_each_with_object):knu2008-08-261-0/+10
* * test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):knu2008-08-261-8/+11
* * test/cgi/test_cgi_tag_helper.rb: add more tests for html3.naruse2008-08-261-0/+68
* * enumerator.c (enumerator_initialize),knu2008-08-261-0/+5
* * test/ruby/test_transcode.rb: added test_euc_jpduerst2008-08-261-0/+54
* * test/cgi/test_cgi_tag_helper.rb: added by Takeyuki Fujioka.naruse2008-08-261-0/+253
* * transcode.c (make_econv_exception): show readagain part for invalidakr2008-08-251-0/+1
* * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the riskmame2008-08-251-6/+9
* * test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958]mame2008-08-251-1/+1
* * transcode.c (rb_econv_open_by_transcoder_entries): initializeakr2008-08-251-1/+41
* * io.c (rb_io_init_copy): copy encs.akr2008-08-241-2/+29
* * io.c (rb_io_s_pipe): accept optional hash.akr2008-08-241-0/+38
* * include/ruby/encoding.h (rb_str_transcode): add ecflags argument.akr2008-08-241-0/+63
* * include/ruby/encoding.h (rb_econv_open_exc): declared.akr2008-08-242-5/+5
* * test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA...kazu2008-08-231-2/+2
* * include/ruby/io.h (FMODE_INVALID_MASK): defined.akr2008-08-231-0/+39
* * include/ruby/encoding.h (ECONV_INVALID_MASK): defined.akr2008-08-231-0/+33
* * io.c (rb_io_extract_modeenc): check :textmode and :binmode in optionakr2008-08-231-0/+10
* * include/ruby/io.h (FMODE_TEXTMODE): defined.akr2008-08-222-0/+195
* * complex.c (nucomp_div): now behaves as quo.tadf2008-08-222-52/+94
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-221-1/+8
* * strftime.c (rb_strftime): supported flags and precision for mostnobu2008-08-221-7/+2
* * test/ruby/test_transcode.rb: test_shift_jis:duerst2008-08-221-21/+21
* * io.c (rb_io_initialize): accept hash argument.akr2008-08-211-0/+13
* * strftime.c (rb_strftime): supported %F and %<precision>N.shugo2008-08-211-0/+12
* * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...kazu2008-08-211-1/+1
* * file.c (rb_stat_inspect): don't raise if self is not initialized.akr2008-08-211-0/+1
* * process.c (pst_pid): use rb_attr_get to avoid warning onakr2008-08-211-0/+3
* * io.c (io_extract_encoding_option): if internal encoding is notakr2008-08-211-2/+278
* test O_NOFOLLOW only on FreeBSD and Linux.akr2008-08-211-2/+4