summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2012-03-16* string.c (trnext): should advance char-wise.nobu
2012-03-16fix unreachable warning line numbernobu
2012-03-16fix typonobu
2012-03-16verbose_warningnobu
2012-03-16suppress warning.nobu
2012-03-16fix indentnobu
2012-03-16Tempfile#opennobu
2012-03-16fix argument ordernobu
2012-03-16bug numbernobu
2012-03-16* lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo
2012-03-16* lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo
2012-03-16* vm_insnhelper.c (argument_error): use line number at the beginningnobu
2012-03-16* enumerator.c (lazy_take): don't enumerate an extra value.shugo
2012-03-15* enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo
2012-03-15* enumerator.c (lazy_zip): rescue StopIteration returned byshugo
2012-03-15* enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}shugo
2012-03-15* enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy toshugo
2012-03-15* parse.y (parser_yylex): fix warning line number.nobu
2012-03-15* test/ruby/test_m17n.rb (assert_warning): use common method.nobu
2012-03-15* parse.y (sym_check_asciionly): check ascii compatibility beforenobu
2012-03-15* enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.shugo
2012-03-15* test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu