aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.in ($(LIBRUBY_A)): fix typo.kazu2012-04-062-1/+5
* * 2012-04-05svn2012-04-051-2/+2
* * missing/alloca.c (xmalloc, xfree): use ruby version, notnobu2012-04-052-2/+5
* Use mount_proc to avoid the delay of writing data to files.naruse2012-04-042-13/+12
* Sleep 0.5sec to wait the file is written on server.naruse2012-04-041-5/+6
* * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse2012-04-043-5/+14
* * variable.c (mark_global_entry): remove unused variable.nobu2012-04-041-1/+0
* fix typo in r35183nobu2012-04-041-1/+1
* * lib/ftp/ftp.rb (Net::FTP#close): ignore exceptions from shutdown andnaruse2012-04-042-3/+8
* Don't call f.close if f is nil or already closed.naruse2012-04-031-1/+1
* * 2012-04-04svn2012-04-031-2/+2
* * lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse2012-04-033-14/+27
* * test/mkmf/base.rb (TestMkmf#setup): remove uninitialized global variable.nobu2012-04-031-1/+1
* * test/mkmf/base.rb (TestMkmf#teardown): remove meaningless assertion.nobu2012-04-031-1/+0
* * test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa2012-04-032-0/+8
* * test/mkmf: remove generated files and ensure nothing left.nobu2012-04-034-0/+8
* * process.c (setreuid, setregid): suppress warnings.nobu2012-04-032-6/+13
* Revert r35180; the fix break the test. see [ruby-dev:30653]naruse2012-04-031-1/+1
* initialize IDs in advance.nobu2012-04-031-9/+12
* * enumerator.c (inspect_enumerator): suppress uninitializednobu2012-04-033-3/+16
* * 2012-04-03svn2012-04-021-2/+2
* fix typoskazu2012-04-022-2/+2
* check_definition: duplicated codenobu2012-04-021-11/+7
* * lib/optparse/ac.rb: autoconf-like options.nobu2012-04-023-0/+117
* * string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu2012-04-023-8/+28
* Refix of 35206; 0.3 is too small for Ruby's timeout.naruse2012-04-011-3/+3
* ReRefix the test for r35205.naruse2012-04-011-1/+0
* Refix the test for r35205.naruse2012-04-011-5/+4
* Fix the test for r35205.naruse2012-04-011-4/+4
* * 2012-04-02svn2012-04-011-2/+2
* * lib/webrick/server.rb (WEBrick::GenericServer): close socket only ifnaruse2012-04-012-1/+6
* Client waits only the first line.naruse2012-04-011-1/+1
* * lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse2012-04-013-1/+74
* * missing/alloca.c: suppress warnings.nobu2012-04-011-0/+4
* * 2012-04-01svn2012-03-311-3/+3
* * lib/net/ftp.rb: fixed the domain name in examples.shugo2012-03-312-2/+6
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): dup to preventnaruse2012-03-312-1/+6
* use super in h.defaultnobu2012-03-311-1/+1
* * hash.c (hash_default_value): extract from rb_hash_aref(), to benobu2012-03-313-13/+30
* * .gitignore: ignore generated file verconf.h.ktsj2012-03-311-0/+1
* * hash.c: do not allocate st_table when it is not necessary.nobu2012-03-312-18/+26
* * lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo2012-03-313-8/+505
* * hash.c: remove unnecessary checks for Qundef in hash iterations.nobu2012-03-313-36/+16
* * ext/openssl/ossl_x509cert.c: Fix doc typo.emboss2012-03-312-1/+5
* * st.c (st_foreach_check, st_foreach): remove ancient check. Thisnobu2012-03-312-3/+5
* * st.c (st_delete): use real_entries in st_delete for packed tablesnobu2012-03-312-1/+5
* misplaced rescuenobu2012-03-311-2/+3
* * st.c (st_foreach_check): remove the entry by replacing with nevernobu2012-03-303-10/+18
* * hash.c (st_foreach_safe): since table is not for VALUE, Qundef isnobu2012-03-302-2/+6
* * hash.c: Qundef cannot be passed from st_foreach_check().nobu2012-03-302-9/+8