summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-04-03* test/mkmf/base.rb (TestMkmf#setup): remove uninitialized global variable.nobu
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-03Revert r35180; the fix break the test. see [ruby-dev:30653]naruse
2012-04-03* enumerator.c (inspect_enumerator): suppress uninitializednobu
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-01Client waits only the first line.naruse
2012-04-01* lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse
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* lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo
2012-03-31misplaced rescuenobu
2012-03-30descriptive assertionsnobu
2012-03-30join LocalBarriernobu
2012-03-29* test/ruby/lbtest.rb: print at once including newlines.nobu
2012-03-29* st.c (st_update): add existing parameter to the callback function.nobu
2012-03-29* ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss
2012-03-29* test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss
2012-03-28* ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss
2012-03-28* process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu
2012-03-28* marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu
2012-03-27* string.c (str_new_empty): should copy also the encoding as annobu
2012-03-26* lib/net/ftp.rb (parse_pasv_port): refactored.shugo
2012-03-26* test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo
2012-03-26* enumerator.c (inspect_enumerator): show method arguments ofshugo
2012-03-26* ruby.c (load_file_internal): bail out if the script is a directory.nobu
2012-03-25* string.c (tr_setup_table): fix multiple non latin argument fornaruse
2012-03-24* enumerator (lazy_initialize): set the instance variable "receiver"shugo
2012-03-24* enumerator (enumerator_inspect): include the original receiver andshugo
2012-03-24* time.c (time_init_1): Time.new will accept seconds as string ornobu
2012-03-23* bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu
2012-03-23* test/ruby/test_io.rb (try_fdopen): more GCable.nobu
2012-03-22* transcode.c (str_encode_bang, encoded_dup): if nothing wasnobu
2012-03-22* io.c (static int io_fflush): add the definition.shirosaki
2012-03-22* test/ruby/test_m17n.rb (test_env): show failed values.nobu
2012-03-22* test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa
2012-03-21* test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa
2012-03-20test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu
2012-03-19* enumerator.c (lazy_flat_map_func): convert the block value toshugo
2012-03-19* test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei
2012-03-18num2ll and num2ullnobu
2012-03-18* bignum.c (rb_big_pow): estimate result bit size more precisely.nobu
2012-03-18* gc.c (free_method_entry_i): method entry may be innobu
2012-03-16* string.c (trnext): fix bug with string ending with '\\'.kazu