aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * hash.c, marshal.c, object.c, variable.c: fix callback argument typesnobu2012-03-305-13/+46
* * 2012-03-31svn2012-03-301-2/+2
* descriptive assertionsnobu2012-03-301-34/+34
* join LocalBarriernobu2012-03-301-1/+2
* Ignore generated file verconf.hdrbrain2012-03-290-0/+0
* * 2012-03-30svn2012-03-291-2/+2
* * test/ruby/lbtest.rb: print at once including newlines.nobu2012-03-291-4/+4
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-297-11/+16
* * lib/rdoc/task.rb: suppress overriding deprecated class warning.nobu2012-03-291-0/+2
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-297-21/+38
* * lib/test/unit.rb (terminal_width, del_status_line, put_status):nobu2012-03-293-16/+43
* * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss2012-03-293-4/+19
* * thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental]usa2012-03-292-1/+6
* * thread.c (rb_threadptr_execute_interrupts_common): use definedusa2012-03-292-1/+9