summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-03* test/mkmf/base.rb (TestMkmf#teardown): remove meaningless assertion.nobu
2012-04-03* test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa
2012-04-03* test/mkmf: remove generated files and ensure nothing left.nobu
2012-04-03* process.c (setreuid, setregid): suppress warnings.nobu
2012-04-03Revert r35180; the fix break the test. see [ruby-dev:30653]naruse
2012-04-03initialize IDs in advance.nobu
2012-04-03* enumerator.c (inspect_enumerator): suppress uninitializednobu
2012-04-02* 2012-04-03svn
2012-04-02fix typoskazu
2012-04-02check_definition: duplicated codenobu
2012-04-02* lib/optparse/ac.rb: autoconf-like options.nobu
2012-04-02* string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu
2012-04-01Refix of 35206; 0.3 is too small for Ruby's timeout.naruse
2012-04-01ReRefix the test for r35205.naruse
2012-04-01Refix the test for r35205.naruse
2012-04-01Fix the test for r35205.naruse
2012-04-01* 2012-04-02svn
2012-04-01* lib/webrick/server.rb (WEBrick::GenericServer): close socket only ifnaruse
2012-04-01Client waits only the first line.naruse
2012-04-01* lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse
2012-04-01* missing/alloca.c: suppress warnings.nobu
2012-03-31* 2012-04-01svn
2012-03-31* lib/net/ftp.rb: fixed the domain name in examples.shugo
2012-03-31* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): dup to preventnaruse
2012-03-31use super in h.defaultnobu
2012-03-31* hash.c (hash_default_value): extract from rb_hash_aref(), to benobu
2012-03-31* .gitignore: ignore generated file verconf.h.ktsj
2012-03-31* hash.c: do not allocate st_table when it is not necessary.nobu
2012-03-31* lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo
2012-03-31* hash.c: remove unnecessary checks for Qundef in hash iterations.nobu
2012-03-31* ext/openssl/ossl_x509cert.c: Fix doc typo.emboss
2012-03-31* st.c (st_foreach_check, st_foreach): remove ancient check. Thisnobu
2012-03-31* st.c (st_delete): use real_entries in st_delete for packed tablesnobu
2012-03-31misplaced rescuenobu
2012-03-30* st.c (st_foreach_check): remove the entry by replacing with nevernobu
2012-03-30* hash.c (st_foreach_safe): since table is not for VALUE, Qundef isnobu
2012-03-30* hash.c: Qundef cannot be passed from st_foreach_check().nobu
2012-03-30* hash.c, marshal.c, object.c, variable.c: fix callback argument typesnobu
2012-03-30* 2012-03-31svn
2012-03-30descriptive assertionsnobu
2012-03-30join LocalBarriernobu
2012-03-29Ignore generated file verconf.hdrbrain
2012-03-29* 2012-03-30svn
2012-03-29* test/ruby/lbtest.rb: print at once including newlines.nobu
2012-03-29* st.c (st_update): pass pointer to key to the callback function.nobu
2012-03-29* lib/rdoc/task.rb: suppress overriding deprecated class warning.nobu
2012-03-29* st.c (st_update): add existing parameter to the callback function.nobu
2012-03-29* lib/test/unit.rb (terminal_width, del_status_line, put_status):nobu
2012-03-29* ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss
2012-03-29* thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental]usa